Why do these two equivalent equations have different implicit differentiations

calculusderivativesimplicit-differentiation

Using implicit differentiation, we have that the derivative of $4x^2y-3/y=0$ is $$\frac{dy}{dx} = -\frac{8xy^3}{4x^2y^2+3}.$$ But, if we multiply both sides of the original equation by y, we have the following equation $4x^2y^2-3=0$ which is seemingly equivalent for $y≠0$. Taking the derivative of this new function yields $-y/x$ What is causing the difference here. Is it a rule of implicit differentiation or because the $0$ in the original equation that allows us to rewrite it in such a form? I am new to implicit differentiation and any help is appreciated.

Best Answer

Notice that if you take your equation $4x^2y^2 - 3 = 0$ then you know that

\begin{align} 4x^2y^2 &= 3\tag{1}\\ y^2 &= \frac{3}{4x^2}.\tag{2} \end{align}

Now, taking the equation $$\frac{dy}{dx} = -\frac{8xy^3}{4x^2y^2+3}$$ and using $(1)$ and $(2)$ we get $$\frac{dy}{dx} = \frac{-8xy\left(\frac{3}{4x^2}\right)}{6} = -\frac{24xy}{24x^2} = -\frac{y}{x}.$$ So, your two forms of the derivative are equivalent, given the original equation. It is frequently the case that when doing implicit differentiation you may be able to obtain several seemingly different formulations of the derivative, which are equivalent given the original equation. As we see here, sometime one is much simpler than the other.

Related Question