Identifying Conic Sections from their Equation
Last Updated : 12 Aug, 2024
Conic section is defined as a locus of a point (P) in a plane which moves in such a way, that the ratio of its distances from a fixed point (called focus of conic, say S) and from a fixed line (called directrix of conic, say y-axis L) is constant (called the eccentricity of conic, denoted by 'e') i.e.

PS / PM = constant (eccentricity e)
In other words, a Conic section are curves formed by the intersection of a plane with a right circular cone at different angles. The type of curve depends on the angle of intersection, resulting in different shapes such as circles, parabolas, ellipses, and hyperbolas.

Learn More, Conic sections
Types of Conic Sections
We can obtain the following curves from the intersections:
- Circle
- Parabola
- Hyperbola
- Ellipse
There are certain characteristics that are common to each curve's equations. Let's study each of them and see how we can identify them from their equations.
Circle
A circle is defined as the locus of a point which moves in a plane such that its distance from a fixed point in that plane is always constant.
Learn More: Circle in Math
The figure below represents a circle whose (fixed point) centre is given by O and the (constant distance) radius is the line joining the centre to any point on the circle.

Its equation is given by,
(x - h)2 + (y - k)2 = r2
Where (h, k) is the centre of the circle, and the radius is given by "r".
General Equation of the Circle is given by ,
x2 + y2 -2hx -2ky + h2 + k2 = r2
Identifying Circles from their Equations
i) Equation of circle centred at x-axis:
x2 + y2 + 2hx + c = 0 , centre ( -h , 0 )
ii) Equation of circle centred at y-axis:
x2 + y2 + 2ky + c = 0 , centre ( 0 , -k )
iii) Equation of circle centred at origin:
x2 + y2 = r2 centre ( 0 , 0 )
iv) Equation of circle passing through at origin:
x2 + y2 + 2hx + 2ky = 0
v) Equation of circle in diametric form:
(x - x1)(x - x2) + (y - y1)(y - y2) = 0
vi) Equation of circle touching both the axes:
(x±r)2 + (y±r)2 = r2 centre (±r, ±r)
vii) Parametric form Equation of circle:
x = rcos𝞡 , y= rsin 𝞡 centre ( 0 , 0 )
For Example:
The equation given is, 4x2+ 4y2+ 7y= 9, The easiest way to identify when the given equation is the equation of a circle,
1. Both squares of x and y are present in the equation.
2. The coefficients of the squares of x and y are same (here, +4).
These two information tells that the provided curve's equation is a Circle.
Parabola
A parabola is the locus of a point which moves in a plane such that its distance from a fixed point (i.e. focus) is always equal to its distance from a fixed straight line (i.e. directrix).

Learn More, Parabola
Standard equations of Parabola
Equation of a standard parabola with x-axis as its axis, passing through the origin and focus at (a,0) is given by,
y2 = 4ax
Identifying Parabolas from its Equations
i) Parabola towards right:
Equation of Parabola | y 2 = 4ax |
---|
Vertex | (0 , 0) |
---|
Focus | (a , 0) |
---|
Equation of directrix | x + a = 0 |
---|
Parametric co-ordinates | (at2, 2at) |
---|

ii) Parabola towards left:
Equation of Parabola | y2 = -4ax |
---|
Vertex | (0,0) |
---|
Focus | (-a,0) |
---|
Equation of directrix | x - a = 0 |
---|
Parametric co-ordinates | (-at2 , 2at) |
---|

iii) Parabola opening downwards:
Equation of Parabola | x2 = -4ay |
---|
Vertex | (0,0) |
---|
Focus | (0,-a) |
---|
Equation of directrix | y - a = 0 |
---|
Parametric co-ordinates | (2at , -at2) |
---|

iv) Parabola opening upwards:
Equation of Parabola | x2 = 4ay |
---|
Vertex | (0,0) |
---|
Focus | (0,a) |
---|
Equation of Directrix | y + a = 0 |
---|
Parametric co-ordinates | (2at , at2) |
---|

For Example:
Take a look at these equations,
x2= y+ 4, y2- 3x+ 9= 0
Both the equations mentioned above are a Parabola because,
1. Both equations have one of the variables squared, but not both. Therefore, the equations are parabola.
Ellipse
An ellipse is the locus of a point which moves such that its distance from a fixed point (focus) is in a constant ratio to its distance from a fixed line (directrix). This ratio is called eccentricity e. (e<1 for ellipse)
The two points mentioned in the definition above are called foci of the ellipse.

Learn More, Ellipse
The standard equation of the ellipse that has the x-axis as the major axis and the y-axis as the minor axis is given by,
\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1
where, c2 = a2 - b2
In case the ellipse has a major axis on the y-axis and so on. Then the equation is given by,
\frac{x^2}{b^2} + \frac{y^2}{a^2} = 1

Identifying Ellipses from their Equations
As similar to circles, ellipses also have x and y squares. But the difference is they will have different coefficients. Shape of Ellipse can be two types depending on which co-ordinate axis act as a major axis.
\frac{x^{2}}{a^{2}}+\frac{y^{2}}{b^{2}}=1 | a>b | a<b |
---|
Centre | (0,0) | (0,0) |
---|
Vertices | (±a,0) | (0,±b) |
---|
Length of major axis | 2a | 2b |
---|
Length of minor axis | 2b | 2a |
---|
Foci | (±ae,0) | (0,±be) |
---|
Equation of directrices | x = ±a/e | y = ±b/e |
---|
For Example:
5x2+ 7y2- 9x- 6y = 0, 9y2+ 2y2+ 8x+ y= 0
Both the equations are the curves of ellipse because,
1. Both x and y variables are squared.
2. The coefficients of both squared variables are different in values (if the coefficients were equal, the curve would be a Circle)
Hyperbola
An Hyperbola is the locus of a point which moves such that its distance from a fixed point (focus) is in a constant ratio to its distance from a fixed line (directrix). This ratio is called eccentricity e. (e>1 for hyperbola)

Learn More, Hyperbola
The standard equation of Hyperbola is given by,
\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1
Here also, c2 = a2 - b2
In the above case, the transverse axis is the x-axis, and the conjugate axis is the y-axis. If the axes are reversed, the equation will turn out to be,
\frac{x^2}{a^2} - \frac{y^2}{b^2} = -1
Identifying Hyperbolas from their Equations
As similar to circles, hyperbolas also have x and y squares. But the difference is they will have different coefficients and the signs will be opposite.
Hyperbola | \frac{x^{2}}{a^{2}}-\frac{y^{2}}{b^{2}}=1 | \frac{x^{2}}{a^{2}}-\frac{y^{2}}{b^{2}}=-1 |
---|
Centre | (0,0) | (0,0) |
---|
Length of transverse axis | 2a | 2b |
---|
Length of conjugate axis | 2b | 2a |
---|
Foci | (±ae,0) | (0, ±be) |
---|
Equation of directrices | x = ± a/e | x = ± b/e |
---|
For Example:
5x2- 2y2+ 7x= 8
The above equation is the equation of a Hyperbola since,
1. Both x and y with a degree 2 present.
2. one of the squared variables have different sign than other, in this case y2 coefficient is negative and x2 coefficient is positive.
Important Conic Sections Class 11 Resources:
In Class 11, studying conic sections is a key part of the mathematics curriculum, particularly within coordinate geometry. Conic sections—comprising circles, ellipses, parabolas, and hyperbolas—are important because they lay the groundwork for comprehending various physical phenomena. They have many practical applications in real life, such as in the orbits of planets and satellites, optics, and engineering designs.
Let's see some sample problems on these concepts:
Sample Problems
Question 1: Identify the curve from it's expanded equation.
y2 -4y + 2 = 12x
Solution:
y2 - 4y + 2 = 12x
This equation contains only y square. We have seen in the previous sections that the parabola equations have either x or y squared. So, this must be the equation of the parabola.
Rearranging the given equation,
y2 - 4y + 2 = 12x
⇒ y2 - 4y + 4 + 2 - 4 = 12x
⇒(y - 2)2 - 2 =12x
⇒(y - 2)2 = 12x + 2
⇒(y - 2)^2= 12(x - \frac{1}{6})
Question 2: Identify the curve from its expanded equation:
4x2 + 9y2 = 36
Solution:
4x2 + 9y2 = 36
The given equation has both x and y squares present in it. Both have positive but different coefficients. So, it might be an equation of ellipse.
4x^2 + 9y^2 = 36 \\ \frac{4x^2}{36} + \frac{9y^2}{36} = 1 \\ \frac{x^2}{9} + \frac{y^2}{4} = 1 \\ \frac{x^2}{3^2} + \frac{y^2}{2^2} = 1
So, this is the equation with a = 3 and b = 2.
Question 3: Identify the curve from its expanded equation:
7x2 - 9y2 = 36
Solution:
7x2 - 9y2 = 36
This equation also has squares of both x and y, but the signs are different. Based on the above-mentioned method, we can say that this is a hyperbola.
Now we need to bring the expanded equation in standard form.
7x^2 - 9y^2 = 36 \\ = \frac{7x^2}{36} -\frac{9y^2}{36} = 1 \\ = \frac{x^2}{\frac{36}{7}} - \frac{y^2}{\frac{36}{9}} = 1 \\ = \frac{x^2}{(\frac{6}{\sqrt{7}})^2} - \frac{y^2}{2^2} = 1 \\
Here, a = \frac{6}{\sqrt{7}} and b = 2
Question 4: Given the expanded equation of a curve, identify it and bring it back to the standard form.
x2 + y2 + 6y = 27
Solution:
x2 + y2 + 6y = 27
Both x and y squares are present and have same sign and 1 as their coefficient. This is an equation of a circle.
x2 + y2 + 6y = 27
⇒ x2 + y2 + 6y + 9 = 27 + 9
⇒ x2 + (y + 3)2 = 36
⇒ x2 + (y + 3)2 = 62
This is the equation of circle with centre at (0,-3) and radius 6.
Question 5: Identify the curve and formulate its equation from the given expression.
x2 + y2 + 4x + 6x = 12
Solution:
Let's take the given equation,
x2 + y2 + 4x + 6x = 12
From the equations we have studied above, notice that in the given equation x and y both are squared and both have the same sign and same coefficients. As mentioned previously, equations of circle should have both x and y squares with same sign and coefficients. Thus, this is the equation of the circle.
To find the centre and the radius of the circle, we need to rearrange it.
x2 + y2 + 4x + 6x = 12
We need to make whole squares out of the x and y terms
x2 + 4x + y2 + 6x = 12
⇒ x2 + 4x + 4 - 4 + y2 + 6x + 9 - 9 = 12
⇒ (x + 2)2 -4 + (y + 3)2 - 9 = 12
⇒ (x + 2)2 + (y + 3)2 = 12 + 9 + 4
⇒(x + 2)2 + (y + 3)2 = 25
⇒(x + 2)2 + (y + 3)2 = 52
So, the centre is (-2,-3) and the radius is 5.
Practice Problems on Identifying Conic Sections from their Equation
Question 1: Determine the equation for the ellipse that satisfies the given conditions: Centre at (0, 0), the major axis on the y-axis and passes through the points (3, 2) and (1, 6).
Question 2: Determine the equation of the hyperbola which satisfies the given conditions: Foci (0, ±13), the conjugate axis is of length 24.
Question 3: Find the equation of the circle which touches x-axis and whose centre is (1,2)
Question 4: Find the equations of the directrix & the axis of the parabola ⇒3x2=8y
Question 5: Show that the equation x2+y2−6x+4y−36=0 represents a circle, also find its centre & radius?
Question 6: Find the equation of an ellipse whose vertices are (0,±10) and e=4/5.
Question 7: Find the equation of the hyperbola with centre at the origin, length of the transverse axis 8 and one focus at (0,6)
Summary
Conic sections are curves derived from the intersection of a plane with a right circular cone at various angles, resulting in different shapes: circles, parabolas, ellipses, and hyperbolas. Identifying these conic sections from their equations involves recognizing the specific form of each type.
Similar Reads
CBSE Class 11 Maths Notes CBSE Class 11 Maths Revision Notes have been designed in the most basic and detailed format possible, covering nearly all domains such as differential calculus, arithmetic, trigonometry, and coordinate geometry. We know how hard it gets when you shift to an altogether new grade where subjects are no
15+ min read
Chapter 1: Sets
Representation of a SetSets are defined as collections of well-defined data. In Math, a Set is a tool that helps to classify and collect data belonging to the same category. Even though the elements used in sets are all different from each other, they are all similar as they belong to one group. For instance, a set of dif
8 min read
Types Of SetsIn mathematics, a set is defined as a well-defined collection of distinct elements that share a common property. These elementsâ like numbers, letters, or even other sets are listed in curly brackets "{ }" and represented by capital letters. For example, a set can include days of the week. The diffe
13 min read
Universal SetsUniversal Set is a set that has all the elements associated with a given set, without any repetition. Suppose we have two sets P = {1, 3, 5} and Q = {2, 4, 6} then the universal set of P and Q is U = {1, 2, 3, 4, 5, 6}. We generally use U to denote universal sets. Universal Set is a type of set that
6 min read
Venn DiagramVenn diagrams are visual tools used to show relationships between different sets. They use overlapping circles to represent how sets intersect, share elements, or stay separate. These diagrams help categorize items, making it easier to understand similarities and differences. In mathematics, Venn di
14 min read
Operations on SetsSets are fundamental in mathematics and are collections of distinct objects, considered as a whole. In this article, we will explore the basic operations you can perform on sets, such as union, intersection, difference, and complement. These operations help us understand how sets interact with each
15+ min read
Union of SetsUnion of two sets means finding a set containing all the values in both sets. It is denoted using the symbol 'âª' and is read as the union. Example 1:If A = {1, 3. 5. 7} and B = {1, 2, 3} then AâªB is read as A union B and its value is,AâªB = {1, 2, 3, 5, 7}Example 2:If A = {1, 3. 5.7} and B = {2, 4} t
12 min read
Chapter 2: Relations & Functions
Cartesian Product of SetsThe term 'product' mathematically refers to the result obtained when two or more values are multiplied together. For example, 45 is the product of 9 and 5.To understand the Cartesian product of sets, one must first be familiar with basic set operations such as union and intersection, which are appli
7 min read
Relations and FunctionsIn mathematics, we often deal with sets of numbers or objects and the ways they are connected. Two important concepts that help us describe these connections are relations and functions.A relation is simply a connection between two sets of objects. Think of it as a rule that pairs elements from one
3 min read
Domain and Range of RelationsThe domain is the set of all possible input values (the "x" values), and the range is the set of all possible output values (the "y" values) in a relation.For any two non-empty sets A and B, we define the relation R as the subset of the Cartesian product of A Ã B where each member of set A is relate
8 min read
Piecewise FunctionPiecewise Function is a function that behaves differently for different types of input. As we know a function is a mathematical object which associates each input with exactly one output. For example: If a function takes on any input and gives the output as 3. It can be represented mathematically as
11 min read
Range of a FunctionFunctions in math can be thought of as vending machines. Given the money in the form of input, they give some cans or cookies in return. Similarly, functions take some input numbers and give us some output. It can be said that, in real life, Everything can be formulated and solved with the help of f
7 min read
Chapter 3: Trigonometric Functions
Chapter 4: Principle of Mathematical Induction
Chapter 5: Complex Numbers and Quadratic Equations
Complex NumbersComplex numbers are an essential concept in mathematics, extending the idea of numbers to include solutions for equations that don't have real solutions. Complex numbers have applications in many scientific research areas, signal processing, electromagnetism, fluid dynamics, quantum mechanics, and v
12 min read
Algebra of Real FunctionsThe algebra of real functions refers to the study and application of algebraic operations on functions that map real numbers to real numbers. A function can be thought of as a rule or set of rules which map an input to an output knows as its image. It is represented as x ⢠Function ⢠y. A real funct
5 min read
Algebraic Operations on Complex NumbersA complex number is a number that includes both a real and an imaginary part. It is written in the form:z = a + biWhere:a is the real part,b is the imaginary part,i is the imaginary unit, satisfying i2 = â1.Algebraic operations on complex numbers follow specific rules based on their real and imagina
7 min read
Polar Representation of Complex NumbersComplex numbers, which take the form z = x + yi, can also be represented in a way that highlights their geometric properties. This alternative representation is known as the polar form. The polar representation of a complex number expresses it in terms of its magnitude (modulus) and direction (argum
9 min read
Absolute Value of a Complex NumberThe absolute value (also called the modulus) of a complex number z = a + bi is its distance from the origin in the complex plane. The absolute value tells you how far a number is from zero, regardless of its direction (positive or negative).It is denoted as â£z⣠and is given by the formula:|z| = \sqr
7 min read
Conjugate of Complex NumbersIn the world of mathematics, complex numbers are one of the most important discoveries by mathematicians as they help us solve many real-life problems in various fields such as the study of electromagnetic waves, engineering, and physics.The Conjugate of a Complex Number is also a complex number obt
6 min read
Imaginary NumbersImaginary numbers are numbers as the name suggests are the number that is not real numbers. All the numbers real and imaginary come under the categories of complex numbers. Imaginary numbers are very useful in solving quadratic equations and other equations whose solutions can not easily be found us
9 min read
Chapter 6: Linear Inequalities
Compound InequalitiesCompound Inequalities are the combination of two or more inequalities. These inequalities are combined using two conditions that are AND, and OR. These conditions have specific meanings and they are solved differently. The inequities in compound inequalities are individually solved using normal rule
10 min read
Algebraic Solutions of Linear Inequalities in One VariableA linear inequality is a mathematical expression involving an inequality symbol (<, >, â¤, or â¥) and a linear expression. Unlike linear equations, which give a specific solution, linear inequalities define a range of possible solutions.Example: 2x+3>5 In this case, the inequality indicates t
8 min read
Graphical Solution of Linear Inequalities in Two VariablesWe know how to formulate equations of different degree, and it is used a lot in real life, but the question arises, is it always possible to convert a situation into an equation? Sometimes we get statements like, the number of Covid cases per day in Delhi has reached more than 10,000. This phrase âL
8 min read
Solving Linear Inequalities Word ProblemsWe are well versed with equations in multiple variables. Linear Equations represent a point in a single dimension, a line in a two-dimensional, and a plane in a three-dimensional world. Solutions to linear inequalities represent a region of the Cartesian plane. It becomes essential for us to know ho
10 min read
Chapter 7: Permutations and Combinations
Fundamental Principle of CountingThe fundamental principle of counting is a basic concept used to determine the total number of possible outcomes in a situation where there are multiple independent events. It allows us to count a large number of possibilities without needing to list each one individually.For example, consider guess
11 min read
PermutationIn Mathematics, Permutation is defined as a mathematical concept that determines the number of possible arrangements for a specific set of elements. therefore, it plays a big role in computer science, cryptography, and operations research. For example, take a set {1, 2, 3}:All Permutations taking al
15+ min read
CombinationsCombination is a way of choosing items from a set, (unlike permutations) when the order of selection doesn't matter. In smaller cases, it's possible to count the number of combinations. Combination refers to the mixture of n things taken k at a time without repetition.Example: For set S = {a, b, c},
8 min read
Chapter 8: Binomial Theorem
Chapter 9: Sequences and Series
Sequences and SeriesA sequence is an ordered list of numbers following a specific rule. Each number in a sequence is called a "term." The order in which terms are arranged is crucial, as each term has a specific position, often denoted as anâ, where n indicates the position in the sequence.For example:2, 5, 8, 11, 14,
10 min read
General and Middle Terms - Binomial Theorem - Class 11 MathsBinomial theorem or expansion describes the algebraic expansion of powers of a binomial. According to this theorem, it is possible to expand the polynomial "(a + b)n" into a sum involving terms of the form "axzyc", the exponents z and c are non-negative integers where z + c = n, and the coefficient
7 min read
Arithmetic SeriesAn arithmetic series is the sum of the terms of an arithmetic sequence, where an arithmetic sequence is a sequence of numbers in which the difference between consecutive terms is constant. Or we can say that an arithmetic progression can be defined as a sequence of numbers in which for every pair of
5 min read
Arithmetic SequenceAn arithmetic sequence or progression is defined as a sequence of numbers in which the difference between one term and the next term remains constant.For example: the given below sequence has a common difference of 1.1 2 3 4 5 . . . n â â â â â . . . 1st 2nd 3rd 4th 5th . . . nth TermsThe Arithmetic
8 min read
Geometric Progression or GPGeometric Progression (GP) is a sequence of numbers where each term after the first is found by multiplying the previous term by a constant called the common ratio.For Example, the sequence given below forms a GP with a common ratio of 2 1 2 4 8 16 . . . nâ â â â â . . . 1st 2nd 3rd 4th 5th . . . nt
12 min read
Geometric SeriesIn a Geometric Series, every next term is the multiplication of its Previous term by a certain constant, and depending upon the value of the constant, the Series may increase or decrease.Geometric Sequence is given as: a, ar, ar2, ar3, ar4,..... {Infinite Sequence}a, ar, ar2, ar3, ar4, ....... arn {
3 min read
Arithmetic Progression and Geometric ProgressionArithmetic Progression and Geometric Progression: The word "sequence" in English means a collection of some numbers or objects in such a way that it has a first member, a second member, and so on. Sequences can be of anything, for example. - January, February, .... is the sequence of months in a yea
10 min read
Special Series in Maths - Sequences and Series | Class 11 MathsSpecial Series: A series can be defined as the sum of all the numbers of the given sequence. The sequences are finite as well as infinite. In the same way, the series can also be finite or infinite. For example, consider a sequence as 1, 3, 5, 7, ⦠Then the series of these terms will be 1 + 3 + 5 +
10 min read