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!
🏴☠️ The Pirate Map (The First Coordinate System)
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!
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.
🗺️ Part 2: The Cartesian Grid — "The Address System"
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!
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.
📏 Part 3: Straight Lines — "The Shortest Path"
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!
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!
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!
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!)
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!
📐 The Distance Formula (Just Pythagoras!)
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.
⭕ Part 4: Circles — "The Perfect Round"
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!
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!
SmallLarger=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!
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.
🍦 Part 5: Conics — "The Three Siblings"
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 cut → Ellipse
Cut parallel to the edge → Parabola
Steep cut (vertical) → Hyperbola
🍦 The Cone Story (The "Conic" Family)
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
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!
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!
📐 Part 6: Pair of Straight Lines
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!
🔑 Key Insight
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!
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)
🔵 Part 7: Family of Circles
Circles That Share a Common Bond
Sometimes you need a whole family of circles that share certain properties. The key equation: S₁ + λS₂ = 0.
🔑 Key Insight
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!
λ = -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.
🪃 Part 8: Parabola — Deep Dive
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)
🔑 Key Properties
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!
The point P moves along the parabola. The green line (PF) = distance to focus is always equal to the cyan line (distance to directrix).
🥚 Part 9: Ellipse & Hyperbola — Deep Dive
The Stretched Circle and Its Wild Sibling
🔑 Ellipse & Hyperbola at a Glance
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!
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!
The red point traces the hyperbola. The difference |PF₁ − PF₂| is always exactly 2a. Dashed lines are the asymptotes!
All conics are defined by distances to foci. The operation (sum, difference, equality) determines the type!
🧠 Part 10: Problem-Solving Strategies
Smart Techniques for JEE Problems
🧠 Strategy 1
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!
🧠 Strategy 2
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!
🧠 Strategy 3
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!
⚠️ Part 11: Common Mistakes
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.