I am looking to find the equation of the line tangent to
$$y^2(y^2-4)=x^2(x^2-5)$$
at the point $(0,-2)$.
I have a feeling I need to implicitly differentiate here?
Am I on the right track?
What do I do after finding $y'$ to actually find the solution? Like what steps do I take to find the tangent line?
Not asking for the solution but a push in the right direction would be helpful, although a solution would be nice to look over.
Yes you do need to use implicit differentiation. When finding a tangent line, you nearly always need the point-slope formula:
$$y_2 - y_1 = m(x_2 - x_1)$$
Solution to the implicit differentiation is below (to check your work). Simply hover your mouse over the grey box.
Added:
Our expression for $y'$ is:
$$y' = \dfrac{2x(2x^2 - 5)}{4y(y^2-2)}$$
We were given a point $(0,-2)$. So, $x = 0, y = -2.$ Plugging this into the expression above yields:
$$y' = 0.$$
So, our slope of the line tangent to the curve $y^4-4y^2 = x^4-5x^2$ is zero. Now, using the point-slope formula, we have:
$$y - -2 = 0(x-0)$$
$$y+2 = 0 \implies y = -2$$
So, the tangent line is simply the horizontal line $y=-2.$