math

When Solving Inequalities the Inequality Is Reversed When

When solving inequalities, the inequality is reversed when you multiply or divide both sides by a negative number. This rule preserves the truth of the statement by flipping the...

Mara Ellison
When Solving Inequalities the Inequality Is Reversed When

When You Must Reverse the Inequality Sign

When solving inequalities, the inequality is reversed when you multiply or divide both sides by a negative number. This rule preserves the truth of the statement by flipping the comparison. For example, starting from 3 < 7, multiplying by −2 gives −6 > −7 without reversal would be false; reversing the sign corrects it. The same reversal applies when applying inverse functions that are strictly decreasing, such as multiplying by −1 or reflecting inputs across decreasing domains. Always check with a numeric test point to confirm direction after each transformation.

Key Operations That Trigger Reversal

Certain algebraic operations require you to reverse the inequality symbol to maintain a true statement. These include multiplying or dividing by a negative constant and composing with a strictly decreasing function. Addition and subtraction of any real number never require reversal, nor do multiplication or division by a positive value. Recognizing the operation type quickly helps avoid sign errors and keeps solutions valid.

Multiplication and Division by a Negative

Multiplying or dividing both sides of an inequality by a negative number reverses the inequality sign. This is because multiplying by a negative reflects numbers across zero on the number line, inverting order. For example, if x < 5, multiplying by −1 yields −x > −1. Failing to reverse here produces an incorrect solution set.

Multiplying by a Positive or Adding/Subtracting

Multiplying by a positive number or adding or subtracting any constant keeps the inequality direction unchanged. These operations preserve the relative order of values. For instance, from a ≤ b, adding c gives a + c ≤ b, and multiplying by 2 gives 2a ≤ 2b. No reversal is needed, and the solution process remains straightforward.

Applying Decreasing Functions

When you apply a strictly decreasing function to both sides, the inequality must be reversed. A classic example is the linear function f(t) = −t, which flips order. More generally, functions such as logarithms with negative scaled inputs or custom decreasing composites may require reversal. Always verify monotonicity before transforming inequalities in this way.

Worked Examples with Checks

Worked examples demonstrate when and why reversal is necessary. By tracking each operation step by step and confirming with test values, you can validate the solution direction. This habit reduces mistakes and builds reliable intuition for handling inequalities in varied contexts.

Example 1: Multiplying by a Negative

Solve −3x > 12. Dividing both sides by −3 requires reversal: x < −4. Checking with x = −5 gives −3(−5) = 15 > 12, confirming correctness. Without reversal, the result would be wrong.

Example 2: Applying a Decreasing Function

Given x < 2, apply f(u) = −2u + 1, which is strictly decreasing. Compute −2x + 1 > −3 after reversal. Testing with x = 0 yields 1 > −3, which holds and validates the transformed inequality.

Common Mistakes and How to Avoid Them

Errors often arise from forgetting to reverse after multiplying or dividing by a negative, or misidentifying decreasing functions. Another pitfall is applying reversal when it is not required, such as during addition or positive multiplication. Careful notation, step-by-step tracking, and numeric testing help catch these issues early.

Systematic Approach to Solving Inequalities

Follow a consistent workflow: simplify, perform reversible steps, track sign changes, and verify. Treat inequality solving as a sequence of order-preserving or order-reversing operations. Document each reversal explicitly, and confirm the final set with a test point to ensure accuracy and completeness.

Summary of When Reversal Occurs

Use the table below to quickly reference when to reverse the inequality sign during algebraic manipulations.

OperationInequality Reversal?Notes
Multiply by positiveNoOrder preserved
Multiply by negativeYesSign must flip
Divide by positiveNoOrder preserved
Divide by negativeYesSign must flip
Add/subtract any numberNoOrder preserved
Apply strictly decreasing functionYesCheck function monotonicity

Related Reading

More pages in this topic cluster.

How to Write the Sum: A Clear, Authoritative Guide

Writing the sum of values, variables, or sequences is a foundational skill in mathematics, programming, and data analysis. This guide explains how to express a sum clearly using...

Read next
Collinear Points in Math: A Clear, Practical Explanation

Collinear points in math are points that lie on the same straight line in a plane or in space. If you can draw a single line that passes through all given points, those points a...

Read next
Can I Run the Division: A Practical Explanation

In everyday math and in software, the short answer is no: you cannot safely run the division by zero. Division by zero is undefined in ordinary arithmetic and typically raises a...

Read next