Exponential Equations via Substitution: Notes

Key ideas and workflow

  • The goal is to solve equations that involve an exponential term, often arising from compound growth/decay or similar processes.
  • A common pattern is a two-term structure of the form a(1+x)n=ba(1+x)^n = b where:
    • aa is a coefficient multiplying the exponential term,
    • nn is the exponent (often the number of periods),
    • bb is the target value on the other side of the equation.
  • The main trick is to use a substitution to turn the exponential into a simpler standard form that can be solved with nth roots.
  • The speaker emphasizes rewriting the entire equation to minimize mistakes and ensure every step is clear, especially when you’re practicing with many similar problems.

The substitution trick: from a(1+x)^n to y^n = b

  • Identify the two-term exponential structure: a(1+x)n=ba(1+x)^n = b

  • Introduce the substitution: let y=1+xy = 1+x. Then the equation becomes:
    ayn=ba y^n = b

  • Isolate the exponential term by dividing both sides by the coefficient aa:
    yn=bay^n = \frac{b}{a}

  • Solve for the base by taking the nth root (the "one over n" operation):
    y=(ba)1/ny = \bigg(\frac{b}{a}\bigg)^{1/n}

  • Recover the original variable: since y=1+xy = 1+x, we have
    x=y1=(ba)1/n1x = y - 1 = \bigg(\frac{b}{a}\bigg)^{1/n} - 1

  • Note: in some transcripts there may be a misprint (e.g., using 1/51/5 instead of 1/n1/n when n = 20). The correct general operation is the nth root 1/n^{1/n}.

  • Practical takeaway: whenever you see a product of a constant and a power, try to rewrite the equation in the form yn=bay^n = \frac{b}{a} via the substitution y=1+xy = 1+x, then solve for xx.


Worked example: investment problem

  • Problem setup (financial context): You invest PP today for nn years and end up with amount AA after nn years. The standard compound interest model is:
    A=P(1+r)nA = P (1+r)^n
    where rr is the annual rate of return.

  • Given values:

    • P=2000P = 2000 (dollars)
    • A=10000A = 10000 (dollars)
    • n=20n = 20 (years)
  • Goal: find the rate of return rr that satisfies the equation.

  • Steps:

    • Write the equation with the known values: 10000=2000(1+r)2010000 = 2000 (1+r)^{20}
    • Divide both sides by the principal to isolate the exponential term:
      (1+r)20=100002000=5(1+r)^{20} = \frac{10000}{2000} = 5
    • Take the 20th root (the nth root with n=20n=20):
      1+r=51/201+r = 5^{1/20}
    • Solve for rr:
      r=51/201r = 5^{1/20} - 1
  • Numerical approximation:

    • Using a calculator, 5^{1/20}
      oughly 1.0837, hence
      r
      oughly 0.0837
    • As a percentage: about 8.37 ext{ % per year}
  • Interpretation:

    • An annual return of approximately 8.37 ext{%} would grow 20002000 to 1000010000 over twenty years under the given assumptions.
  • Alternative form (verification): starting from the general substitution form, if you had a general equation a(1+x)n=ba(1+x)^n = b and you know nn, you could compute x<br/>rx<br />\neq r in the same way:

    • y=1+xext,yn=ba,y=(ba)1/n,x=y1.y = 1+x ext{, } y^n = \frac{b}{a}, y = \bigg(\frac{b}{a}\bigg)^{1/n}, x = y-1. In the financial context, you typically set a=P,b=Aa = P, b = A and solve for r=xr = x directly via r=y1r = y - 1 with y=(A/P)1/n.y = (A/P)^{1/n}.

Why this method works and what it teaches

  • It translates an exponential equation into a polynomial-like root problem via a simple substitution, leveraging the inverse operations of exponentiation (nth roots) and addition/subtraction.
  • It clarifies the roles of the parameters:
    • The exponent nn reflects the number of periods (time steps) and determines the root degree.
    • The ratio ba\frac{b}{a} (or AP\frac{A}{P} in finance) is the target growth factor per period when the base term is isolated.
  • It shows the importance of rewriting to a standard form, which reduces mistakes and makes the structure explicit for solving.
  • It connects core algebra concepts (exponents, roots, substitution) to real-world applications (compound interest).

Common pitfalls and tips

  • Be careful with the nth root notation: use 1/n^{1/n}, not a random fraction like 1/5^{1/5} unless you truly have n=5n=5.
  • Ensure you properly isolate the exponential term before taking roots.
  • Always verify by substituting back into the original equation.
  • If the numbers look odd or suspicious (e.g., inconsistent subscripts or misprints in notes), re-derive from the standard form to confirm.
  • In real problems, distinguish between the rate variable (often rr) and the substitution variable (often y=1+xy=1+x); they are linked but serve different roles.

Quick reference formulas

  • Compound growth model: A=P(1+r)nA = P(1+r)^n
  • Solve for rr when given A,P,nA, P, n: (1+r)n=AP,extsor=(AP)1/n1(1+r)^n = \frac{A}{P}, ext{ so } r = \bigg(\frac{A}{P}\bigg)^{1/n} - 1
  • General substitution for the form a(1+x)n=ba(1+x)^n = b:
    • Let y=1+xy = 1+x,
    • Then ayn=ba y^n = b,
    • yn=bay^n = \frac{b}{a},
    • y=(ba)1/ny = \bigg(\frac{b}{a}\bigg)^{1/n},
    • x=y1x = y - 1.

Connections to foundational principles

  • Exponents and logarithms underpin the ability to solve for unknowns inside exponents via nth roots and, if needed, logarithms (for more complex rearrangements).
  • The approach mirrors solving linear equations by isolation of the variable, but adapted to exponential behavior.
  • The method reinforces the idea of transforming problems into a canonical form to apply standard operations cleanly.