How to calculate the derivative of cos(x) in Calculus Made Easy

682 Views Asked by At

in Chapter 15 of Calculus Made Easy, the author proves the derivative of $ cos(\theta) $:

enter image description here

I'm unable to understand what did he do in the following step:

$$ dy = d(sin(\frac{\pi}{2} - \theta)) = cos(\frac{\pi}{2} - \theta)) * d(-\theta) $$

2

There are 2 best solutions below

1
On BEST ANSWER

You copy what the author wrote as $y= cos(\pi/2- \theta)\times d(-\theta)$ but then ask about $y= cos(\pi/2- \theta) -d(-\theta)$

Do you see that those are not the same?

Perhaps it would have easier to see if it had been written $y= cos(\pi/2- \theta)\times d(\pi/2-\theta)$. Of course since $\pi/2$ is a constant, $d(\pi/2-\theta)= d(-\theta)$

0
On

It's the chain rule: $\dfrac d{dx}\sin(f(x))=\cos(f(x))\dfrac d{dx}f(x),$ with $f(x)=\dfrac\pi2-\theta $