-2

Day -2

Prep Exponential Log Mastery


The Laws of Exponents

Before calculus, you must master the 'grammar' of exponents. These rules allow us to rewrite complex expressions into power forms that are easy to differentiate.

Core Theorem
Properties (for a,b>0a, b > 0):
1.
axay=ax+ya^x \cdot a^y = a^{x+y}.
2.
axay=axy\frac{a^x}{a^y} = a^{x-y}.
3.
(ax)y=axy(a^x)^y = a^{xy}.
4.
axbx=(ab)xa^x \cdot b^x = (ab)^x.
5.
ax=1axa^{-x} = \frac{1}{a^x}.
6.
a1/n=ana^{1/n} = \sqrt[n]{a}.

Practice Exercises


Example 01Easy
Simplify and write as a single base: (e3)4e2e5\frac{(e^3)^4 \cdot e^{-2}}{e^5}.
NEED A HINT?
Follow the Order of Operations: Powers first, then multiplication/division.
SHOW DETAILED EXPLANATION

Step 1: Power of a Power

(e3)4=e34=e12(e^3)^4 = e^{3 \cdot 4} = e^{12}.

Step 2: Combine Numerator

e12e2=e12+(2)=e10e^{12} \cdot e^{-2} = e^{12 + (-2)} = e^{10}.

Step 3: Division Rule

e10e5=e105=e5\frac{e^{10}}{e^5} = e^{10-5} = e^5.
Example 02Easy
Solve for xx: 34x1=273^{4x-1} = 27.
NEED A HINT?
Rewrite both sides to have the same base.
SHOW DETAILED EXPLANATION

Step 1: Match Bases

Notice 27=3327 = 3^3. So, 34x1=333^{4x-1} = 3^3.

Step 2: Equate Exponents

Since bases are equal, 4x1=34x - 1 = 3.

Step 3: Solve

4x=4    x=14x = 4 \implies x = 1.

The Natural Base e and ln(x)

The number e (approx 2.718) is the 'natural' base of growth. The natural logarithm $ln(x)$ is its inverse.

Core Theorem
Inverse Properties:
- 1.
elnx=xe^{ln x} = x for x>0x > 0.
- 2.
ln(ex)=xln(e^x) = x for all realreal xx.
- 3.
y=ex    x=lnyy = e^x \iff x = ln y.
Step-by-Step SOP
  1. 1

    Isolate the Exponential

    Before taking lnln, make sure the e...e^{...} term is by itself.
  2. 2

    Check Domain

    Always ensure the argument inside a lnln is positive.

Practice Exercises


Example 01Easy
Solve for xx: e2x3=5e^{2x - 3} = 5.
NEED A HINT?
Use lnln to 'kill' the ee.
SHOW DETAILED EXPLANATION

Step 1: Apply Natural Log

Take lnln of both sides: ln(e2x3)=ln(5)ln(e^{2x-3}) = ln(5).

Step 2: Simplify with Inverse Property

The left side becomes 2x3=ln52x - 3 = ln 5.

Step 3: Solve for x

2x=ln5+3    x=ln5+322x = ln 5 + 3 \implies x = \frac{ln 5 + 3}{2}.
Example 02Medium
Simplify f(x)=e3lnxf(x) = e^{3 ln x}.
NEED A HINT?
You cannot cancel ee and lnln if there is a number (the 3) in between them. Move the 3 first!
SHOW DETAILED EXPLANATION

Step 1: Move the Coefficient

Using log properties, 3lnx=ln(x3)3 ln x = ln(x^3).

Step 2: Apply Inverse Property

eln(x3)=x3e^{ln(x^3)} = x^3.
Common Pitfalls
  • Negative Input Trapln(x)ln(x) is only defined for x>0x > 0. If you solve an equation and get x=2x = -2, it is an extraneous solution.
  • The 'e' is not a VariableRemember ee is a constant (approx2.718approx 2.718). Do not treat it like xx or yy.

The Genesis of e

Beyond just a number, e is defined by the limit of continuous compounding and the geometry of slopes.

Core Theorem
1. Limit definition: e=limx(1+1x)xe = \lim_{x \to \infty} (1 + \frac{1}{x})^x.
2. Calculus property: The slope of
y=exy=e^x at x=0x=0 is 11.

Practice Exercises


Example 01Medium
If 10001000 is invested at 5.5%5.5\% interest compounded continuously, how long until it doubles?
NEED A HINT?
Use A=PertA = Pe^{rt} and solve for tt when A=2PA = 2P.
SHOW DETAILED EXPLANATION

Setup Equation

2000=1000e0.055t    2=e0.055t2000 = 1000e^{0.055t} \implies 2 = e^{0.055t}.

Apply ln

ln2=0.055t\ln 2 = 0.055t.

Solve

t=ln20.05512.6t = \frac{ln 2}{0.055} \approx 12.6 years.

Growth, Decay, and Continuous Compounding

In the real world, growth doesn't always happen in chunks. Continuous compounding describes systems (like interest or bacteria) that grow at every single instant.

Core Theorem
1. Discrete Compounding: A=P(1+rn)ntA = P(1 + \frac{r}{n})^{nt}
2. Continuous Growth/Decay:
A=PertA = Pe^{rt} (or y=y0ekty = y_0 e^{kt})

Notation Key:
*
AA (or yy): Final amount / Future value.
*
PP (or y0y_0): Principal / Initial amount at t=0t=0.
*
rr (or kk): Annual rate / Growth constant (use decimals: 5%=0.055\% = 0.05).
*
nn: Number of compounding periods per year.
*
tt: Time elapsed (usually in years).
Step-by-Step SOP
  1. 1

    Identify the 'n'

    If the problem says 'compounded monthly', use the power 12t12t. If it says 'continuously', use erte^{rt}.
  2. 2

    Finding k

    In many calculus problems, you must first solve for kk using a known data point before answering the main question.

Practice Exercises


Example 01Easy
An investment firm uses continuous compounding. If you invest 100100 at an annual rate of 5.5%5.5\%, what is the total amount after 4 years?
NEED A HINT?
Identify your variables: P=100,r=0.055,t=4P=100, r=0.055, t=4. Use AertAe^{rt}.
SHOW DETAILED EXPLANATION

Step 1: Set up the formula

A=100e0.0554A = 100 \cdot e^{0.055 \cdot 4}

Step 2: Simplify exponent

A=100e0.22A = 100 \cdot e^{0.22}

Step 3: Final Calculation

A1001.246=124.6A \approx 100 \cdot 1.246 = 124.6. The total is approx 124.6124.6 dollars.
Example 02Medium
Carbon-14 has a decay constant k=1.2104k = 1.2 \cdot 10^{-4}. If an initial amount AA is present, how much remains after 866 years?
NEED A HINT?
Decay is just growth with a negative kk. Use y=Aekty = A e^{-kt}.
SHOW DETAILED EXPLANATION

Step 1: Setup Model

y=Ae(1.2104)866y = A \cdot e^{-(1.2 \cdot 10^{-4}) \cdot 866}

Step 2: Calculate Exponent

(0.00012)8660.10392-(0.00012) \cdot 866 \approx -0.10392

Step 3: Result

y=Ae0.103920.901Ay = A \cdot e^{-0.10392} \approx 0.901A. About 90%90\% remains.
Common Pitfalls
  • The Percentage MistakeAlways convert percentages to decimals. 5.5%5.5\% must be 0.0550.055, not 5.55.5.
  • Growth vs. DecayA common error is forgetting the negative sign in decay problems. If the amount isn't shrinking, check your kk!

Log Properties and Equations

Logarithms turn multiplication into addition and powers into coefficients. Mastering these allows us to solve complex exponential equations and perform 'Logarithmic Differentiation'.

Core Theorem
Laws of Logs (for a,b,x,y>0a, b, x, y > 0):
1. Product:
ln(xy)=lnx+lny\ln(xy) = \ln x + \ln y
2. Quotient:
ln(x/y)=lnxlny\ln(x/y) = \ln x - \ln y
3. Power:
ln(xp)=plnx\ln(x^p) = p \ln x
4. Base Change:
logax=lnxlna\log_a x = \frac{\ln x}{\ln a}
5. Special Values:
lne=1\ln e = 1, ln1=0\ln 1 = 0
6. Identity:
ax=exlnaa^x = e^{x \ln a} (Crucial for Calculus!)
Step-by-Step SOP
  1. 1

    Identify Bases

    If you see different bases in one equation, use the Change of Base formula to convert everything to ln\ln.

Practice Exercises


Example 01Medium
Expand completely: ln(x2yz3)\ln\left(\frac{x^2 \sqrt{y}}{z^3}\right).
NEED A HINT?
Numerator terms become positive logs; denominator terms become negative logs.
SHOW DETAILED EXPLANATION

Step 1: Split Top/Bottom

ln(x2y)ln(z3)\ln(x^2 \sqrt{y}) - ln(z^3)

Step 2: Split Multiplication

ln(x2)+ln(y1/2)ln(z3)\ln(x^2) + \ln(y^{1/2}) - \ln(z^3)

Step 3: Power Rule

2lnx+12lny3lnz2 \ln x + \frac{1}{2} \ln y - 3 \ln z
Example 02Medium
Solve the inequality: ln(x22x2)0\ln(x^2 - 2x - 2) \leq 0.
NEED A HINT?
Step 1: Inside must be >0>0. Step 2: Use ee to cancel ln\ln.
SHOW DETAILED EXPLANATION

Step 1: Domain Check

Set x22x2>0x^2 - 2x - 2 > 0. Using quadratic formula, x<13x < 1-\sqrt{3} or x>1+3x > 1+\sqrt{3}.

Step 2: Solve Inequality

Apply e...e^{...} to both sides: x22x2e0    x22x21x^2 - 2x - 2 \leq e^0 \implies x^2 - 2x - 2 \leq 1.

Step 3: Final Range

x22x30    (x3)(x+1)0    1x3x^2 - 2x - 3 \leq 0 \implies (x-3)(x+1) \leq 0 \implies -1 \leq x \leq 3. Combined with Domain, x[1,13)(1+3,3]x \in [-1, 1-\sqrt{3}) \cup (1+\sqrt{3}, 3].
Example 03Medium
Solve for xx: 3log374log42=5(log5xlog5x2)3^{\log_3 7} - 4^{\log_4 2} = 5^{(\log_5 x - \log_5 x^2)}.
NEED A HINT?
Use the Inverse Identity: alogaM=Ma^{\log_a M} = M.
SHOW DETAILED EXPLANATION

Step 1: Simplify Left Side

72=57 - 2 = 5.

Step 2: Simplify Right Side

Using log properties, 5log5(x/x2)=5log5(1/x)=1/x5^{\log_5(x/x^2)} = 5^{\log_5(1/x)} = 1/x.

Step 3: Solve

5=1/x    x=1/55 = 1/x \implies x = 1/5.
Common Pitfalls
  • The Domain GhostAlways find the domain *before* you start moving terms around. Some moves (like power rule) can hide domain restrictions.
  • Base TraplnAlnB\frac{\ln A}{\ln B} is the Change of Base formula, NOT ln(AB)\ln(A-B).

Growth Hierarchy at Infinity

Understanding which functions 'win' as x to infty is essential for L'Hopital's Rule and Taylor Series.

Core Theorem
The Dominance Hierarchy: ex>xn>lnxe^x > x^n > \ln x as xx \to \infty. Any exponential grows faster than any polynomial, which grows faster than any log.
Step-by-Step SOP
  1. 1

    Identify the 'Fastest' Term

    Look for the dominant term in the numerator and denominator to determine the limit's behavior.

Practice Exercises


Example 01Medium
Evaluate limxln(x100)x\lim_{x \to \infty} \frac{\ln(x^{100})}{x}.
NEED A HINT?
Don't be scared by x100x^{100}. Use log properties first.
SHOW DETAILED EXPLANATION

Step 1: Simplify

ln(x100)=100lnxln(x^{100}) = 100 ln x.

Step 2: Compare Growth

We have 100lnx100 ln x (Log) over xx (Polynomial). Since Polynomials grow faster...

Step 3: Result

The denominator wins. The limit is 0.
Example 02Hard
Which function will eventually have larger values: f(x)=1.0001xf(x) = 1.0001^x or g(x)=x10000g(x) = x^{10000}?
NEED A HINT?
Growth hierarchy doesn't care about the size of the constants.
SHOW DETAILED EXPLANATION

Analysis

Even though 1.00011.0001 is a tiny base and x10000x^{10000} has a huge power, 1.0001x1.0001^x is an **Exponential** and x10000x^{10000} is a **Polynomial**. At a large enough xx, the exponential will ALWAYS win.
Common Pitfalls
  • The 'Small Base' DelusionMany students think 1.1x1.1^x is 'small'. At xx \to \infty, it will eventually crush x2,x3,x^2, x^3, or even x100x^{100}.