BreakaZ said:
Im not following. Where do I get the interval and radius of convergence from that?
Do you know the radius of convergence for the ##\ln(1-x)## series? If not, do you know how you would find it?
I'm trying to guide you towards the finding the series for ##\ln(3-x)## using the ##\ln(1-x)## series without outright giving away the answer. Maybe I should let you solve it the "hard" way first, then I can show you the quick way. The "hard" way is not really all that hard, per se, it's just that if you want to do it fully rigorously you have to prove the general form for the nth derivative of ##\ln(3-x)## using induction or something similar.
Your attempt to derive the series the "hard" way was a good start, but you made a few small mistakes, and your grader may say you have left out some steps. You wrote
BreakaZ said:
f(x) = ln(3-x) f(2)= 0
f`(x) = (3-x)^-1 f`(2)= 1
f''(x) = -(3-x)^-2 f''(2)= -1
f'''(x) = 2(3-x)^-3 f'''(2)= 2
When taking the derivatives, you are forgetting that there is an extra minus sign that comes from the fact you have -x in the denominator. So, it turns out that all derivative terms have a minus sign in front of them. Otherwise, these derivatives look good.
taylor series f(x)= 0 + (x-2) - (x-2)^2/2! + 2(x-2)^3/3! +...
cleaned up we get f(x) = (x-2) - 1/2(x-2)^2 + 1/3(x-2)^3 +...
in sigma notation I got Ʃ [(x-2)^n]/n then Ʃ [(x-2)^n+1]/n+1 when n=0 gets me
Your first expression for the sigma notation is correct except that you are missing an overall minus sign (note that if your original attempt at the derivatives which gave you the alternating minus signs had been correct, you would be missing a factor of (-1)^n, but it coincidentally got dropped).
I'm not sure what you are asking about the n=0 case. You don't need an n=0 term in your series:
$$-\sum_{n=1}^\infty \frac{(x-2)^n}{n}$$
is a perfectly good Taylor series.
Okay, so that series looks good. The only thing missing from the derivation, which your grader might take off points for depending on your class, is that you didn't prove that
$$\frac{d^n}{dx^n}\ln(3-x) = - \frac{(k-1)!}{(3-x)^k}.$$
You guessed the general pattern, so you could prove it with induction. Do you know how to do that?
This is not correct for the radius of convergence. It's called a 'radius' because it has to be symmetric: |x| < R or -R < x < R. Also, how do you know that you need ##|x-2| < 1##? This is correct, but you haven't explained where it came from or how you know it. Do you know how to calculate the radius of convergence for a given series? (Look up the ratio test if you don't).
As a last aside - if you look at the series you derived and the series for ##\ln(1-x)##, what do you notice?