Unlocking Quadratic Equations: A Friendly Guide to Solving X² + 4x = 21 and X² - 2x = 4

You know, sometimes math problems can feel like a locked door, and you're just searching for the right key. Today, let's talk about a couple of those doors: solving quadratic equations. Specifically, we're going to look at two common types that pop up: x² + 4x = 21 and x² - 2x = 4.

Think of these as puzzles. For the first one, x² + 4x = 21, there are a few ways to crack it. One popular method is called 'completing the square'. It sounds a bit more involved than it is. The idea is to rearrange the equation so you can easily take the square root. We want to make the left side look like (x + something)². To do this, we take half of the coefficient of our x term (which is 4), square it (that's 2² = 4), and add it to both sides of the equation. So, x² + 4x + 4 = 21 + 4, which simplifies to (x + 2)² = 25. Now, this is much friendlier! We can take the square root of both sides: x + 2 = ±5. This gives us two possibilities: x + 2 = 5 (leading to x = 3) or x + 2 = -5 (leading to x = -7). So, the solutions are x = 3 and x = -7.

Alternatively, for x² + 4x = 21, we could also move everything to one side to get x² + 4x - 21 = 0. Then, we can try to factor it. We're looking for two numbers that multiply to -21 and add up to +4. Those numbers are +7 and -3. So, we can rewrite the equation as (x + 7)(x - 3) = 0. For this product to be zero, either x + 7 = 0 (giving x = -7) or x - 3 = 0 (giving x = 3). See? Same answers, just a slightly different path.

Now, let's look at the second equation: x² - 2x = 4. Again, we can use completing the square. This time, the coefficient of our x term is -2. Half of -2 is -1, and squaring that gives us 1. So, we add 1 to both sides: x² - 2x + 1 = 4 + 1, which becomes (x - 1)² = 5. Taking the square root of both sides, we get x - 1 = ±√5. This means x = 1 ± √5. So, our two solutions are x = 1 + √5 and x = 1 - √5.

What if we tried to factor x² - 2x = 4? First, we'd rearrange it to x² - 2x - 4 = 0. This one doesn't factor nicely with whole numbers. When factoring doesn't seem straightforward, that's where the quadratic formula comes in handy. For an equation in the form ax² + bx + c = 0, the formula is x = [-b ± √(b² - 4ac)] / 2a. In our case, a = 1, b = -2, and c = -4. Plugging these values in: x = [ -(-2) ± √((-2)² - 4 * 1 * -4) ] / (2 * 1). This simplifies to x = [ 2 ± √(4 + 16) ] / 2, which is x = [ 2 ± √20 ] / 2. Since √20 is the same as √(4 * 5) or 2√5, we get x = [ 2 ± 2√5 ] / 2. Dividing everything by 2, we arrive at x = 1 ± √5. It's reassuring when different methods lead to the same place, isn't it?

So, whether you prefer completing the square, factoring, or the trusty quadratic formula, there's a way to solve these equations. It's all about finding the right approach that makes sense to you. These aren't just abstract problems; they're like little logic puzzles waiting to be solved, and the satisfaction of finding the answer is pretty great.

Leave a Reply

Your email address will not be published. Required fields are marked *