- Consider the conic C in the Euclidean plane described by the following equation: $3x^2 + 2y^2 + 7xy + 4x + 5y + 3 = 0$
Find all points of intersection between the line x = 0 and C. Find the equations of the tangents to C at these points.
All i can do so far is equate x to 0 and i get a quadratic with y, giving two sets of points $P1(0,-3/2)$ and $P2(0,-1)$. To get the gradient i implicitly differentiated with respect to x, isolating $dy/dy$ to one side getting $dy/dx=6x+4/-7y$ subbing in values from $P1$ and $P2$ i get $M1=8/21$ and $M2=4/7$ respectively. Shouldn't one of the gradient be negavtive? am i going the right way and what am i to do next?
$x = 0\\ 2y^2 + 5y + 3 = 0\\ (2y+3)(y+1) = 0$
$\frac {d}{dx}( 3x^2 + 2y^2 + 7xy + 4x+5y + 3 =0)\\ (6x + 7y + 4) + (4y + 7x + 5) y' = 0\\ y' = -\frac {(6x + 7y + 4)}{ (4y + 7x + 5)}$
And evaluate at $(0,-1)$ and $(0,-\frac 32)$