2. Algebra

Quadratics

Explore quadratic expressions and equations, factoring, completing the square, and the quadratic formula for solutions.

Quadratic Equations

Hey there students! 🎯 Welcome to one of the most powerful tools in mathematics - quadratic equations! In this lesson, you'll discover how these special equations appear everywhere from calculating the path of a basketball shot to determining the maximum profit a business can make. By the end of this lesson, you'll master three key methods for solving quadratics: factoring, completing the square, and using the quadratic formula. Get ready to unlock the secrets behind those beautiful U-shaped curves called parabolas! πŸ“ˆ

Understanding Quadratic Equations

A quadratic equation is any equation that can be written in the standard form $ax^2 + bx + c = 0$, where $a$, $b$, and $c$ are real numbers and $a β‰  0$. The term "quadratic" comes from the Latin word "quadratum," meaning square, because the highest power of the variable is 2 (squared).

What makes quadratic equations so special? Unlike linear equations that create straight lines, quadratic equations create parabolas - those graceful U-shaped or upside-down U-shaped curves you see everywhere in nature and technology! 🌈

Think about it, students - when you throw a ball, its path follows a parabola. When engineers design bridges or architects create arches, they're using the principles of quadratic equations. Even the satellite dishes that bring you internet and TV signals are shaped like parabolas to focus radio waves perfectly!

The graph of a quadratic equation $y = ax^2 + bx + c$ has some fascinating properties. If $a > 0$, the parabola opens upward like a smile 😊, and if $a < 0$, it opens downward like a frown. The vertex (the highest or lowest point) occurs at $x = -\frac{b}{2a}$, and this point represents either the maximum or minimum value of the function.

Solving by Factoring

Factoring is often the quickest method when it works! The key insight is that if two numbers multiply to give zero, then at least one of them must be zero. This is called the Zero Product Property.

Let's say you have the equation $x^2 - 5x + 6 = 0$. To factor this, students, you need to find two numbers that multiply to give 6 (the constant term) and add to give -5 (the coefficient of $x$). Those numbers are -2 and -3 because $(-2) Γ— (-3) = 6$ and $(-2) + (-3) = -5$.

So we can write: $x^2 - 5x + 6 = (x - 2)(x - 3) = 0$

Using the Zero Product Property: either $(x - 2) = 0$ or $(x - 3) = 0$, which gives us $x = 2$ or $x = 3$.

Here's a real-world example: A company's profit in thousands of dollars is given by $P = -x^2 + 8x - 15$, where $x$ is the number of items produced (in hundreds). To find when the company breaks even (profit = 0), we solve: $-x^2 + 8x - 15 = 0$, or $x^2 - 8x + 15 = 0$.

Factoring: $(x - 3)(x - 5) = 0$, so $x = 3$ or $x = 5$. This means the company breaks even when producing 300 or 500 items! πŸ’°

Completing the Square

Sometimes factoring doesn't work nicely, and that's where completing the square comes in handy! This method transforms any quadratic into a perfect square trinomial, making it easier to solve.

The process involves creating a perfect square on one side of the equation. For $ax^2 + bx + c = 0$, we first divide by $a$ if $a β‰  1$, then rearrange to get $x^2 + \frac{b}{a}x = -\frac{c}{a}$.

Next, we add $\left(\frac{b}{2a}\right)^2$ to both sides. This creates a perfect square trinomial on the left side.

Let's try $x^2 + 6x - 7 = 0$:

  1. Rearrange: $x^2 + 6x = 7$
  2. Complete the square: $x^2 + 6x + 9 = 7 + 9$ (we added $(6/2)^2 = 9$)
  3. Factor the left side: $(x + 3)^2 = 16$
  4. Take the square root: $x + 3 = Β±4$
  5. Solve: $x = -3 Β± 4$, so $x = 1$ or $x = -7$

This method is particularly useful in physics! When calculating the motion of projectiles, completing the square helps us find the maximum height and time of flight. For instance, if a rocket's height is given by $h = -16t^2 + 64t + 80$, completing the square reveals that it reaches its maximum height of 144 feet at $t = 2$ seconds! πŸš€

The Quadratic Formula

The quadratic formula is your mathematical superhero cape - it works for ANY quadratic equation! πŸ¦Έβ€β™‚οΈ Derived by completing the square on the general form, it states:

$$x = \frac{-b Β± \sqrt{b^2 - 4ac}}{2a}$$

The expression under the square root, $b^2 - 4ac$, is called the discriminant. It tells us about the nature of the solutions:

  • If $b^2 - 4ac > 0$: two real solutions
  • If $b^2 - 4ac = 0$: one real solution (repeated root)
  • If $b^2 - 4ac < 0$: no real solutions (complex solutions)

Let's solve $2x^2 + 3x - 2 = 0$ using the quadratic formula:

Here, $a = 2$, $b = 3$, and $c = -2$.

$$x = \frac{-3 Β± \sqrt{3^2 - 4(2)(-2)}}{2(2)} = \frac{-3 Β± \sqrt{9 + 16}}{4} = \frac{-3 Β± \sqrt{25}}{4} = \frac{-3 Β± 5}{4}$$

So $x = \frac{-3 + 5}{4} = \frac{1}{2}$ or $x = \frac{-3 - 5}{4} = -2$.

Real-world application: Engineers use the quadratic formula to design roller coasters! The path of a coaster car can be modeled by quadratic equations, and engineers need to solve these to ensure the car has enough speed to complete loops and climbs safely. 🎒

Applications in the Real World

Quadratic equations appear in countless real-world scenarios, students! In business, they model profit functions where companies need to find the optimal production level. The general form is often $P = -ax^2 + bx - c$, where the negative coefficient of $x^2$ creates a downward parabola, showing that there's a maximum profit point.

In sports, quadratic equations describe projectile motion. A basketball player's shot follows the path $y = -0.04x^2 + 0.8x + 6$, where $x$ is horizontal distance and $y$ is height. Solving this equation helps determine the shot's range and maximum height! πŸ€

Architecture heavily relies on quadratic principles. The Gateway Arch in St. Louis follows a quadratic-related curve, and suspension bridges use parabolic cables to distribute weight evenly. The main cable of the Golden Gate Bridge can be approximated by a quadratic equation!

In technology, satellite dishes are parabolic because this shape focuses all incoming signals to a single point - the receiver. This property comes directly from the mathematical properties of parabolas described by quadratic equations! πŸ“‘

Conclusion

Congratulations, students! You've now mastered the three essential methods for solving quadratic equations: factoring for when solutions are nice integers, completing the square for finding vertex form and understanding the structure, and the quadratic formula as your reliable backup for any situation. These tools will serve you well in advanced mathematics, science courses, and real-world problem-solving. Remember, quadratics are everywhere - from the path of a thrown ball to the design of car headlights. Keep practicing these methods, and you'll find that what once seemed complex becomes second nature! 🌟

Study Notes

β€’ Standard Form: $ax^2 + bx + c = 0$ where $a β‰  0$

β€’ Factoring: Find two numbers that multiply to $ac$ and add to $b$, then use Zero Product Property

β€’ Completing the Square: Add $\left(\frac{b}{2a}\right)^2$ to both sides to create perfect square trinomial

β€’ Quadratic Formula: $x = \frac{-b Β± \sqrt{b^2 - 4ac}}{2a}$

β€’ Discriminant: $b^2 - 4ac$ determines number and type of solutions

β€’ Vertex Formula: $x = -\frac{b}{2a}$ gives x-coordinate of vertex

β€’ Parabola Direction: If $a > 0$, opens upward; if $a < 0$, opens downward

β€’ Zero Product Property: If $AB = 0$, then $A = 0$ or $B = 0$

β€’ Perfect Square Trinomial: $(x + k)^2 = x^2 + 2kx + k^2$

β€’ Real-World Applications: Projectile motion, profit optimization, architecture, satellite design

Practice Quiz

5 questions to test your understanding

Quadratics β€” High School Integrated Math | A-Warded