Y2, C2 - Series Flashcards
What is the method of differences
If Un = f(n) - f(n + 1) then
The sum of Ur from r = 1 to n = f(1) - f(n + 1)
How would you simplify (1 - 1/4)(1 - 1/9)(1 - 1/16)…(1 - 1/n^2)
Difference of two squares
= (1 - 1/2)(1 + 1/2)(1 + 1/3)(1 - 1/3) … (1 - 1/n)(1 + 1/n)
= 1/2 * (n+1)/n = (n+1)/2n
How would you solve a generic method of differences question
1) Sub in values for r
2) Find a pattern and cancel out terms to simplify
How would you solve a method of differences with impartial fractions
Solve the impartial fractions and then solve normally
If Un = f(r) - f(r + 2), what is the sum of r equal to
Sum of Ur from r = 1 to n = f(1) + f(2) - f(n+1) - f(n+2)
When subbing in values for a method of differences, how far should you go
To n
How would you find the Maclaurin series for sinx
Write out f(x), f’(x), f’‘(x), etc…
From this write out f(0), f’(0), f’‘(0), etc…
Then sub into the Maclaurin expansion on formula sheet
For what values of x is a Mclaurin expansion valid (for some functions on formula booklet (ln(1+x), arctanx))
-1 < x <= 1
When finding a Mcalaurin expansion estimate for ln(1.05), what is our x value
0.05
ln(1 + x) = expansion
therefore ln(1 + 0.05) = expansion
Rewrite lnl (root(1+2x)) / (1-3x) l so it can be expanded using the Mclaurin expansion
0.5ln(1+2x) - ln(1-3x)
What is the nth derivative of 0 Mclaurin expansion
f^n(0) = n!an
How to find Mclaurin expansion for cos(2x^2)
Plug 2x^2 in as x for the expansion of cos (x)
For what range is ln( (root(1 + 2x)) / (1 - 3x) ) valid
1/2 * ln(1 + 2x) valid for -1/2 < x <= 1/2
ln(1 - 3x) valid for -1/3 <= x < 1/3
Therefore both valid for -1/3 <= x < 1/3
How to find the Mclaurin expansion of ln(2 + 3x)
MUST be in form ln(1 + ax)
so ln(2 ( 1 + 3x/2)) = ln2 + ln(1 + 3x/2)
Find Mclaurin of ln(1 + 3x/2) and add ln2
f’‘(x) = 4f’(x) - 5f(x). What is the third derivative of f(x)
f’’‘(x) = 4f’‘(x) - 5f’(x)