- #1
myusernameis
- 56
- 0
Homework Statement
sin(x)= sum((-1)^k* (x^(2k+1)/(2k+1)!))k=0 to infinity
Homework Equations
so if i want to find sin(x)^2, (not sin(x^2), that would be easier though...)
The Attempt at a Solution
then...
do i square the whole thing, like this?
sum(((-1)^k* (x^(2k+1)/(2k+1)!))^2)k=0 to infinity
thanks a bunch!