[Grade 9 Math] Let's Master Quadratic Equations!
Hello everyone! Welcome to one of the biggest milestones in 9th-grade math: "Quadratic Equations."
The term "equation" might sound intimidating, but in reality, you can solve these simply by combining the "factoring" and "square root" knowledge you've already learned, almost like putting together a puzzle.
It might feel tricky at first, but once you get the hang of it, you'll be solving them in no time. Let's take it one step at a time!
1. What is a Quadratic Equation?
Up until now, you've studied "linear equations" like "\(2x + 3 = 7\)", which contain \(x\) to the first power (just plain \(x\)). A quadratic equation, which we are learning now, is an equation that includes \(x^2\) (\(x\) squared).
The standard form is:
\(ax^2 + bx + c = 0\)
(*Where \(a, b, c\) are numbers, and \(a\) is not 0)
Finding the values of \(x\) that make this equation true is called solving the quadratic equation, and the answers are called the roots (or solutions).
【Key Point】
In general, a quadratic equation has two roots. (Sometimes there is only one, or no real roots at all, but for now, just assume that "having two" is the standard!)
2. Solving Using Square Roots
This is the simplest method. We use the concept of square roots, which asks, "What number multiplied by itself gives me \(a\)?"
① The Basic Form: \(x^2 = k\)
Example: \(x^2 = 7\)
The numbers that become 7 when squared are the square roots of 7, so:
\(x = \pm\sqrt{7}\)
② The Parentheses Form: \((x + m)^2 = k\)
Think of the content inside the parentheses as a single unit.
Example: \((x - 3)^2 = 5\)
1. The inside of the parentheses \((x - 3)\) is the square root of 5: \(x - 3 = \pm\sqrt{5}\)
2. Move \(-3\) to the other side: \(x = 3 \pm\sqrt{5}\)
【Common Mistake】
Don't forget the "\(\pm\)" (plus-minus) sign!
The solutions for \(x^2 = 9\) are not just \(3\), because \((-3) \times (-3)\) also equals \(9\). Always remember to write \(x = \pm 3\).
3. Solving Using Factoring
The factoring you learned in the previous chapter is super useful here! This method uses the rule: "If the product of two numbers is 0, then one of them must be 0."
"If \(A \times B = 0\), then \(A=0\) or \(B=0\)"
Steps to Solve
1. Rewrite the equation in the form \(( \quad )( \quad ) = 0\).
2. Find the values of \(x\) that make each set of parentheses equal to 0.
Example: \(x^2 + 5x + 6 = 0\)
1. Factor the left side: \((x + 2)(x + 3) = 0\)
2. This is true if \((x + 2) = 0\) or \((x + 3) = 0\), so:
3. The answers are \(x = -2, -3\)
【Did You Know?】
When you factor and end up with one set of parentheses squared, like \((x - 4)^2 = 0\), there is only one root: \(x = 4\). This is technically called a "double root," but for now, just think of it as "the answers overlapped!"
4. The Invincible "Quadratic Formula"
When you can't figure out the factoring, or when the expression simply cannot be factored, there is a powerful weapon that can solve any quadratic equation. That is the "Quadratic Formula."
【Important】The Quadratic Formula
For \(ax^2 + bx + c = 0\),
\(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)
You might think, "Whoa, that looks like a scary spell..." but try to learn it with a rhythm! Repeat it out loud: "2a in the denominator, negative b, plus or minus, square root, b squared minus 4ac." Keep saying it, and it will stick!
Usage Example
Example: \(x^2 + 3x + 1 = 0\)
This equation cannot be factored. So, we use the formula (\(a=1, b=3, c=1\)):
\(x = \frac{-3 \pm \sqrt{3^2 - 4 \times 1 \times 1}}{2 \times 1}\)
\(x = \frac{-3 \pm \sqrt{9 - 4}}{2}\)
\(x = \frac{-3 \pm \sqrt{5}}{2}\)
【Key Point】
When calculating the inside of the root, errors often happen with the negative sign (the \(-4ac\) part). Using parentheses and calculating carefully is the shortcut to getting it right!
5. Using Quadratic Equations (Word Problems)
Quadratic equations are used in many real-life situations. For example, in "area" problems.
Example: You have a plot of land that is 10m long and 15m wide. If you shorten both the length and width by the same length \(x(m)\), the area becomes \(84m^2\). How many meters is \(x\)?
Thinking process:
1. After shortening, the length is \((10 - x)\) and the width is \((15 - x)\).
2. Set up the area equation: \((10 - x)(15 - x) = 84\)
3. Expand and simplify: \(150 - 25x + x^2 = 84\) → \(x^2 - 25x + 66 = 0\)
4. Factor: \((x - 3)(x - 22) = 0\)
5. The solutions are \(x = 3, 22\).
Wait, watch out!
Since the original length is 10m, you can't shorten it by 22m, right?
While the math solutions are \(x = 3\) and \(22\), only \(x = 3\) fits the constraints of the problem (\(0 < x < 10\)).
In word problems, always check if your final answers make sense in the real world!
Summary: Which method should I choose?
When solving quadratic equations, check them in this order for a smooth process!
- Is it in the form \(x^2 = k\)? → Solve quickly using square roots!
- Can it be factored? → If it looks like it can, factoring is the fastest way!
- Neither seems to work... → It's time for the "Quadratic Formula"! (This will solve absolutely anything)
At first, the calculations for the quadratic formula might feel overwhelming, but with repeated practice, your hands will start doing it on their own. Be confident—you are using one of the most important tools in the history of mathematics!
I'm rooting for you!