StepWorking
01Given
Two fixed sides of the triangle are x=0 and y=3. The third side is a tangent to the parabola y2=6x. Note that x=0 is perpendicular to y=3.
02Goal
Find the locus of the circumcentre (h,k) of the triangle as the tangent varies.
03Approach
Since x=0 and y=3 are perpendicular, the triangle is right-angled at (0,3). Therefore, its circumcentre (h,k) is simply the midpoint of the hypotenuse, which lies on the tangent line between its intersections with x=0 and y=3.
04Execute
For the parabola y2=4ax with 4a=6⟹a=3/2, the equation of tangent in parametric form is yt=x+at2=x+23t2, or x−yt+23t2=0.
05Execute
Find intersections with the two axes/lines:
1) With x=0: −yt+23t2=0⟹y=23t, so P=(0,23t).
2) With y=3: x−3t+23t2=0⟹x=3t−23t2=26t−3t2, so Q=(26t−3t2,3).
06Execute
The circumcentre (h,k) is the midpoint of PQ:
h=20+26t−3t2=46t−3t2⟹4h=6t−3t2
k=223t+3=43t+6⟹4k−6=3t⟹t=34k−6.
07Execute
Substitute t=34k−6 into 4h=6t−3t2:
4h=2(4k−6)−3(34k−6)2=8k−12−3(4k−6)2
Multiply by 3:
12h=24k−36−(16k2−48k+36)=−16k2+72k−72
Divide by 4 and rearrange:
4k2−18k+3h+18=0.
Replacing (h,k) with (x,y), the locus is 4y2−18y+3x+18=0.
✓Verify
For t=2: k=3, t=34(3)−6=2. Then 4h=6(2)−3(4)=0⟹h=0. Check point (0,3) in locus: 4(9)−18(3)+3(0)+18=36−54+18=0, which is satisfied.