How Do You Prove the Derivatives of Sin and Cos Functions?

mathfied
Messages
13
Reaction score
0
Hi. I believe this may have been addressed previously but I wanted to make sure since I don't think it was completed.

Hi I know that differentiating sin = cos , and differentiating cos = -sin. Time to prove it.

Q3:
Prove that: \frac{d}{{dz}}\sin z = \cos z


We know the McLaurin form for sin is:
<br /> \sum\limits_{n = 0}^\infty {( - 1)^n } \frac{{z^{2n+1} }}{{(2n+1)!}} = z - z^3/3! + z^5/5! - z^7/7! +...

differentiating sin term by term i get:
1 -3z^2/3! + 5z^4/5! - 7z^6/7! +... =
1 -z^2/2! + z^4/4! - z^6/6! +... =
cos z

would this be considered a "sufficient proof" . Even though I have only proved the first few terms, I am guessing we can just assume the rest is correct by the theory of induction.?
 
Physics news on Phys.org
Why not just differentiate the general term in the sum, rather than each individually?
 
Can you prove it by induction? Then you should do so rather than just saying it can be done.

But I don't see why you only do a few terms. The McLaurin series for sin(x) is, as you say,
\sum\limits_{n = 0}^\infty {( - 1)^n } \frac{{z^{2n+1} }}{{(2n+1)!}}
The general term is
(-1)^n \frac{2^{2n+1}}{(2n+1)!}[/itex]<br /> <br /> Differentiating that gives<br /> (-1)^n(2n+1)\frac{z^{2n}}{(2n+1)!}= (-1)^n \frac{z^{2n}}{(2n)!}[/itex]&lt;br /&gt; &lt;br /&gt; That&amp;#039;s all you need. (Except, of course, for some &amp;quot;technicalities&amp;quot; like showing that term by term differentiation of thes series does give the derivatative of the function.)&lt;br /&gt; &lt;br /&gt; This is, of course, assuming that you have &lt;b&gt;defined&lt;/b&gt; sin(x) and cos(x) by these series. If you defined them in some other way (using the unit circle is common) then you would need to know the derivatives in order to find the McLaurin series. And if you do define sin(x) and cos(x) in terms of series, you would still need to prove a number of other properties from that. Have you thought about how you might prove that sin(x) and cos(x) are periodic with period 2\pi? Or that sin&lt;sup&gt;2&lt;/sup&gt;(x)+ cos&lt;sup&gt;2&lt;/sup&gt;(x)= 1?&lt;br /&gt; &lt;br /&gt; Actually, those aren&amp;#039;t that difficult. From the derivatives, as done here, you can show that sin(x) satisfies y&amp;quot;= -y, with y(0)= 0, y&amp;#039;(0)= 1, while cos(x) satisfies y&amp;quot;= -y, with y(0)= 1, y&amp;#039;(0)= 0, and then use properties of differential equations.
 
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