
Christopher J. answered 05/22/20
Berkeley Grad Math Tutor (algebra to calculus)
Alyssa:
This one's tricky!
f(x) = ln(x)
f '(x) = 1/x
f ''(x) = -1/x2
f '''(x) = ((-1)*(-2))/x3
f iv(x) = ((-1)*(-2)*(-3))/x4
fv(x) = ((-1)*(-2)*(-3)*(-4))/x5
Remember n! = n(n-1)*(n-2)*....1
So f n(x) = ((-1)n+1 *(n-1)!) /xn for n ≥ 1
So f n(2) = ((-1)n+1* (n-1)! )/ 2n for n≥1
Taylor expansion of ln(x) about a=2 gives
ln(2) + ∑((f n(2) * |x-2|n) / n!) we don't include 1st term, ln(2), in the sum.
Now f n(2)/n! is [ ((-1)n+1* (n-1)! )/ 2n ] / n! Using the fact that (n-1)! / n! = 1/n
fn(2)/n! is equal to [(-1)n+1/(n*2n)]
So our taylor series is ln(2) + ∑(|x-2|n / n*2n). [n goes from n to ∞]
To find radius of convergence, find the radius of convergence of ∑(|x-2|n / n*2n). Forget the ln(2)
I let you figure out the radius of convergence. This problem is quite involved, so please ask me help if you need additional help!