Notes: Exponential Equation with Base e — Solving e^{-x^2} = (e^x)^5 e^{-6}

Problem Setup

  • Given equation: ex2=(ex)5e6.e^{-x^2} = \left(e^x\right)^5 \cdot e^{-6}.
  • Note: 1/e^6 = e^{-6}, so the right-hand side can be written using a single base e: (ex)5e6=e5xe6.\left(e^x\right)^5 \cdot e^{-6} = e^{5x} \cdot e^{-6}.
  • Therefore the equation becomes: ex2=e5x6.e^{-x^2} = e^{5x-6}.
  • Key principle: If two expressions have the same base and are equal, and the base is one-to-one (here base $e$), then their exponents must be equal.

Step-by-Step Solution

  • Step 1: Apply exponent rules to rewrite the right-hand side:
    • (ex)5=e5x\left(e^x\right)^5 = e^{5x}
    • e6=e6e^{-6} = e^{-6}
    • So RHS = e5xe6=e5x6.e^{5x} \cdot e^{-6} = e^{5x-6}.
  • Step 2: With bases equal, set exponents equal:
    • x2=5x6.-x^2 = 5x - 6.
  • Step 3: Move all terms to one side by adding $x^2$ to both sides (as in the transcript):
    • x2+5x6=0.x^2 + 5x - 6 = 0.

Quadratic Factorization

  • Step 4: Factor the quadratic:
    • x2+5x6=(x+6)(x1).x^2 + 5x - 6 = (x+6)(x-1).
    • Verification: $(x+6)(x-1) = x^2 - x + 6x - 6 = x^2 + 5x - 6$.
  • Step 5: Apply the zero-product property:
    • If $(x+6)(x-1) = 0$, then either x=6x = -6 or x=1.x = 1.

Solution Set

  • Final solution set: 6,  1.{ -6, \; 1 }.

Check / Verification (optional but recommended)

  • Check for $x = -6$:
    • LHS: e(6)2=e36.e^{-(-6)^2} = e^{-36}.
    • RHS: (e6)5e6=e30e6=e36.\left(e^{-6}\right)^5 \cdot e^{-6} = e^{-30} \cdot e^{-6} = e^{-36}.
    • Both sides match.
  • Check for $x = 1$:
    • LHS: e1.e^{-1}.
    • RHS: (e1)5e6=e5e6=e1.\left(e^{1}\right)^5 \cdot e^{-6} = e^{5} \cdot e^{-6} = e^{-1}.
    • Both sides match.

Concepts and Rules Used

  • Exponent rules:
    • Power of a power: (ex)5=e5x\left(e^x\right)^5 = e^{5x}
    • Product of like bases: eAeB=eA+Be^A \cdot e^B = e^{A+B}
  • One-to-one property of the exponential function: If eu=eve^u = e^v then u=vu = v.
  • Quadratic solving by factoring:
    • For a quadratic x2+5x6=0x^2 + 5x - 6 = 0, factor to find roots x=6,  1x = -6,\; 1.
  • Zero-product property: If $ab = 0$, then $a = 0$ or $b = 0$.
  • Domain note: Expressions involving $e^t$ are defined for all real $t$, so both solutions are valid.

Connections to Related Ideas

  • This problem reinforces converting products of exponentials into a single exponential using base $e$.
  • It also demonstrates why exponential equations with a common base can be solved by equating exponents, provided the base is positive and not equal to 1.
  • The approach mirrors typical steps in solving exponential equations: rewrite, equate exponents, solve resulting algebraic equation (often quadratic), and verify.