No history yet

Mathematics

What Are Quadratic Equations?

In algebra, we often work with linear equations, like y=3x+2y = 3x + 2. But what happens when we square the variable? We get a quadratic equation. The name comes from "quadratus," the Latin word for square.

The standard form of a quadratic equation looks like this:

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

For example, 2x2+5x3=02x^2 + 5x - 3 = 0 is a quadratic equation. Here, a=2a=2, b=5b=5, and c=3c=-3. The "solutions" or "roots" of the equation are the values of xx that make the equation true.

The Quadratic Formula

There are a few ways to solve quadratic equations, but the most reliable method is the quadratic formula. It works for any quadratic equation, every single time. It might look a little intimidating, but it's a powerful tool.

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Let's solve our example equation, $2x^2 + 5x - 3 = 0$, using the formula.

First, identify the coefficients:

  • $a = 2$
  • $b = 5$
  • $c = -3$

Now, substitute these values into the formula:

x=(5)±(5)24(2)(3)2(2)x = \frac{-(5) \pm \sqrt{(5)^2 - 4(2)(-3)}}{2(2)}

Next, we simplify the expression step by step.

x=5±25(24)4x=5±494x=5±74x = \frac{-5 \pm \sqrt{25 - (-24)}}{4} \\ x = \frac{-5 \pm \sqrt{49}}{4} \\ x = \frac{-5 \pm 7}{4}

Because of the ±\pm symbol, we now have two possible solutions:

Solution 1 (using +): x=5+74=24=0.5x = \frac{-5 + 7}{4} = \frac{2}{4} = 0.5

Solution 2 (using -): x=574=124=3x = \frac{-5 - 7}{4} = \frac{-12}{4} = -3

So, the two roots of the equation 2x2+5x3=02x^2 + 5x - 3 = 0 are 0.50.5 and 3-3.

The Discriminant's Secret

The part of the formula inside the square root, b24acb^2 - 4ac, is called the discriminant. It tells us about the nature of the solutions without having to solve the entire equation.

Discriminant

noun

A function of the coefficients of a polynomial equation whose value gives information about the roots of the polynomial.

Thinking about the math, this makes sense. If you take the square root of a negative number, you don't get a real number. The discriminant tells you what kind of number you'll be taking the square root of.

Value of Discriminant (b24acb^2 - 4ac)Number of Real Solutions
Positive (> 0)Two distinct real solutions
Zero (= 0)One real solution
Negative (< 0)No real solutions

A Practical Example

Let's use this in a real-world scenario. Imagine you're building a rectangular dog run. You have enough fencing for a perimeter of 40 meters, and you want the area to be exactly 96 square meters. What should the dimensions of the run be?

Let the length be LL and the width be WW.

The perimeter is 2L+2W=402L + 2W = 40. We can simplify this to L+W=20L + W = 20, or L=20WL = 20 - W.

The area is L×W=96L \times W = 96.

Now we can substitute the expression for LL into the area equation:

(20W)×W=96(20 - W) \times W = 96

Let's expand this and rearrange it into our standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0.

20WW2=96W2+20W96=0W220W+96=020W - W^2 = 96 \\ -W^2 + 20W - 96 = 0 \\ W^2 - 20W + 96 = 0

Now we can solve for WW using the quadratic formula, with a=1a=1, b=20b=-20, and c=96c=96.

W=(20)±(20)24(1)(96)2(1)W=20±4003842W=20±162W=20±42W = \frac{-(-20) \pm \sqrt{(-20)^2 - 4(1)(96)}}{2(1)} \\ W = \frac{20 \pm \sqrt{400 - 384}}{2} \\ W = \frac{20 \pm \sqrt{16}}{2} \\ W = \frac{20 \pm 4}{2}

This gives us two possible values for the width WW:

  • W=20+42=242=12W = \frac{20+4}{2} = \frac{24}{2} = 12 meters
  • W=2042=162=8W = \frac{20-4}{2} = \frac{16}{2} = 8 meters

If the width is 12 meters, the length is 2012=820 - 12 = 8 meters. If the width is 8 meters, the length is 208=1220 - 8 = 12 meters. In either case, the dimensions of the dog run are 8 meters by 12 meters.

Quiz Questions 1/6

What is the standard form of a quadratic equation, where 'a' is not equal to 0?

Quiz Questions 2/6

In the quadratic equation 5x2x+9=05x^2 - x + 9 = 0, what are the values of a, b, and c?

Quadratic equations are a fundamental concept in algebra, opening the door to modeling more complex relationships in the world around us.