Key Concepts and Formulas
- Centroid of a Triangle: The centroid of a triangle with vertices (x1,y1), (x2,y2), and (x3,y3) is given by (3x1+x2+x3,3y1+y2+y3).
- Trigonometric Identity: sin2t+cos2t=1.
- Locus: The locus of a point is the path traced by the point as it moves according to a given condition. To find the locus, we express the coordinates of the point in terms of a parameter and then eliminate the parameter to obtain an equation relating the coordinates.
Step-by-Step Solution
Step 1: Define the vertices and the centroid.
Let the vertices of the triangle be P1(acost,asint), P2(bsint,−bcost), and P3(1,0). Let the centroid of the triangle be (x,y). Our goal is to find the equation relating x and y, which represents the locus of the centroid.
Step 2: Apply the centroid formula.
Using the centroid formula, we have:
x=3acost+bsint+1
y=3asint−bcost+0
Step 3: Rearrange the equations.
Rearrange the equations to isolate the terms involving t:
3x−1=acost+bsint(Equation 1)
3y=asint−bcost(Equation 2)
Step 4: Eliminate the parameter 't'.
Square both sides of Equation 1 and Equation 2:
(3x−1)2=(acost+bsint)2=a2cos2t+2abcostsint+b2sin2t(Equation 3)
(3y)2=(asint−bcost)2=a2sin2t−2absintcost+b2cos2t(Equation 4)
Add Equation 3 and Equation 4:
(3x−1)2+(3y)2=a2cos2t+2abcostsint+b2sin2t+a2sin2t−2absintcost+b2cos2t
(3x−1)2+(3y)2=a2(cos2t+sin2t)+b2(sin2t+cos2t)
Step 5: Simplify using the trigonometric identity.
Using the identity sin2t+cos2t=1, we get:
(3x−1)2+(3y)2=a2(1)+b2(1)
(3x−1)2+(3y)2=a2+b2
Step 6: State the locus equation.
The locus of the centroid is given by:
(3x−1)2+(3y)2=a2+b2
Common Mistakes & Tips:
- Carefully apply the centroid formula, ensuring you add all x-coordinates and y-coordinates correctly before dividing by 3.
- When squaring binomials, remember to include the cross term (e.g., (a+b)2=a2+2ab+b2).
- Make sure to use the trigonometric identity sin2t+cos2t=1 to simplify and eliminate the parameter t.
Summary:
We found the locus of the centroid of the triangle by first expressing the coordinates of the centroid in terms of the parameter t. Then, we eliminated t by squaring and adding the equations, using the trigonometric identity sin2t+cos2t=1. The resulting equation represents the locus of the centroid: (3x−1)2+(3y)2=a2+b2, which corresponds to option (C).
Final Answer
The final answer is (3x−1)2+(3y)2=a2+b2, which corresponds to option (C).