• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Quadratic Functions

Quadratic Equations

What is a Quadratic Equation?

A quadratic equation is a mathematical equation involving a quadratic form. This equation contains a variable with the highest power of 2. The general form of a quadratic equation is:

ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0

with the condition that a≠0a \neq 0a=0 and a,b,ca, b, ca,b,c are real numbers.

Origins of the Term "Quadratic"

The term "quadratic" comes from the Latin word quadratus, which means "to make a square." This relates to the geometric interpretation of the form x2x^2x2 which can be viewed as the area of a square with side length xxx.

How to Solve Quadratic Equations

Quadratic equations can be solved in various ways. Here are some commonly used methods:

Factorization

The factorization method involves breaking down the quadratic equation into a product of two linear factors. For example:

2x2−3x−2=02x^2 - 3x - 2 = 02x2−3x−2=0
(2x+1)(x−2)=0(2x + 1)(x - 2) = 0(2x+1)(x−2)=0

From the factored form above, we can get the solutions:

  • If 2x+1=02x + 1 = 02x+1=0, then x=−12x = -\frac{1}{2}x=−21​
  • If x−2=0x - 2 = 0x−2=0, then x=2x = 2x=2

Therefore, the roots of the quadratic equation are x=−12x = -\frac{1}{2}x=−21​ or x=2x = 2x=2.

Completing the Square

This method involves transforming the quadratic equation into a perfect square form.

Example:

2x2−3x−2=02x^2 - 3x - 2 = 02x2−3x−2=0

We divide all terms by 2:

x2−32x−1=0x^2 - \frac{3}{2}x - 1 = 0x2−23​x−1=0

Move the constant to the right side:

x2−32x=1x^2 - \frac{3}{2}x = 1x2−23​x=1

Add (−3/22)2=916\left(\frac{-3/2}{2}\right)^2 = \frac{9}{16}(2−3/2​)2=169​ to both sides:

x2−32x+916=1+916x^2 - \frac{3}{2}x + \frac{9}{16} = 1 + \frac{9}{16}x2−23​x+169​=1+169​
(x−34)2=16+916=2516\left(x - \frac{3}{4}\right)^2 = \frac{16 + 9}{16} = \frac{25}{16}(x−43​)2=1616+9​=1625​
(x−34)2=(54)2\left(x - \frac{3}{4}\right)^2 = \left(\frac{5}{4}\right)^2(x−43​)2=(45​)2

Therefore:

x−34=±54x - \frac{3}{4} = \pm \frac{5}{4}x−43​=±45​
x=34±54x = \frac{3}{4} \pm \frac{5}{4}x=43​±45​
x=2 or x=−12x = 2 \text{ or } x = -\frac{1}{2}x=2 or x=−21​

Using the Quadratic Formula

For the equation ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0, the roots can be determined using the formula:

x=−b±b2−4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}x=2a−b±b2−4ac​​

Example:

2x2−3x−2=02x^2 - 3x - 2 = 02x2−3x−2=0

With a=2a = 2a=2, b=−3b = -3b=−3, and c=−2c = -2c=−2:

x=−(−3)±(−3)2−4(2)(−2)2(2)x = \frac{-(-3) \pm \sqrt{(-3)^2 - 4(2)(-2)}}{2(2)}x=2(2)−(−3)±(−3)2−4(2)(−2)​​
x=3±9+164x = \frac{3 \pm \sqrt{9 + 16}}{4}x=43±9+16​​
x=3±254x = \frac{3 \pm \sqrt{25}}{4}x=43±25​​
x=3±54x = \frac{3 \pm 5}{4}x=43±5​

Therefore:

x=3+54=2 or x=3−54=−12x = \frac{3 + 5}{4} = 2 \text{ or } x = \frac{3 - 5}{4} = -\frac{1}{2}x=43+5​=2 or x=43−5​=−21​

Formulating Problems as Quadratic Equations

Many real-life problems can be modeled using quadratic equations. Let's explore some examples:

Reading Room Problem

Four reading corners of the same size are created in a classroom measuring 4 m × 6 m. If each corner is a square with side length xxx meters, then the remaining area of the room for arranging student seating is:

Total area−Area of four corners\text{Total area} - \text{Area of four corners}Total area−Area of four corners
4×6−4x2=24−4x24 \times 6 - 4x^2 = 24 - 4x^24×6−4x2=24−4x2
6 m
4 m
xxx
xxx
xxx
xxx
xxx
xxx
xxx
xxx

Problem of Multiplying Two Numbers

The product of two numbers is 63 and their sum is 16. We can solve this using a quadratic equation.

Let's say the two numbers are ppp and qqq, then:

  • p+q=16p + q = 16p+q=16, so q=16−pq = 16 - pq=16−p
  • p×q=63p \times q = 63p×q=63

Substituting the value of qqq:

p(16−p)=63p(16 - p) = 63p(16−p)=63
16p−p2=6316p - p^2 = 6316p−p2=63
−p2+16p−63=0-p^2 + 16p - 63 = 0−p2+16p−63=0
p2−16p+63=0p^2 - 16p + 63 = 0p2−16p+63=0

By factoring this equation or using the quadratic formula, we can find the values of ppp and qqq.

Vehicle Speed Problem

A vehicle travels a distance of 320 km at a certain speed. If the vehicle travels 24 km/h faster, its travel time is reduced by 3 hours. We can find the initial speed using a quadratic equation.

Let's say the initial speed is vvv km/h and the initial travel time is ttt hours, then:

  • v×t=320v \times t = 320v×t=320 (distance = speed × time)
  • (v+24)×(t−3)=320(v + 24) \times (t - 3) = 320(v+24)×(t−3)=320 (second condition)

From the first equation: t=320vt = \frac{320}{v}t=v320​

Substituting into the second equation:

(v+24)×(320v−3)=320(v + 24) \times \left(\frac{320}{v} - 3\right) = 320(v+24)×(v320​−3)=320

The solution process will result in a quadratic equation that can be solved to find the value of vvv.

Common Misconceptions About Quadratic Equations

Some common misconceptions include:

  1. Identifying the addition operation x+3x + 3x+3 as 3x3x3x.

    Concrete example: If a room's length is xxx meters, and increases by 3 meters, then its length becomes x+3x + 3x+3 meters, not 3x3x3x meters.

  2. Labeling an equation as a quadratic equation simply because the highest power of the variable xxx is 2, without considering the overall form of the equation.

    Remember that a quadratic equation is a polynomial with the standard form ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0 where a≠0a \neq 0a=0.

Forms of Quadratic Equations

Consider the following forms, which ones are quadratic equations?

  1. 1x+2x+4=0\frac{1}{x} + 2x + 4 = 0x1​+2x+4=0

    This is not a quadratic equation because it contains the term 1x\frac{1}{x}x1​.

  2. 1x−5+1x−3=x2−4\frac{1}{x-5} + \frac{1}{x-3} = x^2 - 4x−51​+x−31​=x2−4

    This is not a quadratic equation in standard form, because it has a fractional form with variables in the denominator.

  3. 3x2+2x−1=03x^2 + 2x - 1 = 03x2+2x−1=0

    This is a quadratic equation because it is in the form ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0 with a=3≠0a = 3 \neq 0a=3=0.

  4. x2+1x+3=0x^2 + \frac{1}{x} + 3 = 0x2+x1​+3=0

    This is not a quadratic equation because it contains the term 1x\frac{1}{x}x1​.

Practice Problems

Identifying Quadratic Equations

Determine whether the following mathematical equations are quadratic equations:

  1. x3+x2+x=0x^3 + x^2 + x = 0x3+x2+x=0
  2. 3x2+2x−1=03x^2 + 2x - 1 = 03x2+2x−1=0
  3. 1x+5x=0\frac{1}{x} + 5x = 0x1​+5x=0
  4. x2+1x+3=0x^2 + \frac{1}{x} + 3 = 0x2+x1​+3=0

Factorization

Expand the following equations:

  1. (x+2)(x+3)=0(x + 2)(x + 3) = 0(x+2)(x+3)=0
  2. (13x−4)(x+9)=0\left(\frac{1}{3}x - 4\right)(x + 9) = 0(31​x−4)(x+9)=0
  3. (2x−8)(x+5)=0(2x - 8)(x + 5) = 0(2x−8)(x+5)=0

Answer Key

Identifying Quadratic Equations

  1. x3+x2+x=0x^3 + x^2 + x = 0x3+x2+x=0

    Answer: Not a quadratic equation, because it has the highest power of 3 (x3x^3x3). This is a cubic equation.

  2. 3x2+2x−1=03x^2 + 2x - 1 = 03x2+2x−1=0

    Answer: Quadratic equation, because it is in the form ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0 with a=3a = 3a=3, b=2b = 2b=2, and c=−1c = -1c=−1.

  3. 1x+5x=0\frac{1}{x} + 5x = 0x1​+5x=0

    Answer: Not a quadratic equation, because it contains the term 1x\frac{1}{x}x1​. This is a fractional equation.

  4. x2+1x+3=0x^2 + \frac{1}{x} + 3 = 0x2+x1​+3=0

    Answer: Not a quadratic equation, because it contains the term 1x\frac{1}{x}x1​. This is a mixed equation.

Factorization

  1. (x+2)(x+3)=0(x + 2)(x + 3) = 0(x+2)(x+3)=0

    Answer:

    (x+2)(x+3)=0(x + 2)(x + 3) = 0(x+2)(x+3)=0
    x2+3x+2x+6=0x^2 + 3x + 2x + 6 = 0x2+3x+2x+6=0
    x2+5x+6=0x^2 + 5x + 6 = 0x2+5x+6=0

    So, the product of the two factors is x2+5x+6=0x^2 + 5x + 6 = 0x2+5x+6=0

  2. (13x−4)(x+9)=0\left(\frac{1}{3}x - 4\right)(x + 9) = 0(31​x−4)(x+9)=0

    Answer:

    (13x−4)(x+9)=0\left(\frac{1}{3}x - 4\right)(x + 9) = 0(31​x−4)(x+9)=0
    13x⋅x+13x⋅9−4⋅x−4⋅9=0\frac{1}{3}x \cdot x + \frac{1}{3}x \cdot 9 - 4 \cdot x - 4 \cdot 9 = 031​x⋅x+31​x⋅9−4⋅x−4⋅9=0
    13x2+3x−4x−36=0\frac{1}{3}x^2 + 3x - 4x - 36 = 031​x2+3x−4x−36=0
    13x2−x−36=0\frac{1}{3}x^2 - x - 36 = 031​x2−x−36=0

    Multiply all terms by 3 to simplify:

    x2−3x−108=0x^2 - 3x - 108 = 0x2−3x−108=0

    So, the product of the two factors is x2−3x−108=0x^2 - 3x - 108 = 0x2−3x−108=0 or 13x2−x−36=0\frac{1}{3}x^2 - x - 36 = 031​x2−x−36=0

  3. (2x−8)(x+5)=0(2x - 8)(x + 5) = 0(2x−8)(x+5)=0

    Answer:

    (2x−8)(x+5)=0(2x - 8)(x + 5) = 0(2x−8)(x+5)=0
    2x⋅x+2x⋅5−8⋅x−8⋅5=02x \cdot x + 2x \cdot 5 - 8 \cdot x - 8 \cdot 5 = 02x⋅x+2x⋅5−8⋅x−8⋅5=0
    2x2+10x−8x−40=02x^2 + 10x - 8x - 40 = 02x2+10x−8x−40=0
    2x2+2x−40=02x^2 + 2x - 40 = 02x2+2x−40=0

    Factoring 2x−82x - 82x−8 as 2(x−4)2(x - 4)2(x−4):

    2(x−4)(x+5)=02(x - 4)(x + 5) = 02(x−4)(x+5)=0

    So, the product of the two factors is 2x2+2x−40=02x^2 + 2x - 40 = 02x2+2x−40=0

Solving Quadratic Equations

Let's solve some equations from the factorization results above:

  1. x2+5x+6=0x^2 + 5x + 6 = 0x2+5x+6=0

    Answer: Factorization:

    x2+5x+6=0x^2 + 5x + 6 = 0x2+5x+6=0
    (x+2)(x+3)=0(x + 2)(x + 3) = 0(x+2)(x+3)=0

    Therefore:

    • If x+2=0x + 2 = 0x+2=0, then x=−2x = -2x=−2
    • If x+3=0x + 3 = 0x+3=0, then x=−3x = -3x=−3

    The roots of the equation are: x=−2x = -2x=−2 or x=−3x = -3x=−3

  2. x2−3x−108=0x^2 - 3x - 108 = 0x2−3x−108=0

    Answer: Using the quadratic formula:

    x=−b±b2−4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}x=2a−b±b2−4ac​​
    x=3±9+4322x = \frac{3 \pm \sqrt{9 + 432}}{2}x=23±9+432​​
    x=3±4412x = \frac{3 \pm \sqrt{441}}{2}x=23±441​​
    x=3±212x = \frac{3 \pm 21}{2}x=23±21​

    Therefore:

    • x=3+212=12x = \frac{3 + 21}{2} = 12x=23+21​=12
    • x=3−212=−9x = \frac{3 - 21}{2} = -9x=23−21​=−9

    The roots of the equation are: x=12x = 12x=12 or x=−9x = -9x=−9

    Verification by factorization:

    x2−3x−108=0x^2 - 3x - 108 = 0x2−3x−108=0
    (x−12)(x+9)=0(x - 12)(x + 9) = 0(x−12)(x+9)=0
  3. 2x2+2x−40=02x^2 + 2x - 40 = 02x2+2x−40=0

    Answer: Simplify the equation by dividing all terms by 2:

    x2+x−20=0x^2 + x - 20 = 0x2+x−20=0

    Factorization:

    x2+x−20=0x^2 + x - 20 = 0x2+x−20=0
    (x+5)(x−4)=0(x + 5)(x - 4) = 0(x+5)(x−4)=0

    Therefore:

    • If x+5=0x + 5 = 0x+5=0, then x=−5x = -5x=−5
    • If x−4=0x - 4 = 0x−4=0, then x=4x = 4x=4

    The roots of the equation are: x=−5x = -5x=−5 or x=4x = 4x=4

Previous

Linear Inequality Systems

Next

Quadratic Equation Factorization

  • Quadratic EquationsLearn to solve quadratic equations using factorization, completing the square, and quadratic formula. Master ax²+bx+c=0 with step-by-step examples and real-world problems.
On this page
  • What is a Quadratic Equation?
    • Origins of the Term "Quadratic"
  • How to Solve Quadratic Equations
    • Factorization
    • Completing the Square
    • Using the Quadratic Formula
  • Formulating Problems as Quadratic Equations
    • Reading Room Problem
    • Problem of Multiplying Two Numbers
    • Vehicle Speed Problem
  • Common Misconceptions About Quadratic Equations
  • Forms of Quadratic Equations
  • Practice Problems
    • Answer Key
  • Comments
  • Report
  • Source code