Finding the Taylor Series for y(x)=sin^2x

transgalactic
Messages
1,386
Reaction score
0
how to find the taylor series for
<br /> y(x)=\sin^2 x<br />
i need to develop a general series which reaches to the n'th member
so i can't keep doing derivatives on this function till the n'th member

how to solve this??
 
Physics news on Phys.org
Multiply the two Taylor series together (or Maclaurin series if that's what you're using).
sin^2(x) = (x - x^3/3! + x^5/5! -+ ... + (-1)x^{2n + 1}/(2n + 1)! +...)((x - x^3/3! + x^5/5! -+ ... + (-1)x^{2n + 1}/(2n + 1)! +...)

The first term will be x^2
 
Why can't you "keep doing derivatives on this function till the n'th member"?

y= sin^2(x)
y'= 2sin(x)cos(x)= sin(2x)
and the rest is easy.
 
what about the remainder ob the multiplication??
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top