2

If $y$ is a function of $x$, then what is the relation between $\dfrac{d^nx}{dy^n}$ and $\dfrac{d^ny}{dx^n}$? If we were to talk about $\dfrac{dy}{dx}$ and $\dfrac{dx}{dy}$, then they both are reciprocals of each other.

We cannot simply take the reciprocal of $\dfrac{d^ny}{dx^n}$, can we?

user1001001
  • 5,143
  • 2
  • 22
  • 53

1 Answers1

5

When in doubt, use the chain rule. Repeatedly differentiate both sides with respect to $y$ as follows: $$ y = f(x)\\ 1 = f'(x) \cdot \frac{dx}{dy} \implies \frac{dx}{dy} = 1/f'(x) \\ 0 = f''(x) \left(\frac{dx}{dy}\right)^2 + f'(x) \frac{d^2x}{dy^2} \implies\\ \frac{d^2x}{dy^2} = -\frac{f''(x)}{f'(x)} \left(\frac{dx}{dy}\right)^2 \implies\\ \frac{d^2x}{dy^2} = -\frac{f''(x)}{[f'(x)]^3} $$ That is, at a given point $(x,y)$, we have $$ \frac{d^2x}{dy^2} = -\frac{d^2y/dx^2}{(dy/dx)^3} $$

Ben Grossmann
  • 225,327