binomial expansion(y2)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

binomial expansion when n is not a positive integer

only works when |x| < 1 as it is an infinite series and will converge to infinity otherwise
works the same if x is bx, but only valid if |bx| < 1 (aka |x| < 1/b)

<p>only works when |x| &lt; 1 as it is an infinite series and will converge to infinity otherwise<br>works the same if x is bx, but only valid if |bx| &lt; 1 (aka |x| &lt; 1/b)</p>
2
New cards

b.e. when n != positive integer and a != 1

the expression must be manipulated into (1 + bx)^n
only valid if |bx/a| < 1 (aka |x| < a/b)

3
New cards

changing (a + bx)^n to (1 + bx)^n

(a + bx)^n = (a(1 + (b/a)x))^n = a^n(1 + (b/a)x)^n
then calculate for (1 + bx/a)^n and multiply the result by a^n

4
New cards

rearranging fractions into binomials (n != posint)

p/(a - bx) rearranges to p(a - bx)^-1 which can be expanded binomially
p can be a single value or can be a binomial itself

5
New cards

partial fractions and binomial expansion

when partial fractions are split, the result is the sum of multiple binomial expressions