I have the following parabola $$ P:y^2 − 6x − 6y + 3 = 0.$$ How can I find the tangent parallel to line $\ell: 3x − 2y + 7 = 0$?
I wouldn't have any problem with this problem if there was only one variable but how does this work with 2? Do I have to divert the parabola twice?
$P:y^2 − 6x − 6y + 3 = 0, \ell: 3x − 2y + 7 = 0$
Note that these are still curves in the $xy$ plane, just not given in the conventional $y=f(x)$ form. This is called the implicit expression of a curve.
The slope of the tangent should be $\frac32$. Differentiate the equation of $P$ with respect to $x$,
$2yy'-6-6y'=0\implies y'=\frac3{y-3}=\frac32\implies y-3=2$ or $y=5$
$y^2-6x-6y+3=0\implies 25-6x-30+3=0\implies x=-\frac13$
The required tangent passes through $(-\frac13,5)$. Its equation is $y-5=\frac32(x+\frac13)\implies y=\frac32x+\frac{11}2$