I'm studying about derivative of inverse function. The teacher in the video (https://www.youtube.com/watch?v=3ReOtNCYuBw) (at 9:00 minute) said this
if a differentiable function, f has an inverse, then:
$$ \frac{d}{dx}[f^{-1}(x)] = \frac{1}{f'[f^{-1}(x)]} $$
provided $f'[f^{-1}(x)]\neq 0$
then he said if we make $y = f^{-1}(x)$ then:
$$ \frac{dy}{dx} = \frac{1}{\frac{dx}{dy}} $$
the last line is when I really get lost because it should be $ \frac{dy}{dx} = \frac{1}{f'[y]} $ not $ \frac{dy}{dx} = \frac{1}{\frac{dx}{dy}} $ isn't it? any please explain to me in very detail, I'm a newbie.
To say that $y = f^{-1}(x)$ is also to say that $f(y) = x$. Differentiating both sides with respect to $y$ yields $f'(y) = dx/dy$.
EDIT: This is only a matter of notation, and, unfortunately, there is some abuse of notation going on here. The first line you wrote is absolutely correct, whereas the statement $$\frac{dy}{dx} = \frac{1}{\frac{dx}{dy}}$$ is ambiguous, albeit easy to remember. One problem with the notation is that it is not clear what $x$ and $y$ represent (are they both functions? if so, what does it mean to differentiate with respect to a function?). Also, if the left-hand side is to be evaluated at a point $t$, then implicit is the fact that, on the right-hand side, $dx/dy$ should be evaluated at $y(t)$.
With this in mind, let us suppress $f$ from the notation. If $x$ is an invertible function of $y$, we may write $y$ as a function of $x$. Thus $x$ and $y$ act both as functions and coordinates, depending on the context. In words, your theorem says that "the derivative of the inverse of $x$ (i.e., the derivative of $y$) at a point $t$ is the inverse of the derivative of $x$ at the point $y(t)$". We can write this as
$$\frac{dy}{dx}(t) = \frac{1}{\frac{dx}{dy}(y(t))}.$$
If we suppress the points from the notation, we arrive at the statement above. So perhaps it would be more adequate to write
$$\frac{dy}{dx} = \frac{1}{\frac{dx}{dy} \circ y}.$$