(Read off A,B,C, compute one number, name the family.)
Recall Solution 1.1
What we do: pick the degree-2 coefficients. A=5,B=2,C=5.
Compute the shape number:Δ2=B2−4AC=22−4(5)(5)=4−100=−96<0.
Negative ⇒ ellipse family. Is it a circle? A circle needs A=CandB=0. Here A=C=5 but B=2=0, so it is a tilted ellipse, not a circle.
Answer: ellipse.
A=9,B=−12,C=4.
Δ2=B2−4AC=(−12)2−4(9)(4)=144−144=0.
Zero ⇒ parabola. (Sanity check: 9x2−12xy+4y2=(3x−2y)2, a perfect square — the fingerprint of a parabola.)
(One extra factor to handle: unlisted terms, or a missing squared term.)
Recall Solution 2.1
Fit it to the template: A=0,B=0,C=1 (the −8x is a D-term, irrelevant to shape).
Δ2=B2−4AC=0−4(0)(1)=0.
Zero ⇒ parabola — exactly right, y2=8x is the sideways parabola. Compare with the standard form y2=4px, where p is the focal length (the distance from vertex to focus). Matching 4p=8 gives p=2. See Parabola Standard Equation.
Recall Solution 2.2
Rewrite as xy−1=0. The only degree-2 term is xy, so A=0,B=1,C=0.
Δ2=B2−4AC=12−4(0)(0)=1>0.
Positive ⇒ hyperbola. (Indeed xy=1 is the rectangular hyperbola you already know.)
Recall Solution 2.3
A=4,B=0,C=1.
Δ2=B2−4AC=0−4(4)(1)=−16<0.
Negative ⇒ ellipse. Because B=0 but A=4=C=1, it's an axis-aligned (untilted) ellipse, not a circle. See Ellipse Standard Equation.
(Now you must also check Δ — the discriminant Δ2 alone can lie. It can lie in two ways: collapse to lines/points, OR leave no real points at all.)
Recall Solution 3.1
A=1,B=2,C=1. Δ2=4−4=0 ⇒ parabola family.
Now the degenerate test.D=0,E=0,F=−4:
Δ=11011000−4.
Expand along the last column: only the −4 entry survives, times the top-left 2×2 minor:
Δ=−4(1⋅1−1⋅1)=−4(0)=0.Δ=0 ⇒ degenerate. Look directly: x2+2xy+y2=(x+y)2=4⇒x+y=±2: two parallel lines, not a parabola. See Degenerate Conics.
Recall Solution 3.2
A=1,B=0,C=−1. Δ2=0−4(1)(−1)=4>0 ⇒ hyperbola family.
D=2,E=0,F=1:
Δ=1010−10101.
Expand along the middle row (mostly zeros): the only entry is −1 in position (2,2), with sign +, giving −1 times the minor 1111=0. So Δ=−1(0)=0.
Δ=0 ⇒ degenerate. Directly: x2+2x+1−y2=(x+1)2−y2=0⇒y=±(x+1): two intersecting lines.
Recall Solution 3.3
A=2,B=5,C=−3. Δ2=25−4(2)(−3)=25+24=49>0 ⇒ hyperbola family.
D=1,E=1,F=1. The symmetric matrix (halve the off-diagonals):
Δ=22.50.52.5−30.50.50.51.
Cofactor expansion along the top row:
Δ=2[(−3)(1)−(0.5)(0.5)]−2.5[(2.5)(1)−(0.5)(0.5)]+0.5[(2.5)(0.5)−(−3)(0.5)]=2(−3−0.25)−2.5(2.5−0.25)+0.5(1.25+1.5)=2(−3.25)−2.5(2.25)+0.5(2.75)=−6.5−5.625+1.375=−10.75=0.Δ=0 ⇒ genuine, non-degenerate hyperbola.
Recall Solution 3.4
A=1,B=0,C=1. Δ2=0−4=−4<0 ⇒ ellipse family.
Degenerate test with D=0,E=0,F=4:
Δ=100010004=4=0.
So the discriminant Δ2 says "ellipse" andΔ=0 says "non-degenerate." Yet x2+y2=−4 has no real solutions — a sum of squares can never be negative. The real locus is empty.
Applying the real-vs-empty rule (from the intuition box at the top): here A=1>0 and Δ=4>0 have the same sign, so the ellipse is imaginary (empty) — exactly matching the direct observation x2+y2=−4. A real ellipse would need A and Δ to have opposite signs. Compare with Exercise 2.3, where the ellipse is genuinely real.
(Find the parameter value that switches the shape, or use rotation.)
Recall Solution 4.1
A=1,B=k,C=1, so
Δ2=B2−4AC=k2−4.
This flips sign as k crosses ±2:
Ellipse when k2−4<0⇒−2<k<2.
Parabola when k2−4=0⇒k=±2.
Hyperbola when k2−4>0⇒k<−2 or k>2.
The boundary k=±2 is exactly where the quadratic part becomes a perfect square (x±y)2 — the shape "parks" at a parabola while transitioning between loop and split. The figure below plots the three representative curves x2+kxy+y2=1 for k=0,2,3 so you can see the loop open into a parabola-edge and then split into two branches.
Recall Solution 4.2
Why tan2θ=A−CB? When we rotate the axes by θ the new cross-coefficient turns out to be B′=Bcos2θ−(A−C)sin2θ (derived in the parent note). We wantB′=0 so the tilted conic becomes axis-aligned and readable. Setting B′=0 gives Bcos2θ=(A−C)sin2θ, and dividing by cos2θ yields tan2θ=A−CB. That is the whole origin of the "magic" formula — it is just the condition "kill the cross term." See Rotation of Axes.
Step 1 — angle. Here A=C=3, so A−C=0 and tan2θ is infinite ⇒ 2θ=90∘⇒θ=45∘. (When A=C, the tilt is always 45∘.)Step 2 — new quadratic coefficients with cos45∘=sin45∘=21:
A′=Acos2θ+Bcosθsinθ+Csin2θ=3⋅21+4⋅21+3⋅21=23+2+23=5,C′=Asin2θ−Bcosθsinθ+Ccos2θ=23−2+23=1,B′=0.Step 3 — what happens to D,E,F? Rotation only mixes the degree-2 and degree-1 terms among themselves; it never touches the constant. Concretely, here D=E=0 (no linear terms), and a rotation of purely degree-2+constant terms sends Dx+Ey to D′x′+E′y′ with D′=Dcosθ+Esinθ=0 and E′=−Dsinθ+Ecosθ=0 — still no linear part. The constant F=−20 is a plain number with no x or y in it, so substituting the rotation formulas cannot change it: F′=F=−20. (Rotation moves the axes' directions, not the origin, so the constant term is untouched.)
Step 4 — equation:5x′2+y′2−20=0⇒4x′2+20y′2=1: an ellipse with semi-axes 2 and 20.
Invariance check: original Δ2=16−36=−20; rotated Δ2′=0−4(5)(1)=−20. ✓ Identical, as promised.
(Build the equation, or combine every tool at once.)
Recall Solution 5.1
Take a positive-definite quadratic part equal to zero: x2+y2=0. The only real solution is x=y=0 — a single point.
A=1,B=0,C=1: Δ2=0−4(1)(1)=−4<0 ⇒ ellipse family.
Degenerate test with D=E=F=0:
Δ=100010000=0.Δ=0 ⇒ degenerate ellipse = a point. This is the ellipse "shrunk to its centre." See Degenerate Conics and Circle as Special Ellipse.
Recall Solution 5.2
Family:A=4,B=−4,C=1. Δ2=16−16=0 ⇒ parabola family. Note 4x2−4xy+y2=(2x−y)2.
Degenerate test:D=8,E=−4,F=3, matrix uses B/2=−2,D/2=4,E/2=−2:
Δ=4−24−21−24−23.
Expand along the top row:
Δ=4[(1)(3)−(−2)(−2)]−(−2)[(−2)(3)−(−2)(4)]+4[(−2)(−2)−(1)(4)]=4(3−4)+2(−6+8)+4(4−4)=4(−1)+2(2)+0=−4+4=0.Δ=0 ⇒ degenerate parabola. Which kind? Substitute u=2x−y: the equation is u2+8x−4y+3=0. Since 8x−4y=4(2x−y)=4u, it becomes u2+4u+3=0⇒(u+1)(u+3)=0⇒2x−y=−1 or 2x−y=−3: two parallel lines.
Recall Solution 5.3
Both share A=1,B=−6,C=9: Δ2=36−36=0 ⇒ parabola family, and x2−6xy+9y2=(x−3y)2.
Case (i): x2−6xy+9y2−4=0. Then D=E=0,F=−4:
Δ=1−30−39000−4=−4(1⋅9−(−3)(−3))=−4(9−9)=0.Δ=0, and (x−3y)2=4⇒x−3y=±2: two parallel lines.
Case (ii): x2−6xy+9y2=0. Now F=0 too:
Δ=1−30−390000=0.
Again Δ=0, but (x−3y)2=0⇒x−3y=0: a single line, counted twice (a "double line"). The two parallel lines of case (i) have merged into one as the constant F shrank to 0.
Lesson: in the parabola family (Δ2=0,Δ=0) a degenerate curve is two parallel lines, which coincide into one double line exactly when the perfect square equals 0 (no separating constant).
Recall Solution 5.4
False.Δ=0 is exactly the condition for a genuine, non-degenerate conic. Two parallel lines (and a single double line) are degenerate configurations and always give Δ=0 (as Exercises 3.1, 5.2 and 5.3 all showed). So Δ2=0withΔ=0 forces a genuine parabola — no line-pair possible.
Rule summary:
Δ=0,Δ2<0 → ellipse type (real if A,Δ opposite signs; imaginary/empty if same signs — Exercise 3.4); Δ2=0 → real parabola; Δ2>0 → real hyperbola.
Δ=0 → degenerate: point, single (double) line, two parallel lines, or two intersecting lines.
Discriminant sign of x2−3xy+y2=1? ::: Δ2=9−4=5>0 → hyperbola
k-range making x2+kxy+y2+… an ellipse type? ::: −2<k<2A=C, B=0: rotation angle to kill xy? ::: 45∘Δ2<0, Δ=0, but no real points — what is it? ::: an imaginary (empty) ellipse; here sign(A)=sign(Δ)Δ2=0 and Δ=0 — what shapes are possible? ::: a single double line or two parallel lines