Finding the Circle that Passes Through Three Points on a Conic

  • Thread starter Thread starter RooftopDuvet
  • Start date Start date
  • Tags Tags
    Conics
AI Thread Summary
The discussion focuses on finding the equation of a circle that passes through three specific points related to a parabola: the focus, a point on the parabola, and the intersection of the tangent at that point with the directrix. Participants analyze the coordinates of these points and the method of substituting them into the circle's equation to derive values for a, b, and c. There is a debate over the accuracy of the calculations and the interpretation of the points, particularly regarding the coordinates of point Q. Additionally, an alternative method using the geometric property of perpendicular bisectors is suggested to find the circle's center. The conversation highlights the complexities involved in the problem and the need for careful consideration of the equations used.
RooftopDuvet
Messages
12
Reaction score
0
I'm doing a question in my book on conics where there is a circle cutting through a parabola. There are three points S - the focus P - a point on the parabola and Q - the point where the tangent at P meets the directrix.

The focus is at S[1,0] and the dirextrix is x=-1
point P is [t^2, 2t] and point Q is [-1, (t^2 -1)/t]

The question asks you to find the circle on which all three points lie.

I said that the equation of the circle would be (x-a)^2 + (y-b)^2=c^2

I put in the values of X and Y for each of the coordinates to get three expressions which are all equal to c^2 and then equated coefficients to get the values of a, b, and c. I thought this seemed obvious but my value for a keeps coming out as 1, which is wrong.

Can anyone see any other solution?
 
Physics news on Phys.org
You say that " a point on the parabola" but then say that "P is [t^2, 2t]" which could be any point on the parabola. I think you mean that P and Q are points such that the tangent to the parabola intersects the directrix at Q.

The parabola with focus at (1, 0) and directrix x= -1 has equation x= (1/4)y2. Differentiating with respect to x, 1= (1/2)y y' so
y'= 2/y. If the point P is given by (t2,2t) then y'= 2/2t= 1/t.
The equation of the tangent line at (t2,2t) is y= (1/t)(x- t2+ 2t. That intersects the directrix, x= -1 when y= (1/t)(-1-t2)+ 2t= -1/t- t+ 2t= t- 1/t = (t2-1)/t. That is, the values of P and Q given could be for any point on the parabola! You could evaluate the equation of the circle through S, P, and Q as a function of t.

Write the equation of the circle as (x-a)2+ (y- b)2= c2 and substitute the coordinates of the three points for x, y:
S: (1- a)^2+ b^2= c^2
P: (t^2- a)^2+ (4t^2- b)^2= c^2
Q: (1- a)^2+ (\frac{(t^2-1)^2}{t^2}-b)^2= c^2

Subtracting the equation for S from the equation for t eliminates both a and c and gives
\frac{(t^2-1)^2}{t^2}-\frac{2(t^2-1)^2}{t^2}b= 0
so b= 1/2. (independent of t!).
Putting that into the equation for S, c2= 5/4-2a+ a2. Now put that into the equation for P to determine a. Looks to me like a will be 4th degree polynomial in t.

Another way to do this is to use this geometric property: all perpendicular bisectors of chords of a circle intersect at the center of the circle.
The the points S, P, Q give two chords:
The line segement from S to P: has midpoint
(\frac{t^2+1}{2},\frac{t}{2})[/itex] <br /> and slope <br /> \frac{t}{t^2-1} <br /> and, so, the equation of the perpendicular bisector is <br /> y= \frac{1-t^2}{t}(x- 1)[/itex]&lt;br /&gt; &lt;br /&gt; The line segment SQ has midpoint &lt;br /&gt; (0, \frac{t^1-1}{2t})&lt;br /&gt; and slope&lt;br /&gt; \frac{t^2-1}{2t}&lt;br /&gt; and, so, the perpendicular bisector has equation&lt;br /&gt; \frac{2t}{1-t^2}(x-1)[/itex]&amp;lt;br /&amp;gt; Solving those two equations simultaneously for x and y will give the coordinates a and b in terms of t. Of course, the distance from that point to (1, 0) will be c.
 
ahhh, i had completely forgotten about the perpendicular bisector approach, thanks for reminding me. I'll try it now.

Although I'm still not sure about the equation of a circle approach. I disagree with some of your working for that way. In subsituting values in you've written your Q x coordinate as 1 instead of -1, and you've squared all your y coordinates before putting them into the brackets. Surely both b and a would be variables?
 
Back
Top