1. Parametric Form of a Parabola
The standard parabola $y^2 = 4ax$ allows any point on its curve to be expressed in terms of a single parameter $t$ as $(at^2, 2at)$. This representation is crucial for solving problems involving geometric shapes inscribed within the parabola, as it reduces the complexity of equations from two variables to one. For $y^2=4x$, the focal parameter $a=1$.
2. Symmetry and Equilateral Triangles
When an equilateral triangle is inscribed such that one vertex coincides with the parabola’s vertex, the parabola’s axis of symmetry becomes the triangle’s altitude or median. Since the total internal angle is $60^\circ$, each half-angle at the vertex is $30^\circ$. This symmetry implies that the y-coordinates of the other two vertices are equal in magnitude but opposite in sign.
3. Circles Defined by Diameters
If $A(x_1, y_1)$ and $B(x_2, y_2)$ are the endpoints of a diameter, the circle’s center is the midpoint $\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)$ and the radius is $\frac{1}{2}\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}$. In cases where the diameter is a vertical line segment like $AB$ in this problem, the radius simplifies to half the vertical length of the chord.
4. Distance from a Point to a Circle
The shortest path from an external point to a circle lies along the line connecting the point to the circle’s center. If the distance from point $P$ to center $C$ is $d$ and the radius is $r$, the minimum distance is $|d-r|$. This principle is derived from the triangle inequality and is a standard technique for finding geometric bounds in JEE coordinate geometry.
1
Why is the angle $\angle AOx$ exactly $30^\circ$?
In an equilateral triangle, all angles are $60^\circ$. Because the parabola $y^2=4x$ is symmetric about the x-axis, the triangle is also symmetric, meaning the x-axis bisects the $60^\circ$ angle at vertex $O$.
2
How do we know vertex $O$ is at $(0,0)$?
The problem states $O$ is at the vertex of the parabola. For $y^2 = 4x$, the vertex is the origin $(0,0)$.
3
Can we solve this using the circle’s equation?
Yes, $(x-12)^2 + y^2 = 48$. Then find the distance from $(0,0)$ to any point on the circle and minimize it, but the center-radius method is faster.
4
What if the parabola was $x^2 = 4y$?
The logic remains the same, but symmetry would be about the y-axis, and coordinates would be swapped to $(2t, t^2)$.
5
What is the side length of the triangle?
The side length is $OA = \sqrt{12^2 + (4\sqrt{3})^2} = \sqrt{144 + 48} = \sqrt{192} = 8\sqrt{3}$.
6
Is point $O$ inside or outside the circle?
Since $OC = 12$ and $R = 4\sqrt{3} \approx 6.92$, $OC > R$, so point $O$ is outside the circle.
7
What is the maximum distance?
Maximum distance $= OC + R = 12 + 4\sqrt{3} = 4(3 + \sqrt{3})$.
8
How to calculate $4\sqrt{3}$ quickly?
$\sqrt{3} \approx 1.732$, so $4 \times 1.732 \approx 6.928$.
No, the focus is at $(1,0)$. The line $AB$ is $x=12$, which does not pass through the focus.
10
What properties of circles are tested here?
The diametric form of a circle and the concept of minimum distance from a point to a circle are the core properties tested.