First post here, so hello everyone.
Here's the problem:
Find the first derivative of: $$\sqrt[3]{\sin(2x)}$$
But, you can only use the difference quotient... (i.e. the limit of $\frac{f(x+h)-f(x)}{h}$ as $h \rightarrow 0$)
This is a particular problem given by my prof. It's not for credit or even an assignment, she gave it as an interestingly difficult problem with some twist and turns. I've worked on it for several hours now and would like to see how others approach solving it as I'm wrapped around an axel after using double-angle ID and clearing the cubes in the numerator. Any advice is appreciated.
Thanks.
I have written down all steps in detail, and I have marked the main ingredients using bold face font. This is also a nice typing exercise in Latex.
Let $p\gt0$ and consider more generally the difference quotient
$$d= \frac{1}{h} \left(\sin(2x+2h)^p - \sin(2x)^p \right)$$
Now for the sine of the sum we can write
$$\sin(2x+2h)= \sin(2x)\cos(2h)+\cos(2x)\sin(2h) \\= \cos(2h)\sin(2x) (1+\cot(2x) \tan(2h))$$
Next for $h\to 0$ we have approximately
$$\cos(2h)= 1- 2h^2 + O(h^4)$$ $$\tan(2h) = 2h + O(h^3)$$
so that, keeping only the first order in $h$, we get for the $p$-th power
$$\sin(2x+2h)^p = \sin(2x)^p(1+\cot(2x)2h)^p\\\simeq \sin(2x)^p+2 h p \sin(2x)^p\cot(2x)\\=\sin(2x)^p+2 h p \sin(2x)^{p-1}\cos(2x)$$
where we have use the binomial formula $(1+\epsilon)^p \simeq 1 + p\; \epsilon $.
Finally we get for $h\to 0$
$$d = \frac{1}{h} (\sin(2x)^p+2 h p \sin(2x)^{p-1}\cos(2x) - \sin(2x)^p) \\= \frac{1}{h} 2 h p \sin(2x)^{p-1}\cos(2x)\\= 2 p \sin(2x)^{p-1}\cos(2x)$$
For $p=\frac{1}{3}$ this gives
$$d = \frac{2}{3}\sin(2x)^{-\frac{2}{3}}\cos(2x)$$