In this section, we revisit our friends the Conic Sections which we began studying in Chapter TheConicSections. Our first task is to formalize the notion of rotating axes so this subsection is actually a follow-up to Example rotationmatrixex in Section MatArithmetic. In that example, we saw that the graph of \(y = \frac {2}{x}\) is actually a hyperbola.

More specifically, the graph of \(y = \frac {1}{x}\) is the hyperbola obtained by rotating the graph of \(x^2-y^2=4\) counter-clockwise through a \(45^{\circ }\) angle. Armed with polar coordinates, we can generalize the process of rotating axes as shown below.

1 Rotation of Axes

Consider the \(x\)- and \(y\)-axes below along with the dashed \(x'\)- and \(y'\)-axes obtained by rotating the \(x\)- and \(y\)-axes counter-clockwise through an angle \(\theta \) and consider the point \(P(x,y)\). The coordinates \((x,y)\) are rectangular coordinates and are based on the \(x\)- and \(y\)-axes.

Suppose we wished to find rectangular coordinates based on the \(x'\)- and \(y'\)-axes. That is, we wish to determine \(P(x',y')\). While this seems like a formidable challenge, it is nearly trivial if we use polar coordinates.

Consider the angle \(\phi \) whose initial side is the positive \(x'\)-axis and whose terminal side contains the point \(P\). We relate \(P(x,y)\) and \(P(x',y')\) by converting them to polar coordinates.

Converting \(P(x,y)\) to polar coordinates with \(r > 0\) yields \(x = r\cos (\theta + \phi )\) and \(y = r\sin (\theta + \phi )\). To convert the point \(P(x',y')\) into polar coordinates, we first match the polar axis with the positive \(x'\)-axis, choose the same \(r>0\) (since the origin is the same in both systems) and get \(x' = r\cos (\phi )\) and \(y' = r\sin (\phi )\).

Using the sum formulas for sine and cosine, we have

\[ \begin{array}{rcll} x & = & r\cos (\theta + \phi ) & \\ & = & r\cos (\theta )\cos (\phi ) - r\sin (\theta ) \sin (\phi ) & \text {Sum formula for cosine} \\ & = & (r\cos (\phi ))\cos (\theta ) - (r\sin (\phi ))\sin (\theta ) & \\ & = & x' \cos (\theta ) - y' \sin (\theta ) & \text {Since $x' = r\cos (\phi )$ and $y' = r\sin (\phi )$}\\ \end{array}\]

Similarly, using the sum formula for sine we get \(y = x'\sin (\theta ) + y'\cos (\theta )\). These equations enable us to easily convert points with \(x'y'\)-coordinates back into \(xy\)-coordinates. They also enable us to easily convert equations in the variables \(x\) and \(y\) into equations in the variables in terms of \(x'\) and \(y'\).

If we want equations which enable us to convert points with \(xy\)-coordinates into \(x'y'\)-coordinates, we need to solve the system

\[ \left \{ \begin{array}{rcl} x' \cos (\theta ) - y' \sin (\theta ) & = & x \\ x'\sin (\theta ) + y'\cos (\theta ) & = & y \\ \end{array} \right .\]

for \(x'\) and \(y'\). Perhaps the cleanest way to solve this system is to write it as a matrix equation. Using the machinery developed in Section ??, we write the above system as the matrix equation \(AX' = X\) where

\[ \begin{array}{ccc} A = \left [ \begin{array}{rr} \cos (\theta ) & -\sin (\theta ) \\ \sin (\theta ) & \cos (\theta ) \\ \end{array} \right ], & X'= \left [ \begin{array}{c}x' \\ y'\\ \end{array} \right ], & X= \left [ \begin{array}{c}x \\ y\\ \end{array} \right ] \end{array} \]

Since \(\det (A) = (\cos (\theta ))(\cos (\theta )) - (-\sin (\theta ))(\sin (\theta )) = \cos ^{2}(\theta ) + \sin ^{2}(\theta ) = 1\), the determinant of \(A\) is not zero so \(A\) is invertible and \(X' = A^{-1}X\). Using the formula given in Equation ?? with \(\det (A) = 1\), we find

\[ A^{-1} = \left [ \begin{array}{rr} \cos (\theta ) & \sin (\theta ) \\ -\sin (\theta ) & \cos (\theta ) \\ \end{array} \right ] \]

so that

\[ \begin{array}{rcl} X'& = & A^{-1} X \\ \left [ \begin{array}{c}x' \\ y'\\ \end{array} \right ] & = & \left [ \begin{array}{rr} \cos (\theta ) & \sin (\theta ) \\ -\sin (\theta ) & \cos (\theta ) \\ \end{array} \right ]\left [ \begin{array}{c}x \\ y\\ \end{array} \right ] \\ \left [ \begin{array}{c}x' \\ y'\\ \end{array} \right ] & = & \left [ \begin{array}{c}x \cos (\theta ) + y\sin (\theta ) \\- x \sin (\theta ) + y\cos (\theta ) \\ \end{array} \right ] \\ \end{array} \]

From which we get \(x' = x \cos (\theta ) + y\sin (\theta )\) and \(y'=- x \sin (\theta ) + y\cos (\theta )\). To summarize,

We put the formulas in Theorem 1 to good use in the following example.

Thanks to the elimination of the \(xy\)’ term from the equation \(21x^2+10xy\sqrt {3}+31y^2=144\) in Example 1 number 2, we were able to graph the equation on the \(x'y'\)-plane using what we know from Chapter ??.

It is natural to wonder if, given an equation of the form \(Ax^2 + Bxy +Cy^2 + Dx + Ey + F = 0\), with \(B \neq 0\), is there an angle \(\theta \) so that if we rotate the \(x\) and \(y\)-axes counter-clockwise through that angle \(\theta \), the equation in the rotated variables \(x'\) and \(y'\) contains no \(x'y'\) term.

To find out, we make the usual substitutions \(x = x' \cos (\theta ) - y' \sin (\theta )\) and \(y = x'\sin (\theta ) + y'\cos (\theta )\) into the equation \(Ax^2 + Bxy +Cy^2 + Dx + Ey + F = 0\) and set the coefficient of the \(x'y'\) term equal to \(0\).

Terms containing \(x'y'\) in this expression will come from the first three terms of the equation: \(Ax^2\), \(Bxy\) and \(Cy^2\). We leave it to the reader to verify that

\[ \begin{array}{rcl} x^2 & = &(x')^2 \cos ^{2}(\theta ) - 2x'y'\cos (\theta ) \sin (\theta ) + (y')^2 \sin (\theta ) \\ xy & = & (x')^2\cos (\theta ) \sin (\theta )+ x'y' \left (\cos ^{2}(\theta )-\sin ^2(\theta )\right )-(y')^2\cos (\theta )\sin (\theta ) \\ y^2 & = & (x')^2 \sin ^{2}(\theta ) +2x'y' \cos (\theta ) \sin (\theta ) +(y')^2 \cos ^{2}(\theta ) \\ \end{array} \]

The contribution to the \(x'y'\)-term from \(Ax^2\) is \(-2A\cos (\theta ) \sin (\theta )\), from \(Bxy\) it is \(B \left (\cos ^{2}(\theta )-\sin ^2(\theta )\right )\), and from \(Cy^2\) it is \(2C \cos (\theta ) \sin (\theta )\). Equating the \(x'y'\)-term to \(0\), we get

\[ \begin{array}{rcll} -2A\cos (\theta ) \sin (\theta ) + B \left (\cos ^{2}(\theta )-\sin ^2(\theta )\right ) + 2C \cos (\theta ) \sin (\theta ) & = & 0 & \\ -A \sin (2\theta ) + B \cos (2\theta ) + C \sin (2\theta ) & = & 0 & \text {Double Angle Identities} \\ \end{array} \]

From this, we get \(B \cos (2\theta ) = (A-C)\sin (2\theta )\). Our goal is to solve for \(\theta \) in terms of \(A\), \(B\) and \(C\).

Since we are assuming \(B \neq 0\), we can divide both sides of this equation by \(B\). To solve for \(\theta \) we would like to divide both sides of the equation by \(\sin (2\theta )\), provided of course that we have assurances that \(\sin (2\theta ) \neq 0\).

If \(\sin (2\theta ) = 0\), then we would have \(B \cos (2\theta ) = 0\), and since \(B \neq 0\), this would force \(\cos (2\theta ) = 0\). Since no angle \(\theta \) can have both \(\sin (2\theta ) = 0\) and \(\cos (2\theta ) = 0\), we can safely assume \(\sin (2\theta ) \neq 0\).

Hence, we get \(\frac {\cos (2\theta )}{\sin (2\theta )} = \frac {A-C}{B}\), or \(\cot (2\theta ) = \frac {A-C}{B}\). We have just proved the following theorem.

We put Theorem 2 to good use in the following example.

Note that even though the coefficients of \(x^2\) and \(y^2\) were both positive numbers in parts 1 and 2 of Example 2, the graph in part 1 turned out to be a hyperbola and the graph in part 2 worked out to be a parabola.

Whereas in Chapter ??, we could easily pick out which conic section we were dealing with based on the presence (or absence) of quadratic terms and their coefficients, Example 2 demonstrates the situation is much more complicated when an \(xy\) term is present.

Nevertheless, it is possible to determine which conic section we have by looking at a special, familiar combination of the coefficients of the quadratic terms. We have the following theorem.

As you may expect, the quantity \(B^2 - 4AC\) mentioned in Theorem 3 is called the discriminant of the conic section. While we will not attempt to explain the deep Mathematics which produces this ‘coincidence’, we will at least work through the proof of Theorem 3 mechanically to show that it is true.

First note that if the coefficient \(B=0\) in the equation \(Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0\), Theorem 3 reduces to the result presented in Exercise ?? in Section ?? .

Hence, we proceed under the assumption that \(B \neq 0\). We rotate the \(xy\)-axes counter-clockwise through an angle \(\theta \) which satisfies \(\cot (2\theta ) = \frac {A-C}{B}\) to produce an equation with no \(x'y'\)-term in accordance with Theorem 2: \(A'(x')^2 +C(y')^2 + Dx' + Ey' + F'= 0\).

In this form, we can invoke Exercise ?? in Section ?? once more using the product \(A'C'\). Our goal is to find the product \(A'C'\) in terms of the coefficients \(A\), \(B\) and \(C\) in the original equation.

We substitute \(x = x' \cos (\theta ) - y' \sin (\theta )\) \(y = x'\sin (\theta ) + y'\cos (\theta )\) into \(Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0\). After gathering like terms, the coefficient \(A'\) on \((x')^2\) and the coefficient \(C'\) on \((y')^2\) are

\[ \begin{array}{rcll} A' & = & A \cos ^{2}(\theta ) + B \cos (\theta ) \sin (\theta ) + C \sin ^{2}(\theta ) \\ C' & = & A \sin ^{2}(\theta ) - B \cos (\theta ) \sin (\theta ) + C \cos ^{2}(\theta ) \\ \end{array} \]

In order to make use of the condition \(\cot (2\theta ) = \frac {A-C}{B}\), we rewrite our formulas for \(A'\) and \(C'\) using the power reduction formulas. After some regrouping, we get

\[ \begin{array}{rcll} 2A' & = & \left [ (A+C) + (A-C)\cos (2\theta )\right ] + B\sin (2\theta ) \\ 2C' & = & \left [ (A+C)-(A-C)\cos (2\theta )\right ] - B\sin (2\theta ) \\ \end{array} \]

Next, we try to make sense of the product

\[(2A')(2C') = \left \{ \left [ (A+C) + (A-C)\cos (2\theta )\right ] + B\sin (2\theta )\right \} \left \{\left [ (A+C)-(A-C)\cos (2\theta )\right ] - B\sin (2\theta )\right \}\]

We break this product into pieces. First, we use the difference of squares to multiply the ‘first’ quantities in each factor to get

\[ \begin{array}{rcl} \left [ (A+C) + (A-C)\cos (2\theta )\right ] \left [ (A+C)-(A-C)\cos (2\theta )\right ] & = & (A+C)^2 - (A-C)^2 \cos ^{2}(2\theta ) \\ \end{array} \]

Next, we add the product of the ‘outer’ and ‘inner’ quantities in each factor to get

\[ \begin{array}{rcl} - B\sin (2\theta )\left [ (A+C) + (A-C)\cos (2\theta )\right ] &&\\ + B\sin (2\theta )\left [ (A+C)-(A-C)\cos (2\theta )\right ] & = & -2B(A-C)\cos (2\theta )\sin (2\theta ) \\ \end{array} \]

The product of the ‘last’ quantity in each factor is \((B\sin (2\theta ))(- B\sin (2\theta )) = -B^2\sin ^2(2\theta )\).

Putting all of this together yields

\[ \begin{array}{rcl} 4A'C' & = & (A+C)^2 - (A-C)^2 \cos ^{2}(2\theta ) -2B(A-C)\cos (2\theta )\sin (2\theta ) -B^2\sin ^2(2\theta ) \\ \end{array} \]

From \(\cot (2\theta ) = \frac {A-C}{B}\), we get \(\frac {\cos (2\theta )}{\sin (2\theta )} = \frac {A-C}{B}\), or \((A-C)\sin (2\theta )=B\cos (2\theta )\).

Using this substitution twice along with the Pythagorean Identity \(\cos ^{2}(2\theta ) = 1 - \sin ^{2}(2\theta )\) we get:

\[ \begin{array}{rcl} 4A'C' & = & (A+C)^2 - (A-C)^2 \cos ^{2}(2\theta ) -2B(A-C)\cos (2\theta )\sin (2\theta ) -B^2\sin ^2(2\theta ) \\ & = & (A+C)^2 - (A-C)^2 \left [ 1-\sin ^{2}(2\theta )\right ] -2B\cos (2\theta ) B \cos (2\theta ) -B^2\sin ^2(2\theta ) \\ & = & (A+C)^2 - (A-C)^2 + (A-C)^2 \sin ^{2}(2\theta ) -2B^2\cos ^{2}(2\theta ) -B^2\sin ^2(2\theta ) \\ & = & (A+C)^2 - (A-C)^2 +\left [(A-C) \sin (2\theta )\right ]^2 -2B^2\cos ^{2}(2\theta ) -B^2\sin ^2(2\theta ) \\ & = & (A+C)^2 - (A-C)^2 +\left [B \cos (2\theta )\right ]^2 -2B^2\cos ^{2}(2\theta ) -B^2\sin ^2(2\theta ) \\ & = & (A+C)^2 - (A-C)^2 +B^2\cos ^{2}(2\theta ) -2B^2\cos ^{2}(2\theta ) -B^2\sin ^2(2\theta ) \\ & = & (A+C)^2 - (A-C)^2 -B^2\cos ^{2}(2\theta ) -B^2\sin ^2(2\theta ) \\ & = & (A+C)^2 - (A-C)^2 -B^2\left [\cos ^{2}(2\theta )+ \sin ^2(2\theta )\right ] \\ & = & (A+C)^2 - (A-C)^2 -B^2 (1) \\ & = & \left (A^2 + 2AC+C^2\right ) - \left (A^2 - 2AC+C^2\right ) -B^2 \\ & = & 4AC -B^2 \\ \end{array} \]

Hence, \(B^2 - 4AC = -4 A'C'\), so the quantity \(B^2 - 4AC\) has the opposite sign of \(A'C'\). The result now follows by applying Exercise ?? in Section ?? .

2 The Polar Form of Conics

Here, we revisit the conic sections from a more unified perspective starting with a ‘new’ definition below.

We have seen the notions of focus and directrix before in the definition of a parabola, Definition ??. There, a parabola is defined as the set of points equidistant from the focus and directrix, giving an eccentricity \(e = 1\) according to Definition 1.

We have also seen the concept of eccentricity before. It was introduced for ellipses in Definition ?? in Section ??, and later extended to hyperbolas in Exercise ?? in Section ??. There, \(e\) was also defined as a ratio of distances, though in these cases the distances involved were measurements from the center to a focus and from the center to a vertex.

One way to reconcile the ‘old’ ideas of focus, directrix and eccentricity with the ‘new’ ones presented in Definition 1 is to derive equations for the conic sections using Definition 1 and compare these parameters with what we know from Chapter ?? .

We begin by assuming the conic section has eccentricity \(e\), a focus \(F\) at the origin and that the directrix is the vertical line \(x = -d\) as in the figure below.

Using a polar coordinate representation \(P(r,\theta )\) for a point on the conic with \(r > 0\), we get

\[ e = \frac {\text {the distance from $P$ to $F$}}{\text {the distance from $P$ to $L$}} = \frac {r}{d+r\cos (\theta )} \]

so that \(r = e(d+r\cos (\theta ))\). Solving this equation for \(r\), yields

\[ r = \frac {ed}{1-e\cos (\theta )}\]

At this point, we convert the equation \(r = e(d+r\cos (\theta ))\) back into a rectangular equation in the variables \(x\) and \(y\). If \(e > 0\), but \(e\neq 1\), the usual conversion process outlined in Section ?? gives

\[ \left ( \frac {\left (1-e^2\right )^2}{e^2d^2}\right ) \left (x - \frac {e^2 d}{1-e^2}\right )^2 + \left (\frac {1-e^2}{e^2d^2}\right ) y^2 = 1\]

If \(0 < e < 1\), then \(0< 1-e^2 < 1\) and, hence, \((1-e^2)^2 < 1-e^2\). We leave it to the reader to show that this means we have the equation of an ellipse centered at \(\left (\frac {e^2 d}{1-e^2}, 0\right )\) with major axis along the \(x\)-axis.

Using the notation from Section ??, we have \(a^2 = \frac {e^2 d^2}{\left (1-e^2\right )^2}\) and \(b^2 = \frac {e^2 d^2}{1-e^2}\), so the major axis has length \(\frac {2ed}{1-e^2}\) and the minor axis has length \(\frac {2ed}{\sqrt {1-e^2}}\).

Moreover, we find that one focus is \((0,0)\) and working through the formula given in Definition ?? gives the eccentricity to be \(e\), as required.

If \(e > 1\), then \(1 - e^2 < 0\) but \((1-e^2)^2 > 0\) so the equation generates a hyperbola with center \(\left (\frac {e^2 d}{1-e^2}, 0\right )\) whose transverse axis lies along the \(x\)-axis.

Since such hyperbolas have the form \(\frac {(x-h)^2}{a^2} -\frac {y^2}{b^2} = 1\), we need to take the opposite reciprocal of the coefficient of \(y^2\) to find \(b^2\).

Doing this, we obtain \(a^2 = \frac {e^2 d^2}{\left (1-e^2\right )^2} = \frac {e^2d^2}{\left (e^2-1\right )^2}\) and \(b^2 = -\frac {e^2 d^2}{1-e^2} = \frac {e^2d^2}{e^2-1}\), so the transverse axis has length \(\frac {2ed}{e^2-1}\) and the conjugate axis has length \(\frac {2ed}{\sqrt {e^2-1}}\).

Additionally, we verify that one focus is at \((0,0)\), and the formula given in Exercise ?? in Section ?? gives the eccentricity is \(e\) in this case as well.

If \(e=1\), the equation \(r = \frac {ed}{1-e\cos (\theta )}\) reduces to \(r = \frac {d}{1-\cos (\theta )}\) which translates to \(y^2 = 2d\left (x + \frac {d}{2}\right )\).

The equation \(y^2 = 2d\left (x + \frac {d}{2}\right )\) describes a parabola with vertex \(\left (-\frac {d}{2}, 0\right )\) opening to the right.

In the language of Section ??, \(4p = 2d\) so \(p = \frac {d}{2}\), the focus is \((0,0)\), the focal diameter is \(2d\) and the directrix is \(x = -d\), as required.

Hence, we have shown that in all cases, our ‘new’ understanding of ‘conic section’, ‘focus’, ‘eccentricity’ and ‘directrix’ as presented in Definition 1 correspond with the ‘old’ definitions given in Chapter ??.

Before we summarize our findings, we note that in order to arrive at our general equation of a conic \(r = \frac {ed}{1-e\cos (\theta )}\), we assumed that the directrix was the line \(x = -d\) for \(d > 0\).

We could have just as easily chosen the directrix to be \(x = d\), \(y = -d\) or \(y = d\). As the reader can verify, in these cases we obtain the forms \(r = \frac {ed}{1+e\cos (\theta )}\), \(r = \frac {ed}{1-e\sin (\theta )}\) and \(r = \frac {ed}{1+e\sin (\theta )}\), respectively.

The key thing to remember is that in any of these cases, the directrix is always perpendicular to the major axis of an ellipse and it is always perpendicular to the transverse axis of the hyperbola.

For parabolas, knowing the focus is \((0,0)\) and the directrix also tells us which way the parabola opens.

We have established the following theorem.

We test out Theorem 4 in the next example.

In light of Section 1, the reader may wonder what the rotated form of the conic sections would look like in polar form.

We know from Exercise ?? in Section ?? that replacing \(\theta \) with \((\theta - \phi )\) in an expression \(r = f(\theta )\) rotates the graph of \(r = f(\theta )\) counter-clockwise by an angle \(\phi \).

For instance, to graph \(r = \frac {4}{1-\sin \left (\theta - \frac {\pi }{4}\right )}\) all we need to do is rotate the graph of \(r = \frac {4}{1-\sin \left (\theta \right )}\), which we obtained in Example 4 number 1, counter-clockwise by \(\frac {\pi }{4}\) radians, as shown below.

Using rotations, we can greatly simplify the form of the conic sections presented in Theorem 4, since any three of the forms given there can be obtained from the fourth by rotating through some multiple of \(\frac {\pi }{2}\).

Moreover, since rotations do not affect lengths, all of the formulas for lengths Theorem 4 remain intact.

The formula in Theorem 5 below captures all the conic sections that have a focus at \((0,0)\). It also includes circles centered at the origin by extending the concept of eccentricity to include \(e=0\).

While substituting \(e=0\) into the equation given in Theorem 5 quickly reduces to a circle centered at the origin, the reader is best advised to think about this idea in light of Definition ?? in Section ??.