Exponential Inequalities, Equivalent Exponential Functions, and Graphing Transformations

Solving Exponential Inequalities

Exponential inequalities, equivalence proofs, and graphing practice problems

Inequality 1: 9^x < 4^x

  • Given Inequality: 9^x < 4^x

  • Graphical Analysis:

    • Both y1=9xy_1 = 9^x and y2=4xy_2 = 4^x are strictly increasing exponential functions that intersect at (0,1)(0, 1).

    • For x > 0, 9x9^x grows faster than 4x4^x, so 9^x > 4^x

    • For x < 0, 9x9^x decays to 00 faster than 4x4^x, meaning 9^x < 4^x

  • Algebraic Derivation:

    • Divide both sides by 4x4^x (which is strictly positive for all real xx):     \left(\frac{9}{4}\right)^x < 1

    • Take the natural logarithm of both sides:     \ln\left(\left(\frac{9}{4}\right)^x\right) < \ln(1)     x \cdot \ln\left(\frac{9}{4}\right) < 0

    • Since \frac{9}{4} > 1, \ln\left(\frac{9}{4}\right) > 0. Dividing by a positive value yields:     x < 0

  • Solution Set:

    • Interval Notation: (,0)(-\infty, 0)

    • Key Point of Intersection: (0,1)(0, 1)

Inequality 2: 6^{-x} > 8^{-x}

  • Given Inequality: 6^{-x} > 8^{-x}

  • Rewriting with Positive Bases:   \left(\frac{1}{6}\right)^x > \left(\frac{1}{8}\right)^x

  • Graphical Analysis:

    • Both functions decay toward 00 as xx \rightarrow \infty and intersect at (0,1)(0, 1).

    • Since \frac{1}{6} > \frac{1}{8}, raising 16\frac{1}{6} to a positive exponent x > 0 yields a value greater than raising 18\frac{1}{8} to that same positive exponent.

    • For negative values x < 0, let x=kx = -k where k > 0:     6^k > 8^k     This is false for all k > 0.

  • Solution Set:

    • Interval Notation: (0,)(0, \infty)

Inequality 3: \left(\frac{1}{4}\right)^x > \left(\frac{1}{3}\right)^x

  • Given Inequality: \left(\frac{1}{4}\right)^x > \left(\frac{1}{3}\right)^x

  • Algebraic Analysis:

    • Expressing with base integers using negative exponents:     4^{-x} > 3^{-x}

    • Testing values:

    • At x=1x = -1: (14)1=4\left(\frac{1}{4}\right)^{-1} = 4 and (13)1=3\left(\frac{1}{3}\right)^{-1} = 3. Since 4 > 3, the inequality holds for negative values.

    • At x=0x = 0: 1 > 1 is false.

    • At x=1x = 1: \frac{1}{4} > \frac{1}{3} is false.

  • Solution Set:

    • Interval Notation: (,0)(-\infty, 0)

Proving Identity of Exponential Functions Using Exponent Properties

Problem 26: Equivalence of y1=32x+4y_1 = 3^{2x+4} and y2=9x+2y_2 = 9^{x+2}

  • Objective: Demonstrate using exponent rules that y1=32x+4y_1 = 3^{2x+4} and y2=9x+2y_2 = 9^{x+2} represent identical functions.

  • Relevant Exponent Property:

    • Power of a Power Rule: (am)n=amn(a^m)^n = a^{m \cdot n}

    • Base Substitution: 9=329 = 3^2

  • Proof:

    • Begin with y2y_2:     y2=9x+2y_2 = 9^{x+2}

    • Substitute 323^2 for 99:     y2=(32)x+2y_2 = (3^2)^{x+2}

    • Apply the Power of a Power rule by multiplying exponents:     y2=32(x+2)y_2 = 3^{2 \cdot (x+2)}

    • Distribute the exponent 22 through the expression (x+2)(x+2):     y2=32x+4y_2 = 3^{2x+4}

    • Since y2=32x+4=y1y_2 = 3^{2x+4} = y_1, the two functions are identical.

Problem 27: Equivalence of y1=2(23x2)y_1 = 2(2^{3x-2}) and y2=23x1y_2 = 2^{3x-1}

  • Objective: Demonstrate using exponent rules that y1=2(23x2)y_1 = 2(2^{3x-2}) and y2=23x1y_2 = 2^{3x-1} represent identical functions.

  • Relevant Exponent Property:

    • Product Rule of Exponents: aman=am+na^m \cdot a^n = a^{m+n}

    • Explicit Exponent Rule: 2=212 = 2^1

  • Proof:

    • Begin with y1y_1:     y1=2(23x2)y_1 = 2(2^{3x-2})

    • Rewrite the leading coefficient 22 as 212^1:     y1=2123x2y_1 = 2^1 \cdot 2^{3x-2}

    • Apply the Product Rule of Exponents by adding exponents:     y1=21+(3x2)y_1 = 2^{1 + (3x-2)}

    • Combine constant terms in the exponent:     y1=23x2+1y_1 = 2^{3x - 2 + 1}     y1=23x1y_1 = 2^{3x-1}

    • Since y1=23x1=y2y_1 = 2^{3x-1} = y_2, the two functions are identical.

Graphing Natural Exponential Functions and Transformations

Base Function: y=exy = e^x

  • Constant Definition:

    • Euler's number ee is an irrational constant:     e2.71828e \approx 2.71828

  • Key Features of y=exy = e^x:

    • Domain: (,)(-\infty, \infty)

    • Range: (0,)(0, \infty)

    • Horizontal Asymptote: y=0y = 0

    • Y-intercept: (0,1)(0, 1)

  • Table of Key Points:

    • At x=1x = -1: y=e1=1e0.368y = e^{-1} = \frac{1}{e} \approx 0.368

    • At x=0x = 0: y=e0=1y = e^0 = 1

    • At x=1x = 1: y=e1=e2.71828y = e^1 = e \approx 2.71828

    • At x=2x = 2: y=e27.389y = e^2 \approx 7.389

Transformed Function: y=2ex3+1y = 2e^{x-3} + 1

  • Transformation Sequence from Parent Function y=exy = e^x:

    1. Horizontal Shift: Shift right by 33 units due to (x3)(x - 3).

    2. Vertical Stretch: Stretch vertically by a factor of 22 due to coefficient 22

    3. Vertical Shift: Shift up by 11 unit due to constant term +1+1

  • Asymptote:

    • The horizontal asymptote shifts vertically from y=0y = 0 to y=1y = 1

  • Domain and Range:

    • Domain: (,)(-\infty, \infty)

    • Range: (1,)(1, \infty)

  • Calculated Key Reference Points:

    • At x=3x = 3:     y=2e33+1y = 2e^{3-3} + 1     y=2e0+1y = 2e^0 + 1     y=2(1)+1=3y = 2(1) + 1 = 3     Point: (3,3)(3, 3)

    • At x=4x = 4:     y=2e43+1y = 2e^{4-3} + 1     y=2e1+1y = 2e^1 + 1     y=2e+12(2.718)+1=6.436y = 2e + 1 \approx 2(2.718) + 1 = 6.436     Point: (4,2e+1)(4,6.436)(4, 2e + 1) \approx (4, 6.436)

    • At x=2x = 2:     y=2e23+1y = 2e^{2-3} + 1     y=2e1+1y = 2e^{-1} + 1     y=2e+122.718+11.736y = \frac{2}{e} + 1 \approx \frac{2}{2.718} + 1 \approx 1.736     Point: (2,2e+1)(2,1.736)\left(2, \frac{2}{e} + 1\right) \approx (2, 1.736)