Any thoughts? What difference do you see between these two expressions?
– luluOct 04 '17 at 13:17
1
I see that one is a normal derivative, whereas the other is a partial derivative. But I don't know how to apply the chain rule to solve them. Is there a particular rule (version of the chain rule) I should need to solve this?
– YinWai TseOct 04 '17 at 13:18
1
As this is a function of one variable, what's the difference between an ordinary derivative and a partial? What version of the chain rule do you know? It's hard to imagine a more basic example of the chain rule than this.
– luluOct 04 '17 at 13:20
In both cases, the result will be the same because $c$ is always considered as a constant.
– pitchounetOct 04 '17 at 13:22
May be worth remarking that the chain rule is not even needed here. You can expand $\sin(x+c)$ using the additional formula for $\sin$ and then differentiate directly. Otherwise, the standard chain rule works perfectly: $\frac d{dx} f(g(x))=f'(g(x))\times g'(x)$.
– luluOct 04 '17 at 13:24
Oh, well I've just realised that the results are the same since it is a function of only one variable (I was supposed to make an example where this wasn't the case, but forgot to add a second variable at least). There are 2 versions of the chain rule I know of. The first states "If $y=[f(x)]^n$, then $\frac{dy}{dx}=n[f(x)]^{n-1}f'(x)$ ". The other, I've only seen applications of, but I don't know the actual rule. An example of it being applied is "$\frac{\partial f(x+ct)}{\partial(x+ct)}=\frac{\partial f}{\partial(x+ct)}\frac{\partial(x+ct)}{\partial t}=f' \cdot c$"
– YinWai TseOct 04 '17 at 13:27