The line that is normal to the curve $$x^2+3xy-4y^2=0$$ at $(3,3)$ intersects the curve at what other point ?
Using implicit differentiation I got the normal line $y=5x-12$ but now I need to find the other intersecting point. What do I do from here?
$$x^2+3xy-4y^2=0$$ Differentiate: $$2x+3y+3xy'-8yy'=0$$ At $(3,3)$ the slope for the tangent line is: $$15=15y' \implies y'=1$$ $$y=x$$ The normal line is therefore: $$y=-x+b$$ With $(x,y)=(3,3) \implies b=6$ $$y=-x+6$$
Plug this in the original equation to get the intersection points: $$x^2+3xy-4y^2=0$$ $$x^2+3x(-x+6)-4(-x+6)^2=0$$ Solve for x the equation.