Step 1: Understanding the Concept:
The locus of the centroid is found by expressing the centroid coordinates \( (x, y) \) in terms of the parameter \( t \) and then eliminating \( t \) to find the relationship between \( x \) and \( y \).
Step 2: Key Formula or Approach:
Centroid \( G(x, y) \) of triangle with vertices \( (x_1, y_1), (x_2, y_2), (x_3, y_3) \):
\[ x = \frac{x_1 + x_2 + x_3}{3}, \quad y = \frac{y_1 + y_2 + y_3}{3} \]
Step 3: Detailed Explanation:
Given vertices: \( A(2,3), B(3,2), P(t, t^2) \).
Let the centroid be \( (x, y) \).
1. \( x = \frac{2 + 3 + t}{3} = \frac{5 + t}{3} \implies 3x = 5 + t \implies t = 3x - 5 \)
2. \( y = \frac{3 + 2 + t^2}{3} = \frac{5 + t^2}{3} \implies 3y = 5 + t^2 \)
Substitute \( t = 3x - 5 \) into the equation for \( y \):
\[ 3y = 5 + (3x - 5)^2 \]
\[ 3y = 5 + (9x^2 - 30x + 25) \]
\[ 3y = 9x^2 - 30x + 30 \]
Divide by 3:
\[ y = 3x^2 - 10x + 10 \]
Rearrange to standard form:
\[ 3x^2 - 10x - y + 10 = 0 \]
Step 4: Final Answer:
The equation of the locus is \( 3x^2 - 10x - y + 10 = 0 \).