© All Rights reserved @ LearnWithDash
Step-by-Step Solution
Step 1: Understand the Problem
We have a variable triangle whose two sides are given by the straight lines
$x = 0$ (the y-axis) and $y = 3$. The third side of this triangle is a tangent
to the parabola $y^2 = 6x$. We need to find the locus of the circumcentre
of this triangle as it varies with different tangents to the parabola.
Step 2: Recall the Equation of the Parabola
The parabola is $y^2 = 6x$. A common parametric form for a tangent to
$y^2 = 4ax$ is $ty = x + at^2$. Since here $4a = 6$, we have $a = \frac{3}{2}$.
Hence, a tangent in the slope form (or parametric form) can be written as:
$$
t\,y \;=\; x \;+\;\frac{3}{2}\,t^2.
$$
Step 3: Identify the Vertices of the Triangle
The given sides are:
$x = 0$ (line through the y-axis)
$y = 3$ (horizontal line)
The tangent $t\,y = x + \frac{3}{2}\,t^2$
These three lines intersect pairwise to form the vertices of the triangle. Denote:
$F \equiv (0, 3)$ as the intersection of $x=0$ and $y=3$.
$G \equiv$ intersection of $y=3$ and $t\,y = x + \frac{3}{2}\,t^2$.
$H \equiv$ intersection of $x=0$ and $t\,y = x + \frac{3}{2}\,t^2$.
Step 4: Find Coordinates of Intersection
Intersection with $y=3$:
Substitute $y = 3$ in $t\,y = x + \frac{3}{2}\,t^2$:
$$
t \times 3 = x + \frac{3}{2}\,t^2
\;\;\Rightarrow\;\; x = 3t - \frac{3}{2}\,t^2.
$$
Thus,
$$
G \equiv \Bigl(3t - \frac{3}{2}\,t^2,\;3\Bigr).
$$
Intersection with $x=0$:
Substitute $x = 0$ in $t\,y = x + \frac{3}{2}\,t^2$:
$$
t\,y = 0 + \frac{3}{2}\,t^2
\;\;\Rightarrow\;\; y = \frac{3}{2}\,t \quad (\text{assuming } t \neq 0).
$$
Hence,
$$
H \equiv \Bigl(0,\;\frac{3}{2}\,t\Bigr).
$$
But note that the other fixed vertex is $F(0, 3)$ from the lines $x=0$ and $y=3$.
Step 5: Denote the Circumcentre
Let the coordinates of the circumcentre be $O(h, k)$. Our goal is to find the relation
between $h$ and $k$, i.e., the locus of $O$.
Step 6: Relate $h,k$ with the Parameter $t$
From more advanced geometry or by using perpendicular bisectors, one can show
(as derived in the reference solution) that:
$$
\frac{2h}{3} = t - \frac{t^2}{2},
\quad
\frac{2k + 3}{3} = 2 + \frac{t}{2}.
$$
These come from the fact that the circumcentre coordinates can be expressed in
terms of $t$ through geometric relations involving midpoints and perpendiculars
of the sides of the triangle.
Simplifying, we get:
$$
4h = 6t - 3t^2,
\quad
2k + 3 = 6 + \frac{3t}{2} \;\;\Rightarrow\;\; 4k = 6 + 3t.
$$
Hence,
$$
4k = 6 + 3t
\;\;\Rightarrow\;\;
t = \frac{4k - 6}{3}.
$$
Step 7: Eliminate $t$ to Find the Locus
Substitute $t = \frac{4k - 6}{3}$ into $4h = 6t - 3t^2$:
$$
4h = 6\Bigl(\frac{4k - 6}{3}\Bigr) - 3 \Bigl(\frac{4k - 6}{3}\Bigr)^2.
$$
Simplify step by step:
(1)
$
6\Bigl(\frac{4k - 6}{3}\Bigr)
= 2(4k - 6)
= 8k - 12,
$
(2)
$
\Bigl(\frac{4k - 6}{3}\Bigr)^2
= \frac{(4k - 6)^2}{9}.
$
Hence,
$$
4h = (8k - 12)
\;-\; 3 \cdot \frac{(4k - 6)^2}{9}.
$$
This expands and rearranges to a relation involving $h$ and $k$.
According to the completed algebra (shown in the reference), we arrive at:
$$
4k^2 \;-\; 18k \;+\; 3h \;+\; 18 \;=\; 0.
$$
Finally, replace $h$ by $x$ and $k$ by $y$ to get the locus in standard form:
$$
4y^2 \;-\; 18y \;+\; 3x \;+\; 18 \;=\; 0.
$$
Step 8: Conclusion
Therefore, the locus of the circumcentre $(h, k)$ of the triangle is
$4y^2 - 18y + 3x + 18 = 0$. This corresponds to
Option 3 among the given choices.