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!

Solve the following equation:

\( 2x^2-10x-12=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

a = coefficient of x²

b = coefficient of x

c = coefficient of the independent number


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

What are the components of the equation?

Video Solution

Step-by-Step Solution

The quadratic equation we have is x2+4x5=0 x^2 + 4x - 5 = 0 .

We'll compare this with the general form of a quadratic equation: ax2+bx+c=0 ax^2 + bx + c = 0 .

1. Identify a a : The coefficient of x2 x^2 in the given equation is 1 1 . Therefore, a=1 a = 1 .

2. Identify b b : The coefficient of x x in the given equation is 4 4 . Therefore, b=4 b = 4 .

3. Identify c c : The constant term in the given equation is 5 -5 . Therefore, c=5 c = -5 .

Thus, the components of the equation are:

  • a=1 a = 1
  • b=4 b = 4
  • c=5 c = -5

The correct answer to this problem, matching choice id 3, is:

a=1 a=1 b=4 b=4 c=5 c=-5

Answer

a=1 a=1 b=4 b=4 c=5 c=-5

Exercise #2

a = coefficient of x²

b = coefficient of x

c = coefficient of the independent number


10x2+5+20x=0 10x^2+5+20x=0

What are the components of the equation?

Video Solution

Step-by-Step Solution

To determine the components of the quadratic equation, follow these steps:

  • Step 1: Recognize the standard form of a quadratic equation, which is ax2+bx+c=0 ax^2 + bx + c = 0 .
  • Step 2: Compare the given equation 10x2+20x+5=0 10x^2 + 20x + 5 = 0 to the standard form.
  • Step 3: Identify the coefficients:
    - The term 10x2 10x^2 indicates that a=10 a = 10 .
    - The term 20x 20x indicates that b=20 b = 20 .
    - The term 5 5 is the constant term, so c=5 c = 5 .

Therefore, the components of the equation are:

a=10 a = 10 , b=20 b = 20 , c=5 c = 5 .

The correct answer among the choices provided is the one that correctly identifies these coefficients:

a=10 a=10 b=20 b=20 c=5 c=5

Therefore, the correct choice is Choice 4.

Answer

a=10 a=10 b=20 b=20 c=5 c=5

Exercise #3

a = coefficient of x²

b = coefficient of x

c = coefficient of the independent number


56x2+12x=0 5-6x^2+12x=0

What are the components of the equation?

Video Solution

Step-by-Step Solution

Let's solve this problem step-by-step by identifying the coefficients of the quadratic equation:

First, examine the given equation:

56x2+12x=05 - 6x^2 + 12x = 0

To make it easier to identify the coefficients, we rewrite the equation in the standard quadratic form:

6x2+12x+5=0-6x^2 + 12x + 5 = 0

In this expression, we can now directly identify the coefficients:

  • The coefficient of x2 x^2 (quadratic term) is a=6 a = -6 .
  • The coefficient of x x (linear term) is b=12 b = 12 .
  • The constant term (independent number) is c=5 c = 5 .

Thus, the components of the quadratic equation are:

a=6 a = -6 , b=12 b = 12 , c=5 c = 5

By comparing these values to the multiple-choice options, we can determine that the correct choice is:

Choice 4: a=6 a = -6 , b=12 b = 12 , c=5 c = 5

Therefore, the final solution is:

a=6 a = -6 , b=12 b = 12 , c=5 c = 5 .

Answer

a=6 a=-6 b=12 b=12 c=5 c=5

Exercise #4

a = coefficient of x²

b = coefficient of x

c = coefficient of the independent number

Identifies a,b,c

5x2+6x8=0 5x^2+6x-8=0

Video Solution

Step-by-Step Solution

To identify the coefficients from the quadratic equation 5x2+6x8=0 5x^2 + 6x - 8 = 0 , follow these steps:

  • Standard Form of Quadratic Equation: Compare 5x2+6x85x^2 + 6x - 8 with the standard form ax2+bx+c=0ax^2 + bx + c = 0.
  • Identify aa, bb, and cc:
    • a=5 a = 5 : The coefficient of x2x^2.
    • b=6 b = 6 : The coefficient of xx.
    • c=8 c = -8 : The constant term (independent of xx).

Therefore, from the equation 5x2+6x8=0 5x^2 + 6x - 8 = 0 , the coefficients are identified as a=5 a=5 , b=6 b=6 , and c=8 c=-8 .

Comparing with choices, we find that choice 2 is correct: a=5 a=5 , b=6 b=6 , c=8 c=-8 .

Thus, the coefficients are identified as a=5 a=5 , b=6 b=6 , c=8 c=-8 .

Answer

a=5 a=5 b=6 b=6 c=8 c=-8

Exercise #5

a = coefficient of x²

b = coefficient of x

c = coefficient of the independent number


8x25x+9=0 -8x^2-5x+9=0

What are the components of the equation?

Video Solution

Step-by-Step Solution

To solve this problem, we'll follow these steps:

  • Step 1: Identify the equation is given in the standard quadratic form: 8x25x+9=0-8x^2 - 5x + 9 = 0.
  • Step 2: Determine each component:
    • aa is the coefficient of x2x^2, which is 8-8.
    • bb is the coefficient of xx, which is 5-5.
    • cc is the constant term, which is 99.

Now, let's resolve this using the above plan:

Step 1: The equation is already in standard form: 8x25x+9=0-8x^2 - 5x + 9 = 0.

Step 2: Recognize that:

  • a=8a = -8 because it is the coefficient of x2x^2.
  • b=5b = -5 because it is the coefficient of xx.
  • c=9c = 9 because it is the constant term.

Therefore, the components of the equation are a=8 a = -8 , b=5 b = -5 , c=9 c = 9 .

Answer

a=8 a=-8 b=5 b=-5 c=9 c=9

Start practice