Maths Formulae Equations Exponential Inequation

Exponential Inequation – Solving Exponential Inequalities

Understand how to solve inequalities involving exponential expressions and their properties. Key for algebra and calculu...
🔑

Definition of an Exponential Inequation

An exponential inequation (or inequality) is a mathematical statement that compares two expressions where at least one contains a variable in an exponent. The goal is to find the range of values for the variable that makes the inequality true. The core principle for solving these is to compare the exponents, where the direction of the final inequality depends critically on whether the base of the exponential term is greater than 1 or between 0 and 1.

\[ a^{f(x)} > a^{g(x)} \text{ or } a^{f(x)} < b^{g(x)} \]
General Forms

Key Terms:

  • Base (a, b): The positive constant (not equal to 1) being raised to a power. It determines if the function represents growth (a > 1) or decay (0 < a < 1).
  • Exponent (f(x), g(x)): The functions of the variable x that appear in the exponent.
📐

Key Formulas and Rules

\[ \text{If } a > 1: \quad a^{f(x)} > a^{g(x)} \Leftrightarrow f(x) > g(x) \]
Rule for Base Greater Than 1 (Direction Preserved)
\[ \text{If } 0 < a < 1: \quad a^{f(x)} > a^{g(x)} \Leftrightarrow f(x) < g(x) \]
Rule for Base Between 0 and 1 (Direction Flipped)
\[ a^{f(x)} > b^{g(x)} \Leftrightarrow f(x) \ln a > g(x) \ln b \]
Logarithmic Method for Different Bases
\[ a^x > k \Leftrightarrow x > \log_a k \quad (\text{if } a > 1) \]
Solving Against a Constant
🖼️

Graphical Interpretation

k x₀ aˣ > k aˣ > k (a > 1) x > log_a(k) if 0<a<1: flip sign
Exponential inequation: for base a>1, aˣ > k gives x > log_a(k) (curve is increasing). For 0<a<1 the inequality direction flips because the curve is decreasing.

A diagram for an exponential inequation, such as af(x) > bg(x), is visualized on a Cartesian plane. Two curves, y = af(x) and y = bg(x), are plotted. The solution to the inequality is the set of all x-values for which the graph of the first function lies vertically above the graph of the second. The point(s) where the curves intersect represent the equality af(x) = bg(x), and these intersection points are the critical boundaries of the solution interval.

Core Properties

Base-Dependent Direction: The most critical property. The direction of the inequality between exponents is preserved if the base is greater than 1, and it is flipped or reversed if the base is between 0 and 1.

Monotonicity: Exponential functions y = ax are strictly monotonic. They are always increasing if a > 1 and always decreasing if 0 < a < 1. This predictable behavior is what allows us to compare the exponents directly.

Positive Range: For any positive base a (a ≠ 1), the function ax is always positive (ax > 0) for all real values of x. This can simplify problems by eliminating concerns about negative results from the exponential term itself.

Logarithmic Duality: Every exponential inequality has a corresponding logarithmic inequality. Logarithms are the primary tool for solving inequalities where bases are different or when the variable cannot be easily isolated.

📝

Proof of the Base Direction Rule (for a > 1)

We want to prove that for a base a > 1, the inequality ax > ay is equivalent to x > y. This proof relies on the property that the logarithm function loga(z) is a strictly increasing function when its base a > 1.

Step 1: Forward Direction (⇒)

Assume the initial inequality is true:

\[ a^x > a^y \]

Apply the function loga to both sides. Since a > 1, the logarithm function is strictly increasing, which means it preserves the direction of the inequality.

\[ \log_a(a^x) > \log_a(a^y) \]

Using the inverse property of logarithms, loga(az) = z, we simplify the expression:

\[ x > y \]

Step 2: Backward Direction (⇐)

Assume x > y is true. Since the exponential function f(z) = az is strictly increasing for a > 1, applying it to both sides of the inequality preserves the direction.

\[ a^x > a^y \]

Since both directions are proven, the equivalence holds. A similar proof can be constructed for the case 0 < a < 1, where the logarithmic and exponential functions are strictly decreasing, thus flipping the inequality sign.

🧮

Worked Example

Solve the exponential inequality: `3^(2x - 5) > 27^(x - 2)`
  1. Express both sides of the inequality with a common base. Since 27 = 3³, we can rewrite the right side.
  2. `3^(2x - 5) > (3³)^(x - 2)`
  3. Apply the power of a power rule for exponents, (aᵐ)ⁿ = aᵐⁿ, to the right side.
  4. `3^(2x - 5) > 3^(3(x - 2))`
  5. `3^(2x - 5) > 3^(3x - 6)`
  6. Since the base (a = 3) is greater than 1, the inequality direction is preserved when we compare the exponents.
  7. `2x - 5 > 3x - 6`
  8. Solve the resulting linear inequality for x.
  9. `-5 + 6 > 3x - 2x`
  10. `1 > x` or `x < 1`
The solution is `x < 1`, which in interval notation is `(-∞, 1)`.
🧮

Try It

🚀

Applications of Exponential Inequalities

Finance & Investment: Exponential inequalities are used to determine when one investment, growing with compound interest, will become more valuable than another. They help in planning long-term financial goals and comparing different savings or investment schemes.

Biology & Medicine: In population modeling, these inequalities help predict when a population (of bacteria, animals, etc.) will exceed a certain threshold, such as the carrying capacity of an ecosystem. In pharmacology, they model when the concentration of a drug in the bloodstream falls below a therapeutically effective level.

Physics & Chemistry: They are fundamental in radioactive decay calculations to determine the time required for a radioactive substance to decay to a level considered safe. They are also used in chemical kinetics to compare reaction rates.

Computer Science: In algorithm analysis, inequalities can compare the exponential complexity of a brute-force algorithm with a more efficient polynomial-time algorithm, determining the problem size for which the better algorithm is faster.

🌍

Real-World Examples

A city's population of 1.2 million grows at a rate of 2% per year. A neighboring city with a population of 1 million grows at 3% per year. In how many years will the smaller city's population surpass the larger city's population?
  1. Set up the population models: P_A(t) = 1.2 * (1.02)ᵗ and P_B(t) = 1 * (1.03)ᵗ, where t is in years and populations are in millions.
  2. Set up the inequality: 1 * (1.03)ᵗ > 1.2 * (1.02)ᵗ.
  3. Isolate the terms with t: (1.03)ᵗ / (1.02)ᵗ > 1.2, which simplifies to (1.03/1.02)ᵗ > 1.2.
  4. Take the natural logarithm of both sides: t * ln(1.03/1.02) > ln(1.2).
  5. Solve for t: t > ln(1.2) / ln(1.03/1.02) ≈ 0.1823 / 0.009756 ≈ 18.68 years.
The smaller city's population will surpass the larger city's population in approximately 18.7 years.
A sample of a radioactive substance has a half-life of 20 days. How long will it take for the substance to decay to less than 10% of its original amount?
  1. The model for radioactive decay is A(t) = A₀ * (1/2)^(t/h), where h is the half-life.
  2. Set up the inequality: A₀ * (0.5)^(t/20) < 0.10 * A₀.
  3. Divide by A₀ (the initial amount): (0.5)^(t/20) < 0.10.
  4. Take the natural logarithm of both sides. Since the base (0.5) is less than 1, we could also reason that we must flip the inequality if comparing exponents, but using logs is more direct.
  5. (t/20) * ln(0.5) < ln(0.10).
  6. Isolate t. Note that ln(0.5) is a negative number, so we must flip the inequality sign when we divide by it.
  7. t/20 > ln(0.10) / ln(0.5)
  8. t > 20 * (ln(0.10) / ln(0.5)) ≈ 20 * (-2.3026 / -0.6931) ≈ 20 * 3.3219 ≈ 66.44 days.
It will take approximately 66.4 days for the substance to decay to less than 10% of its original amount.
🏙️

Real-World Scenarios

danger zone 2ᵗ > threshold → t > log₂(k)
Viral Spread Containment Threshold
During an epidemic, daily cases follow N(t) = 100 · 1.3ᵗ. Authorities need N < 5,000 to manage hospital capacity: 1.3ᵗ < 50, so t < ln(50)/ln(1.3) ≈ 14.2 days. For a base > 1, the exponential inequation preserves direction; for base < 1 it flips. Public health modellers solve this to set intervention start dates and estimate how long restrictions must remain in place.
A > 2P P·eʳᵗ > 2P t > ln(2)/r when does investment double?
Investment Doubling Under Continuous Growth
An investment doubles when Pe^(rt) > 2P, i.e., e^(rt) > 2, giving t > ln(2)/r. At r = 5% (0.05), doubling requires t > 13.86 years. Financial planners use this exponential inequation to advise clients on minimum investment horizons. Pension fund regulations that specify "at least X years of growth" are coded as exponential inequations in actuarial software.
safe decay: safe while N < limit
Drug Concentration Safe Window
A drug's concentration follows C(t) = C₀ · e^(−0.1t) mg/L. It is therapeutic while C > 0.5 mg/L: e^(−0.1t) > 0.5/C₀, giving t < −ln(0.5/C₀)/0.1. For a decaying exponential (base < 1), the inequality flips when taking logs. Pharmacokinetics software uses this exponential inequation to calculate dosing intervals that keep drug levels in the therapeutic window without reaching toxic levels.

Viral Spread Modeling: Epidemiologists use exponential inequalities to forecast when the number of new infections in an outbreak might exceed a critical threshold, such as the capacity of local hospitals. This helps policymakers decide when to implement public health interventions.

Carbon Dating: Archaeologists use the principles of exponential decay to determine if an artifact is older or younger than a certain age. By measuring the remaining Carbon-14, they can set up an inequality to establish a time boundary for the object's origin.

Technology Adoption: Market analysts model the adoption rate of new technologies, like electric vehicles or smartphones. They use exponential inequalities to predict the point in time when market penetration will surpass a certain percentage, signaling market maturity or a shift in consumer behavior.

📚

Types and Classifications

Inequality TypeExample FormSolution Strategy
Basic Comparison`a^x > k`Isolate the exponential and use logarithms: `x > logₐ(k)` (if a>1).
Same Base`a^(f(x)) > a^(g(x))`Compare exponents directly: `f(x) > g(x)` (if a>1) or `f(x) < g(x)` (if 0<a<1).
Different Bases`a^(f(x)) > b^(g(x))`Take the logarithm of both sides and solve the resulting inequality.
Quadratic Form`c·(a^x)² + d·(a^x) + e > 0`Use substitution (e.g., `u = a^x`) to transform it into a quadratic inequality `cu² + du + e > 0`.
⚠️

Common Mistakes to Avoid

⚠️ Forgetting to Flip the Inequality Sign: The most frequent error is failing to reverse the inequality direction when the base `a` is between 0 and 1. For `(0.2)^x > (0.2)^4`, the correct conclusion is `x < 4`, not `x > 4`.
⚠️ Dividing by a Negative Logarithm: When solving an inequality by taking logarithms, if you divide by `ln(a)` where `0 < a < 1`, you are dividing by a negative number and must flip the inequality sign. Forgetting this step leads to an incorrect solution set.
💡 Incorrectly Applying Exponent Rules: When creating a common base, ensure exponent rules are applied correctly. For example, `9^(x+1)` is `(3²)^(x+1) = 3^(2x+2)`, not `3^(2x+1)`.
🚀

Study Strategy

1 📚 Grasp the Core Concepts
  • Review the formal definition of an exponential inequation, focusing on the variable's position in the exponent.
  • Use the graphical interpretation to visually understand why the inequality sign's direction depends on the base (a > 1 vs 0 < a < 1).
  • Study the Proof of the Base Direction Rule to solidify your understanding of the core logic.
  • Compare the properties of exponential inequalities to those of exponential equations to note key differences.
2 🔑 Memorize the Key Rules
  • Commit to memory the primary rule: if a > 1, the inequality sign is preserved (a^x > a^y ⇒ x > y).
  • Commit to memory the crucial exception: if 0 < a < 1, the inequality sign is reversed (a^x > a^y ⇒ x < y).
  • Practice recognizing and converting numbers to common bases (e.g., 81 to 3^4, 1/25 to 5^-2).
  • Learn the rule for applying logarithms when bases cannot be matched, noting how it helps isolate the variable.
3 ✍️ Practice with Diverse Problems
  • Start by solving the 'Worked Example' on the formula page without looking at the solution, then compare your steps.
  • Work through problems where bases are different but can be made the same, like solving 4^(x+1) < 8^x.
  • Specifically practice problems with a fractional base (0 < a < 1) to reinforce the rule of reversing the inequality sign.
  • Review the 'Common Mistakes to Avoid' section and attempt problems designed to trap you into making those errors.
4 📈 Apply to Practical Scenarios
  • Solve a compound interest problem asking how long it will take for an investment to grow *beyond* a certain value.
  • Tackle a population growth scenario to determine the point in time a population will *exceed* a specific threshold.
  • Analyze a radioactive decay problem to calculate when the remaining substance will be *less than* a certain amount.
  • Formulate your own exponential inequation from one of the 'Real-World Scenarios' described on the formula page.
By systematically building from theory to application, you can confidently solve any exponential inequality.

Frequently Asked Questions

×

×