A parabola is a fundamental geometric shape encountered in the study of Conic Sections in Class 11 mathematics. It is defined as the locus of all points in a plane that are equidistant from a fixed point, known as the focus, and a fixed line, known as the directrix. This constant ratio of distance, called eccentricity ($e$), is always equal to 1 for a parabola.

Whether calculating the trajectory of a projectile or designing the reflective surface of a satellite dish, understanding the algebraic and geometric properties of a parabola is crucial. This article provides an exhaustive breakdown of parabola formulas, standard forms, and advanced properties required for academic excellence.

Fundamental Definitions in Parabola Geometry

Before diving into the equations, it is essential to understand the specific components that define a parabola's shape and position.

1. The Focus (S)

The focus is the fixed point used to define the parabola. It always lies on the axis of symmetry and inside the curve. For the standard parabola $y^2 = 4ax$, the focus is located at $(a, 0)$.

2. The Directrix (l)

The directrix is the fixed straight line perpendicular to the axis of symmetry. The distance from any point on the parabola to the focus is exactly equal to its perpendicular distance to this line. For $y^2 = 4ax$, the directrix is $x = -a$.

3. The Axis of Symmetry

The line passing through the focus and perpendicular to the directrix is called the axis of the parabola. It divides the parabola into two congruent, mirror-image halves.

4. The Vertex (V)

The point where the parabola intersects its axis of symmetry is the vertex. It is the "turning point" of the curve and is exactly halfway between the focus and the directrix. In standard forms, the vertex is typically at the origin $(0, 0)$.

5. Focal Chord and Focal Distance

  • Focal Chord: Any chord passing through the focus of the parabola.
  • Focal Distance: The distance of a point $P(x, y)$ on the parabola from the focus. For $y^2 = 4ax$, the focal distance is $|x + a|$.

6. Latus Rectum

The latus rectum is a specific focal chord that is perpendicular to the axis of symmetry. Its endpoints lie on the parabola, and its length is a constant $4a$ for all standard parabolas.


Four Standard Equations of a Parabola

In Class 11, we primarily focus on parabolas whose vertex is at the origin $(0, 0)$ and whose axis is either the x-axis or the y-axis. There are four such standard orientations.

1. Parabola Opening to the Right

Equation: $y^2 = 4ax$ (where $a > 0$)

  • Focus: $(a, 0)$
  • Directrix: $x = -a$
  • Axis: $y = 0$ (x-axis)
  • Length of Latus Rectum: $4a$
  • Ends of Latus Rectum: $(a, 2a)$ and $(a, -2a)$

2. Parabola Opening to the Left

Equation: $y^2 = -4ax$ (where $a > 0$)

  • Focus: $(-a, 0)$
  • Directrix: $x = a$
  • Axis: $y = 0$ (x-axis)
  • Length of Latus Rectum: $4a$
  • Ends of Latus Rectum: $(-a, 2a)$ and $(-a, -2a)$

3. Parabola Opening Upwards

Equation: $x^2 = 4ay$ (where $a > 0$)

  • Focus: $(0, a)$
  • Directrix: $y = -a$
  • Axis: $x = 0$ (y-axis)
  • Length of Latus Rectum: $4a$
  • Ends of Latus Rectum: $(2a, a)$ and $(-2a, a)$

4. Parabola Opening Downwards

Equation: $x^2 = -4ay$ (where $a > 0$)

  • Focus: $(0, -a)$
  • Directrix: $y = a$
  • Axis: $x = 0$ (y-axis)
  • Length of Latus Rectum: $4a$
  • Ends of Latus Rectum: $(2a, -a)$ and $(-2a, -a)$

Comparison Table of Standard Parabolas

Property $y^2 = 4ax$ $y^2 = -4ax$ $x^2 = 4ay$ $x^2 = -4ay$
Vertex $(0,0)$ $(0,0)$ $(0,0)$ $(0,0)$
Focus $(a, 0)$ $(-a, 0)$ $(0, a)$ $(0, -a)$
Directrix $x = -a$ $x = a$ $y = -a$ $y = a$
Axis $y = 0$ $y = 0$ $x = 0$ $x = 0$
Latus Rectum Length $4a$ $4a$ $4a$ $4a$
Focal Distance $x+a$ $a-x$ $y+a$ $a-y$

Step-by-Step Derivation of the Equation $y^2 = 4ax$

Understanding the derivation helps in solving non-standard problems. Let the focus be $S(a, 0)$ and the directrix be the line $x + a = 0$.

  1. Let $P(x, y)$ be any point on the parabola.
  2. By the definition of a parabola, the distance $PS$ (from point to focus) must equal the distance $PM$ (perpendicular distance from point to directrix).
  3. The distance $PS = \sqrt{(x - a)^2 + (y - 0)^2}$.
  4. The perpendicular distance $PM$ from $(x, y)$ to $x + a = 0$ is $|x + a|$.
  5. Set $PS = PM$: $$\sqrt{(x - a)^2 + y^2} = |x + a|$$
  6. Squaring both sides: $$(x - a)^2 + y^2 = (x + a)^2$$
  7. Expanding the squares: $$x^2 - 2ax + a^2 + y^2 = x^2 + 2ax + a^2$$
  8. Simplifying the equation by cancelling $x^2$ and $a^2$: $$-2ax + y^2 = 2ax$$ $$y^2 = 4ax$$

This derived equation represents the locus of all points satisfying the parabolic condition.


Parabola with Vertex at $(h, k)$

Not every parabola has its vertex at the origin. When the vertex is shifted to $(h, k)$, the equation is transformed using translation of axes.

Horizontal Axis (Opens Right or Left)

The standard form becomes: $$(y - k)^2 = 4a(x - h)$$

  • Vertex: $(h, k)$
  • Focus: $(h + a, k)$
  • Directrix: $x = h - a$
  • Axis: $y = k$

Vertical Axis (Opens Up or Down)

The standard form becomes: $$(x - h)^2 = 4a(y - k)$$

  • Vertex: $(h, k)$
  • Focus: $(h, k + a)$
  • Directrix: $y = k - a$
  • Axis: $x = h$

How to solve general quadratic equations? If you are given an equation like $y^2 + 4y - 6x + 10 = 0$, you must use the "completing the square" method on the $y$ terms to bring it into the $(y - k)^2 = 4a(x - h)$ form. This allows for the identification of the vertex and other parameters.


Parametric Form of a Parabola

Parametric equations are incredibly useful for solving complex problems involving tangents and normals, as they reduce the number of variables.

For the parabola $y^2 = 4ax$, any point on the curve can be represented as:

  • $x = at^2$
  • $y = 2at$

Here, $t$ is the parameter. Any point $P(at^2, 2at)$ will always satisfy the equation $y^2 = 4ax$ because $(2at)^2 = 4a(at^2) = 4a^2t^2$.

Advantages of Parametric Form:

  1. Simplifies Tangent Equations: The equation of a tangent at "t" is much simpler than at $(x_1, y_1)$.
  2. Distance Calculations: Useful in finding distances between points on the curve in terms of a single variable $t$.
  3. Chord Equations: The equation of a chord joining two points $t_1$ and $t_2$ is: $$y(t_1 + t_2) = 2x + 2at_1t_2$$

Position of a Point Relative to a Parabola

To determine if a point $P(x_1, y_1)$ lies inside, on, or outside the parabola $y^2 = 4ax$, we evaluate the expression $S_1 = y_1^2 - 4ax_1$.

  • If $S_1 < 0$: The point lies outside the parabola.
  • If $S_1 = 0$: The point lies on the parabola.
  • If $S_1 > 0$: The point lies inside the parabola.

Note: Be careful with the sign convention. For $y^2 = 4ax$, "inside" refers to the region containing the focus.


Line and Parabola: Intersections and Tangency

The interaction between a straight line $y = mx + c$ and a parabola $y^2 = 4ax$ is a common topic in Class 11 exams.

1. Condition of Tangency

Substituting $y = mx + c$ into $y^2 = 4ax$ gives a quadratic equation in $x$: $$(mx + c)^2 = 4ax \implies m^2x^2 + (2mc - 4a)x + c^2 = 0$$ For the line to be a tangent, the discriminant of this quadratic must be zero ($D = 0$). Simplifying this leads to the essential condition: $$c = \frac{a}{m}$$

2. Equation of the Tangent

  • Slope Form: Any line $y = mx + \frac{a}{m}$ is a tangent to $y^2 = 4ax$. The point of contact is $(\frac{a}{m^2}, \frac{2a}{m})$.
  • Point Form: The equation of the tangent at point $(x_1, y_1)$ is: $$yy_1 = 2a(x + x_1)$$
  • Parametric Form: The equation of the tangent at point $t$ $(at^2, 2at)$ is: $$ty = x + at^2$$

3. Equation of the Normal

The normal is the line perpendicular to the tangent at the point of contact.

  • Point Form: At $(x_1, y_1)$, the normal equation is: $$y - y_1 = -\frac{y_1}{2a}(x - x_1)$$
  • Parametric Form: At point $t$, the normal equation is: $$y = -tx + 2at + at^3$$
  • Slope Form: Any line $y = mx - 2am - am^3$ is a normal to $y^2 = 4ax$. Here, the slope of the normal is $m$.

Important Properties of Parabola

These properties often appear in competitive exams like JEE but are rooted in Class 11 concepts:

  1. Focal Chord Length: If a focal chord of $y^2 = 4ax$ makes an angle $\theta$ with the x-axis, its length is $4a \csc^2 \theta$.
  2. Harmonic Mean: The semi-latus rectum ($2a$) is the harmonic mean between the segments of any focal chord. If $PS$ and $QS$ are segments of a focal chord, then $\frac{1}{PS} + \frac{1}{QS} = \frac{1}{a}$.
  3. Perpendicular Tangents: The locus of the point of intersection of perpendicular tangents to a parabola is its directrix. This is also known as the Director Circle of the parabola.
  4. Tangent Intersection: Tangents at $t_1$ and $t_2$ intersect at the point $(at_1t_2, a(t_1 + t_2))$.

Solved Examples for Practice

Example 1: Finding Parabola Components

Question: Find the focus, vertex, and directrix of the parabola $y^2 = 12x$. Solution:

  1. Compare the given equation $y^2 = 12x$ with the standard form $y^2 = 4ax$.
  2. $4a = 12 \implies a = 3$.
  3. Vertex: For $y^2 = 4ax$, the vertex is $(0, 0)$.
  4. Focus: The focus is $(a, 0)$, which is $(3, 0)$.
  5. Directrix: The directrix is $x = -a$, so $x = -3$.
  6. Latus Rectum: Length $= 4a = 12$.

Example 2: Equation from Focus and Directrix

Question: Find the equation of the parabola with focus at $(0, -3)$ and directrix $y = 3$. Solution:

  1. The focus $(0, -3)$ lies on the y-axis.
  2. The directrix $y = 3$ is a horizontal line.
  3. This matches the form $x^2 = -4ay$.
  4. Since the focus is $(0, -a)$, we have $-a = -3 \implies a = 3$.
  5. Substitute $a$ into the equation: $x^2 = -4(3)y \implies x^2 = -12y$.

Example 3: Solving a Shifted Parabola

Question: Find the vertex of $x^2 - 4x - 8y + 12 = 0$. Solution:

  1. Rearrange the equation to group $x$ terms: $x^2 - 4x = 8y - 12$.
  2. Complete the square for $x$: $(x^2 - 4x + 4) = 8y - 12 + 4$.
  3. $(x - 2)^2 = 8y - 8$.
  4. Factor the right side: $(x - 2)^2 = 8(y - 1)$.
  5. Compare with $(x - h)^2 = 4a(y - k)$.
  6. The vertex $(h, k)$ is $(2, 1)$.

Example 4: Tangent Calculation

Question: Find the equation of the tangent to the parabola $y^2 = 8x$ that is parallel to the line $y = 2x + 5$. Solution:

  1. The given line has a slope $m = 2$. Since the tangent is parallel, its slope is also $m = 2$.
  2. For $y^2 = 8x$, $4a = 8 \implies a = 2$.
  3. The slope form of a tangent is $y = mx + \frac{a}{m}$.
  4. Substitute $m = 2$ and $a = 2$: $y = 2x + \frac{2}{2} \implies y = 2x + 1$.
  5. The equation of the tangent is $2x - y + 1 = 0$.

Frequently Asked Questions (FAQ)

What is the eccentricity of a parabola?

The eccentricity ($e$) of a parabola is always 1. This means that for any point on the parabola, the distance to the focus is exactly equal to its distance to the directrix.

How can I tell which direction a parabola opens?

  • If $y$ is squared ($y^2$), the axis is horizontal (left or right). If the coefficient of $x$ is positive, it opens right; if negative, it opens left.
  • If $x$ is squared ($x^2$), the axis is vertical (up or down). If the coefficient of $y$ is positive, it opens up; if negative, it opens down.

What is the length of the latus rectum of $y^2 = 4ax$?

The length is always $4a$, which is the absolute value of the coefficient of the non-squared variable in the standard equation.

Can a parabola have a directrix passing through its focus?

No. By definition, if the focus lies on the directrix, the eccentricity condition $e=1$ would result in a straight line (a degenerate conic) rather than a curve.


Summary of Key Parabola Formulas

To master this chapter, memorize these core formulas:

  • Standard Forms: $y^2 = \pm 4ax$ and $x^2 = \pm 4ay$.
  • Latus Rectum Length: $4a$.
  • Parametric Coordinates: $(at^2, 2at)$.
  • Tangency Condition: $c = a/m$ for $y = mx + c$ touching $y^2 = 4ax$.
  • Point Form Tangent: $yy_1 = 2a(x + x_1)$.
  • Focal Distance: $x + a$ (for $y^2 = 4ax$).

By consistently practicing derivations and applying these formulas to diverse problems, Class 11 students can build a strong foundation for both school examinations and competitive engineering entrance tests.