Find the equation of the tangent line to the curve $2x^6 + y^4 = 9xy$ at the point $(1, 2)$.
Can someone help me on this question, I am super confused and I have no clue where to start. I know the derivative of the equation is $12x^5 + 4y^3 = 9$ but after that I am lost. I plugged in $12*1+4*8$ but it is not $9$.
Please help

Let's start by assuming that $y$ is a function of $x$. This is important, as $\frac{d}{dx}y^n = ny^{n-1}y'$ by the chain rule. Thus, differentiating your equation, we get: $$\frac{d}{dx} (2x^6+y^4)=9\frac{d}{dx}(xy)$$ $$12x^5+4y^3y'=9y+9xy'$$ $$12x^5-9y=9xy'-4y^3y'$$ $$12x^5-9y=y'(9x-4y^3)$$ $$y'=\frac{12x^5-9y}{(9x-4y^3)}$$ Substituting $x=1$ and $y=2$ from the given point, we find that $$y'=\frac{6}{23}$$ All that is left is to apply point-slope form to find the equation of the tangent line $$y-y_1 = m(x-x_1)$$ $$y-2 = \frac{6}{23}(x-1)$$ $$y = \frac{6}{23}(x-1) + 2$$ $$y = \frac{6x}{23} + \frac{40}{23}$$