An equilateral triangle is inscribed in the parabola \(y^2 = x\). One vertex of the triangle is at the vertex of the parabola. The centroid of triangle is
Step-by-step Solution:
Correct Answer: B ((2,0))
Here's the step-by-step solution to find the centroid of the equilateral triangle inscribed in the parabola.
First, we identify the properties of the parabola and the vertices of the triangle.
For an equilateral triangle, all side lengths are equal. Therefore, the square of the distance from A to B must equal the square of the distance from B to C ($|AB|^2 = |BC|^2$).
Now, set the squared lengths equal:
$x_1^2 + y_1^2 = 4y_1^2 \implies x_1^2 = 3y_1^2$
We know from Step 1 that $x_1 = y_1^2$. Substitute this into the equation:
$(y_1^2)^2 = 3y_1^2 \implies y_1^4 - 3y_1^2 = 0$
$y_1^2(y_1^2 - 3) = 0$
Since B is a distinct vertex, $y_1 \neq 0$, so we must have $y_1^2 = 3$. This gives $x_1 = 3$. The coordinates of the vertices are:
The centroid of a triangle with vertices $(x_A, y_A)$, $(x_B, y_B)$, and $(x_C, y_C)$ is found by averaging the coordinates:
$$ \text{Centroid} = \left( \frac{x_A + x_B + x_C}{3}, \frac{y_A + y_B + y_C}{3} \right) $$
$$ \text{Centroid} = \left( \frac{0 + 3 + 3}{3}, \frac{0 + \sqrt{3} + (-\sqrt{3})}{3} \right) = \left( \frac{6}{3}, \frac{0}{3} \right) = (2, 0) $$
Thus, the centroid of the triangle is (2, 0).