Module 3 · JEE Mathematics

Coordinate Geometry — The Treasure Map

No formulas. No memorization. Just stories, animations, and "AHA!" moments.
🎯 Take Mock Test
🏴‍☠️ Pirate Treasure 🗺️ Address System 📏 Shortest Path Perfect Round 🍦 Conics

Story Time: The Pirate Treasure

Imagine you're a pirate. You've found an old map with a grid drawn on it. The map says:

"Walk 3 steps East, then 2 steps North — X marks the spot!"

If the big tree is at (0,0), then 3 steps East and 2 steps North puts you at the point (3,2). You've just used coordinates!

X Marks the Spot
Every point has an address: (East-West steps, North-South steps).

The first number is how far right (positive) or left (negative).
The second number is how far up (positive) or down (negative).

Example: (-4, 3) means "4 steps West, 3 steps North."
💡 Coordinates are just addresses on a grid. Every point has one unique address (x, y).
🏴‍☠️ The Pirate Map — Watch the Steps!
East →            ← West North ↑          ↓ South Tree (0,0) Position: 🏆 Treasure at (3, 2)! → 3 East ↑ 2 North
The little ship moves 3 steps East, then 2 steps North. Every point on the map has an address (x, y)! The treasure is at (3, 2).
🌟 First Big Idea
Coordinates are just addresses on a grid: (how far right/left, how far up/down).
Like a city grid: 3rd Street × 2nd Avenue = (3, 2).

The legend: The mathematician René Descartes supposedly came up with this idea while lying in bed watching a fly crawl across his ceiling. He realized he could describe the fly's position by its distance from the walls! And coordinate geometry was born.

Every Point Has an Address (x, y)

The grid is called the Cartesian plane (after Descartes). It has two number lines that cross at right angles:

  • x-axis — the horizontal line (East-West street)
  • y-axis — the vertical line (North-South street)
  • Origin (0,0) — where they cross

Every point is written as (x, y) where x tells you how far along the x-axis and y tells you how far along the y-axis.

👆 Move the Point — Watch Its Address Change!
x y O (0,0) 12345 -1-2-3-4-5 1234 -1-2-3 Point: ( , ) Q1 (+,+) Q2 (-,+) Q3 (-,-) Q4 (+,-)
The point wanders around the grid. Watch its (x, y) address change! The four quadrants are labeled by their sign patterns.

The Four Quadrants

The axes divide the plane into four quarters called quadrants:

  • Quadrant I (NE): (+, +) — both x and y are positive
  • Quadrant II (NW): (-, +) — x negative, y positive
  • Quadrant III (SW): (-, -) — both negative
  • Quadrant IV (SE): (+, -) — x positive, y negative
🗺️ Click the Grid! — Place Your Own Point

Click anywhere on the grid above — a point will appear with its coordinates! (Click the "Slow" button first to stop the wandering point, then click to place your own point.)

Try clicking in each quadrant and watch the signs of x and y change!

🌟 Second Big Idea
The sign of x and y tells you which quadrant you're in. (+,+) = NE, (-,+) = NW, (-,-) = SW, (+,-) = SE.
Like a GPS coordinate — the sign tells you which direction from the origin.

Slope = Steepness = Rise / Run

A straight line is the shortest path between two points. What makes it special? It has a constant slope — the same steepness everywhere.

Slope = how much the line goes up (rise) divided by how much it goes across (run).

Slope = Rise / Run = (y₂ - y₁) / (x₂ - x₁)

Think of walking up a hill: if you walk 10 meters forward and climb 5 meters, the slope is 5/10 = 0.5. A steeper hill has a bigger slope!

📈 Watch the Slope Change — Drag the Points!
x y P (1, 3) Q (5, 9) Run = 4 Rise = 6 Slope = 6/4 = 1.5 Steepness: ⬆️ Moderate
The line connects P and Q. The rise is the vertical change, run is the horizontal change. Slope = rise ÷ run. Watch the line get steeper and shallower!

Parallel Lines: Same Slope, Never Meet

Two lines are parallel if they have the same slope. They run alongside each other forever, never crossing — like train tracks.

🚄 Parallel Lines — Same Steepness, Never Cross!
y = 0.8x + 2 y = 0.8x - 2 Same distance always Parallel means: Same slope (m₁ = m₂), never intersect
Both lines have slope 0.8. They run alongside each other forever, maintaining the same distance. Like train tracks!

Perpendicular Lines: The Right Angle

Two lines are perpendicular if they cross at a right angle (90°). The magic: their slopes multiply to -1.

If m₁ × m₂ = -1, the lines are perpendicular. e.g., slope 2 × slope (-1/2) = -1
📐 Perpendicular Lines — Right Angle at the Cross!
Slope = 2 Slope = -1/2 90° 2 × (-1/2) = -1 ✅ They're perpendicular!
One line has slope 2 (steep up), the other has slope -1/2 (gentle down). Their slopes multiply to -1. The little square shows the right angle.

The Distance Formula: Pythagoras on the Grid

Want to know the straight-line distance between two points? Use Pythagoras!

📐 Distance = The Hypotenuse (Pythagoras!)
P (1, 2) Q (5, 6) d = √(4² + 4²) = √32 ≈ 5.66 Δx = 4 Δy = 4
The distance between P(1,2) and Q(5,6) is the hypotenuse of a right triangle. Δx = 4, Δy = 4, so d = √(4² + 4²) = √32. This is the Pythagorean theorem on the coordinate grid!
No Need to Memorize — Just See the Triangle
Step 1: Draw a right triangle between your two points.
Step 2: The horizontal leg = |x₂ - x₁| (the "run").
Step 3: The vertical leg = |y₂ - y₁| (the "rise").
Step 4: The distance = the hypotenuse = √(horizontal² + vertical²).

That's it! d = √[(x₂-x₁)² + (y₂-y₁)²]. You don't need to memorize — just remember Pythagoras on the grid.
🧠 Every formula in coordinate geometry comes from a picture. Find the picture, and the formula writes itself.
🌟 Third Big Idea
Distance = hypotenuse of the triangle formed by the x-difference and y-difference. Pythagoras on the grid!
Slope = rise/run = the steepness. Parallel = same slope. Perpendicular = slopes multiply to -1.

All Points at the Same Distance from Center

A circle is the set of all points that are the same distance from a fixed point called the center. That fixed distance is the radius.

If the center is at (h, k) and the radius is r, then any point (x, y) on the circle satisfies:

(x - h)² + (y - k)² = r²

This is just the distance formula again! The distance from (x, y) to (h, k) is always r.

⭕ Watch the Point Go Around — Distance Is Always the Same!
x y Center (h, k) r = 120 Distance from center = r (ALWAYS the same!)
The orange point moves around the circle. The distance from the center stays exactly the same — that's what makes it a circle! The radius is constant.

Drag to Change the Circle!

🎮 Interactive Circle Lab
Drag the slider to change the radius. Watch the circle grow and shrink!
Center (0,0) Radius: 100
Small Large r=100

Tangent: A Line That Just Touches

A tangent is a line that touches the circle at exactly one point. It's perpendicular to the radius at that point!

🎯 The Tangent — Just Barely Touching!
Tangent line Radius ⟂ Tangent Touches at 1 point A tangent touches the circle at exactly ONE point. The radius is perpendicular to the tangent.
The tangent line touches the circle at exactly one point. The radius drawn to that point is perpendicular to the tangent. This is a key fact for JEE!
🌟 Fourth Big Idea
A circle is a constant-distance set from a center. The equation (x-h)² + (y-k)² = r² is just the distance formula squared!
Tangent = line that touches at 1 point. Radius ⟂ Tangent at the point of contact.

Cut a Cone Differently, Get Different Shapes

Imagine an ice cream cone. If you slice it at different angles, you get different shapes:

  • Straight cut (flat)Circle
  • Slightly angled cutEllipse
  • Cut parallel to the edgeParabola
  • Steep cut (vertical)Hyperbola
Meet the Three Siblings
All conics are defined by one number: eccentricity (e).

e = 0 → Circle (perfectly round)
0 < e < 1 → Ellipse (stretched circle)
e = 1 → Parabola (U-shape)
e > 1 → Hyperbola (two mirror curves)

Eccentricity measures how "stretched" the shape is. Higher e = more stretched!
🧠 One number (e) describes ALL conic sections. That's the power of mathematics — finding the single idea behind many shapes.

Watch the Cone Being Cut!

🍦 Slicing the Cone — Different Cuts, Different Shapes
⭕ Circle (e=0) 🥚 Ellipse (0<e<1) 🪃 Parabola (e=1) 🌀 Hyperbola (e>1) The same cone, sliced at different angles → different conic sections!
The cone is sliced at 4 different angles. Each slice creates a different shape: Circle → Ellipse → Parabola → Hyperbola as the cut gets steeper.

The Eccentricity Slider — Morph Between Shapes!

🎮 Interactive Eccentricity Slider
Drag the slider to change e from 0 to 2. Watch the shape morph from circle → ellipse → parabola → hyperbola!
x y Center Circle (e = 0) Perfectly round. All points equidistant from center.
Circle (0) Hyperbola (2) e=0.0

Conics in the Real World

These aren't just math ideas — they're everywhere!

  • 🌍 Planets orbit in ellipses! Johannes Kepler discovered in 1609 that planets travel around the Sun in elliptical paths. The Sun is at one focus of the ellipse.
  • 📡 Satellite dishes are parabolas. A parabola reflects all incoming parallel rays to a single point (the focus). That's how your TV signal gets concentrated!
  • 🏭 Nuclear cooling towers are hyperbolas. The hyperboloid shape is incredibly strong and allows hot air to rise efficiently.
  • ⛲ Water fountains form parabolas. When water shoots upward, gravity pulls it into a perfect parabolic arc.
🌟 Fifth Big Idea
Eccentricity (e) is the master key to all conics: e=0 (circle), 0<e<1 (ellipse), e=1 (parabola), e>1 (hyperbola).
From planets to satellite dishes to fountains — conics describe the universe!

Two Lines Wrapped in One Equation

What does ax² + 2hxy + by² = 0 represent? It's not just one line — it's two straight lines passing through the origin!

One Equation, Two Lines
The equation ax² + 2hxy + by² = 0 is homogeneous (every term has degree 2). It always represents two straight lines through the origin — real or imaginary.

Conditions:
• h² > ab → two distinct real lines
• h² = ab → two coincident lines (same line)
• h² < ab → no real lines (complex/imaginary)

Angle between the lines:
tan θ = |2√(h² - ab)| / (a + b)
🧠 A single quadratic equation in x and y can hide two lines! The discriminant h² - ab tells you everything.
📐 Two Lines Through Origin — Watch the Angle Change!
x y O (0,0) y = m₁x y = m₂x θ h² > ab → Two distinct real lines tan θ = |2√(h²−ab)|/(a+b)
Two lines through the origin from ax² + 2hxy + by² = 0. The angle θ between them depends on h² − ab. When h² = ab, the lines coincide!
🌟 Key Takeaway
The combined equation ax² + 2hxy + by² = 0 represents two lines through origin. Check h² − ab: >0 (distinct), =0 (coincident), <0 (imaginary).
Angle between them: tan θ = |2√(h² − ab)| / (a + b)

Circles That Share a Common Bond

Sometimes you need a whole family of circles that share certain properties. The key equation: S₁ + λS₂ = 0.

The λ Trick
Circle through intersection of two circles: If two circles S₁ = 0 and S₂ = 0 intersect at two points, then S₁ + λS₂ = 0 represents a family of circles all passing through those same two intersection points.

Circle through intersection of line and circle: If a line L = 0 cuts a circle S = 0 at two points, then S + λL = 0 represents a family of circles passing through those two intersection points.

λ is a parameter — change λ and the circle morphs, but it always passes through the fixed intersection points!
🧠 λ is like a "volume knob" for circles — turn it up, turn it down, but the two common points stay fixed!
🎮 Interactive — Watch the Circle Morph!
Drag the slider to change λ. The circle always passes through the two fixed red points!
x y P Q Center λ = 0.0
λ = -3 λ = 3 λ=0.0
🌟 Key Takeaway
S₁ + λS₂ = 0 is the family of circles through the intersection of S₁ and S₂. λ picks which circle in the family.
For a line L cutting a circle S: S + λL = 0 gives circles through the two intersection points.

Focus, Directrix & the Focal Distance Property

A parabola is the set of points where the distance to a fixed point (the focus) equals the distance to a fixed line (the directrix).

Standard parabola y² = 4ax  |  Focus: (a, 0)  |  Directrix: x = -a  |  Vertex: (0, 0)
Anatomy of a Parabola
Standard form: y² = 4ax (opens right) or x² = 4ay (opens up)

Parametric form: (at², 2at) — t is the parameter

Focus: (a, 0)  |  Directrix: x = -a  |  Vertex: (0, 0)

Latus Rectum: chord through focus ⟂ to axis, length = 4a

Focal distance property: For any point P on parabola, PF = distance from P to directrix

Tangent at P(at², 2at): ty = x + at²  |  Normal: y + tx = 2at + at³

Focal chord: Any chord through the focus
🧠 The parabola is defined by a single equality: distance to focus = distance to directrix. Everything else follows from this!
🪃 Parabola — Watch PF = Distance to Directrix!
x y Vertex F (a,0) Directrix x = -a Latus Rectum = 4a 🌟 PF = Distance to Directrix (always equal!)
The point P moves along the parabola. The green line (PF) = distance to focus is always equal to the cyan line (distance to directrix).

The Stretched Circle and Its Wild Sibling

Two Sides of the Same Coin
Ellipse (0 < e < 1): Set of points where PF₁ + PF₂ = 2a (constant)
• Standard: x²/a² + y²/b² = 1, where b² = a²(1 − e²)
• Foci: (±ae, 0)  |  Major axis length: 2a  |  Minor axis: 2b
• Parametric: (a cos θ, b sin θ)

Hyperbola (e > 1): Set of points where |PF₁ − PF₂| = 2a (constant)
• Standard: x²/a² − y²/b² = 1, where b² = a²(e² − 1)
• Foci: (±ae, 0)  |  Asymptotes: y = ±(b/a)x
• Parametric: (a sec θ, b tan θ)
• Rectangular hyperbola: xy = c² (asymptotes at 90°)
🧠 Ellipse: sum of distances to foci is constant. Hyperbola: difference of distances to foci is constant. One letter changes everything!

Ellipse — PF₁ + PF₂ = 2a

🥚 Ellipse — The Sum of Distances Is Always Constant!
x y Center Major axis = 2a Minor = 2b F₁ F₂ 🌟 PF₁ + PF₂ = 2a (always constant!)
Watch the red point trace the ellipse. The sum of distances PF₁ + PF₂ is always exactly 2a — no matter where the point is!

Hyperbola — |PF₁ − PF₂| = 2a

🌀 Hyperbola — The Difference of Distances Is Always Constant!
x y Center Asymptotes F₁ F₂ 🌟 |PF₁ − PF₂| = 2a (always constant!)
The red point traces the hyperbola. The difference |PF₁ − PF₂| is always exactly 2a. Dashed lines are the asymptotes!
🌟 Key Comparison
Ellipse: PF₁ + PF₂ = 2a  |  Hyperbola: |PF₁ − PF₂| = 2a  |  Parabola: PF = Distance to Directrix
All conics are defined by distances to foci. The operation (sum, difference, equality) determines the type!

Smart Techniques for JEE Problems

Use Parametric Forms to Simplify Conic Problems
Every conic has a parametric representation. Using parameters (t for parabola, θ for ellipse/hyperbola) turns geometry into algebra:

Parabola y² = 4ax → (at², 2at)
Ellipse x²/a² + y²/b² = 1 → (a cos θ, b sin θ)
Hyperbola x²/a² − y²/b² = 1 → (a sec θ, b tan θ)

Parametric points automatically satisfy the curve equation — you only need one variable instead of two!
💡 When you see a point on a conic, immediately write it in parametric form. It reduces unknowns from 2 to 1!
For Tangents: Use Discriminant = 0
A line touches a curve when they have exactly one intersection point. Substitute the line equation into the curve, get a quadratic, and set its discriminant = 0.

Example: For line y = mx + c to be tangent to parabola y² = 4ax:
(mx + c)² = 4ax → m²x² + (2mc − 4a)x + c² = 0
Discriminant = 0 → c = a/m

This gives the tangent condition: y = mx + a/m
💡 Discriminant = 0 is the master key for tangency problems. Line touches curve → exactly one solution → D = 0!
Distance from Point to Line Is Your Best Friend
The distance from point (x₁, y₁) to line ax + by + c = 0 is:

d = |ax₁ + by₁ + c| / √(a² + b²)

This formula solves half of JEE coordinate problems:
• Distance from center to tangent = radius
• Distance from focus to directrix
• Distance between parallel lines
• Foot of perpendicular from point to line
💡 Learn the distance-to-line formula cold. It's the single most reused formula in coordinate geometry!

Don't Let These Trip You Up!

Mistake 1: Confusing a and b in Ellipse Orientation

In the ellipse x²/a² + y²/b² = 1, if a > b, the major axis is along the x-axis. If b > a, the major axis is along the y-axis.

✅ Remember: The larger denominator determines the major axis direction!

Also: c² = a² − b² (ellipse) where a is the semi-major axis length. Always identify which is bigger first.

Mistake 2: Forgetting Hyperbola Eccentricity > 1

For ellipses: e is between 0 and 1. For hyperbolas: e > 1. Students often plug e > 1 into ellipse formulas.

✅ For hyperbola: b² = a²(e² − 1), NOT a²(1 − e²). The sign flips!

If you use the ellipse formula for a hyperbola, you'll get a negative b² — that's your warning sign!

Mistake 3: Sign Errors in Shift of Origin

When shifting origin from (0,0) to (h,k):

New coordinates: X = x − h, Y = y − k

Students often write X = x + h or Y = y + k. It's minus!

✅ Think: if origin moves to (2,3), then point (5,7) has new coordinates (5−2, 7−3) = (3,4). Subtract the shift!

In the equation, replace x with (X + h) and y with (Y + k) to shift back. Practice this with a few examples.

Practice Zone: Think, Don't Compute

These questions test if you truly understand the ideas. No calculation needed — just reasoning!

← Calculus Vector & 3D Geometry →