I was trying to solving the problem that involves sketching the tangent line to the ellipse:
$\frac{x^2}{a^2} + \frac{b^2}{a^2}=1$.
I was asked by the problem to prove that:
The tangent line to the ellipse to the point $(acos(\alpha), bsin(\alpha))$ can be written in the form:
$y=\frac{-(1-k^2)b}{2ka} x + \frac{b(1+k^2)}{2k}$ where $k=tan(\frac{\alpha}{2})$ .
And after that, the problem requires me to test whether when $k=0$ and $k=1$, the line is still a tangent to the ellipse by means of sketch.
May I know how can I sketch the tangent as when $k=0$, the gradient cannot be calculated, since the denominator is $0$. So How can I do this?
Thank you very much for your reply
When $k = 0$, $\alpha = 0$. When $\alpha = 0$, the point of the ellipse is the rightmost point, at which the slope of the tangent is undefined (the tangent line is vertical). So you know a point on and the direction of the tangent line when $k = 0$, so you can sketch that line.