3.4.11Conic Sections

General second-degree equation Ax²+Bxy+Cy²+Dx+Ey+F=0 — discriminant classification

2,053 words9 min readdifficulty · medium

WHAT is this equation?


WHY does B24ACB^2 - 4AC decide the shape?

The magic is that B24ACB^2-4AC is a rotation invariant: rotate the axes to kill the xyxy term, and this number doesn't change. So it captures something intrinsic to the shape, not to the tilt.

Derivation from first principles — rotation invariance

Step 1 — Rotate the axes by angle θ\theta. Replace x=xcosθysinθ,y=xsinθ+ycosθ.x = x'\cos\theta - y'\sin\theta,\qquad y = x'\sin\theta + y'\cos\theta. Why this step? A tilted conic becomes axis-aligned in some rotated frame; we want to find that frame.

Step 2 — Substitute into Ax2+Bxy+Cy2Ax^2+Bxy+Cy^2. Collecting terms gives new coefficients A,B,CA', B', C': A=Acos2θ+Bcosθsinθ+Csin2θ,A' = A\cos^2\theta + B\cos\theta\sin\theta + C\sin^2\theta, C=Asin2θBcosθsinθ+Ccos2θ,C' = A\sin^2\theta - B\cos\theta\sin\theta + C\cos^2\theta, B=Bcos2θ(AC)sin2θ.B' = B\cos 2\theta - (A-C)\sin 2\theta. Why this step? We want to see how A,B,CA,B,C transform, so we can hunt for a quantity that stays fixed.

Step 3 — Choose θ\theta to eliminate the cross term. Set B=0B'=0: Bcos2θ=(AC)sin2θ    tan2θ=BAC.B\cos 2\theta = (A-C)\sin 2\theta \;\Rightarrow\; \tan 2\theta = \frac{B}{A-C}. Why this step? Once B=0B'=0, the equation has no xyxy: it's a standard, un-tilted conic we recognize instantly.

Step 4 — Compute B24ACB'^2 - 4A'C'. After algebra (verified below): B24AC=B24AC.B'^2 - 4A'C' = B^2 - 4AC. Why this step? This proves B24ACB^2-4AC is invariant under rotation — it's a property of the shape itself, independent of tilt.

Step 5 — In the rotated frame (B=0B'=0) read off the shape. Equation looks like Ax2+Cy2+=0.A'x'^2 + C'y'^2 + \dots = 0.

  • AC>0A'C' > 0 (same sign):   Ax2+Cy2=const\;A'x'^2+C'y'^2=\text{const}ellipse. Then B24AC=4AC<0B'^2-4A'C' = -4A'C' < 0. ✓
  • AC<0A'C' < 0 (opposite signs): → hyperbola. Then 4AC>0-4A'C' > 0. ✓
  • AC=0A'C' = 0 (one is zero): only one squared term → parabola. Then 4AC=0-4A'C' = 0. ✓

Since B24AC=B24AC=4ACB^2-4AC = B'^2-4A'C' = -4A'C', the sign of B24ACB^2-4AC tells us the sign of ACA'C' — hence the shape. QED.


Figure — General second-degree equation Ax²+Bxy+Cy²+Dx+Ey+F=0 — discriminant classification

HOW to fully classify (including degenerate cases)

A conic can collapse: an ellipse into a point, a hyperbola into two crossing lines, a parabola into parallel lines. To catch these, use the full 3×33\times3 determinant: Δ=AB/2D/2B/2CE/2D/2E/2F.\Delta = \begin{vmatrix} A & B/2 & D/2 \\ B/2 & C & E/2 \\ D/2 & E/2 & F \end{vmatrix}.


Worked Examples


Common Mistakes (Steel-manned)


Active Recall

Recall Predict before revealing (Forecast-then-Verify)

Q: Sign of B24ACB^2-4AC for 4x2+4xy+y2+x=04x^2+4xy+y^2+x=0? Forecast, then check: B24AC=1616=0B^2-4AC = 16-16 = 0parabola (indeed 4x2+4xy+y2=(2x+y)24x^2+4xy+y^2=(2x+y)^2).

Recall Feynman: explain to a 12-year-old

Imagine a flashlight. Shine it straight at a wall — you get a round/oval blob (ellipse). Tilt it just so the edge of the beam skims the wall — the blob opens up forever on one side (parabola). Tilt more and the light splits into two curved patches (hyperbola). The messy equation with x2,xy,y2x^2, xy, y^2 is just describing where the light lands. Instead of drawing it, we compute one magic number, B24ACB^2-4AC: negative = oval, zero = the just-skimming case, positive = the two-patch case. The xyxy term only means the flashlight is held at a slant — it changes the number but never changes which of the three shapes you get.


Flashcards

What is the discriminant of the general conic Ax2+Bxy+Cy2+Dx+Ey+F=0Ax^2+Bxy+Cy^2+Dx+Ey+F=0?
B24ACB^2-4AC
B24AC<0B^2-4AC<0 classifies the conic as?
An ellipse (circle if A=CA=C and B=0B=0)
B24AC=0B^2-4AC=0 classifies the conic as?
A parabola
B24AC>0B^2-4AC>0 classifies the conic as?
A hyperbola
Which term of the general equation is BB the coefficient of?
The cross term xyxy
Why can one number (B24ACB^2-4AC) classify shape regardless of tilt?
Because it is invariant under rotation of axes (B24AC=B24ACB^2-4AC=B'^2-4A'C')
What angle of rotation removes the xyxy term?
tan2θ=BAC\tan 2\theta = \dfrac{B}{A-C}
What determinant tests for a degenerate conic?
Δ=AB/2D/2B/2CE/2D/2E/2F\Delta=\begin{vmatrix}A&B/2&D/2\\B/2&C&E/2\\D/2&E/2&F\end{vmatrix}; degenerate if Δ=0\Delta=0
If B24AC>0B^2-4AC>0 but Δ=0\Delta=0, what is the curve?
A pair of intersecting straight lines (degenerate hyperbola)
Condition for the quadratic part to be a perfect square (parabola sign)?
B24AC=0B^2-4AC=0, e.g. (2x+y)2(2x+y)^2
Do D,ED,E affect the classification?
No — they only translate the conic; shape is set by A,B,CA,B,C
After rotating to remove xyxy, how do you read the shape from Ax2+Cy2+A'x'^2+C'y'^2+\dots?
AC>0A'C'>0 ellipse, AC<0A'C'<0 hyperbola, AC=0A'C'=0 parabola

Connections

  • Rotation of Axes — the transformation that removes the xyxy term.
  • Quadratic Forms and EigenvaluesB24ACB^2-4AC relates to the sign of eigenvalues of (AB/2B/2C)\left(\begin{smallmatrix}A&B/2\\B/2&C\end{smallmatrix}\right).
  • Ellipse Standard Equation, Parabola Standard Equation, Hyperbola Standard Equation — the axis-aligned targets.
  • Circle as Special EllipseA=C, B=0A=C,\ B=0.
  • Discriminant of a Quadratic — the 1-variable cousin b24acb^2-4ac (don't confuse!).
  • Degenerate Conics — point, line, line-pairs when Δ=0\Delta=0.

Concept Map

shape from

translation from

scale/position

computes

kills Bxy term

leaves unchanged

is a

is a

<0 gives

=0 gives

>0 gives

definite

indefinite

semi-definite

General second-degree eqn Ax2+Bxy+Cy2+Dx+Ey+F=0

Quadratic part A B C

Linear part D E

Constant F

Discriminant B2-4AC

Rotation of axes by theta

Quadratic form / level curves

Ellipse

Parabola

Hyperbola

Rotation invariant

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, kisi bhi conic ka general equation hota hai Ax2+Bxy+Cy2+Dx+Ey+F=0Ax^2+Bxy+Cy^2+Dx+Ey+F=0. Ismein sabse zyada important part hai degree-2 wala group yaani Ax2+Bxy+Cy2Ax^2+Bxy+Cy^2 — yehi shape decide karta hai. Linear part Dx+EyDx+Ey sirf curve ko idhar-udhar shift karta hai, aur FF position adjust karta hai. Shape janne ke liye ek hi magic number nikalte hain: discriminant B24ACB^2-4AC.

Rule bilkul simple hai: agar B24AC<0B^2-4AC<0 hai to ellipse (aur agar A=CA=C aur B=0B=0 ho to circle), agar =0=0 hai to parabola, aur agar >0>0 hai to hyperbola. Yaad rakhne ke liye: "Negative Loops, Zero Parks, Positive Splits." Dhyan rahe — yahan BB matlab xyxy ka coefficient hai, wo school wale b24acb^2-4ac waala bb (jo xx ke saath aata hai) nahi hai. Yeh sabse common galti hai.

Ab sawaal — yeh ek number kaam kaise karta hai chahe conic tilted (tedha) ho? Kyunki B24ACB^2-4AC rotation invariant hai. Matlab agar aap axes ko ghuma kar xyxy term hata do (jiske liye tan2θ=B/(AC)\tan 2\theta = B/(A-C)), tab bhi yeh number same rehta hai. Isliye yeh curve ki asli shape batata hai, tilt ka effect ignore karke.

Ek aur important baat: kabhi-kabhi conic "degenerate" ho jaati hai — jaise ellipse ek point ban jaaye, ya hyperbola do crossing lines ban jaaye. Isko pakadne ke liye 3×33\times3 determinant Δ\Delta check karo (yaad rahe off-diagonal mein B/2,D/2,E/2B/2, D/2, E/2 aata hai). Agar Δ=0\Delta=0 to conic degenerate hai. Toh strategy: pehle Δ\Delta se dekho genuine conic hai ya nahi, phir B24ACB^2-4AC se type nikaalo. Bas — solve karne ki zaroorat hi nahi, sirf coefficients padho aur ek number nikaalo!

Go deeper — visual, from zero

Test yourself — Conic Sections

Connections