Дьявол said:
Hi Dyawol.
Дьявол said:
How come that (f \circ g)'(x) = f'(g(x)) g'(x) ?
That's precisely what the chain rule says, I will prove it below for you.
Дьявол said:
Since (f \circ g)'(x)=f(g(x))' , f'(g(x))=f'(g(x)) g'(x). And now we can rewrite the equation like 1=g'(x)
I don't understand that part.
I don't really understand either... what are you trying to do here? Your notation is confusing you, the f'(g(x)) on the left hand side is not the same as that on the right hand side...
Дьявол said:
Also I don't understand why the flawed proof of the chain rule is incorrect?
y'=\lim_{dx \rightarrow 0}\frac {dy}{dx} = \lim_{dx \rightarrow 0}\frac {dy} {du} \cdot\frac {du}{dx}=\lim_{du \rightarrow 0}\frac {dy}{du} \cdot \lim_{dx \rightarrow 0}\frac {du}{dx}=f'(u)\cdot u'(x)
Thanks in advance.
Regards.
Well actually it gives the correct formula (y' = f'(u) u'(x)) assuming y(x) = f(u(x)), although what is written down is nonsense.
y' = \frac{dy}{dx} = \frac{dy}{du} \frac{du}{dx}
is correct but I don't see what the limits are doing there, and actually it is just another way of writing f'(u) u'(x); so there is no proof here, you are just
stating the chain rule.
Perhaps it is helpful to first consider an example of how the chain rule works. Suppose you have
f(x) = (3x^2 + 6x - 9)^2
and you are asked for f'(x).
Then you note that you don't know how to do this derivative (after going through your familiar list of derivatives of elementary functions, product rule and quotient rule) but that it looks a lot like a quadratic function. If you set u = u(x) = 3x^2 + 6x - 9 then you can simply write f(x) = f(u(x)) = u(x)^2, which we usually in a slight shorthand / notational abuse write as f(u(x)) = u^2 or f(x) = u^2 (which is slightly confusing perhaps, because it is not clear that there is still an x involved). Now this we know how to differentiate: the derivative of u^2 is just 2 u. So we would write
\frac{df}{du} = 2u
to indicate that if
u were the variable we were interested in, the derivative of f would be 2u. But we don't want df/du, we want df/dx. The chain rule tells us, that what we wanted to calculate, df/dx, is given by
\frac{df}{dx} = \frac{df}{du} \cdot \frac{du}{dx},
i.e. we still have to multiply 2u by the derivative of u with x as the variable. Recalling that u was 3x^2 + 6x - 9, we can apply our standard repertoire of derivation tricks and get
\frac{du}{dx} = 6 x + 6
So, putting it all together, the answer we wanted it
f'(x) = \frac{df}{dx} = \frac{df}{du} \frac{du}{dx} = (2u) \cdot (6x + 6)
where we now have to write u back in terms of x:
f'(x) = (3x^2 + 6x - 9) \cdot (6x + 6)
which you could simplify to
f'(x) = 18(x^2 + 2x - 3)(x + 6).
Do you understand now the derivations with respect to x and u, and the notation
\frac{df}{du} \text{ and } \frac{df}{dx}?
Then you have to get used to the "mathematical" shorthand, where we usually write f'(x) if we mean df/du, u'(x) for du/dx; we can make up notations like f'(u) for df/du but I urge you to use the d.../d... notation, because f'(u(x)) is very ambiguous (this is what was confusing you in the first post: does the prime in f'(u(x)) indicate derivation with respect to u or x? That is, do you mean df/dx or df/du here?)