
Pierce O. answered 08/05/14
Tutor
4.7
(6)
Graduate Mathematics Student, Will Tutor Any Math Subject
Hi Kee,
First, the Taylor series for a function f(x) centered at a point a is given by
T = ∑∞n=0 (f(n)(a)/n!)*(x-a)n
where f(n)(x) is the nth derivative of f, and f(0)(x)=f(x). So, to begin, let's examine f(n)(π/2) for n = 0 to n = 4:
f(π/2) = sin(π/2) = 1
f(1)(π/2) = cos(π/2) = 0
f(2)(π/2) = -sin(π/2) = -1
f(3)(π/2) = -cos(π/2) = 0
f(4)(π/2) = sin(π/2) = 1
For the 5th and subsequent derivatives, we will continue this pattern of 1, 0, -1, 0, 1, 0, -1, 0, ...
Let us write out the first few terms of the Taylor Series
T = ∑∞n=0 (f(n)(a)/n!)*(x-a)n
= 1/0! * (x-π/2)0 + 0/1! * (x-π/2)1 + -1/2! * (x-π/2)2 + 0/3! * (x-π/2)3 + ...
= 1/0! * (x-π/2)0 + 0 - 1/2! * (x-π/2)2 + 0 + ...
We have enough above to notice a pattern; every other term is zero, the numerator alternates between 1 and -1 (this indicates a (-1)n term in the Taylor Series), the denominator of the non zero coefficients increases by 2 at every iteration, and the powers of the (x-π/2) tern increase by 2. So, we can write out our Taylor Series centered at x = π/2 as:
sin(x) = ∑∞n=0 ( (-1)n/(2n)! * (x-π/2)2n )
The above is our Taylor Series for sin(x) centered at x = π/2.
To find the radius of convergence, which is what I think the second part of your question is asking, we must do a ratio test:
limn→∞ | an+1/an | (where an is the nth term in our series)
limn→∞ | ( (-1)n+1 * (x-π/2)2(n+1)/(2(n+1))! ) / ( (-1)n * (x-π/2)2n/(2n)! ) |
= limn→∞ | ( (-1)n+1 * (x-π/2)2n+2/(2n+2)! ) / ( (-1)n * (x-π/2)2n/(2n)! ) |
Because of the absolute value, we can disregard the (-1)n terms above. Flipping, multiplying, and simplifying the above yields
= limn→∞ | (x-π/2)2n+2/(2n+2)! * (2n)!/(x-π/2)2n |
= limn→∞ | (x-π/2)2/( (2n+2)*(2n+1) ) |
When examining the above limit, the x term is remaining "fixed", while n tends to infinity. Hence, the above limit is zero. Since the limit of |an+1/an| = 0, we have that the radius of convergence is (-∞,∞), i.e. for all real numbers x, our Taylor Series
sin(x) = ∑∞n=0 ( (-1)n/(2n)! * (x-π/2)2n )
holds.

Pierce O.
You're welcome :)
Report
08/05/14
Tae B.
08/05/14