Methods for Solving a Quadratic Function

🏆Practice solving quadratic equations

Methods for solving a quadratic function

In this article, we will learn the three most common ways to solve a quadratic function easily and quickly.

  1. Trinomial
  2. Quadratic Formula
  3. Completing the Square

Reminder:

The basic quadratic function equation is:
Y=ax2+bx+cY=ax^2+bx+c

When:
a a   - the coefficient of X2X^2
b b   - the coefficient of XX
cc - the constant term

  • aa must be different from 00
  • bb or cc can be 00
  • a,b,ca,b,c can be negative/positive
  • The quadratic function can also look like this:
    • Y=ax2Y=ax^2
    • Y=ax2+bxY=ax^2+bx
    • Y=ax2+cY=ax^2+c
Start practice

Test yourself on solving quadratic equations!

What is the value of X in the following equation?

\( X^2+10X+9=0 \)

Practice more now

How do you solve a quadratic function using trinomial?

Y=ax2+bx+cY=ax^2+bx+c
Find 22 numbers that satisfy the following two conditions:

first numbersecond number=cafirst~number \cdot second~number = c \cdot a
first number+second number=bfirst~number + second~number = b

How do we proceed?
First of all, let's write down on the side:

A1 - Cómo se resuelve la función cuadrática mediante un trinomio

Then–

  1. We will find all the numbers whose product is aca\cdot c and write them down.
  2. We will check which pair of numbers from the pairs we found earlier will give us the sum bb.
  3. We will write the pair of numbers that meets the 22 conditions in this form:
    ​​​​​​​0= (x+one solution)(x+second solution)​​​​​​​0=  (x+one~solution)(x+second~solution)
    or with subtraction operations.
  4. 22 solutions of the quadratic equation will be those that solve the equation above (we will reverse the sign for the pair of numbers we found)

Tip – It is recommended to use the trinomial method when a=1a=1

For more reading and practice on trinomials, click here!

And now let's practice!
Solve the quadratic function in front of you using trinomial:
x29x+14x^2-9x+14

Solution:
First of all, let's write down on the side:

Resuelve la siguiente función cuadrática mediante un trinomio

Let's find all the numbers whose product is 1414 (and remember the negative numbers as well)
We get:
14,114,1
7,27,2
14,1-14, -1
7,2-7 ,-2

Now, let's check which pair of numbers from the pairs we found earlier will give us the sum (-9)

Hallemos todos los números cuyo producto sea 14


The pair of numbers that managed to meet both conditions is 7,2-7 ,-2

We write the factorization:
(x7)(x2)=0(x-7)(x-2)=0
The solutions:
X=7X=7
X=2X=2

How do you solve a quadratic function using the quadratic formula?

Y=ax2+bx+cY=ax^2+bx+c

Meet the quadratic formula:
x=b±b24ac2ax = {-b \pm \sqrt{b^2-4ac} \over 2a}

Te presentamos a la fórmula cuadrática

All you need to do is arrange the parameters of the quadratic function, substitute into the equation once with a plus and once with a minus, and find the solutions.

To learn more about the quadratic formula, click here!

Let's practice!
In front of us is the quadratic function: 
2x23x+12x^2-3x+1

Let's solve it using the quadratic formula:
First, let's arrange the parameters:
a=2a=2
b=3b=-3
c=1 c=1 

Now, we substitute into the quadratic formula:
For the first time with plus-

(3)+(3)242122=\frac{-(-3)+\sqrt{(-3)^2-4*2*1}}{2*2}=

=3+14=44=1=\frac{3+\sqrt1}4=\frac{4}4=1

The second time with minus:

(3)(3)242122=\frac{-(-3)-\sqrt{(-3)^2-4*2*1}}{2*2}=

=314=24=12=\frac{3-\sqrt1}4=\frac{2}4=\frac{1}2


We got 22 solutions – 
X=12,1X=\frac{1}2,1

Join Over 30,000 Students Excelling in Math!
Endless Practice, Expert Guidance - Elevate Your Math Skills Today
Test your knowledge

How do you solve a quadratic function by completing the square?

To use the method of completing the square, let's recall some of the formulas for the shortened multiplication:

a2+2ab+b2=(a+b)2a^2+2ab+b^2=(a+b)^2

a22ab+b2=(ab)2a^2-2ab+b^2=(a-b)^2

Solution method with example:
Here is the function 4x2+8x54x^2+8x-5

  1. Let's look at the quadratic function and focus only on ax2+bxax^2+bx.
    For now, we'll ignore cc. In the example, we'll focus on 4x2+8x4x^2+8x
  2. Let's recall the formulas for completing the square and ask, what expression can we put inside the parentheses squared, that is, which (ab)2(a-b)^2 or (a+b)2(a+b)^2 as relevant, that will give us what appears in the pair we focused on ax2+bxax^2+bx

In the example-
The appropriate formula for completing the square is:
a2+2ab+b2=(a+b)2a^2+2ab+b^2=(a+b)^2

Let's ask, what should we put as aa and bb to get 4x2+8x4x^2+8x?
The answer is - (2x+2)2(2x+2)^2
Let's expand this expression according to the formula for completing the square and get:
4x2+8x+44x^2+8x+4

  1. Note that the expression in parentheses also brings with it a certain number and not just the pair we focused on, so we will need to cancel it.
    If the added number is negative, we will add it to the equation to cancel it, and if the number is positive, we will subtract it from the equation to cancel it.
    Additionally, we will return to CC from the original function and write it in the equation as well.

    In the example:
    4x2+8x+44x^2+8x+4
    The number 44 was added. To cancel it, we will subtract 44 and not forget the original CC
    4x2+8x45=4x^2+8x-4-5=
  2. We will substitute the pair ax2+bxax^2+bx with the appropriate expression in parentheses squared that we found and arrange the equation – we will get the completion of the square.

    In the example:
    (2X+2)245=(2X+2)^2-4-5=
    (2x+2)29(2x+2)^2-9

Now let's set the equation to 0 and solve:
(2x+2)29=0(2x+2)^2-9=0

(2x+2)2=9(2x+2)^2=9

(2x+2)2=32(2x+2)^2=3^2
and also
(2x+2)2=(3)2(2x+2)^2=(-3)^2

Solution 1:
2x+2=32x+2=3
2x=12x=1
x=12x=\frac{1}2

Solution 2: 
2x+2=32x+2=-3
2x=52x=-5
x=212x=-2\frac{1}2

For more information on completing the square, click here!

Do you know what the answer is?

Examples with solutions for Solving Quadratic Equations

Exercise #1

What is the value of X in the following equation?

X2+10X+9=0 X^2+10X+9=0

Video Solution

Step-by-Step Solution

To answer the question, we'll need to recall the quadratic formula:

x=b±b24ac2a x = {-b \pm \sqrt{b^2-4ac} \over 2a}

 

Let's remember that:

a is the coefficient of X²

b is the coefficient of X

c is the free term

 

And if we look again at the formula given to us:

a=1

b=10

c=9

 

Let's substitute into the formula:

x=10±10241921 x = {-10 \pm \sqrt{10^2-4\cdot 1 \cdot 9} \over 2\cdot 1}

Let's start by solving what's under the square root:

x=10±100362 x = {-10 \pm \sqrt{100-36} \over 2}

x=10±642 x = {-10 \pm \sqrt{64} \over 2}

x=10±82 x = {-10 \pm 8 \over 2}

Now we'll solve twice, once with plus and once with minus

 

x=10+82=22=1 x = {-10 +8 \over 2}= {-2 \over 2} = -1

x=1082=182=9 x = {-10 -8 \over 2} = {-18 \over 2} =-9

And we can see that we got two solutions, X=-1 and X=-9

And that's the solution!

Answer

x1=1,x2=9 x_1=-1,x_2=-9

Exercise #2

Solve for X:

2X2+6X+8=0 -2X^2+6X+8=0

Video Solution

Step-by-Step Solution

To solve the quadratic equation 2X2+6X+8=0 -2X^2 + 6X + 8 = 0 using the quadratic formula, follow these steps:

  • Step 1: Calculate the discriminant, b24ac b^2 - 4ac .

Here, a=2 a = -2 , b=6 b = 6 , and c=8 c = 8 . Plug these into the formula: b24ac=624(2)(8)=36+64=100 b^2 - 4ac = 6^2 - 4(-2)(8) = 36 + 64 = 100 Since the discriminant is greater than zero, the roots are real and distinct.

  • Step 2: Apply the quadratic formula, X=b±b24ac2a X = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} .

Substituting the values, we have: X=6±1002(2) X = \frac{-6 \pm \sqrt{100}}{2(-2)} Simplifying inside the square root gives us: X=6±104 X = \frac{-6 \pm 10}{-4} This leads to two possible solutions: - First, calculate with the positive square root: X1=6+104=44=1 X_1 = \frac{-6 + 10}{-4} = \frac{4}{-4} = -1 - Second, calculate with the negative square root: X2=6104=164=4 X_2 = \frac{-6 - 10}{-4} = \frac{-16}{-4} = 4

Thus, the solutions to the equation are X1=4 X_1 = 4 and X2=1 X_2 = -1 .

Verifying against the choices, the correct choice is: : X1=4,X2=1 X_1=4, X_2=-1 .

Therefore, the solution is X1=4,X2=1 X_1 = 4, X_2 = -1 .

Answer

X1=4,X2=1 X_1=4, X_2=-1

Exercise #3

Solve the following equation:

x2+5x+4=0 x^2+5x+4=0

Video Solution

Step-by-Step Solution

The parameters are expressed in the quadratic equation as follows:

aX2+bX+c=0

 

We substitute into the formula:

 

-5±√(5²-4*1*4) 
          2

 

-5±√(25-16)
         2

 

-5±√9
    2

 

-5±3
   2

 

The symbol ± means that we have to solve this part twice, once with a plus and a second time with a minus,

This is how we later get two results.

 

-5-3 = -8
-8/2 = -4

 

-5+3 = -2
-2/2 = -1

 

And thus we find out that X = -1, -4

Answer

x1=1 x_1=-1 x2=4 x_2=-4

Exercise #4

Solve the following equation:

x2+9x+8=0 x^2+9x+8=0

Video Solution

Step-by-Step Solution

To solve the quadratic equation x2+9x+8=0 x^2 + 9x + 8 = 0 , we will use the factoring method because it appears simple to factor.

First, we attempt to factor the quadratic expression x2+9x+8 x^2 + 9x + 8 . We look for two numbers that multiply to 8 (the constant term) and add up to 9 (the coefficient of the x x term).

These numbers are 1 and 8. So, we can write:

x2+9x+8=(x+1)(x+8)=0 x^2 + 9x + 8 = (x + 1)(x + 8) = 0

Now, to find the solutions, we set each factor equal to zero:

  1. x+1=0 x + 1 = 0 x=1 x = -1
  2. x+8=0 x + 8 = 0 x=8 x = -8

Therefore, the solutions to the equation are x1=1 x_1 = -1 and x2=8 x_2 = -8 .

Upon reviewing the multiple-choice answers, we find that the correct choice is the one that matches our solutions:

x1=1 x_1=-1 x2=8 x_2=-8

Answer

x1=1 x_1=-1 x2=8 x_2=-8

Exercise #5

Solve the following equation:

2x210x12=0 2x^2-10x-12=0

Video Solution

Step-by-Step Solution

Let's recall the quadratic formula:

Quadratic formula | The formula

We'll substitute the given data into the formula:

x=(10)±10242(12)22 x={{-(-10)\pm\sqrt{-10^2-4\cdot2\cdot(-12)}\over 2\cdot2}}

Let's simplify and solve the part under the square root:

x=10±100+964 x={{10\pm\sqrt{100+96}\over 4}}

x=10±1964 x={{10\pm\sqrt{196}\over 4}}

x=10±144 x={{10\pm14\over 4}}

Now we'll solve using both methods, once with the addition sign and once with the subtraction sign:

x=10+144=244=6 x={{10+14\over 4}} = {24\over4}=6

x=10144=44=1 x={{10-14\over 4}} = {-4\over4}=-1

We've arrived at the solution: X=6,-1

Answer

x1=6 x_1=6 x2=1 x_2=-1

Start practice