Each conic section comes from slicing a cone with a flat plane at a different angle. A slice parallel to the base gives a circle. A slight tilt gives an ellipse. A slice parallel to the cone’s slanted side gives a parabola. A slice through both halves of a double cone gives a hyperbola. The names sound unrelated; the shapes are one family.
Recognizing each one from its equation
You rarely get to see the cone — you get an equation, and need to recognize the shape from its form. A circle centered at the origin is x2 + y2 = r2. An ellipse stretches that into x2/a2 + y2/b2 = 1, with two different denominators instead of one shared radius. A hyperbola looks almost the same but with a minus sign: x2/a2 − y2/b2 = 1. That single sign flip is the entire difference between a closed oval and two open branches.
Let me show you one
What shape is x2/9 + y2/4 = 1? Both terms are positive and added, with different denominators — that’s the ellipse pattern. Since 9 > 4, the ellipse stretches further along the x-axis: it crosses the x-axis at ±3 (the square root of 9) and the y-axis at ±2 (the square root of 4).
Vectors — a number with a direction attached
A plain number describes how much. A vector describes how much and which way — wind speed and direction, for instance, instead of just speed. A vector is written as components, like 〈3, 4〉, meaning “3 units right, 4 units up.” Its magnitude(length) comes straight from the Pythagorean theorem: √(32 + 42) = √25 = 5.
The mistake I see most
Mixing up the ellipse and hyperbola equations because they look so similar on the page — missing the sign between the two terms. The fix is checking that one sign every single time before doing anything else: a plus means a closed ellipse (or circle), a minus means an open hyperbola.
Want to work through it together?
If telling these curves apart from their equations still takes guesswork, a side-by-side comparison of a few examples usually fixes that fast.