Why a Parabola Pops Up Everywhere

Ever noticed the arch of a bridge or the path of a thrown ball? That curve is a parabola, and JEE loves it because it blends geometry with algebra in a way that tests your problem‑solving muscles.

💡 In Simple Words: A parabola is a U‑shaped curve that every point on it is equally distant from a fixed point called the focus and a fixed line called the directrix. Think of it like a perfect dish that reflects light from the focus to a line.

What Is a Parabola? (JEE Quick Overview)

In coordinate geometry, a parabola is a type of conic section – the shape you get when a plane slices a cone parallel to its side. The most common orientation is vertical (opening up or down), but it can also lie sideways.

Standard forms and why they matter

For a vertical parabola with vertex at (h, k), the equation is

(x‑h)² = 4p(y‑k)

Here p is the distance from the vertex to the focus (positive if it opens upward, negative if downward). If the parabola opens left or right, swap the roles of x and y:

(y‑k)² = 4p(x‑h)

These “vertex forms” let you read the key features straight from the equation – a huge time‑saver in JEE questions.

Key properties: focus, directrix, axis

  • Focus: the point (h, k + p) for a vertical upward opening parabola.
  • Directrix: the line y = k − p (or x = h − p for a sideways opening).
  • Axis of symmetry: a straight line passing through the vertex and focus; for a vertical parabola it’s x = h.

Remember the water‑pipe analogy: imagine water flowing through a pipe that bends toward a faucet (the focus). The pipe’s wall is the parabola, and the faucet is the point that all water droplets would aim for if they bounced off the wall.

How to Write the Equation of a Parabola

Vertex form – the go‑to method

If you know the vertex (h, k) and whether the parabola opens up, down, left, or right, just plug into the appropriate vertex form. The only missing piece is p, which you get from any additional point given.

From focus & directrix

When the focus (h, k + p) and directrix y = k − p are provided, you can derive the equation by using the definition: distance from (x, y) to focus = distance from (x, y) to directrix.

That gives you the same standard form after squaring and simplifying.

graph TD\nA[Identify given data] --> B[Choose orientation] --> C[Write appropriate standard form] --> D[Plug values] --> E[Get equation] --> F[Find focus & directrix if needed]

Worked Example: Find the Equation from Vertex and Focus

Problem: The vertex of a parabola is (2, ‑1) and the focus is (2, 3). Write its equation and list the directrix.

Solution:

  1. Both vertex and focus have the same x‑coordinate, so the parabola opens vertically.
  2. Calculate p = focus_y – vertex_y = 3 − (‑1) = 4.
  3. Plug into the vertical vertex form: (x‑h)² = 4p(y‑k). Here h = 2, k = ‑1, p = 4.

    (x‑2)² = 4·4 (y + 1) → (x‑2)² = 16(y + 1).

  4. Directrix is the line y = k − p = ‑1 − 4 = ‑5.

So the final equation is (x‑2)² = 16(y + 1) and the directrix is y = ‑5.

Comparison of Common Parabola Forms

Form When to Use Key Parameters
(x‑h)² = 4p(y‑k) Vertex known, vertical orientation h, k (vertex); p (focus distance)
(y‑k)² = 4p(x‑h) Vertex known, horizontal orientation h, k; p
y = ax² + bx + c General quadratic, no vertex given a (opens up/down), b, c (shift)
(x‑h)² + (y‑k)² = r² Circle – not a parabola, but appears in mixed‑conic problems h, k (center); r (radius)

Quick Checklist Before You Submit

  • Identify the orientation (vertical vs. horizontal).
  • Locate the vertex – it’s the turning point of the curve.
  • Find p: distance from vertex to focus (positive = opens in the positive direction).
  • Write the correct vertex form and substitute the numbers.
  • Derive focus and directrix if the question asks for them.

📝 Likely Exam Questions

  1. Find the equation of a parabola with focus (‑3, 2) and directrix x = ‑5.
    Answer: Since focus and directrix are vertical, the parabola opens left‑right. Midpoint of focus and directrix gives vertex (‑4, 2). p = distance from vertex to focus = 1. Equation: (y‑2)² = 4·1(x + 4) → (y‑2)² = 4(x + 4).
  2. Write the standard form of a parabola that passes through (1, 4) and has vertex at (0, 0) opening upward.
    Answer: Use (x)² = 4p y. Plug (1, 4): 1² = 4p·4 → 1 = 16p → p = 1/16. Equation: x² = (1/4) y.
  3. Given the parabola y = 3x² – 12x + 7, find its vertex, focus, and directrix.
    Answer: Complete the square: y = 3(x² – 4x) + 7 = 3[(x‑2)² – 4] + 7 = 3(x‑2)² – 12 + 7 → y = 3(x‑2)² – 5. Vertex (2, ‑5). Compare with (x‑h)² = 4p(y‑k) → (x‑2)² = (1/3)(y + 5). So 4p = 1/3 → p = 1/12. Focus (2, ‑5 + 1/12) = (2, ‑59/12). Directrix y = ‑5 − 1/12 = ‑61/12.
  4. Determine the axis of symmetry for the parabola (y + 3)² = 8(x − 1).
    Answer: This is a horizontal parabola with vertex (1, ‑3). Axis of symmetry is the line y = ‑3.
  5. Explain why the reflective property of a parabola makes it useful for satellite dishes.
    Answer: Any ray coming parallel to the axis reflects off the parabola and passes through the focus. In a dish, incoming signals (treated as parallel rays) converge at the receiver placed at the focus, maximizing signal strength.
#JEE#Coordinate Geometry#Parabola#Conic Sections#Mathematics