I've always learned implicit differentiation as $\frac{dy}{dx}$. But some tutorials on the web use $\frac{d}{dx}$. Here's an example of how I solve questions.
Find the slope of the tangent line to the graph of $x^2 + 3xy - 2y^2 = -4$ with respect to $x$.
I was taught that the derivative of $y$ with respect to $x$ is $\frac{dy}{dx}$. So I would do as followed:
Find the derivative of each term using the product and power rule
$(2x) + (3x \cdot \frac{dy}{dx} + 3y) + (- 4y \cdot \frac{dy}{dx}) = 0$
I would then simplify the equation by moving all the terms containing $\frac{dy}{dx}$ to one side
$3x \cdot \frac{dy}{dx} - 4y \cdot \frac{dy}{dx} = -2x - 3y$
I would the factor out $\frac{dy}{dx}$ and simplify
$\frac{dy}{dx}$(3x - 4y) = -2x - 3y$
$\frac{dy}{dx} = \frac{-2x - 3y}{3x - 4y}$
So that's how I would find the derivative of an equation using implicit differentiation. But I checked the tutorial out on Khan Academy and they did it in a different way.
$x^2 + y^2 = 1$
$\frac{d}{dx}(x^2) + \frac{d}{dx}(y^2) = 0$
$2x + 2y \cdot \frac{dy}{dx} = 0$
$\frac{dy}{dx} = -\frac{x}{y}$
So I'm wondering, which way is better, and which one should I use? I believe that both the ways can be used on the same question, but I could be wrong. Any help would be highly appreciated, thanks!