0

Does $$ \left(\frac{\partial f(x)}{\partial x}\right)^{-1} = \frac{\partial x}{\partial f(x)}?$$

Why?

mathreadler
  • 25,824
Christina Daniel
  • 383
  • 2
  • 11

1 Answers1

1

Maybe you want to check out the Inverse Function Theorem. It says that if a function $f$ is differentiable at a point $(x,f(x)) = (a,b)$ then there exists "some neighbourhood" around this point where there must exist an invese function $f^{-1}(x)$ which is also differentiable there (around $b$) and for which the following must hold:

$$(f^{-1})'(b) = \frac{1}{f'(a)}$$

This is kind of the same thing you are asking.

mathreadler
  • 25,824