Skip to main content
Logo image

APEX Calculus

Section 10.1 Conic Sections

The ancient Greeks recognized that interesting shapes can be formed by intersecting a plane with a double napped cone (i.e., two identical cones placed tip-to-tip as shown in the following figures). As these shapes are formed as sections of conics, they have earned the official name “conic sections.”
Figure 10.1.1. Video introduction to Section 10.1
The three “most interesting” conic sections are given in the top row of Figure 10.1.2. They are the parabola, the ellipse (which includes circles) and the hyperbola. In each of these cases, the plane does not intersect the tips of the cones (usually taken to be the origin).
A diagonal plane intersecting a double napped cone, forming a parabola
Two cones stacked tip-to-tip, intersected by a plane. A diagonal plane intersects the top cone. The plane does not touch the tip of either cones. The top edge of the plane intersects the top edge of the cone. The parts of the plane intersecting the cone are highlighted, which forms a parabola in the plane.
(a) Parabola
A diagonal plane intersecting a double napped cone, forming an ellipse.
Two cones stacked tip-to-tip, intersected by a plane. A diagonal plane intersects the top cone. The plane does not touch the tip of either cones. The edge of the plane does not touch the top edge of the cone. The parts of the plane intersecting the cone are highlighted, which forms an ellipse in the plane.
(b) Ellipse
A horizontal plane intersecting a double napped cone, forming a circle.
Two cones stacked tip-to-tip, intersected by a plane. A horizontal plane intersects the top cone. The parts of the plane intersecting the cone are highlighted, which forms a circle in the plane.
(c) Circle
A vertical plane intersecting a double napped cone, forming a hyperbola.
Two cones stacked tip-to-tip, intersected by a vertical plane. The plane does not pass through the tips of the cones. The parts of the plane intersecting the cones are highlighted, which forms a hyperbola in the plane. The hyperbola contains two seperate segments, with one placed vertically above the other with a space between them. The top segment is in the shape of a rounded v, and the bottom segment is a vertical reflection of the top segment.
(d) Hyperbola
A horizontal plane intersecting the tips in a double napped cone.
Two cones stacked tip-to-tip, intersected by a horizontal plane. The plane passes through the point where the tips of the two cones are touching. The plane touches the cone at only that single point, forming a point in the plane.
(e) Point
A diagonal plane intersecting a double napped cone, forming a line in the plane
Two cones stacked tip-to-tip, intersected by a diagonal plane. The plane extends diagonally through the point where the tips of the cones are touching. The plane only touches the outer edges of the cones. The parts of the plane touching the cones are highlighted, forming a straight line in the plane.
(f) Line
A vertical plane intersecting a double napped cone, forming crossed lines in the plane.
Two cones stacked tip-to-tip, intersected by a vertical plane. The plane extends vertically, passing through the points at which the tips of the cones touch. The parts of the plane intersecting the cones are highlighted, forming crossed straight lines in the plane. The image on the plane is straight lines in an X shape.
(g) Crossed Lines
Figure 10.1.2. Conic Sections
When the plane does contain the origin, three degenerate cones can be formed as shown the bottom row of Figure 10.1.2: a point, a line, and crossed lines. We focus here on the nondegenerate cases.
While the above geometric constructs define the conics in an intuitive, visual way, these constructs are not very helpful when trying to analyze the shapes algebraically or consider them as the graph of a function. It can be shown that all conics can be defined by the general second-degree equation
\begin{equation*} Ax^2+Bxy+Cy^2+Dx+Ey+F=0\text{.} \end{equation*}
While this algebraic definition has its uses, most find another geometric perspective of the conics more beneficial.
Each nondegenerate conic can be defined as the locus, or set, of points that satisfy a certain distance property. These distance properties can be used to generate an algebraic formula, allowing us to study each conic as the graph of a function.

Subsection 10.1.1 Parabolas

Figure 10.1.3. Video introduction to the parabola

Definition 10.1.4. Parabola.

A parabola is the locus of all points equidistant from a point (called a focus) and a line (called the directrix) that does not contain the focus.
A sketch of a parabola with key components labeled.
An upward opening parabola with labels for key components. At the bottom of the parabola a point is labeled as the vertex. A dashed vertical line, labeled the axis of symmetry, separates the parabola into two halves. The axis of symmetry crosses the parabola through the vertex. Below the parabola, a horizontal line is labeled the Directrix. The distance between the directrix and the vertex is labeled \(p\text{.}\) Above the vertex, a point is drawn on the axis of symmetry and is labeled the "focus". The distance between the vertex and the focus is \(p\text{,}\) the same distance between the vertex and the directrix. On the right side of the parabola, a point is labeled \((x,y)\text{.}\) The distance between the point and the focus, and the distance between the point and the directrix are equal, labeled \(d\text{.}\)
Figure 10.1.5. Illustrating the definition of the parabola and establishing an algebraic formula
Figure 10.1.5 illustrates this definition. The point halfway between the focus and the directrix is the vertex. The line through the focus, perpendicular to the directrix, is the axis of symmetry, as the portion of the parabola on one side of this line is the mirror-image of the portion on the opposite side.
The definition leads us to an algebraic formula for the parabola. Let \(P=(x,y)\) be a point on a parabola whose focus is at \(F=(0,p)\) and whose directrix is at \(y=-p\text{.}\) (We’ll assume for now that the focus lies on the \(y\)-axis; by placing the focus \(p\) units above the \(x\)-axis and the directrix \(p\) units below this axis, the vertex will be at \((0,0)\text{.}\))
We use the Distance Formula to find the distance \(d_1\) between \(F\) and \(P\text{:}\)
\begin{equation*} d_1=\sqrt{(x-0)^2+(y-p)^2}\text{.} \end{equation*}
The distance \(d_2\) from \(P\) to the directrix is more straightforward:
\begin{equation*} d_2=y-(-p) = y+p\text{.} \end{equation*}
These two distances are equal. Setting \(d_1=d_2\text{,}\) we can solve for \(y\) in terms of \(x\text{:}\)
\begin{align*} d_1\amp = d_2\\ \sqrt{x^2+(y-p)^2} \amp = y+p\\ \end{align*}

Now square both sides.

\begin{align*} x^2+(y-p)^2 \amp = (y+p)^2\\ x^2+y^2-2yp+p^2 \amp = y^2+2yp+p^2\\ x^2 \amp =4yp\\ y\amp = \frac{1}{4p}x^2\text{.} \end{align*}
The geometric definition of the parabola has led us to the familiar quadratic function whose graph is a parabola with vertex at the origin. When we allow the vertex to not be at \((0,0)\text{,}\) we get the following standard form of the parabola.

Key Idea 10.1.6. General Equation of a Parabola.

  1. Vertical Axis of Symmetry: The equation of the parabola with vertex at \((h,k)\) and directrix \(y=k-p\) in standard form is
    \begin{equation*} y=\frac{1}{4p}(x-h)^2+k\text{.} \end{equation*}
    The focus is at \((h,k+p)\text{.}\)
  2. Horizontal Axis of Symmetry: The equation of the parabola with vertex at \((h,k)\) and directrix \(x=h-p\) in standard form is
    \begin{equation*} x=\frac{1}{4p}(y-k)^2+h\text{.} \end{equation*}
    The focus is at \((h+p,k)\text{.}\)
Note: \(p\) is not necessarily a positive number.

Example 10.1.7. Finding the equation of a parabola.

Give the equation of the parabola with focus at \((1,2)\) and directrix at \(y=3\text{.}\)
Solution 1. Video solution
Solution 2.
The vertex is located halfway between the focus and directrix, so \((h,k) = (1,2.5)\text{.}\) This gives \(p=-0.5\text{.}\) Using Key Idea 10.1.6 we have the equation of the parabola as
\begin{equation*} y=\frac{1}{4(-0.5)}(x-1)^2+2.5 = -\frac12(x-1)^2+2.5\text{.} \end{equation*}
A downward opening parabola with a vertex in the first quadrant.
A downward opening parabola with a vertex in the first quadrant. The vertex of the parabola is at \((1,2.5)\text{.}\) The parabola crosses the \(x\)-axis at around \(x = -1.2\) and \(x = 3.2\text{.}\)
Figure 10.1.8. The parabola described in Example 10.1.7
The parabola is sketched in Figure 10.1.8.

Example 10.1.9. Finding the focus and directrix of a parabola.

Find the focus and directrix of the parabola \(x=\frac18y^2-y+1\text{.}\) The point \((7,12)\) lies on the graph of this parabola; verify that it is equidistant from the focus and directrix.
Solution 1. Video solution
Solution 2.
We need to put the equation of the parabola in its general form. This requires us to complete the square:
\begin{align*} x \amp = \frac18y^2-y+1\\ \amp = \frac18\big(y^2-8y+8\big)\\ \amp = \frac18\big(y^2-8y+16 -16+8\big)\\ \amp = \frac18\big((y-4)^2 - 8\big)\\ \amp = \frac18(y-4)^2 -1\text{.} \end{align*}
Hence the vertex is located at \((-1,4)\text{.}\) We have \(\frac18=\frac1{4p}\text{,}\) so \(p=2\text{.}\) We conclude that the focus is located at \((1,4)\) and the directrix is \(x=-3\text{.}\) The parabola is graphed in Figure 10.1.10, along with its focus and directrix.
A parabola opening to the right with its directrix and focus drawn.
A rightwards opening parabola with a vertex at \((-1,4)\text{.}\) The focus of the parabola is drawn at the point \((1,4)\text{.}\) The directrix is drawn as the vertical line at \(x=-3\text{.}\) The point \((7,12)\) is drawn lying on the parabola. The distance between the point and the directrix is drawn. The distance between the point and the focus is drawn. Both distances are labeled as \(10\) units long.
Figure 10.1.10. The parabola described in Example 10.1.9. The distances from a point on the parabola to the focus and directrix are given.
The point \((7,12)\) lies on the graph and is \(7-(-3)=10\) units from the directrix. The distance from \((7,12)\) to the focus is:
\begin{equation*} \sqrt{(7-1)^2 + (12-4)^2} = \sqrt{100}=10\text{.} \end{equation*}
Indeed, the point on the parabola is equidistant from the focus and directrix.

Reflective Property.

One of the fascinating things about the nondegenerate conic sections is their reflective properties. Parabolas have the following reflective property:
Any ray emanating from the focus that intersects the parabola reflects off along a line perpendicular to the directrix.
This is illustrated in Figure 10.1.11. The following theorem states this more rigorously.
A rightward opening parabola demonstrating the reflective property.
A parabola opening towards the right. The directrix is drawn as a vertical line to the left of the parabola. The focus is drawn as a point to the right of the vertex. Four different rays are emanating from the focus. The first line extends towards the top right, where it then reflects off the parabola and extends to the right. The second line extends upwards, where it then reflects off of the parabola and extends towards the right. The third line extends towards the lower left, where it then reflects off the parabola and extends towards the right. The fourth line exends twards the lower right, where it once again reflects off the parbola and extends towards the right. All of the rays extending towards the right are perpendicular to the directrix.
Figure 10.1.11. Illustrating the parabola’s reflective property
Because of this reflective property, paraboloids (the 3D analogue of parabolas) make for useful flashlight reflectors as the light from the bulb, ideally located at the focus, is reflected along parallel rays. Satellite dishes also have paraboloid shapes. Signals coming from satellites effectively approach the dish along parallel rays. The dish then focuses these rays at the focus, where the sensor is located.

Subsection 10.1.2 Ellipses

Figure 10.1.13. Video introduction to the ellipse

Definition 10.1.14. Ellipse.

An ellipse is the locus of all points whose sum of distances from two fixed points, each a focus of the ellipse, is constant.
An easy way to visualize this construction of an ellipse is to pin both ends of a string to a board. The pins become the foci. Holding a pencil tight against the string places the pencil on the ellipse; the sum of distances from the pencil to the pins is constant: the length of the string. See Figure 10.1.15.
A demonstration of the creation of an ellipse from two foci.
Two points are drawn, around which an ellipse is sketched. A pencil is drawn, representing the sketching of the ellipse. The point of the pencil is touching the ellipse in the top right of the ellipse. The distances between the point of the pencil and the two foci are drawn. The distance between the left focus is labeled \(d_2\text{,}\) and the distance between the right focus is labeled \(d_1\text{.}\) It is clear that \(d_2\) is larger than \(d_1\text{.}\) Beneath the foci, it is written that \(d_1 + d_2 = \mathrm{constant}\text{.}\)
Figure 10.1.15. Illustrating the construction of an ellipse with pins, pencil and string
We can again find an algebraic equation for an ellipse using this geometric definition. Let the foci be located along the \(x\)-axis, \(c\) units from the origin. Let these foci be labeled as \(F_1 = (-c,0)\) and \(F_2=(c,0)\text{.}\) Let \(P=(x,y)\) be a point on the ellipse. The sum of distances from \(F_1\) to \(P\) (\(d_1\)) and from \(F_2\) to \(P\) (\(d_2\)) is a constant \(d\text{.}\) That is, \(d_1+d_2=d\text{.}\) Using the Distance Formula, we have
\begin{equation*} \sqrt{(x+c)^2+y^2} + \sqrt{(x-c)^2+y^2} = d\text{.} \end{equation*}
Using a fair amount of algebra can produce the following equation of an ellipse (note that the equation is an implicitly defined function; it has to be, as an ellipse fails the Vertical Line Test):
\begin{equation*} \frac{x^2}{\left(\frac d2\right)^2} + \frac{y^2}{\left(\frac d2\right)^2-c^2} = 1\text{.} \end{equation*}
This is not particularly illuminating, but by making the substitution \(a=d/2\) and \(b=\sqrt{a^2-c^2}\text{,}\) we can rewrite the above equation as
\begin{equation*} \frac{x^2}{a^2} + \frac{y^2}{b^2} = 1\text{.} \end{equation*}
This choice of \(a\) and \(b\) is not without reason; as shown in Figure 10.1.16, the values of \(a\) and \(b\) have geometric meaning in the graph of the ellipse.
An ellipse with labels for key components.
An ellipse is drawn with labels for key features. The ellipse is separated into 4 equal sections by a vertical and a horizontal line, which both pass through the center of the ellipse. The vertical line dividing the ellipse in half vertically is labeled as the "minor axis." The horizontal dividing the ellipse in half horizontally is labeled as the "major axis." The points on the major axis touching the ellipse are labeled as "vertices". Two points on the major axis are labeled as "foci". The foci both lie a short distance away from the vertices. The distance between the foci and their respective vertices is equal. The distance between the foci and the center is also equal. The distance between the left vertex and the minor axis is labeled \(a\text{.}\) The length of the major axis is \(2a\text{.}\) The length between the center and the top of the minor axis is labeled \(b\text{.}\) The length of the minor axis is \(2b\) The distance between the center and the right focus is labeled \(c\text{.}\)
Figure 10.1.16. Labeling the significant features of an ellipse
In general, the two foci of an ellipse lie on the major axis of the ellipse, and the midpoint of the segment joining the two foci is the center. The major axis intersects the ellipse at two points, each of which is a vertex. The line segment through the center and perpendicular to the major axis is the minor axis. The “constant sum of distances” that defines the ellipse is the length of the major axis, i.e., \(2a\text{.}\)
Allowing for the shifting of the ellipse gives the following standard equations.

Key Idea 10.1.17. Standard Equation of the Ellipse.

The equation of an ellipse centered at \((h,k)\) with major axis of length \(2a\) and minor axis of length \(2b\) in standard form is:
  1. Horizontal major axis: \(\ds \frac{(x-h)^2}{a^2}+\frac{(y-k)^2}{b^2}=1\text{.}\)
  2. Vertical major axis: \(\ds \frac{(x-h)^2}{b^2}+\frac{(y-k)^2}{a^2}=1\text{.}\)
The foci lie along the major axis, \(c\) units from the center, where \(c^2=a^2-b^2\text{.}\)

Example 10.1.18. Finding the equation of an ellipse.

Find the general equation of the ellipse graphed in Figure 10.1.19.
An ellipse centered in the second quadrant, lying entirely in the second and third quadrants.
An ellipse with a center at \((-3,1)\text{.}\) The ellipse has vertices at \((-3,6)\) and \((-3,4)\text{.}\) The ellipse appears to have a minor axis of length \(4\text{.}\)
Figure 10.1.19. The ellipse used in Example 10.1.18
Solution 1. Video solution
Solution 2.
The center is located at \((-3,1)\text{.}\) The distance from the center to a vertex is 5 units, hence \(a=5\text{.}\) The minor axis seems to have length 4, so \(b=2\text{.}\) Thus the equation of the ellipse is
\begin{equation*} \frac{(x+3)^2}{4}+\frac{(y-1)^2}{25} = 1\text{.} \end{equation*}

Example 10.1.20. Graphing an ellipse.

Graph the ellipse defined by \(4x^2+9y^2-8x-36y=-4\text{.}\)
Solution 1. Video solution
Solution 2.
It is simple to graph an ellipse once it is in standard form. In order to put the given equation in standard form, we must complete the square with both the \(x\) and \(y\) terms. We first rewrite the equation by regrouping:
\begin{equation*} 4x^2+9y^2-8x-36y=-4 \Rightarrow (4x^2-8x) + (9y^2-36y) = -4\text{.} \end{equation*}
Now we complete the squares.
\begin{align*} (4x^2-8x) + (9y^2-36y) \amp = -4\\ 4(x^2-2x) + 9(y^2-4y) \amp = -4\\ 4(x^2-2x +1 - 1) + 9(y^2-4y+4-4) \amp = - 4\\ 4\big((x-1)^2-1\big) + 9\big((y-2)^2-4\big) \amp = -4\\ 4(x-1)^2 -4 + 9(y-2)^2-36 \amp = -4\\ 4(x-1)^2 + 9(y-2)^2 \amp = 36\\ \frac{(x-1)^2}{9} + \frac{(y-2)^2}{4} \amp = 1\text{.} \end{align*}
We see the center of the ellipse is at \((1,2)\text{.}\) We have \(a=3\) and \(b=2\text{;}\) the major axis is horizontal, so the vertices are located at \((-2,2)\) and \((4,2)\text{.}\) We find \(c=\sqrt{9-4} = \sqrt{5}\approx 2.24\text{.}\) The foci are located along the major axis, approximately \(2.24\) units from the center, at \((1\pm 2.24,2)\text{.}\) This is all graphed in Figure 10.1.21
An ellipse centered at (1,2), with vertices at (-2,2) and (4,2).
An ellipse centered at \((1,2)\text{.}\) The vertices of the ellipse are drawn at \((-2,2)\) and \((4,2)\text{.}\) Two foci are drawn at \((1 - 2.24, 2)\) and \((1 + 2.24, 2)\text{.}\) The minor axis of the ellipse has a length of 4.
Figure 10.1.21. Graphing the ellipse in Example 10.1.20

Eccentricity.

When \(a=b\text{,}\) we have a circle. The general equation becomes
\begin{equation*} \frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{a^2} = 1 \Rightarrow (x-h)^2 + (y-k)^2 = a^2\text{,} \end{equation*}
the familiar equation of the circle centered at \((h,k)\) with radius \(a\text{.}\) Since \(a=b\text{,}\) \(c = \sqrt{a^2-b^2}=0\text{.}\) The circle has “two” foci, but they lie on the same point, the center of the circle.
Consider Figure 10.1.22, where several ellipses are graphed with \(a=1\text{.}\) In Figure 10.1.(a), we have \(c=0\) and the ellipse is a circle. As \(c\) grows, the resulting ellipses look less and less circular. A measure of this “noncircularness” is eccentricity.
An ellipse of eccentricity 0.
A circle of radius 1 centered at the orgin. The major and minor axis both have a length of 2. Below the ellipse it is written that \(e = 0\text{.}\)
(a)
An ellipse of eccentricity 0.3.
An ellipse with foci at around \((-0.2, 0)\) and \((0.2,2)\text{.}\) The major axis has a length of 2 and the minor axis has a length of about 1.8. It is written that \(e=0.3\)
(b)
An ellipse of eccentricity 0.8.
An ellipse with foci drawn at \((-0.8,0)\) and \((0.8,0)\text{.}\) The major axis has a length of 2, and the minor axis has a length of around 1. Below the ellipse it is written that \(e = 0.8\text{.}\)
(c)
An ellipse of eccentricity 0.99.
An ellipse with eccentricity 0. The vertices and the foci are at the same points, one at \((-1,0)\) and \((1,0)\text{.}\) The major axis has a length of 2, and the minor axis has a length of about 0.2.
(d)
Figure 10.1.22. Understanding the eccentricity of an ellipse
Definition 10.1.23. Eccentricity of an Ellipse.
The eccentricity \(e\) of an ellipse is \(\ds e=\frac{c}{a}\text{.}\)
The eccentricity of a circle is 0; that is, a circle has no “noncircularness.” As \(c\) approaches \(a\text{,}\) \(e\) approaches 1, giving rise to a very noncircular ellipse, as seen in Figure 10.1.(d).
It was long assumed that planets had circular orbits. This is known to be incorrect; the orbits are elliptical. Earth has an eccentricity of \(0.0167\) — it has a nearly circular orbit. Mercury’s orbit is the most eccentric, with \(e=0.2056\text{.}\) (Pluto’s eccentricity is greater, at \(e=0.248\text{,}\) the greatest of all the currently known dwarf planets.) The planet with the most circular orbit is Venus, with \(e=0.0068\text{.}\) The Earth’s moon has an eccentricity of \(e=0.0549\text{,}\) also very circular.

Reflective Property.

The ellipse also possesses an interesting reflective property. Any ray emanating from one focus of an ellipse reflects off the ellipse along a line through the other focus, as illustrated in Figure 10.1.24. This property is given formally in the following theorem.
An ellipse with rays emanating from the foci, demonstrating the reflective property of an ellipse.
An ellipse with the foci drawn. The left focus is labeled \(F_1\text{,}\) and the right focus is labeled \(F_2\text{.}\) A ray is emanating from \(F_1\) towards the bottom right. It then reflects off the ellipse to the upper right, where it then passes through \(F_2\text{.}\) A ray also emanates from \(F_2\) towards the upper right. It then reflects off the ellipse towards the bottom left, where it then passes through \(F_1\text{.}\)
Figure 10.1.24. Illustrating the reflective property of an ellipse
This reflective property is useful in optics and is the basis of the phenomena experienced in whispering halls.

Subsection 10.1.3 Hyperbolas

Figure 10.1.26. Video introduction to hyperbolas
The definition of a hyperbola is very similar to the definition of an ellipse; we essentially just change the word “sum” to “difference.”

Definition 10.1.27. Hyperbola.

A hyperbola is the locus of all points where the absolute value of difference of distances from two fixed points, each a focus of the hyperbola, is constant.
We do not have a convenient way of visualizing the construction of a hyperbola as we did for the ellipse. The geometric definition does allow us to find an algebraic expression that describes it. It will be useful to define some terms first.
The two foci lie on the transverse axis of the hyperbola; the midpoint of the line segment joining the foci is the center of the hyperbola. The transverse axis intersects the hyperbola at two points, each a vertex of the hyperbola. The line through the center and perpendicular to the transverse axis is the conjugate axis. This is illustrated in Figure 10.1.28. It is easy to show that the constant difference of distances used in the definition of the hyperbola is the distance between the vertices, i.e., \(2a\text{.}\)
A hyperbola with labels for key components
A hyperbola with labels for key components. The hyperbola is composed of two seperate segments with a space between them. The first shape is on the left. The shape begins in the upper left, moving almost linearly towards the lower right. The curve then begins to bend gently backwards before moving linearly towards the bottom left. The right curve is a reflection of the left curve. It opens towards the right. The entire hyperbola is separated into 4 equal segments by two axes. The axis dividing the hyperola in half vertically is labeled as the "conjugate axis." The axis dividing th ehyperbola in half horizontally is labeled as the "transverse axis." The point in which the axes touch is the center of the hyperbola. The points in which the curves intersect the transverse axis are labeled as foci. Two foci lie on the transverse axis. The first focus is to the left of the left curve. The right focus is to the right of the right curve. The distance between the left vertex and the center is labeled as \(a\text{.}\) The distance between the center and the right focus is labeled as \(c\text{.}\)
Figure 10.1.28. Labeling the significant features of a hyperbola

Key Idea 10.1.29. Standard Equation of a Hyperbola.

The equation of a hyperbola centered at \((h,k)\) in standard form is:
  1. Horizontal Transverse Axis: \(\ds \frac{(x-h)^2}{a^2} - \frac{(y-k)^2}{b^2} = 1\text{.}\)
  2. Vertical Transverse Axis: \(\ds \frac{(y-k)^2}{a^2}-\frac{(x-h)^2}{b^2} = 1\text{.}\)
The vertices are located \(a\) units from the center and the foci are located \(c\) units from the center, where \(c^2 = a^2+b^2\text{.}\)

Graphing Hyperbolas.

Consider the hyperbola \(\frac{x^2}9-\frac{y^2}1 = 1\text{.}\) Solving for \(y\text{,}\) we find \(y=\pm\sqrt{x^2/9-1}\text{.}\) As \(x\) grows large, the “\(-1\)” part of the equation for \(y\) becomes less significant and \(y\approx \pm\sqrt{x^2/9} = \pm x/3\text{.}\) That is, as \(x\) gets large, the graph of the hyperbola looks very much like the lines \(y=\pm x/3\text{.}\) These lines are asymptotes of the hyperbola, as shown in Figure 10.1.30.
A graph of a hyperbola and its asymptotes.
A graph of the hyperbola \(\frac{x^2}{9} - \frac{y^2}{1} = 1\text{,}\) along with its two asymptotes. The hyperbola is centered at the origin, with vertices at\((-3,0)\) and \((3,0)\text{.}\) Two asymptotes are drawn from the equations \(y = \frac{x}{3}\) and \(y = -\frac{x}{3}\text{.}\) As the hyperbola extends outwards from the origin, it becomes close to the asymptotes.
Figure 10.1.30. Graphing the hyperbola \(\frac{x^2}9-\frac{y^2}1 = 1\) along with its asymptotes, \(y=\pm x/3\)
This is a valuable tool in sketching. Given the equation of a hyperbola in general form, draw a rectangle centered at \((h,k)\) with sides of length \(2a\) parallel to the transverse axis and sides of length \(2b\) parallel to the conjugate axis. (See Figure 10.1.31 for an example with a horizontal transverse axis.) The diagonals of the rectangle lie on the asymptotes.
An illustration of sketching a hyperbola with a rectangle.
A hyperbola sketched using a rectangle. A center of the rectangle is drawn at the point \((h,k)\text{.}\) The rectangle has a width of \(2a\) and a height of \(2b\text{.}\) The vertices are drawn at the points \((h-a,k)\) and \((h+a,k)\text{.}\) The asymptotes are drawn as the lines passing through the center and the corners of the rectangle. The hyperbola is then drawn, following the asymptotes, touching the vertices, and then moving away from the center to follow the asymptotes.
Figure 10.1.31. Using the asymptotes of a hyperbola as a graphing aid
These lines pass through \((h,k)\text{.}\) When the transverse axis is horizontal, the slopes are \(\pm b/a\text{;}\) when the transverse axis is vertical, their slopes are \(\pm a/b\text{.}\) This gives equations:
Horizontal Transverse Axis
Vertical Transverse Axis
\(\ds y=\pm\frac ba(x-h)+k\) \(\ds y=\pm\frac ab(x-h)+k\text{.}\)
Example 10.1.32. Graphing a hyperbola.
Sketch the hyperbola given by \(\ds \frac{(y-2)^2}{25}-\frac{(x-1)^2}{4}=1\text{.}\)
Solution 1. Video solution
Solution 2.
The hyperbola is centered at \((1,2)\text{;}\) \(a=5\) and \(b=2\text{.}\) In Figure 10.1.33 we draw the prescribed rectangle centered at \((1,2)\) along with the asymptotes defined by its diagonals. The hyperbola has a vertical transverse axis, so the vertices are located at \((1,7)\) and \((1,-3)\text{.}\) This is enough to make a good sketch.
A graph of the hyperbola given in Example 10.1.32
A graph of the hyperbola given in Example 10.1.32. The hyperbola has the equation \(\frac{(y-2)^2}{25} - \frac{(x-1)^2}{4} = 1\text{.}\) The center of the hyperbola is drawn at \((1,2)\text{.}\) A rectangle is drawn around the center, with a height of \(10\) and a width of \(4\text{.}\) At the top and bottom of the rectangle, the vertices of the hyperbola are drawn at \((1,7)\) and \((1,-3)\text{.}\) The asymptotes of the hyperbola are drawn passing through the corners of the rectangle and the center. The hyperbola is then drawn above and below the rectangle, opening upwards and downwards respectively. The foci are also drawn a short distance above and below the vertices. The top focus is near the point \((1, 7.4)\) and the bottom focus is near the point \((1,-3.4)\text{.}\)
Figure 10.1.33. Graphing the hyperbola in Example 10.1.32
We also find the location of the foci: as \(c^2= a^2+b^2\text{,}\) we have \(c=\sqrt{29}\approx 5.4\text{.}\) Thus the foci are located at \((1,2\pm 5.4)\) as shown in the figure.
Example 10.1.34. Graphing a hyperbola.
Sketch the hyperbola given by \(9x^2-y^2+2y=10\text{.}\)
Solution 1. Video solution
Solution 2.
We must complete the square to put the equation in general form. (We recognize this as a hyperbola since it is a general quadratic equation and the \(x^2\) and \(y^2\) terms have opposite signs.)
\begin{align*} 9x^2-y^2+2y \amp =10\\ 9x^2- (y^2-2y) \amp = 10\\ 9x^2 - (y^2-2y+1-1) \amp = 10\\ 9x^2 -\big((y-1)^2-1\big) \amp = 10\\ 9x^2 - (y-1)^2 \amp = 9\\ x^2 - \frac{(y-1)^2}{9} \amp =1 \end{align*}
The hyperbola described in Example 10.1.34.
The hyperbola described in Example 10.1.34. The hyperbola comes from the equation \(9x^2 - y^2 + 2y = 10\text{.}\) The hyperbola is centered at \((0,1)\text{,}\) around which a rectangle is drawn. The rectangle has a height of 6 and a width of 2. The vertices are drawn on the left and right sides of the rectangle, at the points \((-1,1)\) and \((1,1)\text{.}\) The hyperbola is the drawn, opening to the left and right and following the diagonal asymptotes, which are also drawn. The foci are also drawn at the points \((-3.2,1)\) and \((3.2,1)\text{.}\)
Figure 10.1.35. Graphing the hyperbola in Example 10.1.34
We see the hyperbola is centered at \((0,1)\text{,}\) with a horizontal transverse axis, where \(a=1\) and \(b=3\text{.}\) The appropriate rectangle is sketched in Figure 10.1.35 along with the asymptotes of the hyperbola. The vertices are located at \((\pm 1,1)\text{.}\) We have \(c=\sqrt{10}\approx 3.2\text{,}\) so the foci are located at \((\pm 3.2,1)\) as shown in the figure.

Eccentricity.

Definition 10.1.36. Eccentricity of a Hyperbola.
The eccentricity of a hyperbola is \(\ds e=\frac ca\text{.}\)
A hyperbola with eccentricity 1.05
A hyperbola with eccentricity 1.05. The hyperbola is centered at the origin. The vertices are drawn to the left and right of the center. The foci are also drawn, and are shown to be very close to the vertices. The hyperbola is quite narrow, only slowing spreading out vertically as the curve moves away from the center. Below the hyperbola it is written that \(e=1.05\text{.}\)
(a)
A hyperbola with eccentricity 1.5
A hyperbola with eccentricity 1.5. The hyperbola is centered at the origin. The vertices are drawn to the left and right of the center. The foci are drawn next to the vertices. The foci are a short distance away from the vertices. The hyperbola is of moderate width, increasing horizontally and vertically at a similar rate. Below the hyperbola it is written that \(e=1.5\)
(b)
A hyperbola with eccentricity 3
A hyperbola with eccentricity 3, centered at the origin. The vertices are drawn to the left and right of the center. The foci are drawn, and are a moderate distance away from the vertices. The hyperbola is quite wide, quickly increasing vertically as the curve moves further from the origin. Below the hyperbola it is written that \(e = 3\text{.}\)
(c)
A hyperbola with eccentricity 10
A hyperbola of eccentricity 10, centered at the origin. The vertices are drawn to the left and right of the center. The foci are drawn a large distance form the vertices. The hyperbola is very wide, increasing vertically significantly more quickly than horizontally. Below the hyperbola it is written that \(e=10\text{.}\)
(d)
Figure 10.1.37. Understanding the eccentricity of a hyperbola
Note that this is the definition of eccentricity as used for the ellipse. When \(c\) is close in value to \(a\) (i.e., \(e\approx 1\)), the hyperbola is very narrow (looking almost like crossed lines). Figure 10.1.37 shows hyperbolas centered at the origin with \(a=1\text{.}\) The graph in Figure 10.1.(a) has \(c=1.05\text{,}\) giving an eccentricity of \(e=1.05\text{,}\) which is close to 1. As \(c\) grows larger, the hyperbola widens and begins to look like parallel lines, as shown in Figure 10.1.(d).

Reflective Property.

Hyperbolas share a similar reflective property with ellipses. However, in the case of a hyperbola, a ray emanating from a focus that intersects the hyperbola reflects along a line containing the other focus, but moving away from that focus. This is illustrated in Figure 10.1.39 (on the next page). Hyperbolic mirrors are commonly used in telescopes because of this reflective property. It is stated formally in the following theorem.

Location Determination.

Determining the location of a known event has many practical uses (locating the epicenter of an earthquake, an airplane crash site, the position of the person speaking in a large room, etc.).
To determine the location of an earthquake’s epicenter, seismologists use trilateration (not to be confused with triangulation). A seismograph allows one to determine how far away the epicenter was; using three separate readings, the location of the epicenter can be approximated.
A key to this method is knowing distances. What if this information is not available? Consider three microphones at positions \(A\text{,}\) \(B\) and \(C\) which all record a noise (a person’s voice, an explosion, etc.) created at unknown location \(D\text{.}\) The microphone does not “know” when the sound was created, only when the sound was detected. How can the location be determined in such a situation?
A hyperbola demonstrating the reflective property.
A hyperbola with rays emanating from the left focus. The ray moves towards the right, reflecting off a point on the right side of the hyperbola. The reflected ray moves towards the upper left. A dashed line is drawn between the right focus and the point where the ray touches the hyperbola. The reflected ray is moving in the same direction as the dashed line.
Figure 10.1.39. Illustrating the reflective property of a hyperbola
If each location has a clock set to the same time, hyperbolas can be used to determine the location. Suppose the microphone at position \(A\) records the sound at exactly 12:00, location \(B\) records the time exactly 1 second later, and location \(C\) records the noise exactly 2 seconds after that. We are interested in the difference of times. Since the speed of sound is approximately 340 m/s, we can conclude quickly that the sound was created 340 meters closer to position \(A\) than position \(B\text{.}\) If \(A\) and \(B\) are a known distance apart (as shown in Figure 10.1.40.(a)), then we can determine a hyperbola on which \(D\) must lie.
The “difference of distances” is 340; this is also the distance between vertices of the hyperbola. So we know \(2a= 340\text{.}\) Positions \(A\) and \(B\) lie on the foci, so \(2c=1000\text{.}\) From this we can find \(b\approx 470\) and can sketch the hyperbola, given in Figure 10.1.40.(b). We only care about the side closest to \(A\text{.}\) (Why?)
We can also find the hyperbola defined by positions \(B\) and \(C\text{.}\) In this case, \(2a = 680\) as the sound traveled an extra 2 seconds to get to \(C\text{.}\) We still have \(2c=1000\text{,}\) centering this hyperbola at \((-500,500)\text{.}\) We find \(b\approx 367\text{.}\) This hyperbola is sketched in Figure 10.1.40.(c). The intersection point of the two graphs is the location of the sound, at approximately \((188,-222.5)\text{.}\)
Three points drawn and labeled on a plane
Three points drawn and labeled on a plane. \(A\) is at the point \((500,0)\text{.}\) \(B\) is at the point \((-500,0)\text{.}\) \(C\) is at the point \((-500,1000)\text{.}\)
(a)
A hyperbola drawn from points A and B in Figure 10.1.40.(a)
A hyperbola drawn from points \(A\) and \(B\) in Figure 10.1.40.(a). \(A\) and \(B\) are the foci of the hyperbola. The vertices of the hyperbola are 170 units away from the origin. The left half of the hyperbola is drawn with a dashed line, while the right half of the parabola is drawn with a solid line.
(b)
A fourth point found from hyperbolas given by points in Figure 10.1.40.(a)
A hyperbola drawn from points \(B\) and \(C\) in Figure 10.1.40.(a), intersecting with the hyperbola drawn in Figure 10.1.40.(b). The hyperbola uses \(B\) and \(C\) as the foci. The vertices of the hyperbola are 640 units apart. The bottom hyperbola, with focus \(B\text{,}\) extends towards the right. The point at which it intersects with the hyperbola with focus \(A\) is labeled as \(D\text{.}\)
(c)
Figure 10.1.40.
This chapter explores curves in the plane, in particular curves that cannot be described by functions of the form \(y=f(x)\text{.}\) In this section, we learned of ellipses and hyperbolas that are defined implicitly, not explicitly. In the following sections, we will learn completely new ways of describing curves in the plane, using parametric equations and polar coordinates, then study these curves using calculus techniques.

Exercises 10.1.4 Exercises

Terms and Concepts

1.
What is the difference between degenerate and nondegenerate conics?
2.
Use your own words to explain what the eccentricity of an ellipse measures.
3.
What has the largest eccentricity: an ellipse or a hyperbola?
4.
Explain why the following is true: “If the coefficient of the \(x^2\) term in the equation of an ellipse in standard form is smaller than the coefficient of the \(y^2\) term, then the ellipse has a horizontal major axis.”
5.
Explain how one can quickly look at the equation of a hyperbola in standard form and determine whether the transverse axis is horizontal or vertical.
6.
Fill in the blank: It can be said that ellipses and hyperbolas share the same reflective property: “A ray emanating from one focus will reflect off the conic along a that contains the other focus.”

Problems

Exercise Group.
In the following exercises, find the equation of the parabola defined by the given information. Sketch the parabola.
7.
Focus: \((3,2)\text{;}\) directrix: \(y=1\)
8.
Focus: \((-1,-4)\text{;}\) directrix: \(y=2\)
9.
Focus: \((1,5)\text{;}\) directrix: \(x=3\)
10.
Focus: \((1/4,0)\text{;}\) directrix: \(x=-1/4\)
11.
Focus: \((1,1)\text{;}\) vertex: \((1,2)\)
12.
Focus: \((-3,0)\text{;}\) vertex: \((0,0)\)
13.
Vertex: \((0,0)\text{;}\) directrix: \(y=-1/16\)
14.
Vertex: \((2,3)\text{;}\) directrix: \(x=4\)
Exercise Group.
In the following exercises, the equation of a parabola and a point on its graph are given. Find the focus and directrix of the parabola, and verify that the given point is equidistant from the focus and directrix.
15.
\(y=\frac14x^2\text{,}\) \(P=(2,1)\)
16.
\(x=\frac18(y-2)^2+3\text{,}\) \(P=(11,10)\)
Exercise Group.
In the following exercises, sketch the ellipse defined by the given equation. Label the center, foci and vertices.
17.
\(\ds \frac{(x-1)^2}{3}+\frac{(y-2)^2}{5}=1\)
18.
\(\ds \frac{1}{25}x^2+\frac{1}{9}(y+3)^2=1\)
Exercise Group.
In the following exercises, find the equation of the ellipse shown in the graph. Give the location of the foci and the eccentricity of the ellipse.
19.
An ellipse centered in the second quadrant.
An ellipse centered at the point \((1,2)\text{.}\) The major axis has a length of 6. The minor axis has a length of 4. The vertices of the graph are at the points \((-4,2)\) and \((2,2)\text{.}\)
20.
A vertical ellipse centered on the x-axis.
An ellipse centered on the point \((1,0)\text{.}\) The vertices of the ellipse are at the points \((1,3)\) and \((1,-3)\text{.}\) The major axis appears to have a length of 6. The minor axis has a length of 1.
Exercise Group.
In the following exercises, find the equation of the ellipse defined by the given information. Sketch the elllipse.
21.
Foci: \((\pm 2,0)\text{;}\) vertices: \((\pm 3,0)\)
22.
Foci: \((-1,3)\) and \((5,3)\text{;}\) vertices: \((-3,3)\) and \((7,3)\)
23.
Foci: \((2,\pm 2)\text{;}\) vertices: \((2,\pm 7)\)
24.
Focus: \((-1,5)\text{;}\) vertex: \((-1,-4)\text{;}\) center: \((-1,1)\)
Exercise Group.
In the following exercises, write the equation of the given ellipse in standard form.
25.
\(x^2-2x+2y^2-8y=-7\)
26.
\(5x^2+3y^2=15\)
27.
\(3x^2+2y^2-12y+6=0\)
28.
\(x^2+y^2-4x-4y+4=0\)
Exercise Group.
In the following exercises, find the equation of the hyperbola shown in the graph.
29.
A hyperbola centered at the origin with a horizontal transverse axis.
A hyperbola centered at the origin with a horizontal transverse axis. The foci of the hyperbola are at the points \((-2,0)\) and \((2,0)\text{.}\) The vertices of the hyperbola are at the points \((-1,0)\) and \((1,0)\)
30.
A hyperbola centered at the origin with a vertical transverse axis.
A hyperbola centered at the origin with a vertical transverse axis. The hyperbola has foci at the points \((0,5)\) and \((0,-5)\text{.}\) The vertices of the ellipse are at the points \((0,1)\) and \((0,-1)\text{.}\)
31.
A hyperbola with center (1,3) and a horizontal transverse axis.
A hyperbola with center \((1,3)\) and a horizontal transverse axis. The foci of the hyperbola are not drawn. The vertices of the hyperbola are at the points \((1,5)\) and \((1,1)\text{.}\) A box is drawn around the origin with a width of 6 and a height of 4. The diagonal asymptotes are drawn as the lines passing through the corners of the box, passing through the center.
32.
A hyperbola centered at the point (1,3) with a vertical transverse axis
A hyperbola centered at the point \((1,3)\) with a vertical transverse axis. The foci of the hyperbola are not drawn. The vertices of the hyperbola are at the points \((-2,3)\) and \((4,3)\text{.}\) A box is drawn around the center with a width of 6 and a height of 4. The diagonal asymptotes are drawn as the lines passing through the corners of the box, passing through the center.
Exercise Group.
In the following exercises, sketch the hyperbola defined by the given equation. Label the center and foci.
33.
\(\ds \frac{(x-1)^2}{16}-\frac{(y+2)^2}{9}=1\)
34.
\(\ds (y-4)^2-\frac{(x+1)^2}{25}=1\)
Exercise Group.
In the following exercises, find the equation of the hyperbola defined by the given information. Sketch the hyperbola.
35.
Foci: \((\pm 3,0)\text{;}\) vertices: \((\pm 2, 0)\)
36.
Foci: \((0,\pm 3)\text{;}\) vertices: \((0,\pm 2)\)
37.
Foci: \((-2,3)\) and \((8,3)\text{;}\) vertices: \((-1,3)\) and \((7,3)\)
38.
Foci: \((3,-2)\) and \((3,8)\text{;}\) vertices: \((3,0)\) and \((3,6)\)
Exercise Group.
In the following exercises, write the equation of the hyperbola in standard form.
39.
\(3x^2-4y^2=12\)
40.
\(3x^2-y^2+2y=10\)
41.
\(x^2-10y^2+40y=30\)
42.
\((4y-x)(4y+x)=4\)
43.
Consider the ellipse given by \(\ds \frac{(x-1)^2}{4}+\frac{(y-3)^2}{12}=1\text{.}\)
(a)
Verify that the foci are located at \((1,3\pm 2\sqrt{2})\text{.}\)
(b)
The points \(P_1 = (2,6)\) and \(P_2 = (1+\sqrt{2},3+\sqrt{6}) \approx (2.414,5.449)\) lie on the ellipse. Verify that the sum of distances from each point to the foci is the same.
44.
Johannes Kepler discovered that the planets of our solar system have elliptical orbits with the Sun at one focus. The Earth’s elliptical orbit is used as a standard unit of distance; the distance from the center of Earth’s elliptical orbit to one vertex is 1 Astronomical Unit, or A.U.
The following table gives information about the orbits of three planets.
Planet Distance from
center to vertex
Orbit
eccentricity
Mercury \(0.387\) A.U. \(0.2056\)
Earth 1 A.U. \(0.0167\)
Mars \(1.524\) A.U. \(0.0934\)
(a)
In an ellipse, knowing \(c^2=a^2-b^2\) and \(e=c/a\) allows us to find \(b\) in terms of \(a\) and \(e\text{.}\) Show \(b=a\sqrt{1-e^2}\text{.}\)
(b)
For each planet, find equations of their elliptical orbit of the form \(\ds\frac{x^2}{a^2}+\frac{y^2}{b^2}=1\text{.}\) (This places the center at \((0,0)\text{,}\) but the Sun is in a different location for each planet.)
(c)
Shift the equations so that the Sun lies at the origin. Plot the three elliptical orbits.
45.
A loud sound is recorded at three stations that lie on a line as shown in the figure below. Station \(A\) recorded the sound 1 second after Station \(B\text{,}\) and Station \(C\) recorded the sound 3 seconds after \(B\text{.}\) Using the speed of sound as 340m/s, determine the location of the sound’s origination.
A number line with 3 points drawn.
A number line with 3 seperate points drawn. \(A\) is the left most point. \(B\) is the point in the middle. The distance between \(A\) and \(B\) is \(1000\mathrm{m}\text{.}\) \(C\) is the left most point. The distance between \(B\) and \(C\) is \(2000 \mathrm{m}\text{.}\)
You have attempted of activities on this page.