Question
Question: Find locus of centroid of a triangle whose vertices are given by (t,t²), (1,0), (t², 2t +1) where t ...
Find locus of centroid of a triangle whose vertices are given by (t,t²), (1,0), (t², 2t +1) where t is real parameter.
A
9x² - 18xy + 9y² - 6x + 3y + 1 = 0
B
9x² + 18xy + 9y² - 6x + 3y + 1 = 0
C
9x² - 18xy + 9y² + 6x - 3y + 1 = 0
D
9x² + 18xy + 9y² + 6x - 3y + 1 = 0
Answer
9x² - 18xy + 9y² - 6x + 3y + 1 = 0
Explanation
Solution
- The vertices of the triangle are given as A=(t,t2), B=(1,0), and C=(t2,2t+1).
- Let the centroid of the triangle be G=(x,y). The coordinates of the centroid are given by the average of the coordinates of the vertices: x=3x1+x2+x3 y=3y1+y2+y3
- Substituting the coordinates of the vertices: x=3t+1+t2 y=3t2+0+(2t+1)
- This gives us the parametric equations for the locus of the centroid:
- 3x=t2+t+1
- 3y=t2+2t+1
- Subtract equation (1) from equation (2) to eliminate t2: 3y−3x=(t2+2t+1)−(t2+t+1) 3(y−x)=t
- Substitute t=3(y−x) back into equation (1): 3x=(3(y−x))2+(3(y−x))+1 3x=9(y−x)2+3(y−x)+1 3x=9(y2−2xy+x2)+3y−3x+1 3x=9y2−18xy+9x2+3y−3x+1
- Rearrange the terms to form the equation of the locus: 9x2−18xy+9y2−6x+3y+1=0
- The discriminant B2−4AC=(−18)2−4(9)(9)=0, indicating the locus is a parabola.