StepWorking
01Given
Parabola y2=2ax with a∈N. Point P(b,c) lies on it with b,c∈N. The triangle is bounded by the tangent at P, the line x=b, and the line y=0 (x-axis), with area equal to 16.
02Goal
Find the sum of all possible natural values of a, denoted ∑a∈Sa.
03Approach
Write the equation of the tangent at P(b,c) using T=0, find its x-intercept to determine the base along the x-axis, identify the vertical height corresponding to x=b, equate the triangle area to 16, and use c2=2ab along with natural number constraints on b to find all valid a.
04Execute
The tangent at P(b,c) to y2=2ax is given by yy1=a(x+x1)⟹cy=a(x+b).
For the intersection with y=0 (the x-axis): 0=a(x+b)⟹x=−b.
The line x=b intersects y=0 at (b,0) and the tangent at P(b,c).
Thus, the base of the right-angled triangle along y=0 spans from x=−b to x=b, giving length base=b−(−b)=2b.
The height of the triangle at x=b is the y-coordinate of P, which is c.
Therefore, the area of the triangle is 21×base×height=21×(2b)×c=bc.
Equating to the given area: bc=16.
05Execute
Since P(b,c) lies on y2=2ax, we have c2=2ab.
From bc=16, we have c=b16.
Substitute c into the parabola equation:
(b16)2=2ab⟹b2256=2ab⟹ab3=128.
Hence, a=b3128.
06Execute
Since a,b∈N, b3 must be a factor of 128=27.
The positive integer cubes dividing 128 are:
- b=1⟹b3=1⟹a=128 (here c=16∈N)
- b=2⟹b3=8⟹a=8128=16 (here c=8∈N)
- b=4⟹b3=64⟹a=64128=2 (here c=4∈N)
No other natural number cube divides 128.
Thus, the set S={2,16,128}.
The sum is 2+16+128=146.
✓Verify
Check a=2: b=4,c=4. Point P(4,4) on y2=4x (42=4(4)=16, valid). Base along x-axis from −4 to 4 has length 8, height is 4. Area =21×8×4=16. All conditions satisfied.