JEE Main & Advanced

Parabola

Parabola for JEE Main & Advanced

1
Module 1

Introduction and General Conic

Focus-Directrix Definition and EccentricityTopic 1

A conic section is defined locus-wise as the path tracked by a variable coordinate point $P$ whose distance from a fixed point $S$ (the focus) bears a constant ratio $e$ (the eccentricity) to its perpendicular distance from a fixed straight line $L = 0$ (the directrix). \[ \frac{\text{Distance from Focus } (SP)}{\text{Distance from Directrix } (PM)} = e \implies SP = e \cdot PM. \]

\[ \begin{array}{ll} \textbf{Eccentricity Value } (e) & \textbf{Resulting Conic Profile} \\ e = 1 & \text{Parabola} \\ 0 < e < 1 & \text{Ellipse} \\ e > 1 & \text{Hyperbola} \\ e = 0 & \text{Circle} \\ \end{array} \]

✎ Self-Check — 5 questions0 / 5
Q1.The general second-degree equation $9x^2 - 24xy + 16y^2 - 20x - 15y + 25 = 0$ represents which conic profile?
Q2.Find the equation of a parabola whose focus is located at the origin $(0,0)$ and whose directrix line matches $x + y + 2 = 0$:
Q3.If a conic section has an eccentricity tracking metric $e$ satisfying the quadratic balance condition $2e^2 - 5e + 2 = 0$, what non-degenerate curves can it represent?
Q4.For what value of the coefficient parameter $h$ does the equation $x^2 + 2hxy + 4y^2 + 6x + 12y + 9 = 0$ represent a parabola profile ($\Delta \neq 0$)?
Q5.A point moves such that its distance from the point $(3, 0)$ is always identically equal to its perpendicular distance from the vertical line $x = -3$. The equation of its locus is:
2
Module 2

Standard Parabola: $y^2 = 4ax$

Key ElementsTopic 1

\begin{formulabox}[Standard Form and Key Elements ($a > 0$)] \[ y^2 = 4ax \]

Geometric ElementValue / Coordinate Form
Vertex$(0,0)$
Focus ($S$)$(a,0)$
Directrix Line ($L$)$x = -a \implies x + a = 0$
Axis of Symmetry$y = 0$ (the horizontal $x$-axis)
Latus Rectum Line Chord$x = a$; Total Length $= 4a$
Ends of Latus Rectum ($L_1, L_2$)$(a, 2a)$ and $(a, -2a)$
Focal Distance of any Point $P(x_1,y_1)$$SP = x_1 + a$
\end{formulabox}

Other Standard OrientationsTopic 2

EquationOpensVertexFocusDirectrixAxis Equation
$y^2 = 4ax\;(a>0)$Right$(0,0)$$(a,0)$$x=-a$$y=0$
$y^2 = -4ax$Left$(0,0)$$(-a,0)$$x=a$$y=0$
$x^2 = 4ay\;(a>0)$Upward$(0,0)$$(0,a)$$y=-a$$x=0$
$x^2 = -4ay$Downward$(0,0)$$(0,-a)$$y=a$$x=0$

Shifted (Translated) ParabolaTopic 3

When the vertex of the parabola is translated away from the origin to a new coordinate point $(h, k)$, the standard equations shift linearly: \[ (y - k)^2 = 4a(x - h) \quad \text{or} \quad (x-h)^2 = 4a(y-k). \]

✎ Self-Check — 5 questions0 / 5
Q1.Find the focal distance of a point $P$ lying on the parabola $y^2 = 16x$ whose abscissa coordinate is exactly $x_1 = 6$:
Q2.Find the coordinates of the focus and the length of the latus rectum for the shifted parabola profile given by $y^2 - 4y - 8x + 12 = 0$:
Q3.A downward-opening parabola has its vertex situated at the origin $(0,0)$ and passes through the point $(-4, -8)$. Its standard equation is:
Q4.The endpoints of the latus rectum of a standard parabola are given by $(3, 6)$ and $(3, -6)$. Find its directrix line equation:
Q5.Find the vertex of the vertical parabola profile modeled by $x^2 - 6x - 12y - 3 = 0$:
3
Module 3

Parametric Form

Parametric Properties and Chord SlopesTopic 1

    [leftmargin=*]
  • Focal Distance of Parameter $t$: The distance from the focus $S(a,0)$ to the parameter point $P(t)$ simplifies to: \[ |SP| = at^2 + a = a(1+t^2). \]
  • Slope of a General Chord: The straight line connecting two distinct parameter points $P(t_1)$ and $Q(t_2)$ has its slope calculated as: \[ m = \frac{2at_2 - 2at_1}{at_2^2 - at_1^2} = \frac{2a(t_2 - t_1)}{a(t_2 - t_1)(t_2 + t_1)} = \frac{2}{t_1 + t_2} \quad (t_1 + t_2 \neq 0). \]
✎ Self-Check — 5 questions0 / 5
Q1.Find the slope of the chord connecting the two parameter points $t_1 = 3$ and $t_2 = 5$ on the parabola $y^2 = 4ax$:
Q2.A parameter point $t$ on the parabola $y^2 = 8x$ stands at a focal distance of exactly $10$ units away from the focus. Find the value of $t^2$:
Q3.Find the parametric tracking equation layout for a vertical parabola orientation matching $x^2 = 4ay$:
Q4.If a chord joining $P(t_1)$ and $Q(t_2)$ on $y^2 = 4ax$ has a constant vertical slope mapping of $m = 1$, then the sum of their parameters $t_1 + t_2$ must be equal to:
Q5.The coordinates of a point on the curve $y^2 = 16x$ parameterized at $t = -2$ evaluate to:
4
Module 4

Equations of Tangent

Tangent at a Point $(x_1, y_1)$Topic 1

\begin{formulabox}[Point Form] \[ y y_1 = 2a(x + x_1) \] Derived using the standard $T = 0$ transform configuration matrix template: replace $y^2 \to y y_1$, and linear components $x \to \frac{x+x_1}{2}$. \end{formulabox}

Tangent in Parametric FormTopic 2

\begin{formulabox}[Parametric Form — at point $t$] \[ ty = x + at^2 \] \end{formulabox}

Tangent in Slope FormTopic 3

\begin{formulabox}[Slope Form — slope $m$] \[ y = mx + \frac{a}{m} \quad (m \neq 0) \] The matching precise point of tangency contact is given by: $\left(\dfrac{a}{m^2},\, \dfrac{2a}{m}\right)$. \end{formulabox}

\begin{importantbox}[Condition of Tangency] The straight line $y = mx + c$ is a valid tangent line to the standard parabola $y^2 = 4ax$ if and only if: \[ c = \frac{a}{m}. \] \end{importantbox}

Key Properties of TangentsTopic 4

  1. Tangents drawn at the endpoints of the latus rectum intersect at right angles on the directrix line.
  2. The point of intersection of two tangents drawn at parameters $t_1$ and $t_2$ is given by: $\bigl(at_1t_2,\, a(t_1+t_2)\bigr)$.
  3. If the tangents at $t_1$ and $t_2$ intersect at right angles ($90^\circ$), then $t_1 t_2 = -1$.
✎ Self-Check — 5 questions0 / 5
Q1.Find the equation of the tangent line to the parabola $y^2 = 12x$ that is parallel to the linear line $x - y + 5 = 0$:
Q2.Find the coordinates of the point of intersection of the two tangents drawn at $t_1 = 2$ and $t_2 = 3$ on the parabola $y^2 = 4x$:
Q3.For what value of the intercept constant $c$ is the line $y = 2x + c$ tangent to the curve $y^2 = 8x$?
Q4.The line $ty = x + at^2$ touches the parabola $y^2 = 4ax$ at which coordinate position?
Q5.If two perpendicular tangents are drawn to the parabola $y^2 = 16x$ from an external point $P$, the locus of $P$ matches which line?
5
Module 5

Equations of Normal

Normal at a Point $(x_1, y_1)$Topic 1

\begin{formulabox}[Point Form] \[ y - y_1 = -\frac{y_1}{2a}(x - x_1) \] \end{formulabox}

Normal in Parametric FormTopic 2

\begin{formulabox}[Parametric Form — at parameter $t$] \[ y + tx = 2at + at^3 \] \end{formulabox}

Normal in Slope FormTopic 3

\begin{formulabox}[Slope Form — slope $m$] \[ y = mx - 2am - am^3 \] The matching base foot of the normal vector evaluates coordinate-wise to: $\bigl(am^2,\, -2am\bigr)$. \end{formulabox}

Number of Normals from an External PointTopic 4

For a general external coordinate point $(h, k)$, the slope-form normal equation generates a cubic equation in terms of $m$: \[ am^3 + m(2a - h) + k = 0. \] Because it is a cubic equation, a maximum of three real normals can be drawn from an external point to a parabola.

\begin{importantbox}[Condition for Three Real Normals] Three distinct real normals can be drawn from an external point $(h, k)$ to the parabola $y^2 = 4ax$ if and only if: \[ h > 2a \quad \text{and} \quad k^2 < \frac{4}{27}\cdot\frac{(h-2a)^3}{a}. \] \end{importantbox}

Co-normal PointsTopic 5

If the three normals drawn at parameters $t_1, t_2,$ and $t_3$ are concurrent at a single point $(h,k)$, these parameters are called co-normal points. They satisfy the following properties derived from Vieta's formulas: \[ t_1 + t_2 + t_3 = 0, \quad t_1 t_2 + t_2 t_3 + t_3 t_1 = \frac{2a-h}{a}, \quad t_1 t_2 t_3 = -\frac{k}{a}. \]

✎ Self-Check — 5 questions0 / 5
Q1.Find the equation of the normal line to the parabola $y^2 = 4x$ at the parameter point $t = 2$:
Q2.Find the total number of distinct real normals that can be drawn to the parabola $y^2 = 4x$ from the external point $(1, 0)$:
Q3.If the normals at co-normal points $t_1, t_2,$ and $t_3$ are concurrent, find the sum of their ordinates ($2at_1 + 2at_2 + 2at_3$):
Q4.Find the slope of a normal to the parabola $y^2 = 8x$ whose foot coordinate is situated at $(2, -4)$:
Q5.The normal line $y = mx - 2am - am^3$ touches the parabola $y^2 = 4ax$ at which foot position?
6
Module 6

Chord of the Parabola

Focal ChordTopic 1

A chord passing through the focus $(a, 0)$ is called a focal chord.

\begin{formulabox}[Properties of Focal Chord] If $t_1$ and $t_2$ represent the parameter endpoints of a focal chord: \[ t_1 \cdot t_2 = -1. \]
  • The semi-latus rectum is the harmonic mean of the focal segments: $\dfrac{1}{SP} + \dfrac{1}{SQ} = \dfrac{1}{a}$.
  • Total length of a focal chord $= a\left(t - \dfrac{1}{t}\right)^2 = a\left(t + \dfrac{1}{t}\right)^2$, where $t = t_1$.
  • The minimum length of a focal chord is $4a$ (the latus rectum).
\end{formulabox}

Chord with a Given MidpointTopic 2

If a chord is bisected exactly at an interior point $M(h, k)$, its equation can be found using the $T = S_1$ formula: \begin{formulabox}[Equation of Chord with Midpoint $(h,k)$] \[ ky - 2a(x + h) = k^2 - 4ah \quad \Longleftrightarrow \quad T = S_1 \] where $T \equiv yy_1 - 2a(x+x_1)$ and $S_1 \equiv y_1^2 - 4ax_1$. \end{formulabox}

Chord of ContactTopic 3

The straight line connecting the two points of tangency where tangents drawn from an external point $P(x_1, y_1)$ touch the curve is called the chord of contact. \begin{formulabox}[Chord of Contact: $T = 0$] \[ y y_1 = 2a(x + x_1) \] \end{formulabox}

✎ Self-Check — 5 questions0 / 5
Q1.One endpoint of a focal chord of the parabola $y^2 = 8x$ is parameterized at $t_1 = 2$. Find the parameter value $t_2$ of its other endpoint:
Q2.Find the equation of the chord of the parabola $y^2 = 4x$ whose midpoint is located at $M(2, 3)$:
Q3.Calculate the total length of a focal chord of the parabola $y^2 = 16x$ if one of its endpoints is parameterized at $t = 2$:
Q4.Find the equation of the chord of contact drawn from the external point $P(-2, 4)$ to the parabola $y^2 = 8x$:
Q5.If the segments of a focal chord separated by the focus have lengths $SP = 4$ and $SQ = 12$, find the length of the latus rectum ($4a$) of the parabola:
7
Module 7

Pole and Polar

Pole and PolarTopic 1

% ============================================================

\begin{formulabox}[Polar of a Point $(x_1, y_1)$ w.r.t. $y^2 = 4ax$] \[ y y_1 = 2a(x + x_1) \quad \Longleftrightarrow \quad T = 0 \] The point $(x_1, y_1)$ is called the pole, and the resulting line equation is its polar. \end{formulabox}

\begin{property} Conjugate Points Property: If the polar line of a point $A$ passes through another point $B$, then the polar line of $B$ is guaranteed to pass through $A$. \end{property}

✎ Self-Check — 5 questions0 / 5
Q1.Find the polar line of the point $P(-1, 2)$ with respect to the parabola $y^2 = 4x$:
Q2.Find the pole coordinates of the straight line line $x - y + 2 = 0$ with respect to the parabola $y^2 = 8x$:
Q3.The polar line of any point lying exactly on the directrix of a standard parabola always passes through which fixed point?
Q4.If the points $(1, 2)$ and $(h, 4)$ are conjugate points with respect to the parabola $y^2 = 8x$, find the value of $h$:
Q5.If a point $P$ lies on the polar of point $Q$, then the polar of $P$ must:
8
Module 8

Subtangent and Subnormal

Subtangent and SubnormalTopic 1

% ============================================================

For the parabola $y^2 = 4ax$, geometric projections of the tangent and normal lines onto the axis of symmetry from any point $P(x_1, y_1)$ yield constant length properties:

\begin{formulabox}[Subtangent and Subnormal Lengths] \[ \text{Length of Subtangent} = 2x_1, \qquad \text{Length of Subnormal} = 2a \] \end{formulabox}

The length of the subnormal is constant and equal to the semi-latus rectum $2a$ for all points on the parabola.

✎ Self-Check — 5 questions0 / 5
Q1.Calculate the length of the subnormal to the parabola $y^2 = 16x$ at any arbitrary point lying on its boundary curve:
Q2.Find the length of the subtangent to the parabola $y^2 = 8x$ at the point $P(2, 4)$:
Q3.At what coordinate point on the parabola $y^2 = 4ax$ are the lengths of the subtangent and subnormal identically equal to each other?
Q4.If the length of the subtangent at a point on $y^2 = 12x$ is exactly $6$ units, find the x-coordinate (abscissa) of that point:
Q5.The ratio of the length of the subnormal to the length of the subtangent at the point $(at^2, 2at)$ on $y^2 = 4ax$ simplifies to:
9
Module 9

Reflection Property of Parabola

Reflection Property of ParabolaTopic 1

% ============================================================

\begin{importantbox}[Reflection Property] An incoming ray travelling parallel to the axis of symmetry of a parabola passes through the focus after reflecting off the parabolic surface curve.

Equivalently: The tangent line drawn at any point $P$ makes equal angles with:
  1. The focal radius line $SP$, and
  2. The horizontal line through $P$ drawn parallel to the axis of symmetry.
\end{importantbox}
✎ Self-Check — 5 questions0 / 5
Q1.An incident light ray moves along the line $y = 4$ parallel to the axis of the parabola $y^2 = 8x$. Find the equation of the line along which the reflected ray travels after hitting the curve surface:
Q2.The reflection property ensures that a light source placed exactly at the focus of a parabolic mirror produces a reflected beam that is:
Q3.A ray of light originates from the focus $S(3,0)$ of the parabola $y^2 = 12x$ and strikes the curve at a point where the ordinate is $y = 6$. Find the path equation of the reflected ray:
Q4.The angle between an incoming ray parallel to the axis of a parabola and the normal line at the point of incidence is $\alpha$. Find the angle between the reflected ray and the normal line:
Q5.If a tangent line drawn at $P$ on $y^2 = 4ax$ makes an angle of $30^\circ$ with the axis of symmetry, find the angle $\angle SPC$ formed with the focus $S$:
10
Module 10

Common Tangents to Parabolas

Common Tangents to ParabolasTopic 1

% ============================================================

\begin{examplebox}[Common Tangents: $y^2 = 4ax$ and $x^2 = 4by$] Let the required common tangent have a slope $m$. \[ y = mx + \frac{a}{m} \quad \text{--- (Tangent equation template for } y^2=4ax \text{)} \] Now rearrange the standard vertical parabola tangent layout to match slope form: \[ x = \frac{y}{m} - bm^2 \implies y = mx + bm^3 \quad \text{--- (Tangent equation template for } x^2=4by \text{)} \] Equate the two expressions for the y-intercept constant to solve for $m$: \[ \frac{a}{m} = bm^3 \implies m^4 = \frac{a}{b} \implies m = \left(\frac{a}{b}\right)^{1/4}. \] \end{examplebox}

✎ Self-Check — 5 questions0 / 5
Q1.Find the slope of the common tangent line to the two parabolas $y^2 = 4x$ and $x^2 = 4y$:
Q2.Find the equation of the common tangent line to the curves $y^2 = 8x$ and $x^2 = 8y$:
Q3.Calculate the slope of the common tangent to the two parabolas $y^2 = 32x$ and $x^2 = 4y$:
Q4.Find the equation of the common tangent line to the curves $y^2 = 4x$ and $x^2 = -32y$:
Q5.The number of real common tangents that can be drawn to the two parabolas $y^2 = 4ax$ and $x^2 = 4by$ is exactly:
11
Module 11

Important Results and JEE Tricks

Important Results and JEE TricksTopic 1

% ============================================================

\begin{warningbox}[JEE Important Results — Parabola]
  1. The tangent drawn at a parameter point $t$ intersects the tangent at the vertex ($x=0$) at the coordinate point $(0, at)$.
  2. The orthocenter of the triangle formed by three tangent lines drawn to a parabola always lies on the directrix line curve.
  3. The circumcircle of the triangle formed by three tangents drawn to a parabola always passes through the focus $S(a,0)$.
  4. If the normal line drawn at parameter $t$ intersects the parabola again at a new parameter point $t'$, their relationship is given by: \[ t' = -t - \frac{2}{t}. \]
  5. Director Circle Property: A parabola has no director circle curve. The locus of the point of intersection of perpendicular tangents is the directrix line ($x = -a$).
  6. The area of a triangle inscribed inside the parabola $y^2 = 4ax$ with vertices at parameter points $t_1, t_2,$ and $t_3$ is: \[ \Delta = \frac{a^2}{2} |t_1 - t_2||t_2 - t_3||t_3 - t_1|. \]
\end{warningbox}
✎ Self-Check — 5 questions0 / 5
Q1.The normal line at $t = 1$ on the parabola $y^2 = 4x$ meets the curve again at parameter point $t'$. Find the value of $t'$:
Q2.Calculate the area of the triangle inscribed inside the parabola $y^2 = 4x$ whose vertices are parameterized at $t_1 = 0$, $t_2 = 1$, and $t_3 = 2$:
Q3.If three tangents drawn to the parabola $y^2 = 16x$ form a triangle, the circumcircle of this triangle must pass through which point?
Q4.The locus of the point of intersection of two tangents to $y^2 = 4ax$ that meet at a constant angle of $90^\circ$ is:
Q5.A tangent line to $y^2 = 8x$ at parameter $t = 3$ intersects the vertical tangent line at the vertex at what coordinate position?
12
Module 12

Practice Problems (JEE Level)

Practice Problems (JEE Level)Topic 1

% ============================================================

  1. Find the angle subtended by the double ordinate of length $8a$ at the vertex of the standard parabola $y^2 = 4ax$.
  2. If $P$ and $Q$ represent the parameter endpoints of a focal chord of the parabola $y^2 = 4ax$ and $S$ is the focus, prove that $\dfrac{1}{SP} + \dfrac{1}{SQ} = \dfrac{1}{a}$.
  3. The normal line at a point $P$ on the parabola $y^2 = 4ax$ intersects the curve again at a point $Q$. Prove that the locus of the midpoint of the chord segment $PQ$ is given by the curve equation $y^2(y^2 + 2a^2) + 8a^4 = 0$. [JEE Advanced]
  4. Tangent lines are drawn from the external point $(-1, 2)$ to the parabola $y^2 = 4x$. Find the equation of the chord of contact and calculate its length.
  5. Three distinct real normals can be drawn to the parabola $y^2 = 4x$ through the point $(c, 0)$ lying on its axis of symmetry. Show that the parameter constant must satisfy $c > 2$.
\subsubsection*{Practice Problems Solution Matrix (MCQ Wrappers)}
  1. The angle subtended by the double ordinate of length $8a$ at the vertex of $y^2 = 4ax$ evaluates to:
    1. $90^\circ$
    2. $\tan^{-1}(2)$
    3. $2\tan^{-1}(2)$
    4. $45^\circ$
  2. If the chord of contact from $(-1, 2)$ to $y^2 = 4x$ has length $L$, the value of $L$ matches:
    1. $4$
    2. $2\sqrt{2}$
    3. $4\sqrt{2}$
    4. $8$
  3. Find the range of $c$ for which three distinct real normals can be drawn to $y^2 = 4x$ from $(c, 0)$:
    1. $c > 2$
    2. $c < 2$
    3. $c > 4$
    4. $c > 1$
  4. If a focal chord has segments $SP=4$ and $SQ$, and $a=2$, find the length of the segment $SQ$:
    1. $4$
    2. $2$
    3. $1$
    4. $8$
  5. The locus of the point of intersection of perpendicular tangents to $y^2 = 16x$ is:
    1. $x + 4 = 0$
    2. $x - 4 = 0$
    3. $y = 4$
    4. $x = 0$
Answer Key: 1. (C) 2. (C) 3. (A) 4. (A) 5. (A)

% ============================================================

13
Module 13

Quick Reference Card

Quick Reference CardTopic 1

% ============================================================

\begin{formulabox}[All Parabola Formulas at a Glance] Standard Parabola Layout Format: $y^2 = 4ax$; $\;a = $ distance from vertex to focus.

\medskip

Geometric Operational FormAlgebraic Formula / Line Equation
Tangent Line (Point Form):$y y_1 = 2a(x + x_1)$
Tangent Line (Parametric Form):$ty = x + at^2$
Tangent Line (Slope Form):$y = mx + a/m$
Normal Line (Point Form):$y - y_1 = -\dfrac{y_1}{2a}(x-x_1)$
Normal Line (Parametric Form):$y + tx = 2at + at^3$
Normal Line (Slope Form):$y = mx - 2am - am^3$
Chord of Contact Line Equation:$y y_1 = 2a(x+x_1)$
Chord Line with Midpoint $(h,k)$:$ky - 2ax = k^2 - 2ah \implies T = S_1$
Focal Chord Boundary Condition:$t_1 \cdot t_2 = -1$
Normal Re-intersection Condition:$t' = -t - 2/t$
Co-normal Roots Sum Property:$t_1 + t_2 + t_3 = 0$
\end{formulabox}

14
Module 14

Solved Examples

Worked ExamplesTopic 1

Worked Examples
1

Example 1 — Tangents from an External Point

Find the equations of the tangents drawn to the parabola $y^2 = 8x$ from the external point $(2, 3)$.

Show solution

Here $4a = 8 \implies a = 2$. Write down the slope-form tangent equation template: \[ y = mx + \frac{2}{m}. \] Since the tangent line passes through the external point $(2, 3)$, substitute these coordinates into the template to solve for $m$: \[ 3 = 2m + \frac{2}{m} \implies 2m^2 - 3m + 2 = 0. \] Evaluate the discriminant of this quadratic equation: \[ D = (-3)^2 - 4(2)(2) = 9 - 16 = -7 < 0. \] Because the discriminant is strictly negative, the slopes are imaginary, meaning no real tangents can be drawn from this point.

\smallskip Key Check: For real tangents to be drawn from a point $(h, k)$ to the parabola $y^2 = 4ax$, the point must lie strictly outside the curve surface ($k^2 > 4ah$). Here, checking the point gives $3^2 > 4(2)(2) \implies 9 > 16$, which is false. This confirms that the point lies inside the parabola, where no real tangents can exist.

2

Example 2 — Normal Meeting the Parabola Again

If the normal line to the parabola $y^2 = 4x$ drawn at parameter $t = 2$ intersects the curve again at a new parameter point $t'$, find the value of $t'$ and the coordinates of the intersection point.

Show solution

Here $a = 1$. Apply the normal re-intersection parameter relationship formula: \[ t' = -t - \frac{2}{t} = -2 - \frac{2}{2} = -2 - 1 = -3. \] Now use the parametric equations to find the coordinates of this endpoint: \[ x' = a(t')^2 = 1(-3)^2 = 9, \quad y' = 2a(t') = 2(1)(-3) = -6. \] The normal line intersects the curve again at the coordinate position $(9, -6)$.

3

Example 3 — Length of a Focal Chord

Find the total length of a focal chord of the parabola $y^2 = 12x$ if one of its endpoints is parameterized at $t = 2$.

Show solution

Extract the parameter value: $4a = 12 \implies a = 3$. Apply the focal chord length formula directly: \[ \text{Length} = a\left(t + \dfrac{1}{t}\right)^2 = 3\left(2 + \dfrac{1}{2}\right)^2 = 3 \cdot \left(\dfrac{5}{2}\right)^2 = 3 \cdot \dfrac{25}{4} = \dfrac{75}{4}\text{ units}. \]