Skip to main content
Mathematics LibreTexts

1.6: Quadratic Equations

  • Page ID
    32109
  • \( \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}}\)

    Learning Objectives
    • Solve quadratic equations by factoring.
    • Solve quadratic equations by the square root property.
    • Solve quadratic equations by completing the square.
    • Solve quadratic equations by using the quadratic formula.

    The computer monitor on the left in Figure \(\PageIndex{1}\) is a \(23.6\)-inch model and the one on the right is a \(27\)-inch model. Proportionally, the monitors appear very similar. If there is a limited amount of space and we desire the largest monitor possible, how do we decide which one to choose? In this section, we will learn how to solve problems such as this using four different methods.

    Two televisions side-by-side. The right television is slightly larger than the left.
    Figure \(\PageIndex{1}\)

    Solving Quadratic Equations by Factoring

    An equation containing a second-degree polynomial is called a quadratic equation. For example, equations such as \(2x^2 +3x−1=0\) and \(x^2−4= 0\) are quadratic equations. They are used in countless ways in the fields of engineering, architecture, finance, biological science, and, of course, mathematics.

    Often the easiest method of solving a quadratic equation is factoring. Factoring means finding expressions that can be multiplied together to give the expression on one side of the equation.

    If a quadratic equation can be factored, it is written as a product of linear terms. Solving by factoring depends on the zero-product property, which states that if \(a⋅b=0\), then \(a = 0\) or \(b =0\), where a and b are real numbers or algebraic expressions. In other words, if the product of two numbers or two expressions equals zero, then one of the numbers or one of the expressions must equal zero because zero multiplied by anything equals zero.

    Multiplying the factors expands the equation to a string of terms separated by plus or minus signs. So, in that sense, the operation of multiplication undoes the operation of factoring. For example, expand the factored expression \((x−2)(x+3)\) by multiplying the two factors together.

    \[\begin{align*} (x-2)(x+3)&= x^2+3x-2x-6\\ &= x^2+x-6\\ \end{align*}\]

    The product is a quadratic expression. Set equal to zero, \(x^2+x−6= 0\) is a quadratic equation. If we were to factor the equation, we would get back the factors we multiplied.

    The process of factoring a quadratic equation depends on the leading coefficient, whether it is \(1\) or another integer. We will look at both situations; but first, we want to confirm that the equation is written in standard form, \(ax^2+bx+c=0\), where \(a\), \(b\), and \(c\) are real numbers, and \(a≠0\). The equation \(x^2 +x−6= 0\) is in standard form.

    We can use the zero-product property to solve quadratic equations in which we first have to factor out the greatest common factor(GCF), and for equations that have special factoring formulas as well, such as the difference of squares, both of which we will see later in this section.

    ZERO-PRODUCT PROPERTY AND QUADRATIC EQUATIONS

    The zero-product property states

    If \(a⋅b=0\), then \(a=0\) or \(b=0\),

    where \(a\) and \(b\) are real numbers or algebraic expressions.

    A quadratic equation is an equation containing a second-degree polynomial; for example

    \[ax^2+bx+c=0\]

    where \(a\), \(b\), and \(c\) are real numbers, and if \(a≠0\), it is in standard form.

    Solving Quadratics with a Leading Coefficient of \(1\)

    In the quadratic equation \(x^2 +x−6=0\), the leading coefficient, or the coefficient of \(x^2\), is \(1\). We have one method of factoring quadratic equations in this form.

    How to: Factor a quadratic equation with the leading coefficient of 1
    1. Find two numbers whose product equals \(c\) and whose sum equals \(b\).
    2. Use those numbers to write two factors of the form \((x+k)\) or \((x−k)\), where k is one of the numbers found in step 1. Use the numbers exactly as they are. In other words, if the two numbers are \(1\) and \(−2\), the factors are \((x+1)(x−2)\).
    3. Solve using the zero-product property by setting each factor equal to zero and solving for the variable.
    Example \(\PageIndex{1}\): Solving a Quadratic with Leading Coefficient of \(1\)

    Factor and solve the equation: \(x^2+x−6=0\).

    Solution

    To factor \(x^2 +x−6=0\), we look for two numbers whose product equals \(−6\) and whose sum equals \(1\). Begin by looking at the possible factors of \(−6\).

    \[1⋅(−6) \nonumber \]

    \[(−6)⋅1 \nonumber \]

    \[2⋅(−3) \nonumber \]

    \[3⋅(−2) \nonumber \]

    The last pair, \(3⋅(−2)\) sums to \(1\), so these are the numbers. Note that only one pair of numbers will work. Then, write the factors.

    \[(x−2)(x+3)=0 \nonumber \]

    To solve this equation, we use the zero-product property. Set each factor equal to zero and solve.

    \[\begin{align*} (x-2)(x+3)&= 0\\ (x-2)&= 0\\ x&= 2\\ (x+3)&= 0\\ x&= -3 \end{align*}\]

    The two solutions are \(2\) and \(−3\). We can see how the solutions relate to the graph in Figure \(\PageIndex{2}\). The solutions are the x-intercepts of \(x^2 +x−6=0\).

    Coordinate plane with the x-axis ranging from negative 5 to 5 and the y-axis ranging from negative 7 to 7. The function x squared plus x minus six equals zero is graphed, with the x-intercepts (-3,0) and (2,0), plotted as well.
    Figure \(\PageIndex{2}\)
    Exercise \(\PageIndex{1}\)

    Factor and solve the quadratic equation: \(x^2−5x−6=0\).

    Answer

    \((x−6)(x+1)=0\), \(x=6\), \(x=−1\)

    Example \(\PageIndex{2}\): Solve the Quadratic Equation by Factoring

    Solve the quadratic equation by factoring: \(x^2+8x+15=0\).

    Solution

    Find two numbers whose product equals \(15\) and whose sum equals \(8\). List the factors of \(15\).

    \[1⋅15 \nonumber \]

    \[3⋅5 \nonumber \]

    \[(−1)⋅(−15) \nonumber \]

    \[(−3)⋅(−5) \nonumber \]

    The numbers that add to \(8\) are \(3\) and \(5\). Then, write the factors, set each factor equal to zero, and solve.

    \[\begin{align*} (x+3)(x+5)&= 0\\ (x+3)&= 0\\ x&= -3\\ (x+5)&= 0\\ x&= -5 \end{align*}\]

    The solutions are \(−3\) and \(−5\).

    Exercise \(\PageIndex{2}\)

    Solve the quadratic equation by factoring: \(x^2−4x−21=0\).

    Answer

    \((x−7)(x+3)=0\), \(x=7\), \(x=−3\)

    Example \(\PageIndex{3}\): Using Zero-Product Property to Solve a Quadratic Equation

    Solve the difference of squares equation using the zero-product property: \(x^2−9=0\).

    Solution

    Recognizing that the equation represents the difference of squares, we can write the two factors by taking the square root of each term, using a minus sign as the operator in one factor and a plus sign as the operator in the other. Solve using the zero-factor property.

    \[\begin{align*} x^2-9&= 0\\ (x-3)(x+3)&= 0\\ x-3&= 0\\ x&= 3\\ (x+3)&= 0\\ x&= -3 \end{align*}\]

    The solutions are \(3\) and \(−3\).

    Exercise \(\PageIndex{3}\)

    Solve by factoring: \(x^2−25=0\).

    Answer

    \((x+5)(x−5)=0, x=−5, x=5\)

    Factoring and Solving a Quadratic Equation of Higher Order

    When the leading coefficient is not \(1\), we factor a quadratic equation using the method called grouping, which requires four terms.

    Grouping: Steps for factoring quadratic equations

    With the equation in standard form, let’s review the grouping procedures

    1. With the quadratic in standard form, \(ax^2+bx+c=0\), multiply \(a⋅c\).
    2. Find two numbers whose product equals ac and whose sum equals \(b\).
    3. Rewrite the equation replacing the \(bx\) term with two terms using the numbers found in step \(1\) as coefficients of \(x\).
    4. Factor the first two terms and then factor the last two terms. The expressions in parentheses must be exactly the same to use grouping.
    5. Factor out the expression in parentheses.
    6. Set the expressions equal to zero and solve for the variable.
    Example \(\PageIndex{4}\): Solving a Quadratic Equation Using Grouping

    Use grouping to factor and solve the quadratic equation: \(4x^2+15x+9=0\).

    Solution

    First, multiply \(ac:4(9)=36\). Then list the factors of \(36\).

    \[1⋅36 \nonumber\]

    \[2⋅18 \nonumber\]

    \[3⋅12 \nonumber\]

    \[4⋅9 \nonumber\]

    \[6⋅6 \nonumber\]

    The only pair of factors that sums to \(15\) is \(3+12\). Rewrite the equation replacing the b term, \(15x\), with two terms using \(3\) and \(12\) as coefficients of \(x\). Factor the first two terms, and then factor the last two terms.

    \[\begin{align*} 4x^2+3x+12x+9&= 0\\ x(4x+3)+3(4x+3)&= 0\\ (4x+3)(x+3)&= 0 \qquad \text{Solve using the zero-product property}\\ (4x+3)&= 3\\ x&= -\dfrac{3}{4}\\ (x+3)&= 0\\ x&= -3 \end{align*}\]

    The solutions are \(−\dfrac{3}{4}\), and \(−3\). See Figure \(\PageIndex{3}\).

    Coordinate plane with the x-axis ranging from negative 6 to 2 with every other tick mark labeled and the y-axis ranging from negative 6 to 2 with each tick mark numbered. The equation: four x squared plus fifteen x plus nine is graphed with its x-intercepts: (-3/4,0) and (-3,0) plotted as well.
    Figure \(\PageIndex{3}\)
    Exercise \(\PageIndex{4}\)

    Solve using factoring by grouping: \(12x^2+11x+2=0\).

    Answer

    \((3x+2)(4x+1)=0\), \(x=−\dfrac{2}{3}\), \(x=−\dfrac{1}{4}\)

    Example \(\PageIndex{5}\): Solving a Higher Degree Quadratic Equation by Factoring

    Solve the equation by factoring: \(−3x^3−5x^2−2x=0\).

    Solution

    This equation does not look like a quadratic, as the highest power is \(3\), not \(2\). Recall that the first thing we want to do when solving any equation is to factor out the GCF, if one exists. And it does here. We can factor out \(−x\) from all of the terms and then proceed with grouping.

    \[\begin{align*}
    -3x^3-5x^2-2x&= 0\\
    -x(3x^2+5x+2)&= 0\\
    -x(3x^2+3x+2x+2)&= 0 \qquad \text{Use grouping on the expression in parentheses}\\
    -x[3x(x+1)+2(x+1)]&= 0\\
    -x(3x+2)(x+1)&= 0\\
    \text{Now, we use the zero-product property. Notice that we have three factors.}\\
    -x&= 0\\
    x&= 0\\
    3x+2&= 0\\
    x&= -\dfrac{2}{3}\\
    x+1&= 0\\
    x&= -1
    \end{align*}\]

    The solutions are \(0\), \(−\dfrac{2}{3}\), and \(−1\).

    Exercise \(\PageIndex{5}\)

    Solve by factoring: \(x^3+11x^2+10x=0\).

    Answer

    \(x=0, x=−10, x=−1\)

    Using the Square Root Property

    When there is no linear term in the equation, another method of solving a quadratic equation is by using the square root property, in which we isolate the \(x^2\) term and take the square root of the number on the other side of the equals sign. Keep in mind that sometimes we may have to manipulate the equation to isolate the \(x^2\) term so that the square root property can be used.

    THE SQUARE ROOT PROPERTY

    With the \(x^2\) term isolated, the square root property states that:

    if \(x^2=k\), then \(x=±\sqrt{k}\)

    where \(k\) is a nonzero real number.

    Howto: Given a quadratic equation with an \(x^2\) term but no \(x\) term, use the square root property to solve it
    1. Isolate the \(x^2\) term on one side of the equal sign.
    2. Take the square root of both sides of the equation, putting a \(±\) sign before the expression on the side opposite the squared term.
    3. Simplify the numbers on the side with the \(±\) sign.
    Example \(\PageIndex{6}\): Solving a Simple Quadratic Equation Using the Square Root Property

    Solve the quadratic using the square root property: \(x^2=8\).

    Solution

    Take the square root of both sides, and then simplify the radical. Remember to use a \(±\) sign before the radical symbol.

    \[\begin{align*} x^2&= 8\\ x&= \pm \sqrt{8}\\ &= \pm 2\sqrt{2} \end{align*}\]

    The solutions are \(2\sqrt{2}\),\(-2\sqrt{2}\)

    Example \(\PageIndex{7}\): Solving a Quadratic Equation Using the Square Root Property

    Solve the quadratic equation: \(4x^2+1=7\).

    Solution

    First, isolate the \(x^2\) term. Then take the square root of both sides.

    \[\begin{align*} 4x^2+1&= 7\\ 4x^2&= 6\\ x^2&= \dfrac{6}{4}\\ x&= \pm \dfrac{\sqrt{6}}{2} \end{align*}\]

    The solutions are \(\dfrac{\sqrt{6}}{2}\), and \(-\dfrac{\sqrt{6}}{2}\).

    Exercise \(\PageIndex{6}\)

    Solve the quadratic equation using the square root property: \(3{(x−4)}^2=15\).

    Answer

    \(x=4±\sqrt{5}\)

    Completing the Square

    Not all quadratic equations can be factored or can be solved in their original form using the square root property. In these cases, we may use a method for solving a quadratic equation known as completing the square. Using this method, we add or subtract terms to both sides of the equation until we have a perfect square trinomial on one side of the equal sign. We then apply the square root property. To complete the square, the leading coefficient, \(a\), must equal \(1\). If it does not, then divide the entire equation by \(a\). Then, we can use the following procedures to solve a quadratic equation by completing the square.

    We will use the example \(x^2+4x+1=0\) to illustrate each step.

    Given a quadratic equation that cannot be factored, and with \(a=1\), first add or subtract the constant term to the right sign of the equal sign.

    \[\begin{align*}
    x^2+4x+1&= 0\\
    x^2+4x&= -1 \qquad \text{Multiply the b} \text{ term by } \dfrac{1}{2} \text{ and square it.}\\
    \dfrac{1}{2}(4)&= 2 \\
    2^2&= 4 \qquad \text{Add } \left ({\dfrac{1}{2}} \right )^2 \text{ to both sides of the equal sign and simplify the right side. We have}\\
    x^2+4x+4&= -1+4\\
    x^2+4x+4&= 3 \qquad \text{The left side of the equation can now be factored as a perfect square.}\\
    {(x+2)}^2&=3\\
    \sqrt{{(x+2)}^2}&= \pm \sqrt{3} \qquad \text{Use the square root property and solve.}\\
    \sqrt{{(x+2)}^2}&= \pm \sqrt{3}\\
    x+2&= \pm \sqrt{3}\\
    x&= -2 \pm \sqrt{3}
    \end{align*}\]

    The solutions are \(−2+\sqrt{3}\), and \(−2−\sqrt{3}\).

    Example \(\PageIndex{8}\): Solving a Quadratic by Completing the Square

    Solve the quadratic equation by completing the square: \(x^2−3x−5=0\).

    Solution

    First, move the constant term to the right side of the equal sign.

    \[\begin{align*}
    x^2-3x&= 5 \qquad \text{Then, take } \dfrac{1}{2} \text{ of the b term and square it.} \\
    \dfrac{1}{2}(-3)&= -\dfrac{3}{2}\\
    {\left (-\dfrac{3}{2} \right )}^2=\dfrac{9}{4}\\
    x^2-3x+{\left (-\dfrac{3}{2} \right )}^2&= 5+{\left (-\dfrac{3}{2} \right )}^2 \qquad \text{Add the result to both sides of the equal sign.}\\
    x^2-3x+\dfrac{9}{4}&= 5+\dfrac{9}{4}\\
    \text{Factor the left side as a perfect square and simplify the right side.}\\
    {\left (x-\dfrac{3}{2} \right )}^2&= \dfrac{29}{4}\\
    (x-\dfrac{3}{2})&= \pm \dfrac{\sqrt{29}}{2} \qquad \text{Use the square root property and solve.}\\
    x&= \dfrac{3}{2} \pm \dfrac{\sqrt{29}}{2}\\
    \end{align*}\]

    The solutions are \(\dfrac{3}{2}+\dfrac{\sqrt{29}}{2}\), and \(\dfrac{3}{2}-\dfrac{\sqrt{29}}{2}\)

    Exercise \(\PageIndex{7}\)

    Solve by completing the square: \(x^2−6x=13\).

    Answer

    \(x=3±\sqrt{22}\)

    Using the Quadratic Formula

    The fourth method of solving a quadratic equation is by using the quadratic formula, a formula that will solve all quadratic equations. Although the quadratic formula works on any quadratic equation in standard form, it is easy to make errors in substituting the values into the formula. Pay close attention when substituting, and use parentheses when inserting a negative number.

    We can derive the quadratic formula by completing the square. We will assume that the leading coefficient is positive; if it is negative, we can multiply the equation by \(−1\) and obtain a positive a. Given \(ax^2+bx+c=0, a≠0\), we will complete the square as follows:

    First, move the constant term to the right side of the equal sign:

    \[ax^2+bx=−c \nonumber \]

    As we want the leading coefficient to equal \(1\), divide through by \(a\):

    \[x^2+\dfrac{b}{a}x=−\dfrac{c}{a} \nonumber \]

    Then, find \(\dfrac{1}{2}\) of the middle term, and add \({(\dfrac{1}{2}\dfrac{b}{a})}^2=\dfrac{b^2}{4a^2}\) to both sides of the equal sign:

    \[x^2+\dfrac{b}{a}x+\dfrac{b^2}{4a^2}=\dfrac{b^2}{4a^2}-\dfrac{c}{a} \nonumber \]

    Next, write the left side as a perfect square. Find the common denominator of the right side and write it as a single fraction:

    \[{(x+\dfrac{b}{2a})}^2=\dfrac{b^2-4ac}{4a^2} \nonumber \]

    Now, use the square root property, which gives

    \[x+\dfrac{b}{2a}=±\sqrt{\dfrac{b^2-4ac}{4a^2}} \nonumber \]

    \[x+\dfrac{b}{2a}=\dfrac{±\sqrt{b^2-4ac}}{2a} \nonumber \]

    Finally, add \(-\dfrac{b}{2a}\) to both sides of the equation and combine the terms on the right side. Thus,

    \[x=\dfrac{-b±\sqrt{b^2-4ac}}{2a} \nonumber \]

    THE QUADRATIC FORMULA

    Written in standard form, \(ax^2+bx+c=0\), any quadratic equation can be solved using the quadratic formula:

    \[x=\dfrac{-b±\sqrt{b^2-4ac}}{2a}\]

    where \(a\), \(b\), and \(c\) are real numbers and \(a≠0\).

    How to

    Given a quadratic equation, solve it using the quadratic formula

    1. Make sure the equation is in standard form: \(ax^2+bx+c=0\).
    2. Make note of the values of the coefficients and constant term, \(a\), \(b\), and \(c\).
    3. Carefully substitute the values noted in step 2 into the equation. To avoid needless errors, use parentheses around each number input into the formula.
    4. Calculate and solve.
    Example \(\PageIndex{9}\): Solve the Quadratic Equation Using the Quadratic Formula

    Solve the quadratic equation: \(x^2+5x+1=0\).

    Solution

    Identify the coefficients: \(a=1,b=5,c=1\). Then use the quadratic formula.

    \[\begin{align*} x&= \dfrac{-(5) \pm \sqrt{(5)^2-4(1)(1)}}{2(1)}\\ &= \dfrac{-5 \pm \sqrt{25-4}}{2}\\ &= \dfrac{-5 \pm \sqrt{21}}{2} \end{align*}\]

    Example \(\PageIndex{10}\): Solving a Quadratic Equation with the Quadratic Formula

    Use the quadratic formula to solve \(x^2+x+2=0\).

    Solution

    First, we identify the coefficients: \(a=1\),\(b=1\), and \(c=2\).

    Substitute these values into the quadratic formula.

    \[\begin{align*} x&= \dfrac{-b \pm \sqrt{b^2-4ac}}{2a}\\ &= \dfrac{-(1) \pm \sqrt{(1)^2-4(1)(2)}}{2(1)}\\ &= \dfrac{-1 \pm \sqrt{1-8}}{2}\\ &= \dfrac{-1 \pm \sqrt{-7}}{2}\\ &= \dfrac{-1 \pm i\sqrt{7}}{2} \end{align*}\]

    Exercise \(\PageIndex{8}\)

    Solve the quadratic equation using the quadratic formula: \(9x^2+3x−2=0\).

    Answer

    \(x=-\dfrac{2}{3},x=\dfrac{1}{3}\)

    The Discriminant

    The quadratic formula not only generates the solutions to a quadratic equation, it tells us about the nature of the solutions when we consider the discriminant, or the expression under the radical, \(b^2−4ac\). The discriminant tells us whether the solutions are real numbers or complex numbers, and how many solutions of each type to expect. Table \(\PageIndex{1}\) relates the value of the discriminant to the solutions of a quadratic equation.

    Table \(\PageIndex{1}\)
    Value of Discriminant Results
    \(b^2−4ac=0\) One rational solution (double solution)
    \(b^2−4ac>0\), perfect square Two rational solutions
    \(b^2−4ac>0\), not a perfect square Two irrational solutions
    \(b^2−4ac<0\) Two complex solutions
    THE DISCRIMINANT

    For \(ax^2+bx+c=0\), where \(a\), \(b\), and \(c\) are real numbers, the discriminant is the expression under the radical in the quadratic formula: \(b^2−4ac\). It tells us whether the solutions are real numbers or complex numbers and how many solutions of each type to expect.

    Example \(\PageIndex{11}\): Using the Discriminant to Find the Nature of the Solutions to a Quadratic Equation

    Use the discriminant to find the nature of the solutions to the following quadratic equations:

    1. \(x^2+4x+4=0\)
    2. \(8x^2+14x+3=0\)
    3. \(3x^2−5x−2=0\)
    4. \(3x^2−10x+15=0\)

    Solution

    Calculate the discriminant \(b^2−4ac\) for each equation and state the expected type of solutions.

    a.

    \(x^2+4x+4=0\)

    \(b^2-4ac={(4)}^2-4(1)(4)=0\) There will be one rational double solution.

    b.

    \(8x^2+14x+3=0\)

    \(b^2-4ac={(14)}^2-4(8)(3)=100\) As \(100\) is a perfect square, there will be two rational solutions.

    c.

    \(3x^2−5x−2=0\)

    \(b^2-4ac={(-5)}^2-4(3)(-2)=49\) As \(49\) is a perfect square, there will be two rational solutions.

    d.

    \(3x^2−10x+15=0\)

    \(b^2-4ac={(-10)}^2-4(3)(15)=-80\) There will be two complex solutions.

    Using the Pythagorean Theorem

    One of the most famous formulas in mathematics is the Pythagorean Theorem. It is based on a right triangle, and states the relationship among the lengths of the sides as \(a^2+b^2=c^2\), where \(a\) and \(b\) refer to the legs of a right triangle adjacent to the \(90°\) angle, and \(c\) refers to the hypotenuse. It has immeasurable uses in architecture, engineering, the sciences, geometry, trigonometry, and algebra, and in everyday applications.

    We use the Pythagorean Theorem to solve for the length of one side of a triangle when we have the lengths of the other two. Because each of the terms is squared in the theorem, when we are solving for a side of a triangle, we have a quadratic equation. We can use the methods for solving quadratic equations that we learned in this section to solve for the missing side.

    The Pythagorean Theorem is given as

    \[a^2+b^2=c^2\]

    where \(a\) and \(b\) refer to the legs of a right triangle adjacent to the \(90°\) angle, and \(c\) refers to the hypotenuse, as shown in .

    Right triangle with the base labeled: a, the height labeled: b, and the hypotenuse labeled: c
    Figure \(\PageIndex{4}\)
    Example \(\PageIndex{12}\): Finding the Length of the Missing Side of a Right Triangle

    Find the length of the missing side of the right triangle in Figure \(\PageIndex{5}\).

    Right triangle with the base labeled: a, the height labeled: 4, and the hypotenuse labeled 12.
    Figure \(\PageIndex{5}\)

    Solution

    As we have measurements for side \(b\) and the hypotenuse, the missing side is \(a\).

    \[\begin{align*} a^2+b^2&= c^2\\ a^2+{(4)}^2&= {(12)}^2\\ a^2+16&= 144\\ a^2&= 128\\ a&= \sqrt{128}\\ &= 8\sqrt{2} \end{align*}\]

    Exercise \(\PageIndex{9}\)

    Use the Pythagorean Theorem to solve the right triangle problem: Leg a measures 4 units, leg b measures 3 units. Find the length of the hypotenuse.

    Answer

    \(5\) units

    Media

    Access these online resources for additional instruction and practice with quadratic equations.

    1. Solving Quadratic Equations by Factoring
    2. The Zero-Product Property
    3. Completing the Square
    4. Quadratic Formula with Two Rational Solutions
    5. Length of a leg of a right triangle

    Key Equations

    quadratic formula \(x=\dfrac{−b±\sqrt{b^2-4ac}}{2a}\)

    Key Concepts

    • Many quadratic equations can be solved by factoring when the equation has a leading coefficient of \(1\) or if the equation is a difference of squares. The zero-factor property is then used to find solutions. See Example, Example, and Example.
    • Many quadratic equations with a leading coefficient other than \(1\) can be solved by factoring using the grouping method. See Example and Example.
    • Another method for solving quadratics is the square root property. The variable is squared. We isolate the squared term and take the square root of both sides of the equation. The solution will yield a positive and negative solution. See Example and Example.
    • Completing the square is a method of solving quadratic equations when the equation cannot be factored. See Example.
    • A highly dependable method for solving quadratic equations is the quadratic formula, based on the coefficients and the constant term in the equation. See Example.
    • The discriminant is used to indicate the nature of the roots that the quadratic equation will yield: real or complex, rational or irrational, and how many of each. See Example.
    • The Pythagorean Theorem, among the most famous theorems in history, is used to solve right-triangle problems and has applications in numerous fields. Solving for the length of one side of a right triangle requires solving a quadratic equation. See Example.

    This page titled 1.6: Quadratic Equations is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by OpenStax via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.