I have the equation of an ellipse: $\frac{x^2}{4}+\frac{y^2}{9}=1$
In the upper left quadrant, how do I find the coordinates of tangent point P whose tangent line is at an angle of 45 degrees with the x-axis (slope of 1)?
I haven't done this kind of math in nearly a decade, so I haven't been able to figure it out.
A way to do this without derivative:
Let the tangent line be $y=x+c$. Substitute into equation of the ellipse: $$\frac{x^2}{4}+\frac{(x+c)^2}{9}=1$$ $$\implies13x^2+8cx+(4c^2-36)=0\tag{*}$$
Since the tangent touches the ellipse (at exactly one point), the discriminant of $(*)$ has to be zero: $$\Delta=-144(c^2-13)=0\implies c^2=13\implies c=\pm\sqrt{13}.$$ $c=\sqrt{13}$ is obvious.
Back to $(*)$, $13x^2+8\sqrt{13}x+(4\sqrt{13}^2-36)=0\implies x=\dfrac{-4}{\sqrt{13}}$, a repeated root.