13 Quadratic Equations

Learning Objectives

In this section you will:

  • 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.
Two televisions side-by-side. The right television is slightly larger than the left.
Figure 1.

The computer monitor on the left in (Figure) 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.

Solving Quadratic Equations by Factoring

An equation containing a second-degree polynomial is called a quadratic equation. For example, equations such as[latex]\,2{x}^{2}+3x-1=0\,[/latex]and[latex]\,{x}^{2}-4=0\,[/latex]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[latex]\,a\cdot b=0,[/latex]then[latex]\,a=0\,[/latex]or[latex]\,b=0,[/latex]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[latex]\,\left(x-2\right)\left(x+3\right)\,[/latex]by multiplying the two factors together.

[latex]\begin{array}{ccc}\hfill \left(x-2\right)\left(x+3\right)& =& {x}^{2}+3x-2x-6\hfill \\ & =& {x}^{2}+x-6\hfill \end{array}[/latex]

The product is a quadratic expression. Set equal to zero,[latex]\,{x}^{2}+x-6=0\,[/latex]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,[latex]\,a{x}^{2}+bx+c=0,[/latex]where a, b, and c are real numbers, and[latex]\,a\ne 0.\,[/latex]The equation[latex]\,{x}^{2}+x-6=0\,[/latex]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.

The Zero-Product Property and Quadratic Equations

The zero-product property states

[latex]\text{If }a\cdot b=0,\text{ then }a=0\text{ or }b=0,[/latex]

where a and b are real numbers or algebraic expressions.

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

[latex]a{x}^{2}+bx+c=0[/latex]

where a, b, and c are real numbers, and if[latex]\,a\ne 0,[/latex]it is in standard form.

Solving Quadratics with a Leading Coefficient of 1

In the quadratic equation[latex]\,{x}^{2}+x-6=0,[/latex]the leading coefficient, or the coefficient of[latex]\,{x}^{2},[/latex]is 1. We have one method of factoring quadratic equations in this form.

How To

Given a quadratic equation with the leading coefficient of 1, factor it.

  1. Find two numbers whose product equals c and whose sum equals b.
  2. Use those numbers to write two factors of the form[latex]\,\left(x+k\right)\text{ or }\left(x-k\right),[/latex]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[latex]\,-2,[/latex]the factors are[latex]\,\left(x+1\right)\left(x-2\right).[/latex]
  3. Solve using the zero-product property by setting each factor equal to zero and solving for the variable.

Solving a Quadratic Equation by Factoring when the Leading Coefficient is not 1

Factor and solve the equation:[latex]\,{x}^{2}+x-6=0.[/latex]

[reveal-answer q=”fs-id1815377″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1815377″]

To factor[latex]\,{x}^{2}+x-6=0,[/latex]we look for two numbers whose product equals[latex]\,-6\,[/latex]and whose sum equals 1. Begin by looking at the possible factors of[latex]\,-6.[/latex]

[latex]\begin{array}{c}1\cdot \left(-6\right)\\ \left(-6\right)\cdot 1\\ 2\cdot \left(-3\right)\\ 3\cdot \left(-2\right)\end{array}[/latex]

The last pair,[latex]\,3\cdot \left(-2\right)\,[/latex]sums to 1, so these are the numbers. Note that only one pair of numbers will work. Then, write the factors.

[latex]\left(x-2\right)\left(x+3\right)=0[/latex]

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

[latex]\begin{array}{ccc}\hfill \left(x-2\right)\left(x+3\right)& =& 0\hfill \\ \hfill \left(x-2\right)& =& 0\hfill \\ \hfill x& =& 2\hfill \\ \hfill \left(x+3\right)& =& 0\hfill \\ \hfill x& =& -3\hfill \end{array}[/latex]

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

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 2.

[/hidden-answer]

Try It

Factor and solve the quadratic equation:[latex]\,{x}^{2}-5x-6=0.[/latex]

[reveal-answer q=”fs-id2501096″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2501096″]

[latex]\left(x-6\right)\left(x+1\right)=0;x=6,x=-1[/latex]

[/hidden-answer]

Solve the Quadratic Equation by Factoring

Solve the quadratic equation by factoring:[latex]\,{x}^{2}+8x+15=0.[/latex]

[reveal-answer q=”fs-id1690316″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1690316″]

Find two numbers whose product equals[latex]\,15\,[/latex]and whose sum equals[latex]\,8.\,[/latex]List the factors of[latex]\,15.[/latex]

[latex]\begin{array}{c}1\cdot 15\hfill \\ 3\cdot 5\hfill \\ \left(-1\right)\cdot \left(-15\right)\hfill \\ \left(-3\right)\cdot \left(-5\right)\hfill \end{array}[/latex]

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

[latex]\begin{array}{ccc}\hfill \left(x+3\right)\left(x+5\right)& =& 0\hfill \\ \hfill \left(x+3\right)& =& 0\hfill \\ \hfill x& =& -3\hfill \\ \hfill \left(x+5\right)& =& 0\hfill \\ \hfill x& =& -5\hfill \end{array}[/latex]

The solutions are [latex]\,-3\,[/latex] and [latex]\,-5.[/latex][/hidden-answer]

Try It

Solve the quadratic equation by factoring:[latex]\,{x}^{2}-4x-21=0.[/latex]

[reveal-answer q=”fs-id2390008″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2390008″]

[latex]\left(x-7\right)\left(x+3\right)=0,[/latex][latex]x=7,[/latex][latex]x=-3.[/latex]

[/hidden-answer]

Using the Zero-Product Property to Solve a Quadratic Equation Written as the Difference of Squares

Solve the difference of squares equation using the zero-product property:[latex]\,{x}^{2}-9=0.[/latex]

[reveal-answer q=”fs-id1342314″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1342314″]

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.

[latex]\begin{array}{ccc}\hfill {x}^{2}-9& =& 0\hfill \\ \hfill \left(x-3\right)\left(x+3\right)& =& 0\hfill \\ \phantom{\rule{2em}{0ex}}\hfill \left(x-3\right)& =& 0\hfill \\ \hfill x& =& 3\hfill \\ \phantom{\rule{2em}{0ex}}\hfill \left(x+3\right)& =& 0\hfill \\ \hfill x& =& -3\hfill \end{array}[/latex]

The solutions are [latex]\,3\,[/latex] and [latex]\,-3.[/latex][/hidden-answer]

Try It

Solve by factoring:[latex]\,{x}^{2}-25=0.[/latex]

[reveal-answer q=”fs-id1561505″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1561505″]

[latex]\left(x+5\right)\left(x-5\right)=0,[/latex][latex]x=-5,[/latex][latex]x=5.[/latex]

[/hidden-answer]

Solving a Quadratic Equation by Factoring when the Leading Coefficient is not 1

When the leading coefficient is not 1, we factor a quadratic equation using the method called grouping, which requires four terms. With the equation in standard form, let’s review the grouping procedures:

  1. With the quadratic in standard form,[latex]\,a{x}^{2}+bx+c=0,[/latex]multiply[latex]\,a\cdot c.[/latex]
  2. Find two numbers whose product equals[latex]\,ac\,[/latex]and whose sum equals[latex]\,b.[/latex]
  3. Rewrite the equation replacing the[latex]\,bx\,[/latex]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.

Solving a Quadratic Equation Using Grouping

Use grouping to factor and solve the quadratic equation:[latex]\,4{x}^{2}+15x+9=0.[/latex]

[reveal-answer q=”fs-id1558604″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1558604″]

First, multiply[latex]\,ac:4\left(9\right)=36.\,[/latex]Then list the factors of[latex]\,36.[/latex]

[latex]\begin{array}{l}1\cdot 36\hfill \\ 2\cdot 18\hfill \\ 3\cdot 12\hfill \\ 4\cdot 9\hfill \\ 6\cdot 6\hfill \end{array}[/latex]

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

[latex]\begin{array}{ccc}\hfill 4{x}^{2}+3x+12x+9& =& 0\hfill \\ \hfill x\left(4x+3\right)+3\left(4x+3\right)& =& 0\hfill \\ \hfill \left(4x+3\right)\left(x+3\right)& =& 0\hfill \end{array}[/latex]

Solve using the zero-product property.

[latex]\begin{array}{ccc}\hfill \left(4x+3\right)\left(x+3\right)& =& 0\hfill \\ \phantom{\rule{2em}{0ex}}\hfill \left(4x+3\right)& =& 0\hfill \\ \hfill x& =& -\frac{3}{4}\hfill \\ \phantom{\rule{2em}{0ex}}\hfill \left(x+3\right)& =& 0\hfill \\ \hfill x& =& -3\hfill \end{array}[/latex]
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 3.

The solutions are [latex]\,-\frac{3}{4},[/latex][latex]\text{and}-3.\,[/latex]See (Figure).[/hidden-answer]

Try It

Solve using factoring by grouping:[latex]\,12{x}^{2}+11x+2=0.[/latex]

[reveal-answer q=”fs-id768476″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id768476″]

[latex]\left(3x+2\right)\left(4x+1\right)=0,[/latex][latex]x=-\frac{2}{3},[/latex][latex]x=-\frac{1}{4}[/latex]

[/hidden-answer]

Solving a Polynomial of Higher Degree by Factoring

Solve the equation by factoring:[latex]\,-3{x}^{3}-5{x}^{2}-2x=0.[/latex]

[reveal-answer q=”fs-id2440018″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2440018″]

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[latex]\,-x\,[/latex]from all of the terms and then proceed with grouping.

[latex]\begin{array}{ccc}\hfill -3{x}^{3}-5{x}^{2}-2x& =& 0\hfill \\ \hfill -x\left(3{x}^{2}+5x+2\right)& =& 0\hfill \end{array}[/latex]

Use grouping on the expression in parentheses.

[latex]\begin{array}{ccc}\hfill -x\left(3{x}^{2}+3x+2x+2\right)& =& 0\hfill \\ \hfill -x\left[3x\left(x+1\right)+2\left(x+1\right)\right]& =& 0\hfill \\ \hfill -x\left(3x+2\right)\left(x+1\right)& =& 0\hfill \end{array}[/latex]

Now, we use the zero-product property. Notice that we have three factors.

[latex]\begin{array}{ccc}\hfill -x& =& 0\hfill \\ \hfill x& =& 0\hfill \\ \hfill 3x+2& =& 0\hfill \\ \hfill x& =& -\frac{2}{3}\hfill \\ \hfill x+1& =& 0\hfill \\ \hfill x& =& -1\hfill \end{array}[/latex]

The solutions are [latex]\,0,[/latex][latex]-\frac{2}{3},[/latex]and[latex]\,-1.[/latex][/hidden-answer]

Try It

Solve by factoring:[latex]\,{x}^{3}+11{x}^{2}+10x=0.[/latex]

[reveal-answer q=”fs-id2722624″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2722624″]

[latex]x=0,x=-10,x=-1[/latex]

[/hidden-answer]

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[latex]\,{x}^{2}\,[/latex]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[latex]\,{x}^{2}\,[/latex]term so that the square root property can be used.

The Square Root Property

With the[latex]\,{x}^{2}\,[/latex]term isolated, the square root property states that:

[latex]\text{if}\,{x}^{2}=k,\text{then}\,x=±\sqrt{k}[/latex]

where k is a nonzero real number.

How To

Given a quadratic equation with an[latex]\,{x}^{2}\,[/latex]term but no[latex]\,x\,[/latex]term, use the square root property to solve it.

  1. Isolate the[latex]\,{x}^{2}\,[/latex]term on one side of the equal sign.
  2. Take the square root of both sides of the equation, putting a[latex]\,±\,[/latex]sign before the expression on the side opposite the squared term.
  3. Simplify the numbers on the side with the[latex]\,±\,[/latex]sign.

Solving a Simple Quadratic Equation Using the Square Root Property

Solve the quadratic using the square root property:[latex]\,{x}^{2}=8.[/latex]

[reveal-answer q=”fs-id1515767″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1515767″]

Take the square root of both sides, and then simplify the radical. Remember to use a[latex]\,±\,[/latex]sign before the radical symbol.

[latex]\begin{array}{ccc}\hfill {x}^{2}& =& 8\hfill \\ \hfill x& =& ±\sqrt{8}\hfill \\ & =& ±2\sqrt{2}\hfill \end{array}[/latex]

The solutions are [latex]\,2\sqrt{2},[/latex][latex]-2\sqrt{2}.[/latex][/hidden-answer]

Solving a Quadratic Equation Using the Square Root Property

Solve the quadratic equation:[latex]\,4{x}^{2}+1=\text{7.}[/latex]

[reveal-answer q=”fs-id1568725″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1568725″]

First, isolate the[latex]\,{x}^{2}\,[/latex]term. Then take the square root of both sides.

[latex]\begin{array}{ccc}\hfill 4{x}^{2}+1& =& 7\hfill \\ \hfill 4{x}^{2}& =& 6\hfill \\ \hfill {x}^{2}& =& \frac{6}{4}\hfill \\ \hfill x& =& ±\frac{\sqrt{6}}{2}\hfill \end{array}[/latex]

The solutions are [latex]\,\frac{\sqrt{6}}{2},[/latex][latex]\text{and}-\frac{\sqrt{6}}{2}.[/latex][/hidden-answer]

Try It

Solve the quadratic equation using the square root property:[latex]\,3{\left(x-4\right)}^{2}=15.[/latex]

[reveal-answer q=”fs-id1793755″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1793755″]

[latex]x=4±\sqrt{5}[/latex]

[/hidden-answer]

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[latex]\,{x}^{2}+4x+1=0\,[/latex]to illustrate each step.

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

    [latex]{x}^{2}+4x=-1[/latex]
  2. Multiply the b term by[latex]\,\frac{1}{2}\,[/latex]and square it.

    [latex]\begin{array}{ccc}\hfill \frac{1}{2}\left(4\right)& =& 2\hfill \\ \hfill {2}^{2}& =& 4\hfill \end{array}[/latex]
  3. Add[latex]\,{\left(\frac{1}{2}b\right)}^{2}\,[/latex]to both sides of the equal sign and simplify the right side. We have

    [latex]\begin{array}{ccc}\hfill {x}^{2}+4x+4& =& -1+4\hfill \\ \hfill {x}^{2}+4x+4& =& 3\hfill \end{array}[/latex]
  4. The left side of the equation can now be factored as a perfect square.

    [latex]\begin{array}{ccc}\hfill {x}^{2}+4x+4& =& 3\hfill \\ \hfill {\left(x+2\right)}^{2}& =& 3\hfill \end{array}[/latex]
  5. Use the square root property and solve.

    [latex]\begin{array}{ccc}\hfill \sqrt{{\left(x+2\right)}^{2}}& =& ±\sqrt{3}\hfill \\ \hfill x+2& =& ±\sqrt{3}\hfill \\ \hfill x& =& -2±\sqrt{3}\hfill \end{array}[/latex]
  6. The solutions are [latex]\,-2+\sqrt{3},[/latex][latex]\text{and}-2-\sqrt{3}.[/latex]

Solving a Quadratic by Completing the Square

Solve the quadratic equation by completing the square:[latex]\,{x}^{2}-3x-5=0.[/latex]

[reveal-answer q=”fs-id2523221″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2523221″]

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

[latex]{x}^{2}-3x=5[/latex]

Then, take[latex]\,\frac{1}{2}\,[/latex]of the b term and square it.

[latex]\begin{array}{ccc}\hfill \frac{1}{2}\left(-3\right)& =& -\frac{3}{2}\hfill \\ \hfill {\left(-\frac{3}{2}\right)}^{2}& =& \frac{9}{4}\hfill \end{array}[/latex]

Add the result to both sides of the equal sign.

[latex]\begin{array}{ccc}\hfill {x}^{2}-3x+{\left(-\frac{3}{2}\right)}^{2}& =& 5+{\left(-\frac{3}{2}\right)}^{2}\hfill \\ \hfill {x}^{2}-3x+\frac{9}{4}& =& 5+\frac{9}{4}\hfill \end{array}[/latex]

Factor the left side as a perfect square and simplify the right side.

[latex]{\left(x-\frac{3}{2}\right)}^{2}=\frac{29}{4}[/latex]

Use the square root property and solve.

[latex]\begin{array}{ccc}\hfill \sqrt{{\left(x-\frac{3}{2}\right)}^{2}}& =& ±\sqrt{\frac{29}{4}}\hfill \\ \hfill \left(x-\frac{3}{2}\right)& =& ±\frac{\sqrt{29}}{2}\hfill \\ \hfill x& =& \frac{3}{2}±\frac{\sqrt{29}}{2}\hfill \end{array}[/latex]

The solutions are [latex]\,\frac{3}{2}+\frac{\sqrt{29}}{2},[/latex][latex]\text{and}\frac{3}{2}-\frac{\sqrt{29}}{2}.[/latex][/hidden-answer]

Try It

Solve by completing the square:[latex]\,{x}^{2}-6x=13.[/latex]

[reveal-answer q=”fs-id1830005″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1830005″]

[latex]x=3±\sqrt{22}[/latex]

[/hidden-answer]

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[latex]\,-1\,[/latex]and obtain a positive a. Given[latex]\,a{x}^{2}+bx+c=0,[/latex][latex]a\ne 0,[/latex]we will complete the square as follows:

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

    [latex]a{x}^{2}+bx=-c[/latex]
  2. As we want the leading coefficient to equal 1, divide through by a:

    [latex]{x}^{2}+\frac{b}{a}x=-\frac{c}{a}[/latex]
  3. Then, find[latex]\,\frac{1}{2}\,[/latex]of the middle term, and add[latex]\,{\left(\frac{1}{2}\frac{b}{a}\right)}^{2}=\frac{{b}^{2}}{4{a}^{2}}\,[/latex]to both sides of the equal sign:

    [latex]{x}^{2}+\frac{b}{a}x+\frac{{b}^{2}}{4{a}^{2}}=\frac{{b}^{2}}{4{a}^{2}}-\frac{c}{a}[/latex]
  4. Next, write the left side as a perfect square. Find the common denominator of the right side and write it as a single fraction:

    [latex]{\left(x+\frac{b}{2a}\right)}^{2}=\frac{{b}^{2}-4ac}{4{a}^{2}}[/latex]
  5. Now, use the square root property, which gives

    [latex]\begin{array}{ccc}\hfill x+\frac{b}{2a}& =& ±\sqrt{\frac{{b}^{2}-4ac}{4{a}^{2}}}\hfill \\ \hfill x+\frac{b}{2a}& =& \frac{±\sqrt{{b}^{2}-4ac}}{2a}\hfill \end{array}[/latex]
  6. Finally, add[latex]\,-\frac{b}{2a}\,[/latex]to both sides of the equation and combine the terms on the right side. Thus,

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

The Quadratic Formula

Written in standard form,[latex]\,a{x}^{2}+bx+c=0,[/latex]any quadratic equation can be solved using the quadratic formula:

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

where a, b, and c are real numbers and[latex]\,a\ne 0.[/latex]

How To

Given a quadratic equation, solve it using the quadratic formula

  1. Make sure the equation is in standard form:[latex]\,a{x}^{2}+bx+c=0.[/latex]
  2. Make note of the values of the coefficients and constant term,[latex]\,a,b,[/latex]and[latex]\,c.[/latex]
  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.

Solve the Quadratic Equation Using the Quadratic Formula

Solve the quadratic equation:[latex]\,{x}^{2}+5x+1=0.[/latex]

[reveal-answer q=”fs-id1800418″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1800418″]

Identify the coefficients:[latex]\,a=1,b=5,c=1.\,[/latex]Then use the quadratic formula.

[latex]\begin{array}{ccc}\hfill x& =& \hfill \frac{-\left(5\right)±\sqrt{{\left(5\right)}^{2}-4\left(1\right)\left(1\right)}}{2\left(1\right)}\\ & =& \frac{-5±\sqrt{25-4}}{2}\hfill \\ & =& \frac{-5±\sqrt{21}}{2}\hfill \end{array}[/latex][/hidden-answer]

Solving a Quadratic Equation with the Quadratic Formula

Use the quadratic formula to solve[latex]\,{x}^{2}+x+2=0.[/latex]

[reveal-answer q=”fs-id1717551″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1717551″]

First, we identify the coefficients:[latex]\,a=1,b=1,[/latex]and[latex]\,c=2.[/latex]

Substitute these values into the quadratic formula.

[latex]\begin{array}{ccc}\hfill x& =& \frac{-b±\sqrt{{b}^{2}-4ac}}{2a}\hfill \\ & =& \frac{-\left(1\right)±\sqrt{{\left(1\right)}^{2}-\left(4\right)\cdot \left(1\right)\cdot \left(2\right)}}{2\cdot 1}\hfill \\ & =& \frac{-1±\sqrt{1-8}}{2}\hfill \\ & =& \frac{-1±\sqrt{-7}}{2}\hfill \\ & =& \frac{-1±i\sqrt{7}}{2}\hfill \end{array}[/latex]

The solutions to the equation are [latex]\,\frac{-1+i\sqrt{7}}{2}\,[/latex] and [latex]\,\frac{-1-i\sqrt{7}}{2}\,[/latex] or [latex]\,\frac{-1}{2}+\frac{i\sqrt{7}}{2}\,[/latex] and [latex]\,\frac{-1}{2}-\frac{i\sqrt{7}}{2}.[/latex][/hidden-answer]

Try It

Solve the quadratic equation using the quadratic formula:[latex]\,9{x}^{2}+3x-2=0.[/latex]

[reveal-answer q=”fs-id2437187″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2437187″]

[latex]x=-\frac{2}{3},[/latex][latex]x=\frac{1}{3}[/latex]

[/hidden-answer]

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,[latex]\,{b}^{2}-4ac.\,[/latex]The discriminant tells us whether the solutions are real numbers or complex numbers, and how many solutions of each type to expect. (Figure) relates the value of the discriminant to the solutions of a quadratic equation.

Value of Discriminant Results
[latex]{b}^{2}-4ac=0[/latex] One rational solution (double solution)
[latex]{b}^{2}-4ac>0,[/latex]perfect square Two rational solutions
[latex]{b}^{2}-4ac>0,[/latex]not a perfect square Two irrational solutions
[latex]{b}^{2}-4ac<0[/latex] Two complex solutions

The Discriminant

For[latex]\,a{x}^{2}+bx+c=0[/latex], where[latex]\,a[/latex], [latex]b[/latex], and[latex]\,c\,[/latex]are real numbers, the discriminant is the expression under the radical in the quadratic formula:[latex]\,{b}^{2}-4ac.\,[/latex]It tells us whether the solutions are real numbers or complex numbers and how many solutions of each type to expect.

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. [latex]{x}^{2}+4x+4=0[/latex]
  2. [latex]8{x}^{2}+14x+3=0[/latex]
  3. [latex]3{x}^{2}-5x-2=0[/latex]
  4. [latex]3{x}^{2}-10x+15=0[/latex]
[reveal-answer q=”fs-id2508930″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2508930″]

Calculate the discriminant[latex]\,{b}^{2}-4ac\,[/latex]for each equation and state the expected type of solutions.

  1. [latex]{x}^{2}+4x+4=0[/latex]

    [latex]{b}^{2}-4ac={\left(4\right)}^{2}-4\left(1\right)\left(4\right)=0.\,[/latex]There will be one rational double solution.

  2. [latex]8{x}^{2}+14x+3=0[/latex]

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

  3. [latex]3{x}^{2}-5x-2=0[/latex]

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

  4. [latex]3{x}^{2}-10x+15=0[/latex]

    [latex]{b}^{2}-4ac={\left(-10\right)}^{2}-4\left(3\right)\left(15\right)=-80.\,[/latex]There will be two complex solutions.

[/hidden-answer]

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[latex]\,{a}^{2}+{b}^{2}={c}^{2},[/latex]where[latex]\,a\,[/latex]and[latex]\,b\,[/latex]refer to the legs of a right triangle adjacent to the[latex]\,90°\,[/latex]angle, and[latex]\,c\,[/latex]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

[latex]{a}^{2}+{b}^{2}={c}^{2}[/latex]

where[latex]\,a\,[/latex]and[latex]\,b\,[/latex]refer to the legs of a right triangle adjacent to the[latex]\,{90}^{\circ }\,[/latex]angle, and[latex]\,c\,[/latex]refers to the hypotenuse, as shown in (Figure).

Right triangle with the base labeled: a, the height labeled: b, and the hypotenuse labeled: c
Figure 3.

Finding the Length of the Missing Side of a Right Triangle

Find the length of the missing side of the right triangle in (Figure).

Right triangle with the base labeled: a, the height labeled: 4, and the hypotenuse labeled 12.
Figure 4.
[reveal-answer q=”fs-id2528218″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2528218″]

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

[latex]\begin{array}{ccc}\hfill {a}^{2}+{b}^{2}& =& {c}^{2}\hfill \\ {a}^{2}+{\left(4\right)}^{2}\hfill & =& {\left(12\right)}^{2}\hfill \\ \hfill {a}^{2}+16& =& 144\hfill \\ \hfill {a}^{2}& =& 128\hfill \\ \hfill a& =& \sqrt{128}\hfill \\ & =& 8\sqrt{2}\hfill \end{array}[/latex][/hidden-answer]

Try It

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.

[reveal-answer q=”fs-id1574190″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1574190″]

[latex]5\,[/latex]units

[/hidden-answer]

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

Key Equations

quadratic formula [latex]x=\frac{-b±\sqrt{{b}^{2}-4ac}}{2a}[/latex]

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 (Figure), (Figure), and (Figure).
  • Many quadratic equations with a leading coefficient other than 1 can be solved by factoring using the grouping method. See (Figure) and (Figure).
  • 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 (Figure) and (Figure).
  • Completing the square is a method of solving quadratic equations when the equation cannot be factored. See (Figure).
  • A highly dependable method for solving quadratic equations is the quadratic formula, based on the coefficients and the constant term in the equation. See (Figure).
  • 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 (Figure).
  • 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 (Figure).

Section Exercises

Verbal

How do we recognize when an equation is quadratic?

[reveal-answer q=”fs-id1752703″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1752703″]

It is a second-degree equation (the highest variable exponent is 2).

[/hidden-answer]

When we solve a quadratic equation, how many solutions should we always start out seeking? Explain why when solving a quadratic equation in the form[latex]\,a{x}^{2}+bx+c=0\,[/latex]we may graph the equation[latex]\,y=a{x}^{2}+bx+c\,[/latex]and have no zeroes (x-intercepts).

When we solve a quadratic equation by factoring, why do we move all terms to one side, having zero on the other side?

[reveal-answer q=”fs-id3094978″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id3094978″]

We want to take advantage of the zero property of multiplication in the fact that if[latex]\,a\cdot b=0\,[/latex]then it must follow that each factor separately offers a solution to the product being zero:[latex]\,a=0\text{ }or\text{ b}=0.[/latex]

[/hidden-answer]

In the quadratic formula, what is the name of the expression under the radical sign[latex]\,{b}^{2}-4ac,[/latex]and how does it determine the number of and nature of our solutions?

Describe two scenarios where using the square root property to solve a quadratic equation would be the most efficient method.

[reveal-answer q=”fs-id1579361″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1579361″]

One, when no linear term is present (no x term), such as[latex]\,{x}^{2}=16.\,[/latex]Two, when the equation is already in the form[latex]\,{\left(ax+b\right)}^{2}=d.[/latex]

[/hidden-answer]

Algebraic

For the following exercises, solve the quadratic equation by factoring.

[latex]{x}^{2}+4x-21=0[/latex]

[latex]{x}^{2}-9x+18=0[/latex]

[reveal-answer q=”fs-id2707466″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2707466″]

[latex]x=6,[/latex][latex]x=3[/latex]

[/hidden-answer]

[latex]2{x}^{2}+9x-5=0[/latex]

[latex]6{x}^{2}+17x+5=0[/latex]

[reveal-answer q=”fs-id1951698″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1951698″]

[latex]x=\frac{-5}{2},[/latex][latex]x=\frac{-1}{3}[/latex]

[/hidden-answer]

[latex]4{x}^{2}-12x+8=0[/latex]

[latex]3{x}^{2}-75=0[/latex]

[reveal-answer q=”fs-id2390151″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2390151″]

[latex]x=5,[/latex][latex]x=-5[/latex]

[/hidden-answer]

[latex]8{x}^{2}+6x-9=0[/latex]

[latex]4{x}^{2}=9[/latex]

[reveal-answer q=”fs-id3207108″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id3207108″]

[latex]x=\frac{-3}{2},[/latex][latex]x=\frac{3}{2}[/latex]

[/hidden-answer]

[latex]2{x}^{2}+14x=36[/latex]

[latex]5{x}^{2}=5x+30[/latex]
[reveal-answer q=”fs-id2520812″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2520812″]

[latex]x=-2,3[/latex]

[/hidden-answer]

[latex]4{x}^{2}=5x[/latex]

[latex]7{x}^{2}+3x=0[/latex]

[reveal-answer q=”fs-id2725532″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2725532″]

[latex]x=0,[/latex][latex]x=\frac{-3}{7}[/latex]

[/hidden-answer]

[latex]\frac{x}{3}-\frac{9}{x}=2[/latex]

For the following exercises, solve the quadratic equation by using the square root property.

[latex]{x}^{2}=36[/latex]

[reveal-answer q=”fs-id1593245″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1593245″]

[latex]x=-6,[/latex][latex]x=6[/latex]

[/hidden-answer]

[latex]{x}^{2}=49[/latex]

[latex]{\left(x-1\right)}^{2}=25[/latex]

[reveal-answer q=”fs-id3105701″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id3105701″]

[latex]x=6,[/latex][latex]x=-4[/latex]

[/hidden-answer]

[latex]{\left(x-3\right)}^{2}=7[/latex]

[latex]{\left(2x+1\right)}^{2}=9[/latex]

[reveal-answer q=”fs-id1518490″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1518490″]

[latex]x=1,[/latex][latex]x=-2[/latex]

[/hidden-answer]

[latex]{\left(x-5\right)}^{2}=4[/latex]

For the following exercises, solve the quadratic equation by completing the square. Show each step.

[latex]{x}^{2}-9x-22=0[/latex]

[reveal-answer q=”fs-id2946107″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2946107″]

[latex]x=-2,[/latex][latex]x=11[/latex]

[/hidden-answer]

[latex]2{x}^{2}-8x-5=0[/latex]

[latex]{x}^{2}-6x=13[/latex]

[reveal-answer q=”fs-id3236177″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id3236177″]

[latex]x=3±\sqrt{22}[/latex]

[/hidden-answer]

[latex]{x}^{2}+\frac{2}{3}x-\frac{1}{3}=0[/latex]

[latex]2+z=6{z}^{2}[/latex]

[reveal-answer q=”fs-id1334842″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1334842″]

[latex]z=\frac{2}{3},[/latex][latex]z=-\frac{1}{2}[/latex]

[/hidden-answer]

[latex]6{p}^{2}+7p-20=0[/latex]

[latex]2{x}^{2}-3x-1=0[/latex]

[reveal-answer q=”fs-id3048222″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id3048222″]

[latex]x=\frac{3±\sqrt{17}}{4}[/latex]

[/hidden-answer]

For the following exercises, determine the discriminant, and then state how many solutions there are and the nature of the solutions. Do not solve.

[latex]2{x}^{2}-6x+7=0[/latex]

[latex]{x}^{2}+4x+7=0[/latex]

[reveal-answer q=”fs-id2734015″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2734015″]

Not real

[/hidden-answer]

[latex]3{x}^{2}+5x-8=0[/latex]

[latex]9{x}^{2}-30x+25=0[/latex]

[reveal-answer q=”fs-id1357814″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1357814″]

One rational

[/hidden-answer]

[latex]2{x}^{2}-3x-7=0[/latex]

[latex]6{x}^{2}-x-2=0[/latex]

[reveal-answer q=”fs-id2947599″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2947599″]

Two real; rational

[/hidden-answer]

For the following exercises, solve the quadratic equation by using the quadratic formula. If the solutions are not real, state No Real Solution.

[latex]2{x}^{2}+5x+3=0[/latex]

[latex]{x}^{2}+x=4[/latex]

[reveal-answer q=”fs-id1334304″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1334304″]

[latex]x=\frac{-1±\sqrt{17}}{2}[/latex]

[/hidden-answer]

[latex]2{x}^{2}-8x-5=0[/latex]

[latex]3{x}^{2}-5x+1=0[/latex]

[reveal-answer q=”fs-id2712002″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2712002″]

[latex]x=\frac{5±\sqrt{13}}{6}[/latex]

[/hidden-answer]

[latex]{x}^{2}+4x+2=0[/latex]

[latex]4+\frac{1}{x}-\frac{1}{{x}^{2}}=0[/latex]

[reveal-answer q=”fs-id1353942″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1353942″]

[latex]x=\frac{-1±\sqrt{17}}{8}[/latex]

[/hidden-answer]

Technology

For the following exercises, enter the expressions into your graphing utility and find the zeroes to the equation (the x-intercepts) by using 2nd CALC 2:zero. Recall finding zeroes will ask left bound (move your cursor to the left of the zero,enter), then right bound (move your cursor to the right of the zero,enter), then guess (move your cursor between the bounds near the zero, enter). Round your answers to the nearest thousandth.

[latex]{\text{Y}}_{1}=4{x}^{2}+3x-2[/latex]

[latex]{\text{Y}}_{1}=-3{x}^{2}+8x-1[/latex]

[reveal-answer q=”fs-id3261334″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id3261334″]

[latex]x\approx 0.131\,[/latex]and[latex]\,x\approx 2.535[/latex]

[/hidden-answer]

[latex]{\text{Y}}_{1}=0.5{x}^{2}+x-7[/latex]

To solve the quadratic equation[latex]\,{x}^{2}+5x-7=4,[/latex]we can graph these two equations

[latex]\begin{array}{l}\hfill \\ \begin{array}{l}{\text{Y}}_{1}={x}^{2}+5x-7\hfill \\ {\text{Y}}_{2}=4\hfill \end{array}\hfill \end{array}[/latex]

and find the points of intersection. Recall 2nd CALC 5:intersection. Do this and find the solutions to the nearest tenth.

[reveal-answer q=”fs-id2685483″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2685483″]

[latex]x\approx -6.7\,[/latex]and[latex]\,x\approx 1.7[/latex]

[/hidden-answer]

To solve the quadratic equation[latex]\,0.3{x}^{2}+2x-4=2,[/latex]we can graph these two equations

[latex]\begin{array}{l}\hfill \\ \begin{array}{l}{\text{Y}}_{1}=0.3{x}^{2}+2x-4\hfill \\ {\text{Y}}_{2}=2\hfill \end{array}\hfill \end{array}[/latex]

and find the points of intersection. Recall 2nd CALC 5:intersection. Do this and find the solutions to the nearest tenth.

Extensions

Beginning with the general form of a quadratic equation,[latex]\,a{x}^{2}+bx+c=0,[/latex]solve for x by using the completing the square method, thus deriving the quadratic formula.

[reveal-answer q=”fs-id2522022″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2522022″]

[latex]\begin{array}{ccc}\hfill a{x}^{2}+bx+c& =& 0\hfill \\ \hfill {x}^{2}+\frac{b}{a}x& =& \frac{-c}{a}\hfill \\ \hfill {x}^{2}+\frac{b}{a}x+\frac{{b}^{2}}{4{a}^{2}}& =& \frac{-c}{a}+\frac{b}{4{a}^{2}}\hfill \\ \hfill {\left(x+\frac{b}{2a}\right)}^{2}& =& \frac{{b}^{2}-4ac}{4{a}^{2}}\hfill \\ \hfill x+\frac{b}{2a}& =& ±\sqrt{\frac{{b}^{2}-4ac}{4{a}^{2}}}\hfill \\ \hfill x& =& \frac{-b±\sqrt{{b}^{2}-4ac}}{2a}\hfill \end{array}[/latex]

[/hidden-answer]

Show that the sum of the two solutions to the quadratic equation is[latex]\,\frac{-b}{a}.[/latex]

A person has a garden that has a length 10 feet longer than the width. Set up a quadratic equation to find the dimensions of the garden if its area is 119 ft.2. Solve the quadratic equation to find the length and width.

[reveal-answer q=”fs-id2021223″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2021223″]

[latex]x\left(x+10\right)=119;[/latex]7 ft. and 17 ft.

[/hidden-answer]

Abercrombie and Fitch stock had a price given as[latex]\,P=0.2{t}^{2}-5.6t+50.2,[/latex]where[latex]\,t\,[/latex]is the time in months from 1999 to 2001. ([latex]\,t=1\,[/latex]is January 1999). Find the two months in which the price of the stock was $30.

Suppose that an equation is given[latex]\,p=-2{x}^{2}+280x-1000,[/latex]where[latex]\,x\,[/latex]represents the number of items sold at an auction and[latex]\,p\,[/latex]is the profit made by the business that ran the auction. How many items sold would make this profit a maximum? Solve this by graphing the expression in your graphing utility and finding the maximum using 2nd CALC maximum. To obtain a good window for the curve, set[latex]\,x\,[/latex][0,200] and[latex]\,y\,[/latex][0,10000].

[reveal-answer q=”fs-id2513409″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2513409″]

maximum at[latex]\,x=70[/latex]

[/hidden-answer]

Real-World Applications

A formula for the normal systolic blood pressure for a man age[latex]\,A,[/latex]measured in mmHg, is given as[latex]\,P=0.006{A}^{2}-0.02A+120.\,[/latex]Find the age to the nearest year of a man whose normal blood pressure measures 125 mmHg.

The cost function for a certain company is[latex]\,C=60x+300\,[/latex]and the revenue is given by[latex]\,R=100x-0.5{x}^{2}.\,[/latex]Recall that profit is revenue minus cost. Set up a quadratic equation and find two values of x (production level) that will create a profit of $300.

[reveal-answer q=”fs-id1919092″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1919092″]

The quadratic equation would be[latex]\,\left(100x-0.5{x}^{2}\right)-\left(60x+300\right)=300.\,[/latex]The two values of[latex]\,x\,[/latex]are 20 and 60.

[/hidden-answer]

A falling object travels a distance given by the formula[latex]\,d=5t+16{t}^{2}\,[/latex]ft, where[latex]\,t\,[/latex]is measured in seconds. How long will it take for the object to traveled 74 ft?

A vacant lot is being converted into a community garden. The garden and the walkway around its perimeter have an area of 378 ft2. Find the width of the walkway if the garden is 12 ft. wide by 15 ft. long.

A rectangle inside of a larger rectangle. The smaller rectangle has the length labeled: 15 feet and the width labeled: 12 feet. The distance between the two rectangles is labeled as x on all four sides.

[reveal-answer q=”fs-id2385540″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id2385540″]

3 feet

[/hidden-answer]

An epidemiological study of the spread of a certain influenza strain that hit a small school population found that the total number of students,[latex]\,P,[/latex]who contracted the flu[latex]\,t\,[/latex]days after it broke out is given by the model[latex]\,P=-{t}^{2}+13t+130,[/latex]where[latex]\,1\le t\le 6.\,[/latex]Find the day that 160 students had the flu. Recall that the restriction on[latex]\,t\,[/latex]is at most 6.

Glossary

completing the square
a process for solving quadratic equations in which terms are added to or subtracted from both sides of the equation in order to make one side a perfect square
discriminant
the expression under the radical in the quadratic formula that indicates the nature of the solutions, real or complex, rational or irrational, single or double roots.
Pythagorean Theorem
a theorem that states the relationship among the lengths of the sides of a right triangle, used to solve right triangle problems
quadratic equation
an equation containing a second-degree polynomial; can be solved using multiple methods
quadratic formula
a formula that will solve all quadratic equations
square root property
one of the methods used to solve a quadratic equation, in which the[latex]\,{x}^{2}\,[/latex]term is isolated so that the square root of both sides of the equation can be taken to solve for x
zero-product property
the property that formally states that multiplication by zero is zero, so that each factor of a quadratic equation can be set equal to zero to solve equations

License

Icon for the Creative Commons Attribution 4.0 International License

Algebra and Trigonometry OpenStax Copyright © 2015 by OpenStax is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book