How do u find angle between tangent to any general conic?. Well if not possible from general case then please explain in a ellipse or hyperbola.
Angle between pair of tangents to a conic
878 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 4 best solutions below
On
Hint:
Using $$T^2=SS_1$$ get combined equation of tangents. Now you can factor it to get equation of tangents and hence angle between them at a point gives angle between conics at that point
On
Hint
Let $y=mx+c$ be a tangent of the General conic
Replace the value of $y$ in the equation of the conic to form a quadratic equation in $x$
For tangency, the discriminant must be $0$
This will give us a quadratic equation in $m$ whose roots be $m_1,m_2$
Now we know $m_1+m_2,m_1m_2$
Can you take it from here?
On
You haven’t said so, but presumably you have a known point $P_0$ through which you’re drawing these tangents. Find the points of tangency $P_1$ and $P_2$ by intersecting the polar to $P_0$ with the conic. This is a matter of solving a couple of quadratic equations. The cosine of the angle between the lines can then be extracted from the dot product $(P_1-P_0)\cdot(P_2-P_0)$.
To simplify the algebra, I would start by moving the point from which you are taking tangents to the origin. For example:
Find the angle between the tangents from $P=(-3,0)$ to the ellipse $x^2+4y^2=4$
$(x-3)^2 + 4y^2 = 4\\\Rightarrow x^2 - 6x + 4y^2 +5=0$
$x^2(1+4m^2) -6x + 5=0$
$b^2=4ac \\\Rightarrow 36 = 20(1+4m^2) \\\Rightarrow 80m^2 = 16 \\\Rightarrow m=\pm\frac{1}{\sqrt{5}}$