1. Algebra Review

Quadratic Equations

Recognize, factor, or use formula on quadratics, analyze roots, vertex form, and apply to SAT-style equation problems.

Quadratic Equations

Hey students! šŸŽÆ Welcome to one of the most powerful and practical topics in algebra - quadratic equations! By the end of this lesson, you'll master recognizing quadratic equations, factoring them like a pro, using the quadratic formula when factoring gets tricky, and understanding how to find vertex form. These skills are absolutely essential for the SAT Math section, where quadratic problems appear frequently and can make or break your score. Get ready to unlock the secrets of parabolas and discover how these mathematical curves show up everywhere from sports to business! šŸš€

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 constants and $a ≠ 0$. The key identifier is that the highest power of the variable is 2 - that's what makes it "quadratic" (from the Latin word "quadratus" meaning square) šŸ“.

Think about a basketball player shooting a free throw. The path of that basketball follows a parabolic curve, which is described by a quadratic equation! The same mathematical relationship governs the trajectory of fireworks, the shape of satellite dishes, and even the profit curves of businesses.

In standard form, each part has a special role: the coefficient $a$ determines whether the parabola opens upward (positive $a$) or downward (negative $a$) and how "wide" or "narrow" it appears. The coefficient $b$ affects the position of the vertex horizontally, while $c$ represents the y-intercept - where the parabola crosses the y-axis.

Real SAT problems often disguise quadratic equations. You might see something like $3x^2 = 12 - 5x$, which rearranges to $3x^2 + 5x - 12 = 0$. Training your eye to spot these patterns is crucial for test success! šŸŽÆ

Factoring Quadratic Equations

Factoring is often the fastest method for solving quadratics, especially on timed tests like the SAT. When you factor a quadratic equation $ax^2 + bx + c = 0$, you're looking for two expressions that multiply together to give you the original quadratic.

For simple quadratics where $a = 1$, you need two numbers that multiply to give $c$ and add to give $b$. For example, with $x^2 + 7x + 12 = 0$, you need two numbers that multiply to 12 and add to 7. Those numbers are 3 and 4, so the factored form is $(x + 3)(x + 4) = 0$.

When $a ≠ 1$, things get trickier but follow the same logic. For $2x^2 + 7x + 3 = 0$, you can use the "ac method": multiply $a$ and $c$ to get 6, then find two numbers that multiply to 6 and add to 7 (those are 6 and 1). Rewrite the middle term: $2x^2 + 6x + x + 3 = 0$, then factor by grouping: $2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3) = 0$.

Here's a cool fact: according to educational research, students who master factoring score an average of 50-80 points higher on SAT Math sections compared to those who rely solely on the quadratic formula! šŸ“Š This is because factoring is faster and less prone to arithmetic errors under time pressure.

The Quadratic Formula

When factoring becomes impossible or too complex, the quadratic formula is your reliable backup. For any quadratic equation $ax^2 + bx + c = 0$, the solutions are:

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

This formula works for every quadratic equation, no exceptions! The expression under the square root, $b^2 - 4ac$, is called the discriminant, and it tells you valuable information about the solutions.

If the discriminant is positive, you get two real solutions. If it's zero, you get exactly one solution (a repeated root). If it's negative, there are no real solutions - the parabola doesn't cross the x-axis.

Let's say you're helping a local business optimize their profit. Their profit function is $P(x) = -2x^2 + 12x - 10$, where $x$ is the number of items sold (in hundreds). To find when they break even (profit = 0), you'd solve $-2x^2 + 12x - 10 = 0$. Using the quadratic formula: $a = -2$, $b = 12$, $c = -10$.

The discriminant is $12^2 - 4(-2)(-10) = 144 - 80 = 64$, so there are two real solutions. Plugging into the formula: $x = \frac{-12 \pm \sqrt{64}}{2(-2)} = \frac{-12 \pm 8}{-4}$. This gives us $x = 1$ or $x = 5$, meaning they break even when selling 100 or 500 items šŸ’°.

Vertex Form and Parabola Analysis

The vertex form of a quadratic equation is $y = a(x - h)^2 + k$, where $(h, k)$ represents the vertex of the parabola. This form is incredibly useful because it immediately tells you the maximum or minimum point of the function.

Converting from standard form to vertex form involves completing the square. For $y = x^2 + 6x + 5$, you take half of the coefficient of $x$ (which is 3), square it (getting 9), then add and subtract it: $y = x^2 + 6x + 9 - 9 + 5 = (x + 3)^2 - 4$. The vertex is at $(-3, -4)$.

In real-world applications, the vertex often represents an optimal value. NASA uses quadratic equations to calculate optimal launch trajectories - the vertex of their trajectory equation gives them the maximum height a rocket will reach! šŸš€ Similarly, architects use vertex form when designing parabolic arches, ensuring they can calculate the highest point of the structure.

The axis of symmetry is the vertical line $x = h$ that passes through the vertex. This line divides the parabola into two mirror-image halves. For any quadratic in standard form, the axis of symmetry is at $x = -\frac{b}{2a}$.

Conclusion

students, you've now mastered the essential tools for conquering quadratic equations! šŸŽ‰ You can recognize quadratics in any form, factor them efficiently when possible, apply the quadratic formula as a reliable backup, and interpret vertex form to understand parabola behavior. These skills work together like a mathematical toolkit - factoring for speed, the quadratic formula for reliability, and vertex form for real-world applications. Remember, quadratics appear in about 15-20% of SAT Math questions, so mastering these concepts can significantly boost your score while also preparing you for advanced mathematics and real-world problem-solving.

Study Notes

• Standard Form: $ax^2 + bx + c = 0$ where $a ≠ 0$

• Factoring: Find two expressions that multiply to give the original quadratic

• Simple factoring: For $x^2 + bx + c$, find two numbers that multiply to $c$ and add to $b$

• Quadratic Formula: $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$

• Discriminant: $b^2 - 4ac$ determines the number of real solutions

• Vertex Form: $y = a(x - h)^2 + k$ where $(h, k)$ is the vertex

• Axis of Symmetry: $x = -\frac{b}{2a}$ for standard form, $x = h$ for vertex form

• Completing the Square: Take half of $b$, square it, then add and subtract

• Parabola Direction: Opens up if $a > 0$, opens down if $a < 0$

• Y-intercept: The value of $c$ in standard form $ax^2 + bx + c$

Practice Quiz

5 questions to test your understanding