Question
Given the general second-degree equation , how do we identify whether it represents a circle, parabola, ellipse, or hyperbola?
(CBSE 11 + JEE Main — frequently asked in first shift)
Solution — Step by Step
For the equation , the discriminant determines if the equation represents a conic (when ).
But for JEE Main, most questions give equations without the term (). Then the identification is simpler.
Compare the coefficients of and :
| Condition | Conic |
|---|---|
| Only or only (one is missing) | Parabola |
| Both present, coefficients are equal and same sign | Circle |
| Both present, coefficients are different but same sign | Ellipse |
| Both present, coefficients have opposite signs | Hyperbola |
-
— coefficients of and are both 1 (equal, same sign). Circle.
-
— only present, no . Parabola.
-
— both and with different positive coefficients ( and ). Ellipse.
-
— positive, negative. Hyperbola.
Each conic has a characteristic eccentricity :
| Conic | Eccentricity |
|---|---|
| Circle | |
| Ellipse | 0 < e < 1 |
| Parabola | |
| Hyperbola | e > 1 |
flowchart TD
A["Given: ax² + by² + ... = 0"] --> B{"Is there an xy term?"}
B -- Yes --> C["Use discriminant: b² - 4ac"]
C --> D{"b² - 4ac value?"}
D -- "= 0" --> E["Parabola"]
D -- "Negative" --> F["Ellipse or Circle"]
D -- "Positive" --> G["Hyperbola"]
B -- No --> H{"Coefficient of x² vs y²"}
H -- "One is missing" --> E
H -- "Equal, same sign" --> I["Circle"]
H -- "Different, same sign" --> J["Ellipse"]
H -- "Opposite signs" --> G
Why This Works
Conic sections are literally cross-sections of a cone cut by a plane at different angles. A horizontal cut gives a circle. A tilted cut gives an ellipse. A cut parallel to the slant gives a parabola. A steep cut (through both halves of the double cone) gives a hyperbola.
Algebraically, the relationship between the and coefficients reflects this geometry. Equal coefficients mean the curve extends equally in both directions (circle). Missing one term means the curve opens infinitely in one direction (parabola). Opposite signs mean two separate branches (hyperbola).
Alternative Method
For standard form equations, match the pattern directly:
- Circle:
- Parabola: or
- Ellipse:
- Hyperbola:
In JEE Main, if the question asks “which conic does this equation represent?”, first check for the term. If absent, compare and coefficients — the answer takes 10 seconds. If the term is present, use where the equation is
Common Mistake
Students sometimes identify as an ellipse because the equation “looks complicated.” But dividing through by 3 gives — equal coefficients for and , so it is a circle. Always simplify first by dividing by the common factor.