Analyzing the Setup
The given parabola is defined by the equation y2=20x. By comparing this to the standard form y2=4ax, we identify 4a=20, which yields a=5.
Consequently, the focus R of the parabola is located at the coordinates (5,0).
The Parametric Approach
To handle the intersection points P and Q efficiently, we utilize parametric coordinates. For a parabola y2=4ax, any point can be represented as (at2,2at).
With a=5, we define the points as:
P=(5t12,10t1)
Q=(5t22,10t2)
Applying the Centroid Condition
The centroid
G of
△PQR is given as
(10,10). The formula for the centroid of a triangle with vertices
(x1,y1),
(x2,y2), and
(x3,y3) is:
G=(3x1+x2+x3,3y1+y2+y3)
Substituting the coordinates of P, Q, and R(5,0) into the centroid formula, we obtain two equations:
For the x-coordinate:
35t12+5t22+5=10⇒t12+t22=5
For the y-coordinate:
310t1+10t2+0=10⇒t1+t2=3
Solving for Parameters
We use the algebraic identity
(t1+t2)2=t12+t22+2t1t2 to find the product of the parameters. Substituting our known values:
32=5+2t1t2
9=5+2t1t2⇒t1t2=2
The values t1 and t2 are the roots of the quadratic equation t2−3t+2=0. Solving this, we find t=1 and t=2.
Final Calculation
Using these parameters, we determine the coordinates of the points:
P=(5(1)2,10(1))=(5,10)
Q=(5(2)2,10(2))=(20,20)
Finally, we calculate the square of the distance
PQ:
PQ2=(20−5)2+(20−10)2
PQ2=152+102=225+100
The final result is PQ2=325.