Taylor's Theorem for Sin(a+x) and Proving Convergence | Homework Solution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
17 replies · 2K views
Lucy Yeats
Messages
117
Reaction score
0

Homework Statement



Taylor's theorem can be stated f(a+x)=f(a)+xf'(a)+(1/2!)(x^2)f''(a)+...+(1/n!)(x^n)Rn
where Rn=fn(a+y), 0≤y≤x
Use this form of Taylor's theorem to find an expansion of sin(a+x) in powers of x, and show that in this case, mod([itex]\frac{x^n Rn}{n!}[/itex])[itex]\rightarrow[/itex]0 as n[itex]\rightarrow[/itex][itex]\infty[/itex] for all x.

Homework Equations


The Attempt at a Solution



sin(a+x)=sin(a)+xcos(a)-[itex]\frac{1}{2!}[/itex]x^2sin(a)-[itex]\frac{1}{3!}[/itex]x^3cos(a)...

I don't know how to prove the next bit. Also, I don't understand why Rn=fn(a+y) rather than Rn=fn(A). Any help would be great.
 
Last edited:
Physics news on Phys.org
I'm still stuck on this. Any help would be brilliant!
 
Hi Lucy Yeats! :smile:

##R_n=f^{(n)}(a+y)## is part of the remainder term.
Taylor's theorem states that there is such an y so that the remainder term is equal to the sum of the remaining terms in the series.

You already have the expansion for sin(a+x), although perhaps you should find a generic formula for the terms.

Furthermore you would need to find the limit of the remainder term.
Can you think of an upper and a lower bound for Rn?
 
Last edited:
Hello again!

The question says 0≤y≤x, so maybe fn(a)≤Rn≤fn(a+x)?
 
Lucy Yeats said:
Hello again!

The question says 0≤y≤x, so maybe fn(a)≤Rn≤fn(a+x)?

That would only be true if fn would be a monotonically increasing function.
But sines and cosines are notorious for it that they are not.

What do you think ##f^{(n)}(u)## looks like, knowing that f(u)=sin(u)?
 
fn(u) is always between 1 and -1?
 
Because the gradient is always sin, cos, -sin, or -cos, which have ranges between -1 and 1.
 
Can I have another hint? I really can't see the next step.
 
So mod(Rn) is between -1 and 1, so I thought about the x^n/n! part. The limit will only be zero if x is less than one. But x could be greater than 1, so I'm confused.
 
So if x=100, 100^n>n!
 
Is that ony true if n<x?