We need to find the maximum number of intersections of a circle and a hyperbola.
The Equation of a circle is
x2+y2=r2...……......…..(1)
The equation of a hyperbola is
a2x2−b2y2=1………...……….(2)
The intersection points can be obtained as the solution of both the above equations.
From equation (1),
y2=r2−x2 Plug this in equation (2),
a2x2−b2r2−x2=1
b2x2−a2r2+a2x2=a2b2
x2(a2+b2)=a2b2+a2r2
x2=a2+b2a2(b2+r2)
x=±a2+b2a2(b2+r2)
Plug the x2=a2+b2a2(b2+r2) in y2=r2−x2
y2=r2−a2+b2a2(b2+r2)
y2=a2+b2a2r2+b2r2−a2b2−a2r2
y2=a2+b2b2(r2−a2)
y=±a2+b2b2(r2−a2)
So, the intersecting points are pairs (x,y) taking the sign into account just like (+, + ), (+, -), (-, + ), ( -, -).
The maximum number of intersections is 4.
Answer: the maximum number of intersecting points is 4.
Comments