Mastering Inequalities: A Step-by-Step Math Guide

by Andrew McMorgan 50 views

Hey math whizzes! Today, we're diving deep into the awesome world of inequalities. If you've ever found yourself scratching your head over those greater than, less than, or between symbols, this guide is for you, guys. We're going to break down some tricky inequality problems step-by-step, making sure you feel super confident tackling them. Forget those confusing textbooks; we're keeping it real and easy to understand.

Solving Linear Inequalities: The Basics

Let's kick things off with a classic linear inequality. We're talking about solving for 'x' when it's involved in expressions like (8x)/3 ≥ 6 - 2x. The goal here, just like solving a regular equation, is to isolate 'x'. The key difference is that when we multiply or divide by a negative number, we flip the inequality sign. Remember that, it's super important!

So, for (8x)/3 ≥ 6 - 2x, we want to get all the 'x' terms on one side and the constants on the other. First, let's add 2x to both sides to get rid of the x on the right:

(8x)/3 + 2x ≥ 6

To add (8x)/3 and 2x, we need a common denominator, which is 3. So, 2x becomes (6x)/3:

(8x)/3 + (6x)/3 ≥ 6

Now we can add the numerators:

(14x)/3 ≥ 6

Next, we want to isolate 'x'. Let's multiply both sides by 3:

14x ≥ 18

Finally, divide both sides by 14:

x ≥ 18/14

We can simplify that fraction by dividing both the numerator and denominator by 2:

x ≥ 9/7

So, for this inequality, any value of 'x' that is greater than or equal to 9/7 is a valid solution. Pretty neat, right? Just by following a few simple rules, we cracked it!

Tackling Compound Inequalities

Now, things get a little more interesting with compound inequalities, like -5 ≤ 1/2 + (5 - 3x)/6 ≤ 10. This might look intimidating, but it's just two inequalities stuck together. We need to satisfy both conditions simultaneously. The strategy here is to perform operations on all three parts of the inequality to isolate the 'x' term in the middle.

Our goal is to get the middle part to be just 'x'. Let's start by dealing with the fractions. The common denominator for 2 and 6 is 6. So, we'll multiply every single term by 6:

6 * (-5) ≤ 6 * (1/2) + 6 * ((5 - 3x)/6) ≤ 6 * 10

This simplifies to:

-30 ≤ 3 + (5 - 3x) ≤ 60

Now, let's simplify the middle section:

-30 ≤ 3 + 5 - 3x ≤ 60

Combine the constants in the middle:

-30 ≤ 8 - 3x ≤ 60

Our next step is to get rid of that +8 in the middle. We do this by subtracting 8 from all three parts:

-30 - 8 ≤ 8 - 3x - 8 ≤ 60 - 8

-38 ≤ -3x ≤ 52

Now, we need to isolate 'x' by dealing with the -3. Remember the golden rule: when dividing by a negative number, flip the inequality signs:

(-38)/(-3) ≥ x ≥ 52/(-3)

Let's flip that around so it's in the standard order (smallest number on the left):

-52/3 ≥ x ≥ 38/3

Which is the same as:

38/3 ≥ x ≥ -52/3

And in standard interval notation, this is [-52/3, 38/3]. This means 'x' can be any value between -52/3 and 38/3, including those endpoints. Boom! Another one solved.

Quadratic Inequalities: A Different Ballgame

When we move into quadratic inequalities, like ((x - 1)²)/3 < 3(x + 3)², things change a bit. We're dealing with terms, which means our solutions might not be a single continuous interval. The first step is usually to get everything on one side and simplify.

Let's multiply both sides by 3 to get rid of the denominator:

(x - 1)² < 9(x + 3)²

Now, expand both sides:

x² - 2x + 1 < 9(x² + 6x + 9)

x² - 2x + 1 < 9x² + 54x + 81

Move all terms to one side (let's move them to the right to keep the term positive):

0 < 9x² - x² + 54x + 2x + 81 - 1

0 < 8x² + 56x + 80

We can simplify this by dividing the entire inequality by 8:

0 < x² + 7x + 10

Now, we need to find the roots of the quadratic equation x² + 7x + 10 = 0. We can factor this: we need two numbers that multiply to 10 and add to 7. Those numbers are 5 and 2.

(x + 5)(x + 2) = 0

The roots are x = -5 and x = -2.

These roots divide the number line into three intervals: (-∞, -5), (-5, -2), and (-2, ∞). We need to test a value from each interval to see if it satisfies x² + 7x + 10 > 0.

  • Interval 1: (-∞, -5). Let's test x = -6. (-6)² + 7(-6) + 10 = 36 - 42 + 10 = 4. Since 4 > 0, this interval is part of our solution.

  • Interval 2: (-5, -2). Let's test x = -3. (-3)² + 7(-3) + 10 = 9 - 21 + 10 = -2. Since -2 is not greater than 0, this interval is not part of our solution.

  • Interval 3: (-2, ∞). Let's test x = 0. (0)² + 7(0) + 10 = 10. Since 10 > 0, this interval is part of our solution.

So, the solution to ((x - 1)²)/3 < 3(x + 3)² is x < -5 or x > -2. In interval notation, this is (-∞, -5) U (-2, ∞). It's crucial to remember that for quadratic inequalities, you often get multiple intervals or no solution at all.

Rational Inequalities: Watch Out for Division by Zero!

Finally, let's tackle rational inequalities, like (5x - 3)/(x + 7) < 2. These can be a bit tricky because we have 'x' in the denominator, which means we can't just multiply both sides by (x + 7) without considering its sign. The safest way is to move everything to one side and find a common denominator.

First, subtract 2 from both sides:

(5x - 3)/(x + 7) - 2 < 0

Now, find a common denominator (which is x + 7):

(5x - 3)/(x + 7) - (2(x + 7))/(x + 7) < 0

Combine the numerators:

((5x - 3) - 2(x + 7))/(x + 7) < 0

Simplify the numerator:

(5x - 3 - 2x - 14)/(x + 7) < 0

(3x - 17)/(x + 7) < 0

Now, we need to find the values of 'x' that make this fraction negative. This happens when the numerator and denominator have opposite signs. The critical points are where the numerator or denominator equals zero:

  • Numerator: 3x - 17 = 0 => 3x = 17 => x = 17/3
  • Denominator: x + 7 = 0 => x = -7

These critical points (-7 and 17/3) divide the number line into three intervals: (-∞, -7), (-7, 17/3), and (17/3, ∞).

We need to test a value from each interval:

  • Interval 1: (-∞, -7). Test x = -8. (3(-8) - 17)/(-8 + 7) = (-24 - 17)/(-1) = (-41)/(-1) = 41. Since 41 is not less than 0, this interval is not a solution.

  • Interval 2: (-7, 17/3). Test x = 0. (3(0) - 17)/(0 + 7) = (-17)/(7) = -17/7. Since -17/7 < 0, this interval is part of our solution.

  • Interval 3: (17/3, ∞). Test x = 6 (since 17/3 is about 5.67). (3(6) - 17)/(6 + 7) = (18 - 17)/(13) = 1/13. Since 1/13 is not less than 0, this interval is not a solution.

Important Note: The inequality is strictly less than zero (< 0), so we do not include the critical points themselves. The denominator can never be zero, and the numerator can't be zero if we want the fraction to be negative.

Therefore, the solution to (5x - 3)/(x + 7) < 2 is the interval (-7, 17/3).

And there you have it, guys! We've tackled linear, compound, quadratic, and rational inequalities. Remember to always check your work, especially when dealing with negative numbers and denominators. Keep practicing, and soon you'll be an inequality ninja! Happy problem-solving!