Skip to main content
Mathematics LibreTexts

2.6: Hooked on Conics Again

  • Page ID
    69474
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

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

    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'\).\footnote{Sound familiar? In Section 11.5, the equations \(x = r\cos(\theta)\) and \(y = r\sin(\theta)\) make it easy to convert \textit{points} from polar coordinates into rectangular coordinates, and they make it easy to convert \textit{equations} from rectangular coordinates into polar coordinates.} 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\footnote{We could, of course, interchange the roles of \(x\) and \(x'\), \(y\) and \(y'\) and replace \(\phi\) with \(-\phi\) to get \(x'\) and \(y'\) in terms of \(x\) and \(y\), but that seems like cheating. The matrix \(A\) introduced here is revisited in the Exercises.} to solve this system is to write it as a matrix equation. Using the machinery developed in Section \ref{MatMethods}, 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 \ref{2by2inverse} 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] \\ [15pt] \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,

    Note: Rotation of Axes

    Suppose the positive \(x\) and \(y\) axes are rotated counter-clockwise through an angle \(\theta\) to produce the axes \(x'\) and \(y'\), respectively. Then the coordinates \(P(x,y)\) and \(P(x',y')\) are related by the following systems of equations

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

    We put the formulas in Theorem \ref{rotatecoordinatesthm} to good use in the following example.

    Example \(\PageIndex{1}\):rotatedaxesex1

    Suppose the \(x\)- and \(y\)- axes are both rotated counter-clockwise through the angle \(\theta = \frac{\pi}{3}\) to produce the \(x'\)- and \(y'\)- axes, respectively.

    1. Let \(P(x,y) = (2,-4)\) and find \(P(x',y')\). Check your answer algebraically and graphically.
    2. Convert the equation \(21x^2+10xy\sqrt{3}+31y^2=144 \label{rotatedellipseex} \) to an equation in \(x'\) and \(y'\) and graph.

    Solution

    If \(P(x,y) = (2,-4)\) then \(x=2\) and \(y=-4\). Using these values for \(x\) and \(y\) along with \(\theta = \frac{\pi}{3}\), Theorem \ref{rotatecoordinatesthm} gives

    \(x' = x \cos(\theta) + y \sin(\theta) = 2 \cos\left(\frac{\pi}{3}\right) + (-4)\sin\left(\frac{\pi}{3}\right)\) which simplifies to \(x' = 1-2\sqrt{3}\). Similarly, \(y' = -x\sin(\theta) + y\cos(\theta) = (-2)\sin\left(\frac{\pi}{3}\right) + (-4)\cos\left(\frac{\pi}{3}\right)\) which gives \(y' = -\sqrt{3}-2 = -2-\sqrt{3}\). Hence \(P(x',y') = \left(1-2\sqrt{3}, -2-\sqrt{3}\right)\). To check our answer algebraically, we use the formulas in Theorem \ref{rotatecoordinatesthm} to convert \(P(x',y') = \left(1-2\sqrt{3},-2-\sqrt{3}\right)\) back into \(x\) and \(y\) coordinates. We get

    \[ \begin{array}{rcl} x & = & x' \cos(\theta) - y' \sin(\theta) \\ & = & (1-2\sqrt{3}) \cos\left(\frac{\pi}{3}\right) - (-2-\sqrt{3})\sin\left(\frac{\pi}{3}\right) \\ & = & \left(\frac{1}{2} - \sqrt{3} \right) -\left(-\sqrt{3} - \frac{3}{2}\right)\\ & = & 2 \end{array} \]

    Similarly, using \(y = x'\sin(\theta) + y'\cos(\theta)\), we obtain \(y = -4\) as required. To check our answer graphically, we sketch in the \(x'\)-axis and \(y'\)-axis to see if the new coordinates \(P(x',y') = \left(1-2\sqrt{3},-2-\sqrt{3}\right) \approx (-2.46,-3.73)\) seem reasonable. Our graph is below.

    To convert the equation \(21x^2+10xy\sqrt{3}+31y^2=144\) to an equation in the variables \(x'\) and \(y'\), we substitute \(x = x' \cos\left(\frac{\pi}{3}\right) - y' \sin\left(\frac{\pi}{3}\right) = \frac{x'}{2} - \frac{y'\sqrt{3}}{2}\) and \(y = x'\sin\left(\frac{\pi}{3}\right) + y'\cos\left(\frac{\pi}{3}\right) = \frac{x'\sqrt{3}}{2} + \frac{y'}{2}\) and simplify. While this is by no means a trivial task, it is nothing more than a hefty dose of Beginning Algebra. We will not go through the entire computation, but rather, the reader should take the time to do it. Start by verifying that

    \[ x^2 = \frac{(x')^2}{4} -\frac{x'y' \sqrt{3}}{2} +\frac{3(y')^2}{4}, \quad xy = \frac{(x')^2 \sqrt{3}}{4} -\frac{x'y'}{2} -\frac{(y')^2 \sqrt{3}}{4}, \quad y^2 = \frac{3(x')^2}{4} +\frac{x'y'\sqrt{3}}{2} + \frac{(y')^2}{4} \]

    To our surprise and delight, the equation \(21x^2+10xy\sqrt{3}+31y^2=144\) in \(xy\)-coordinates reduces to \(36(x')^2 + 16(y')^2 = 144\), or \(\frac{(x')^2}{4} + \frac{(y')^2}{9} = 1\) in \(x'y'\)-coordinates. The latter is an ellipse centered at \((0,0)\) with vertices along the \(y'\)-axis with (\)x'y'\)-coordinates) \((0, \pm 3)\) and whose minor axis has endpoints with (\)x'y'\)-coordinates) \((\pm 2, 0)\). We graph it below.

    The elimination of the troublesome `\)xy\)' term from the equation \(21x^2+10xy\sqrt{3}+31y^2=144\) in Example \ref{rotatedaxesex1} number \ref{rotatedellipseex} allowed us to graph the equation by hand using what we learned in Chapter \ref{Conics}. It is natural to wonder if we can always do this. That is, 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 explore this conjecture, 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)\), and our goal is to solve for \(\theta\) in terms of the coefficients \(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\footnote{The reader is invited to think about the case \(\sin(2\theta) = 0\) geometrically. What happens to the axes in this case?} \(\sin(2\theta) \neq 0\). 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.

    Note

    \begin{thm} \label{rotatedconicthm} The equation \(Ax^2 + Bxy +Cy^2 + Dx + Ey + F = 0\) with \(B \neq 0\) can be transformed into an equation in variables \(x'\) and \(y'\) without any \(x'y'\) terms by rotating the \(x\)- and \(y\)- axes counter-clockwise through an angle \(\theta\) which satisfies \(\cot(2\theta) = \frac{A-C}{B}\).

    We put Theorem \ref{rotatedconicthm} to good use in the following example.

    Example \(\PageIndex{1}\):

    \label{graphrotatedconicex} Graph the following equations.

    1. \label{rotatedhyperbolaex} \(5x^2+26xy+5y^2-16x\sqrt{2}+16y\sqrt{2}-104 = 0\)
    2. \label{rotatedparabolaex} \(16x^2+24xy+9y^2 +15x-20y = 0\)

    Solution

    Since the equation \(5x^2+26xy+5y^2-16x\sqrt{2}+16y\sqrt{2}-104 = 0\) is already given to us in the form required by Theorem \ref{rotatedconicthm}, we identify \(A = 5\), \(B = 26\) and \(C = 5\) so that \(\cot(2\theta) = \frac{A-C}{B} = \frac{5-5}{26} = 0\). This means \(\cot(2\theta) = 0\) which gives \(\theta = \frac{\pi}{4} + \frac{\pi}{2} k\) for integers \(k\). We choose \(\theta = \frac{\pi}{4}\) so that our rotation equations are \(x = \frac{x' \sqrt{2}}{2} -\frac{y' \sqrt{2}}{2}\) and \(y = \frac{x' \sqrt{2}}{2} + \frac{y' \sqrt{2}}{2}\). The reader should verify that

    \[ x^2 = \frac{(x')^2}{2} - x'y' +\frac{(y')^2}{2}, \quad xy = \frac{(x')^2}{2} -\frac{(y')^2}{2}, \quad y^2 = \frac{(x')^2}{2} + x'y' +\frac{(y')^2}{2} \]

    Making the other substitutions, we get that \(5x^2+26xy+5y^2-16x\sqrt{2}+16y\sqrt{2}-104 = 0\) reduces to \(18(x')^2-8(y')^2+32y'-104 = 0\), or \(\frac{(x')^2}{4} -\frac{(y'-2)^2}{9} = 1\). The latter is the equation of a hyperbola centered at the \(x'y'\)-coordinates \((0,2)\) opening in the \(x'\) direction with vertices \((\pm 2,2)\) (in \(x'y'\)-coordinates) and asymptotes \(y' = \pm \frac{3}{2} x' + 2\). We graph it below.

    From \(16x^2+24xy+9y^2 +15x-20y = 0\), we get \(A = 16\), \(B=24\) and \(C = 9\) so that \(\cot(2\theta) = \frac{7}{24}\). Since this isn't one of the values of the common angles, we will need to use inverse functions. Ultimately, we need to find \(\cos(\theta)\) and \(\sin(\theta)\), which means we have two options. If we use the arccotangent function immediately, after the usual calculations we get \(\theta = \frac{1}{2} \text{arccot}\left(\frac{7}{24}\right)\). To get \(\cos(\theta)\) and \(\sin(\theta)\) from this, we would need to use half angle identities. Alternatively, we can start with \(\cot(2\theta) = \frac{7}{24}\), use a double angle identity, and then go after \(\cos(\theta)\) and \(\sin(\theta)\). We adopt the second approach. From \(\cot(2\theta) = \frac{7}{24}\), we have \(\tan(2\theta) = \frac{24}{7}\). Using the double angle identity for tangent, we have \(\frac{2\tan(\theta)}{1-\tan^{2}(\theta)} = \frac{24}{7}\), which gives \(24 \tan^{2}(\theta) + 14 \tan(\theta) - 24=0\). Factoring, we get \(2(3\tan(\theta)+4)(4\tan(\theta)-3) = 0\) which gives \(\tan(\theta) = -\frac{4}{3}\) or \(\tan(\theta) = \frac{3}{4}\). While either of these values of \(\tan(\theta)\) satisfies the equation \(\cot(2\theta) = \frac{7}{24}\), we choose \(\tan(\theta) = \frac{3}{4}\), since this produces an acute angle,\footnote{As usual, there are infinitely many solutions to \(\tan(\theta) = \frac{3}{4}\). We choose the acute angle \(\theta=\arctan\left(\frac{3}{4}\right)\). The reader is encouraged to think about why there is always at least one acute answer to \(\cot(2\theta) = \frac{A-C}{B}\) and what this means geometrically in terms of what we are trying to accomplish by rotating the axes. The reader is also encouraged to keep a sharp lookout for the angles which satisfy \(\tan(\theta) = -\frac{4}{3}\) in our final graph. (Hint: \(\left(\frac{3}{4}\right) \left(-\frac{4}{3}\right) = -1\).)} \(\theta = \arctan\left(\frac{3}{4}\right)\). To find the rotation equations, we need \(\cos(\theta) = \cos\left(\arctan\left(\frac{3}{4}\right)\right)\) and \(\sin(\theta) = \sin\left(\arctan\left(\frac{3}{4}\right)\right)\). Using the techniques developed in Section \ref{ArcTrig} we get \(\cos(\theta) = \frac{4}{5}\) and \(\sin(\theta) = \frac{3}{5}\). Our rotation equations are \(x = x' \cos(\theta) - y' \sin(\theta) = \frac{4x'}{5} - \frac{3y'}{5}\) and \(y = x' \sin(\theta) + y'\cos(\theta) = \frac{3x'}{5} + \frac{4y'}{5}\). As usual, we now substitute these quantities into \(16x^2+24xy+9y^2 +15x-20y = 0\) and simplify. As a first step, the reader can verify

    \[ x^2 = \frac{16(x')^2}{25} - \frac{24 x'y'}{25} +\frac{9(y')^2}{25}, \quad xy = \frac{12(x')^2}{25} +\frac{7 x'y'}{25} - \frac{12(y')^2}{25}, \quad y^2 = \frac{9(x')^2}{25} + \frac{24x'y'}{25} +\frac{16(y')^2}{25} \]

    Once the dust settles, we get \(25(x')^2 - 25y' = 0\), or \(y' = (x')^2\), whose graph is a parabola opening along the positive \(y'\)-axis with vertex \((0,0)\). We graph this equation below.

    We note that even though the coefficients of \(x^2\) and \(y^2\) were both positive numbers in parts \ref{rotatedhyperbolaex} and \ref{rotatedparabolaex} of Example \ref{graphrotatedconicex}, the graph in part \ref{rotatedhyperbolaex} turned out to be a hyperbola and the graph in part \ref{rotatedparabolaex} worked out to be a parabola. Whereas in Chapter \ref{Conics}, 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 \ref{graphrotatedconicex} demonstrates that all bets are off when it comes to conics with an \(xy\) term which require rotation of axes to put them into a more standard form. Nevertheless, it is possible to determine which conic section we have by looking at a special, familiar \textit{combination} of the coefficients of the quadratic terms. We have the following theorem.

    Note: conicclassification

    Suppose the equation \(Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0\) describes a non-degenerate conic section.\footnote{Recall that this means its graph is either a circle, parabola, ellipse or hyperbola. See page \pageref{degenerateconics}.}

    • If \(B^2 - 4AC > 0\) then the graph of the equation is a hyperbola.
    • If \(B^2 - 4AC =0\) then the graph of the equation is a parabola.
    • If \(B^2 - 4AC < 0\) then the graph of the equation is an ellipse or circle.

    As you may expect, the quantity \(B^2 - 4AC\) mentioned in Theorem \ref{conicclassification} is called the \textbf{discriminant}\index{discriminant ! of a conic} 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 \ref{conicclassification} mechanically to show that it is true.\footnote{We hope that someday you get to see \emph{why} this works the way it does.} First note that if the coefficient \(B=0\) in the equation \(Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0\), Theorem \ref{conicclassification} reduces to the result presented in Exercise \ref{conicsclassificationnoxytermex} in Section \ref{Hyperbolas}, so we proceed here 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 \ref{rotatedconicthm}: \(A'(x')^2 +C(y')^2 + Dx' + Ey' + F'= 0\). In this form, we can invoke Exercise \ref{conicsclassificationnoxytermex} in Section \ref{Hyperbolas} 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. To that end, we make the usual substitutions \(x = x' \cos(\theta) - y' \sin(\theta)\) \(y = x'\sin(\theta) + y'\cos(\theta)\) into \(Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0\). We leave it to the reader to show that, 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)\). We use this substitution twice along with the Pythagorean Identity \(\cos^{2}(2\theta) = 1 - \sin^{2}(2\theta)\) to 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 \\ & = & \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 \ref{conicsclassificationnoxytermex} in Section \ref{Hyperbolas}.

    Example \(\PageIndex{1}\):

    \begin{ex} \label{conicdiscex} Use Theorem \ref{conicclassification} to classify the graphs of the following non-degenerate conics.

    1. \(21x^2+10xy\sqrt{3}+31y^2=144\)
    2. \(5x^2+26xy+5y^2-16x\sqrt{2}+16y\sqrt{2}-104 = 0\)
    3. \(16x^2+24xy+9y^2 +15x-20y = 0\)

    Solution

    This is a straightforward application of Theorem \ref{conicclassification}.

    1. We have \(A = 21\), \(B = 10\sqrt{3}\) and \(C = 31\) so \(B^2 - 4AC = (10\sqrt{3})^2 - 4(21)(31) = -2304 < 0\). Theorem \ref{conicclassification} predicts the graph is an ellipse, which checks with our work from Example \ref{rotatedaxesex1} number \ref{rotatedellipseex}.
    2. Here, \(A = 5\), \(B = 26\) and \(C = 5\), so \(B^2 - 4AC = 26^2 - 4(5)(5) = 576 > 0\). Theorem \ref{conicclassification} classifies the graph as a hyperbola, which matches our answer to Example \ref{graphrotatedconicex} number \ref{rotatedhyperbolaex}.
    3. Finally, we have \(A = 16\), \(B = 24\) and \(C = 9\) which gives \(24^2 - 4(16)(9) = 0\). Theorem \ref{conicclassification} tells us that the graph is a parabola, matching our result from Example \ref{graphrotatedconicex} number \ref{rotatedparabolaex}. \qed

    In this subsection, we start from scratch to reintroduce the conic sections from a more unified perspective. We have our `new' definition below.

    Note\begin{defn} \label{focusdirectrixeccentrityconic}

    Given a fixed line \(L\), a point \(F\) not on \(L\), and a positive number \(e\), a conic section is the set of all points \(P\) such that

    \[ \dfrac{\text{the distance from \(P\) to \(F\)}}{\text{the distance from \(P\) to \(L\)}} = e\]

    The line \(L\) is called the \textbf{directrix}\index{directrix ! of a conic section in polar form} of the conic section, the point \(F\) is called a \textbf{focus}\index{focus ! of a conic section in polar form} of the conic section, and the constant \(e\) is called the \textbf{eccentricity}\index{eccentricity} of the conic section.

    We have seen the notions of focus and directrix before in the definition of a parabola, Definition \ref{paraboladefn}. There, a parabola is defined as the set of points equidistant from the focus and directrix, giving an eccentricity \(e = 1\) according to Definition \ref{focusdirectrixeccentrityconic}. We have also seen the concept of eccentricity before. It was introduced for ellipses in Definition \ref{ellipseeccentricity} in Section \ref{Ellipses}, and later extended to hyperbolas in Exercise \ref{hyperbolaeccentricity} in Section \ref{Hyperbolas}. 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 \ref{focusdirectrixeccentrityconic} is to derive equations for the conic sections using Definition \ref{focusdirectrixeccentrityconic} and compare these parameters with what we know from Chapter \ref{Conics}. 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 = \dfrac{\text{the distance from \(P\) to \(F\)}}{\text{the distance from \(P\) to \(L\)}} = \dfrac{r}{d+r\cos(\theta)} \]

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

    \[ r = \dfrac{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 \ref{IntroPolar} gives\footnote{Turn \(r = e(d+r\cos(\theta))\) into \(r = e(d + x)\) and square both sides to get \(r^{2} = e^{2}(d + x)^{2}\). Replace \(r^{2}\) with \(x^{2} + y^{2}\), expand \((d + x)^{2}\), combine like terms, complete the square on \(x\) and clean things up.}

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

    We leave it to the reader to show if \(0 < e < 1\), this is 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 \ref{Ellipses}, 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 \ref{ellipseeccentricity} gives the eccentricity to be \(e\), as required. If \(e > 1\), then 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 \textit{opposite} reciprocal of the coefficient of \(y^2\) to find \(b^2\). We get\footnote{Since \(e>1\) in this case, \(1 - e^2 < 0\). Hence, we rewrite \(\left(1-e^2\right)^2 = \left(e^2-1\right)^2\) to help simplify things later on.} \(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 \ref{hyperbolaeccentricity} in Section \ref{Hyperbolas} 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 gives the rectangular equation \(y^2 = 2d\left(x + \frac{d}{2}\right)\). This is a parabola with vertex \(\left(-\frac{d}{2}, 0\right)\) opening to the right. In the language of Section \ref{Parabolas}, \(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 \ref{focusdirectrixeccentrityconic} correspond with the `old' definitions given in Chapter 7.

    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.

    Note: \label{polarformofconicsthm}

    Suppose \(e\) and \(d\) are positive numbers. Then

    • the graph of \(r = \frac{ed}{1 - e\cos(\theta)}\) is the graph of a conic section with directrix \(x = -d\).
    • the graph of \(r = \frac{ed}{1 + e\cos(\theta)}\) is the graph of a conic section with directrix \(x = d\).
    • the graph of \(r = \frac{ed}{1 - e\sin(\theta)}\) is the graph of a conic section with directrix \(y = -d\).
    • the graph of \(r = \frac{ed}{1 + e\sin(\theta)}\) is the graph of a conic section with directrix \(y = d\).

    In each case above, \((0,0)\) is a focus of the conic and the number \(e\) is the eccentricity of the conic.

    • If \(0 < e < 1\), the graph is an ellipse whose major axis has length \(\frac{2ed}{1-e^2}\) and whose minor axis has length \(\frac{2ed}{\sqrt{1-e^2}}\)
    • If \(e = 1\), the graph is a parabola whose focal diameter is \(2d\).
    • If \(e > 1\), the graph is a hyperbola whose transverse axis has length \(\frac{2ed}{e^2-1}\) and whose conjugate axis has length \(\frac{2ed}{\sqrt{e^2-1}}\).

    We test out Theorem \ref{polarformofconicsthm} in the next example.

    Example \(\PageIndex{1}\): \label{polarconicgraphex}

    Sketch the graphs of the following equations.

    1. \label{polarparabola} \(r = \dfrac{4}{1-\sin(\theta)}\)
    2. \(r = \dfrac{12}{3 - \cos(\theta)}\)
    3. \(r = \dfrac{6}{1 + 2\sin(\theta)}\)

    Solution

    \begin{enumerate} From \(r = \frac{4}{1-\sin(\theta)}\), we first note \(e =1\) which means we have a parabola on our hands. Since \(ed = 4\), we have \(d=4\) and considering the form of the equation, this puts the directrix at \(y = -4\). Since the focus is at \((0,0)\), we know that the vertex is located at the point (in rectangular coordinates) \((0,-2)\) and must open upwards. With \(d=4\), we have a focal diameter of \(2d = 8\), so the parabola contains the points \((\pm 4, 0)\). We graph \(r = \frac{4}{1-\sin(\theta)}\) below.

    We first rewrite \(r = \frac{12}{3 - \cos(\theta)}\) in the form found in Theorem \ref{polarformofconicsthm}, namely \(r = \frac{4}{1 - (1/3) \cos(\theta)}\). Since \(e = \frac{1}{3}\) satisfies \(0 < e < 1\), we know that the graph of this equation is an ellipse. Since \(ed= 4\), we have \(d = 12\) and, based on the form of the equation, the directrix is \(x = -12\). This means that the ellipse has its major axis along the \(x\)-axis. We can find the vertices of the ellipse by finding the points of the ellipse which lie on the \(x\)-axis. We find \(r(0) = 6\) and \(r(\pi) = 3\) which correspond to the rectangular points \((-3,0)\) and \((6,0)\), so these are our vertices. The center of the ellipse is the midpoint of the vertices, which in this case is \(\left(\frac{3}{2}, 0\right)\).\footnote{As a quick check, we have from Theorem \ref{polarformofconicsthm} the major axis should have length \(\frac{2ed}{1-e^2} = \frac{(2)(4)}{1-(1/3)^2} = 9\).} We know one focus is \((0,0)\), which is \(\frac{3}{2}\) from the center \(\left(\frac{3}{2}, 0\right)\) and this allows us to find the other focus \((3, 0)\), even though we are not asked to do so. Finally, we know from Theorem \ref{polarformofconicsthm} that the length of the minor axis is \(\frac{2ed}{\sqrt{1-e^2}} =\) {\scriptsize \(\frac{4}{\sqrt{1-(1/3)^2}}\)} \(= 6\sqrt{3}\) which means the endpoints of the minor axis are \(\left(\frac{3}{2}, \pm 3\sqrt{2}\right)\). We now have everything we need to graph \(r = \frac{12}{3 - \cos(\theta)}\).

    From \(r = \frac{6}{1 + 2\sin(\theta)}\) we get \(e = 2 > 1\) so the graph is a hyperbola. Since \(ed = 6\), we get \(d=3\), and from the form of the equation, we know the directrix is \(y = 3\). This means the transverse axis of the hyperbola lies along the \(y\)-axis, so we can find the vertices by looking where the hyperbola intersects the \(y\)-axis. We find \(r\left( \frac{\pi}{2} \right) = 2\) and \(r\left(\frac{3\pi}{2}\right) = -6\). These two points correspond to the rectangular points \((0,2)\) and \((0,6)\) which puts the center of the hyperbola at \((0,4)\). Since one focus is at \((0,0)\), which is \(4\) units away from the center, we know the other focus is at \((0,8)\). According to Theorem \ref{polarformofconicsthm}, the conjugate axis has a length of \(\frac{2ed}{\sqrt{e^2-1}} = \frac{(2)(6)}{\sqrt{2^2-1}} = 4 \sqrt{3}\). Putting this together with the location of the vertices, we get that the asymptotes of the hyperbola have slopes \(\pm \frac{2}{2\sqrt{3}} = \pm \frac{\sqrt{3}}{3}\). Since the center of the hyperbola is \((0,4)\), the asymptotes are \(y = \pm \frac{\sqrt{3}}{3} x + 4\). We graph the hyperbola below.

    In light of Section \ref{rotationaxes}, the reader may wonder what the rotated form of the conic sections would look like in polar form. We know from Exercise \ref{polargraphtransformations} in Section \ref{PolarGraphs} 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 \ref{polarconicgraphex} number \ref{polarparabola}, 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 \ref{polarformofconicsthm}, since any three of the forms given there can be obtained from the fourth by rotating through some multiple of \(\frac{\pi}{2}\). Since rotations do not affect lengths, all of the formulas for lengths Theorem \ref{polarformofconicsthm} remain intact. In the theorem below, we also generalize our formula for conic sections to include circles centered at the origin by extending the concept of eccentricity to include \(e=0\). We conclude this section with the statement of the following theorem.

    Note

    \label{mostgeneralpolarformconic} Given constants \(\ell > 0\), \(e \geq 0\) and \(\phi\), the graph of the equation \[ r = \frac{\ell}{1 - e\cos(\theta - \phi)}\] is a conic section with eccentricity \(e\) and one focus at \((0,0)\).

    If \(e = 0\), the graph is a circle centered at \((0,0)\) with radius \(\ell\).

    If \(e \neq 0\), then the conic has a focus at \((0,0)\) and the directrix contains the point with polar coordinates \((-d,\phi)\) where \(d = \frac{\ell}{e}\).

    • If \(0 < e < 1\), the graph is an ellipse whose major axis has length \(\frac{2ed}{1-e^2}\) and whose minor axis has length \(\frac{2ed}{\sqrt{1-e^2}}\)
    • If \(e = 1\), the graph is a parabola whose focal diameter is \(2d\).
    • If \(e > 1\), the graph is a hyperbola whose transverse axis has length \(\frac{2ed}{e^2-1}\) and whose conjugate axis has length \(\frac{2ed}{\sqrt{e^2-1}}\).

    This page titled 2.6: Hooked on Conics Again is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Carl Stitz & Jeff Zeager via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.