In the previous section, we saw the basic properties of an ellipse. In this section, we will see equation of an ellipse.
• To write the equation of an ellipse, we must first place it on the Cartesian plane.
• The equation will be in the simplest form when the following three conditions are satisfied:
♦ The center of the ellipse is at the origin O.
♦ The major axis of the ellipse lies along the x-axis.
♦ The minor axis of the ellipse lies along the y-axis.
• This is shown in fig.11.34 below:
![]() |
Fig.11.34 |
• Based on fig.11.34, we can derive the equation in 6 steps:
1. Let P(x,y) be any point on the ellipse.
2. We know that, F1 is at a distance of ‘c’ from O.
• So the coordinates of F1 will be (-c,0)
3. We know that, F2 is at a distance of ‘c’ from O.
• So the coordinates of F2 will be (c,0)
4. Now we have three points and their coordinates:
P(x,y), F1(-c,0), F2(c,0)
• Using the distance formula, we can write some distances:
• First we write the distance PF1:
PF1 = √(x − −c)2 + (y−0)2 = √(x+c)2 + y2
• Next we write the distance PF2:
PF2 = √(x − c)2 + (y−0)2 = √(x−c)2 + y2
• Sum of the above two distances is: √(x+c)2 + y2 + √(x−c)2 + y2
5. We know that, B is at a distance of 'a' from O. So the coordinates of B will be (a,0).
• Now we have three points and their coordinates:
B(a,0), F1(-c,0), F2(c,0)
• Using the distance formula, we can write some distances:
• First we write the distance BF1:
BF1 = √(a − −c)2 + (0−0)2 = √(a+c)2 = a+c
• Next we write the distance BF2:
BF2 = √(a − c)2 + (0−0)2 = √(a−c)2 = a−c
• Sum of the above two distances is: (a+c) + (a-c) = 2a
6. Both P and B are points on the same ellipse. So the sum of the distances must be equal.
Equating the results in (4) and (5), we get:
√(x+c)2 + y2 + √(x−c)2 + y2 = 2a⇒√(x+c)2 + y2 = 2a − √(x−c)2 + y2⇒(x+c)2 + y2 = 4a2 − 4a√(x−c)2 + y2 + (x−c)2 + y2 - - - (I)⇒x2+2xc+c2+y2 = 4a2 − 4a√(x−c)2 + y2 + x2−2xc+c2 + y2⇒2xc = 4a2 − 4a√(x−c)2 + y2−2xc⇒4xc = 4a2 − 4a√(x−c)2 + y2⇒xc = a2 − a√(x−c)2 + y2 - - - (II)⇒xca = a − √(x−c)2 + y2⇒√(x−c)2 + y2 = a − xca - - - (III)⇒(x−c)2 + y2 = a2 − 2axca + x2c2a2⇒(x−c)2 + y2 = a2 − 2cx + x2c2a2⇒x2−2cx+c2 + y2 = a2 − 2cx + x2c2a2⇒x2+c2 + y2 = a2 + x2c2a2⇒x2 + y2 − x2c2a2 = a2−c2⇒x2(1 − c2a2) + y2 = a2−c2⇒x2(a2 − c2a2) + y2 = a2−c2 - - - (IV)⇒x2(b2a2) + y2 = b2 - - - (V)⇒x2a2 + y2b2 = 1
◼ Remarks:
• Line marked as (I):
In this line, we square both sides.
• Line marked as (II):
In this line, we divide both sides by 4.
• Line marked as (III):
In this line, we square both sides.
• Line marked as (IV):
In this line, write b2 in the place of a2 - c2.
• Line marked as (V):
In this line, we divide both sides by b2.
Using the above 6 steps, we derived an equation. Now we will prove the converse. It can be written in 9 steps:
1. We derived an equation: x2a2 + y2b2 = 1
2. To prove the converse, we assume a point P.
• Let P(x,y) be any point on the ellipse.
• Distance of P from F1 can be written as:
PF1 = √(x − −c)2 + (y−0)2 = √(x+c)2 + y2
3. But based on the equation written in (1), we can write:
y2b2 = 1−x2a2⇒y2 = b2(1−x2a2)
4. Substituting the above result in (2), we get:
PF1 = √(x+c)2 + y2 = √(x+c)2 + b2(1−x2a2) = √(x+c)2 + (a2−c2)(1−x2a2) - - - (I) = √x2+2cx+c2 + a2−x2−c2+c2x2a2 = √2cx + a2+c2x2a2 = √(a+cxa)2 = a+cxa
◼ Remarks:
• Line marked as (I):
In this line, we write a2 - c2 in the place of b2.
5. Now we consider the distance of P from F2. It can be written as:
PF2 = √(x − c)2 + (y−0)2 = √(x−c)2 + y2
6. As we did in the case of PF1, here also, we substitute for y2. We get:
PF2 = √(x−c)2 + y2 = √(x−c)2 + b2(1−x2a2) = √(x−c)2 + (a2−c2)(1−x2a2) - - - (I) = √x2−2cx+c2 + a2−x2−c2+c2x2a2 = √−2cx + a2+c2x2a2 = √(a−cxa)2 = a−cxa
◼ Remarks:
• Line marked as (I):
In this line, we write a2 - c2 in the place of b2.
7. So the sum of the distances of P from F1 and F2 is:
(PF1 + PF2) = (a + xc/a) + (a - xc/a) = 2a.
8. Consider step (5) below fig.11.34 at the beginning of this section. We saw that, sum of the distances of point B from the foci is '2a'.
9. So any point P(x,y) on the ellipse will satisfy the equation x2a2 + y2b2 = 1
• The converse is proved.
◼ So we can write:
If the center of the ellipse is at O, major axis lies along the x-axis and minor axis lies along the y-axis, then equation of the ellipse is: x2a2 + y2b2 = 1
Based on the above equation of the ellipse, we can write two interesting facts:
Fact 1:
This can be written in 5 steps:
1. We have: x2a2 + y2b2 = 1
2. This can be rearranged as: x2a2 = 1 − y2b2
• So x2a2 will be always less than 1.
• That is: x2a2 ≤ 1
⇒ x2 ≤ a2
3. Solving the above inequality, we get:
♦ x should not be less than -a.
♦ x should not be greater than a.
• That is: −a ≤ x ≤ a
4. So we can write:
• Consider any point on the ellipse.
♦ The x-coordinate of that point will be greater than -a.
♦ The x-coordinate of that point will be less than a.
5. So the ellipse will lie between two vertical lines.
♦ The left vertical line is x = -a.
♦ The right vertical line is x = a.
Fact 2:
This can be written in 5 steps:
1. We have: x2a2 + y2b2 = 1
2. This can be rearranged as: y2b2 = 1 − x2a2
• So y2b2 will be always less than 1.
• That is: y2b2 ≤ 1
⇒ y2 ≤ b2
3. Solving the above inequality, we get:
♦ y should not be less than -b.
♦ y should not be greater than b.
• That is: −b ≤ y ≤ a
4. So we can write:
• Consider any point on the ellipse.
♦ The y-coordinate of that point will be greater than -b.
♦ The y-coordinate of that point will be less than b.
5. So the ellipse will lie between two horizontal lines.
♦ The upper horizontal line is y = b.
♦ The lower horizontal line is y = -b.
• The ellipse and the lines in fig.11.35 below, demonstrates the two facts:
![]() |
Fig.11.35 |
• Equation of the ellipse in the above fig. is: x252 + y232 = 1
• We see that:
♦ Value of 'a' is 5.
✰ The vertical lines are related to 5.
♦ Value of 'b' is 3.
✰ The horizontal lines are related to 3.
• In this section, we saw a simplest equation of an ellipse.
♦ The major axis lies along the x-axis.
♦ The minor axis lies along the y-axis.
• We will get another simplest equation also when:
♦ The major axis lies along the y-axis.
♦ The minor axis lies along the x-axis.
• We will see it in the next section.