Solving Quadratic Inequalities: X² - 4x - 12 < 0

by Andrew McMorgan 49 views

Hey math whizzes and fellow problem-solvers! Today, we're diving deep into the exciting world of quadratic inequalities. Specifically, we're tackling the challenge of solving x² - 4x - 12 < 0. Don't worry if inequalities sometimes feel like a puzzle; we're going to break it down step-by-step, making it super clear and easy to understand. Think of this as your go-to guide for mastering this type of problem, complete with explanations that will make you feel like a math ninja. We'll explore the concepts, the methods, and why the correct answer is what it is, ensuring you not only find the solution but truly get it. So, grab your notebooks, maybe a comfy seat, and let's get ready to conquer this inequality together!

Understanding Quadratic Inequalities

Alright guys, before we jump into solving x² - 4x - 12 < 0, let's quickly chat about what a quadratic inequality actually is. Basically, it's an inequality that involves a quadratic expression, which is any expression with an term as its highest power. Unlike quadratic equations (where we look for specific points where an expression equals zero), inequalities ask us to find a range or set of values for x that make the expression less than, greater than, less than or equal to, or greater than or equal to zero. The '<' symbol in our problem means we're looking for the values of x where the expression x² - 4x - 12 results in a negative number.

To get a handle on this, it's super helpful to visualize what the graph of a quadratic function looks like. The function y = x² - 4x - 12 represents a parabola. Since the coefficient of the term (which is 1) is positive, this parabola opens upwards. This means it dips down to a minimum point and then goes back up. The points where the parabola crosses the x-axis are crucial. These are the points where y = 0, or in our case, where x² - 4x - 12 = 0. Finding these points, often called the roots or zeros of the quadratic, is our first major step. These roots divide the number line into different intervals. Within each interval, the quadratic expression will consistently be either positive or negative. Our job is to figure out which of these intervals satisfy the inequality x² - 4x - 12 < 0.

It's like finding where the parabola dips below the x-axis. If you imagine sketching the upward-opening parabola, you'll see there's a section where it's under the x-axis (negative y-values) and sections where it's above the x-axis (positive y-values). The inequality < 0 specifically asks for those x-values that correspond to the part of the parabola below the x-axis. So, the core strategy involves finding the roots and then testing intervals or using the graph's shape to determine where the function is negative. This conceptual understanding is key to tackling any quadratic inequality with confidence. We're not just looking for numbers; we're looking for a region on the number line that fulfills a specific condition.

Step 1: Find the Roots of the Corresponding Equation

Okay, team, the very first move we need to make when solving the inequality x² - 4x - 12 < 0 is to find the roots of the related equation. This means we temporarily ignore the '<' sign and set the expression equal to zero: x² - 4x - 12 = 0. Think of these roots as the critical points that will help us divide our number line. They are the exact spots where the expression changes from being positive to negative, or vice-versa.

There are a few ways to solve this quadratic equation. We can use factoring, completing the square, or the quadratic formula. Factoring is often the quickest if the expression is easily factorable. We're looking for two numbers that multiply to -12 (the constant term) and add up to -4 (the coefficient of the x term). Let's think about pairs of factors for -12: (1, -12), (-1, 12), (2, -6), (-2, 6), (3, -4), (-3, 4). Now, let's see which pair adds up to -4. Bingo! The pair 2 and -6 works because 2 * (-6) = -12 and 2 + (-6) = -4.

So, we can factor our quadratic expression as (x + 2)(x - 6) = 0. To find the roots, we set each factor equal to zero:

  • x + 2 = 0 => x = -2
  • x - 6 = 0 => x = 6

These are our two roots: -2 and 6. If we were dealing with the equation x² - 4x - 12 = 0, these would be our only solutions. But since we're working with an inequality, these roots are extremely important because they mark the boundaries. They divide the entire number line into three distinct intervals: everything less than -2, everything between -2 and 6, and everything greater than 6.

If factoring wasn't straightforward, we could always fall back on the quadratic formula: x = [-b ± sqrt(b² - 4ac)] / 2a. For our equation x² - 4x - 12 = 0, we have a = 1, b = -4, and c = -12. Plugging these values in:

x = [ -(-4) ± sqrt((-4)² - 4 * 1 * -12) ] / (2 * 1) x = [ 4 ± sqrt(16 + 48) ] / 2 x = [ 4 ± sqrt(64) ] / 2 x = [ 4 ± 8 ] / 2

This gives us two solutions:

  • x = (4 + 8) / 2 = 12 / 2 = 6
  • x = (4 - 8) / 2 = -4 / 2 = -2

See? We get the same roots, -2 and 6. This confirms our factoring was correct and gives us the confidence to move on to the next crucial step: figuring out which intervals satisfy our original inequality.