In the previous section,
we saw the simplest equation of an ellipse.
♦ The major axis was along the x-axis.
♦ The minor axis was 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 this section.
•
To write the equation of an ellipse, we must first place it on the
Cartesian plane.
• The equation will be in the simplest form also 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 y-axis.
♦ The minor axis of the ellipse lies along the x-axis.
• This is shown in fig.13.36 below:
![]() |
Fig.11.36 |
• Based on fig.13.36, 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 (0,c)
3. We know that, F2 is at a distance of ‘c’ from O.
• So the coordinates of F2 will be (0,-c)
4. Now we have three points and their coordinates:
P(x,y), F1(0,c), F2(0,-c)
• Using the distance formula, we can write some distances:
• First we write the distance PF1:
PF1 = √(x − 0)2 + (y−c)2 = √x2 + (y−c)2
• Next we write the distance PF2:
PF2 = √(x − 0)2 + (y − −c)2 = √x2 + (y+c)2
• Sum of the above two distances is: √x2 + (y−c)2 + √x2 + (y+c)2
5. We know that, B is at a distance of 'a' from O. So the coordinates of B will be (0,-a).
• Now we have three points and their coordinates:
B(0,-a), F1(0,c), F2(0,-c)
• Using the distance formula, we can write some distances:
• First we write the distance BF1:
BF1 = √(0−0)2 + (−a − c)2 = √(a+c)2 = a+c
• Next we write the distance BF2:
BF2 = √(0−0)2 + (−a − −c)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:
√x2 + (y−c)2 + √x2 + (y+c)2 = 2a⇒√x2 + (y+c)2 = 2a − √x2 + (y−c)2⇒x2 + (y+c)2 = 4a2 − 4a√x2 + (y−c)2 + x2 + (y−c)2 - - - (I)⇒x2+y2+2yc+c2 = 4a2 − 4a√x2 + (y−c)2 + x2+y2−2yc+c2⇒2yc = 4a2 − 4a√x2 + (y−c)2−2yc⇒4yc = 4a2 − 4a√x2 + (y−c)2⇒yc = a2 − a√x2 + (y−c)2 - - - (II)⇒yca = a − √x2 + (y−c)2⇒√x2 + (y−c)2 = a − yca - - - (III)⇒x2 + (y−c)2 = a2 − 2ayca + y2c2a2⇒x2 + (y−c)2 = a2 − 2yc + y2c2a2⇒x2+y2−2yc+c2 = a2 − 2yc + y2c2a2⇒x2+y2+c2 = a2+y2c2a2⇒x2 + y2 − y2c2a2 = a2−c2⇒x2 + y2(1 − c2a2) = a2−c2⇒x2 + y2(a2 − c2a2) = a2−c2 - - - (IV)⇒x2 + y2(b2a2) = b2 - - - (V)⇒x2b2 + y2a2 = 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 8 steps:
1. We derived an equation: x2b2 + y2a2 = 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 − 0)2 + (y−c)2 = √x2 + (y−c)2
3. But based on the equation written in (1), we can write:
x2b2 = 1−y2a2⇒x2 = b2(1−y2a2)
4. Substituting the above result in (2), we get:
PF1 = √x2 + (y−c)2 = √b2(1−y2a2) + (y−c)2 = √(a2−c2)(1−y2a2) + (y−c)2 - - - (I) = √a2−y2−c2+c2y2a2 + y2−2yc+c2 = √a2+c2y2a2−2yc = √(a−cya)2 = a−cya
◼ 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 − 0)2 + (y − −c)2 = √x2 + (y+c)2
6. As we did in the case of PF1, here also, we substitute for x2. We get:
PF2 = √x2 + (y+c)2 = √b2(1−y2a2) + (y+c)2 = √(a2−c2)(1−y2a2) + (y+c)2 - - - (I) = √a2−y2−c2+c2y2a2 + y2+2yc+c2 = √a2+c2y2a2+2yc = √(a+cya)2 = a+cya
◼ 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 - cy/a) + (a + cy/a) = 2a
8. Consider step (5) below fig.11.36 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 x2b2 + y2a2 = 1
• The converse is proved.
◼ So we can write:
If
the center of the ellipse is at O, major axis lies along the y-axis and
minor axis lies along the x-axis, then equation of the ellipse is:
x2b2 + y2a2 = 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: x2b2 + y2a2 = 1
2. This can be rearranged as: x2b2 = 1 − y2a2
So x2b2 will be always less than 1.
That is: x2b2 ≤ 1
⇒ x2 ≤ b2
3. Solving the above inequality, we get:
♦ x should not be less than -b.
♦ x should not be greater than b.
• That is: −b ≤ x ≤ b
4. So we can write:
• Consider any point on the ellipse.
♦ The x-coordinate of that point will be greater than -b.
♦ The x-coordinate of that point will be less than b.
5. So the ellipse will lie between two vertical lines.
♦ The left vertical line is x = -b.
♦ The right vertical line is x = b.
Fact 2:
This can be written in 5 steps:
1. We have: x2b2 + y2a2 = 1
2. This can be rearranged as: y2a2 = 1 − x2b2
So y2a2 will be always less than 1.
That is: y2a2 ≤ 1
⇒ y2 ≤ a2
3. Solving the above inequality, we get:
♦ y should not be less than -a.
♦ y should not be greater than a.
• That is: −a ≤ y ≤ a
4. So we can write:
• Consider any point on the ellipse.
♦ The y-coordinate of that point will be greater than -a.
♦ The y-coordinate of that point will be less than a.
5. So the ellipse will lie between two horizontal lines.
♦ The upper horizontal line is y = a.
♦ The lower horizontal line is y = -a.
• The ellipse and the lines in fig.11.37 below, demonstrates the two facts:
![]() |
Fig.11.37 |
• Equation of the ellipse in the above fig. is: x232 + y252 = 1
• We see that:
♦ Value of 'a' is 5.
✰ The horizontal lines are related to 5.
♦ Value of 'b' is 3.
✰ The vertical lines are related to 3.
• So we have seen the two simplest forms of the ellipse. Let us write a comparison between the two forms:
A. Comparison based on orientation:
• This can be written in 5 steps:
1. In the first form,
♦ Major axis lies along the x-axis.
♦ Minor axis lies along the y-axis.
2. In the second form,
♦ Major axis lies along the y-axis.
♦ Minor axis lies along the x-axis.
3. Whatever be the orientation,
♦ Major axis is the longer axis.
♦ Minor axis is the shorter axis.
4. Whatever be the orientation,
♦ Length of major axis is denoted by the letter ‘a’.
♦ Length of minor axis is denoted by the letter ‘b
5. Equations of the two orientations:
♦ For the first form, the equation is: x2a2 + y2b2 = 1
♦ For the second form, the equation is: x2b2 + y2a2 = 1
• These are known as the standard equations of the ellipse.
B. Comparison of coefficients:
• This can be written in 3 steps:
1. For the first form, 1a2 is the coefficient of x2
2. For the second form, 1a2 is the coefficient of y2
3. We have seen that, ‘a’ is always larger.
◼ So in the given equation,
• If "denominator of the coefficient" of x2 is larger, then the ellipse belongs to the first form.
• If "denominator of the coefficient" of y2 is larger, then the ellipse belongs to the second form.
C. Comparison based on symmetry:
• This can be written in 3 steps:
1. Whatever be the orientation, the ellipse will be symmetric about the major axis and minor axis.
2. This is because, the x and y values are being squared.
♦ +ve x and -ve x give the same result.
♦ +ve y and -ve y give the same result.
3. So four symmetric combinations are possible:
(x,y), (-x,y), (x,-y) and (-x,-y).
• An example is shown in fig.11.38 below:
![]() |
Fig.11.38 |
So we have seen the standard equations of the ellipse. In the next section, we will see latus rectum of ellipse.
No comments:
Post a Comment