Skip to main content
Back to Conic Sections
JEE Main 2020
Conic Sections
Parabola
Easy

Question

Let A(4, - 4) and B(9, 6) be points on the parabola, y 2 = 4x. Let C be chosen on the arc AOB of the parabola, where O is the origin, such that the area of Δ\Delta ACB is maximum. Then, the area (in sq. units) of Δ\Delta ACB, is :

Options

Solution

This problem requires a blend of coordinate geometry, parametric equations, and differential calculus to find the maximum area of a triangle with one vertex moving along a parabolic arc.

Let's begin by outlining the fundamental concepts and the strategy we'll employ.

Key Concepts and Strategy

  1. Parametric Representation of a Parabola: For a parabola of the form y2=4axy^2 = 4ax, any point on the parabola can be conveniently expressed in parametric coordinates as (at2,2at)(at^2, 2at). This representation simplifies calculations significantly as it reduces two variables (x,yx, y) to a single parameter (tt).
  2. Area of a Triangle using Coordinates: Given three vertices P1(x1,y1)P_1(x_1, y_1), P2(x2,y2)P_2(x_2, y_2), and P3(x3,y3)P_3(x_3, y_3), the area of the triangle formed by these points can be calculated using the determinant formula: Area=12det(x1y11x2y21x3y31)\text{Area} = \frac{1}{2} \left| \det \begin{pmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{pmatrix} \right| This formula is robust and efficient, especially when dealing with variable coordinates. The absolute value ensures the area is always positive.
  3. Maximization using Differential Calculus: To find the maximum value of a function, we use its first derivative.
    • We set the first derivative of the area function (with respect to the parameter tt) to zero to find critical points.
    • The second derivative test (or analyzing the nature of the function) helps confirm if a critical point corresponds to a maximum.
  4. Geometric Condition for Maximum Area: For a triangle with a fixed base (say, AB), its area is maximized when the height from the third vertex (C) to the base is maximum. This geometrically implies that the tangent to the curve at point C must be parallel to the base AB. This condition provides an elegant alternative or verification method for finding the optimal position of C.

Step-by-Step Solution

1. Parameterizing the Parabola and Identifying Points

The given parabola is y2=4xy^2 = 4x.

  • Why this step: Using a parametric form simplifies the coordinates of point C, making the area calculation a function of a single variable tt.
  • Comparing y2=4xy^2 = 4x with the standard form y2=4axy^2 = 4ax, we see that a=1a=1.
  • Therefore, any point on this parabola can be represented parametrically as P(t2,2t)P(t^2, 2t).

Let's find the parameter values for the given fixed points A and B:

  • For point A(4,4)A(4, -4): We use the yy-coordinate to find tAt_A: 2tA=4    tA=22t_A = -4 \implies t_A = -2. (We can verify with the xx-coordinate: xA=tA2=(2)2=4x_A = t_A^2 = (-2)^2 = 4, which matches.)
  • For point B(9,6)B(9, 6): We use the yy-coordinate to find tBt_B: 2tB=6    tB=32t_B = 6 \implies t_B = 3. (We can verify with the xx-coordinate: xB=tB2=(3)2=9x_B = t_B^2 = (3)^2 = 9, which matches.)

Point CC is chosen on the arc AOBAOB of the parabola, where OO is the origin. The origin (0,0)(0,0) corresponds to t=0t=0 (since 02=00^2=0 and 2(0)=02(0)=0). This means that the parameter tt for point CC must lie between tA=2t_A = -2 and tB=3t_B = 3. So, for point C(t2,2t)C(t^2, 2t), we have t(2,3)t \in (-2, 3). This range is crucial for ensuring we are considering the correct arc and for interpreting the sign of the area function later.

2. Expressing the Area of ACB\triangle ACB as a Function of tt

  • Why this step: Our goal is to maximize the area, so we need a mathematical expression for the area in terms of the variable parameter tt.

  • Let the coordinates of the vertices be A(x1,y1)=(4,4)A(x_1, y_1) = (4, -4), B(x2,y2)=(9,6)B(x_2, y_2) = (9, 6), and C(x3,y3)=(t2,2t)C(x_3, y_3) = (t^2, 2t).

  • The area of ACB\triangle ACB, denoted by A(t)\mathcal{A}(t), is given by the determinant formula: A(t)=12det(441961t22t1)\mathcal{A}(t) = \frac{1}{2} \left| \det \begin{pmatrix} 4 & -4 & 1 \\ 9 & 6 & 1 \\ t^2 & 2t & 1 \end{pmatrix} \right|

  • Let's expand the determinant along the third column for clarity. Remember the sign pattern for cofactor expansion: (++)(+ - +). D=1(92t6t2)1(42t(4)t2)+1(46(4)9)D = 1 \cdot (9 \cdot 2t - 6 \cdot t^2) - 1 \cdot (4 \cdot 2t - (-4) \cdot t^2) + 1 \cdot (4 \cdot 6 - (-4) \cdot 9) D=(18t6t2)(8t+4t2)+(24+36)D = (18t - 6t^2) - (8t + 4t^2) + (24 + 36)

  • Now, simplify the expression: D=18t6t28t4t2+60D = 18t - 6t^2 - 8t - 4t^2 + 60 D=10t2+10t+60D = -10t^2 + 10t + 60

  • Why check the sign of D: The area formula uses an absolute value. To remove it correctly, we need to know if DD is positive or negative within the relevant range of tt.

  • Consider the quadratic function f(t)=10t2+10t+60f(t) = -10t^2 + 10t + 60. To find its roots, set f(t)=0f(t)=0: 10t2+10t+60=0-10t^2 + 10t + 60 = 0 Divide by 10-10: t2t6=0t^2 - t - 6 = 0 Factor the quadratic: (t3)(t+2)=0(t-3)(t+2) = 0 The roots are t=3t=3 and t=2t=-2.

  • Since the coefficient of t2t^2 in f(t)f(t) is negative (10-10), the parabola represented by f(t)f(t) opens downwards. This means that for any tt value strictly between its roots, f(t)f(t) will be positive.

  • Our range for tt is t(2,3)t \in (-2, 3), which is exactly between the roots. Therefore, for t(2,3)t \in (-2, 3), DD is positive, and we can remove the absolute value signs: A(t)=12(10t2+10t+60)\mathcal{A}(t) = \frac{1}{2} (-10t^2 + 10t + 60) A(t)=5t2+5t+30\mathcal{A}(t) = -5t^2 + 5t + 30 This is our area function, which we need to maximize.

3. Maximizing the Area Function

  • Why this step: We use calculus to find the value of tt that yields the largest possible area.

  • To find the maximum area, we take the first derivative of A(t)\mathcal{A}(t) with respect to tt and set it to zero to find the critical points. dAdt=ddt(5t2+5t+30)\frac{d\mathcal{A}}{dt} = \frac{d}{dt}(-5t^2 + 5t + 30) dAdt=10t+5\frac{d\mathcal{A}}{dt} = -10t + 5

  • Set the derivative to zero: 10t+5=0-10t + 5 = 0 10t=510t = 5 t=510=12t = \frac{5}{10} = \frac{1}{2}

  • This value t=12t = \frac{1}{2} is indeed within our allowed range for point C, t(2,3)t \in (-2, 3).

  • Why confirm it's a maximum: We use the second derivative test to ensure this critical point corresponds to a maximum, not a minimum or an inflection point. d2Adt2=ddt(10t+5)\frac{d^2\mathcal{A}}{dt^2} = \frac{d}{dt}(-10t + 5) d2Adt2=10\frac{d^2\mathcal{A}}{dt^2} = -10 Since the second derivative is 10-10, which is negative (<0< 0), the function A(t)\mathcal{A}(t) has a local maximum at t=12t = \frac{1}{2}.

Alternative (Geometric) Verification:

  • Why this alternative: As discussed in the key concepts, the area of ACB\triangle ACB is maximized when the tangent to the parabola at C is parallel to the chord AB. This provides an independent way to find the optimal tt and verify our calculus result.
  1. Slope of chord AB: Using points A(4,4)A(4, -4) and B(9,6)B(9, 6): mAB=yByAxBxA=6(4)94=105=2m_{AB} = \frac{y_B - y_A}{x_B - x_A} = \frac{6 - (-4)}{9 - 4} = \frac{10}{5} = 2
  2. Slope of tangent at C: The equation of the parabola is y2=4xy^2 = 4x. Differentiate implicitly with respect to xx: 2ydydx=42y \frac{dy}{dx} = 4 dydx=42y=2y\frac{dy}{dx} = \frac{4}{2y} = \frac{2}{y} At point C(t2,2t)C(t^2, 2t), the slope of the tangent is mtangent=22t=1tm_{tangent} = \frac{2}{2t} = \frac{1}{t}.
  3. Equating slopes for maximum area: For maximum area, mtangent=mABm_{tangent} = m_{AB}: 1t=2\frac{1}{t} = 2 t=12t = \frac{1}{2} This confirms our result obtained through differential calculus, significantly increasing our confidence in the solution.

4. Calculating the Maximum Area

  • **Why

Practice More Conic Sections Questions

View All Questions