Detailed Study Notes: Exponential and Logarithmic Functions

Solving Exponential Functions

  • General Concepts and Methodology:     * To solve exponential equations where the bases can be made the same, use the One-to-One Property: if bx=byb^x = b^y, then x=yx = y.     * When bases cannot easily be match, use logarithms or natural logarithms (ln\ln) to bring the exponent down using the Power Property.     * Isolate the exponential term before applying logarithmic operations.

  • Specific Problems and Formulations:     1. 2x+2=252^{x+2} = 25         * This requires converting to logarithmic form or taking the log of both sides: log2(25)=x+2\log_{2}(25) = x + 2 or (x+2)ln(2)=ln(25)(x+2)\text{ln}(2) = \text{ln}(25).     2. 45x=42x+64^{5x} = 4^{2x+6}         * Applying the One-to-One Property: 5x=2x+65x = 2x + 6.         * Solving for xx: 3x=6    x=23x = 6 \implies x = 2.     3. 3(2)x+1=483(2)^{x+1} = 48         * Step 1: Divide by 33 to isolate the base: 2x+1=162^{x+1} = 16.         * Step 2: Recognize 1616 as a power of 22: 2x+1=242^{x+1} = 2^4.         * Step 3: Equate exponents: x+1=4    x=3x + 1 = 4 \implies x = 3.     4. ex+2=8e^{x+2} = 8         * Take the natural log (ln\ln) of both sides: ln(ex+2)=ln(8)\text{ln}(e^{x+2}) = \text{ln}(8).         * Simplify: x+2=ln(8)x + 2 = \text{ln}(8).         * Solve: x=ln(8)2x = \text{ln}(8) - 2.     5. 2(5)x3+4=542(5)^{x-3} + 4 = 54         * Step 1: Subtract 44 from both sides: 2(5)x3=502(5)^{x-3} = 50.         * Step 2: Divide by 22: 5x3=255^{x-3} = 25.         * Step 3: Express 2525 as 525^2: 5x3=525^{x-3} = 5^2.         * Step 4: Equate exponents: x3=2    x=5x - 3 = 2 \implies x = 5.     6. 3(2)x34=533(2)^{x-3} - 4 = 53         * Step 1: Add 44 to both sides: 3(2)x3=573(2)^{x-3} = 57.         * Step 2: Divide by 33: 2x3=192^{x-3} = 19.         * Step 3: Use logs: (x3)ln(2)=ln(19)(x-3)\text{ln}(2) = \text{ln}(19).

Exponential Application Problems

  • Compound Interest (Periodic):     * Formula: A=P(1+rn)ntA = P(1 + \frac{r}{n})^{nt}     * Scenario: A $5,000\$5,000 investment at a rate of 5%5\% compounded monthly for eight years.     * Variables:         * Principal (PP) = $5,000\$5,000         * Annual Interest Rate (rr) = 0.050.05         * Compounding periods per year (nn) = 1212         * Time (tt) = 88     * Calculation: A=5000(1+0.0512)12×8A = 5000(1 + \frac{0.05}{12})^{12 \times 8}

  • Depreciation (Exponential Decay):     * Formula: V=P(1r)tV = P(1 - r)^t     * Scenario: A car bought for $20,000\$20,000 depreciating at 13%13\% per year. Goal: Determine when value hits $12,000\$12,000.     * Variables:         * Principal (PP) = $20,000\$20,000         * Rate of Depreciation (rr) = 0.130.13         * Ending Value (VV) = $12,000\$12,000     * Equation: 12,000=20,000(10.13)t12,000 = 20,000(1 - 0.13)^t     * Solving for tt: 0.6=(0.87)t    t=ln(0.6)ln(0.87)0.6 = (0.87)^t \implies t = \frac{\text{ln}(0.6)}{\text{ln}(0.87)}

  • Population Growth (Doubling Time):     * Formula: N=N0(2)tdN = N_0(2)^{\frac{t}{d}}     * Scenario: A virus colony initially has 50,00050,000 cell, doubling every 88 hours. Goal: Size in two days.     * Variables:         * Initial Population (N0N_0) = 50,00050,000         * Time (tt) = 22 days = 4848 hours         * Doubling Period (dd) = 88 hours     * Calculation: N=50,000(2)488=50,000(2)6=50,000×64=3,200,000N = 50,000(2)^{\frac{48}{8}} = 50,000(2)^6 = 50,000 \times 64 = 3,200,000

  • Continuous Compound Interest:     * Formula: A=PertA = Pe^{rt}     * Scenario: Investment of $2,000\$2,000 reaches $5,000\$5,000 after six years. Goal: Find interest rate.     * Variables:         * Principal (PP) = $2000\$2000         * Final Amount (AA) = $5000\$5000         * Time (tt) = 66     * Equation: 5,000=2,000e6r5,000 = 2,000e^{6r}     * Solving for rr: 2.5=e6r    ln(2.5)=6r    r=ln(2.5)62.5 = e^{6r} \implies \text{ln}(2.5) = 6r \implies r = \frac{\text{ln}(2.5)}{6}

Expanding Logarithmic Expressions

  • Key Expansion Rules:     * Product Rule: logb(xy)=logb(x)+logb(y)\log_b(xy) = \log_b(x) + \log_b(y)     * Quotient Rule: logb(xy)=logb(x)logb(y)\log_b(\frac{x}{y}) = \log_b(x) - \log_b(y)     * Power Rule: logb(xk)=klogb(x)\log_b(x^k) = k \log_b(x)

  • Practice problems:     1. log7(5xy)=log7(5)+log7(x)+log7(y)\log_7(5xy) = \log_7(5) + \log_7(x) + \log_7(y)     2. log(11m)=log(11)+log(m)\log(11m) = \log(11) + \log(m)     3. 3log(xyz)=3(log(x)+log(y)+log(z))=3log(x)+3log(y)+3log(z)3\log(xyz) = 3(\log(x) + \log(y) + \log(z)) = 3\log(x) + 3\log(y) + 3\log(z)     4. log2(ab3c8)=log2(a)+3log2(b)+8log2(c)\log_2(ab^3c^8) = \log_2(a) + 3\log_2(b) + 8\log_2(c)     5. log(5xy2z)=log(5)+log(x)(2log(y)+log(z))=log(5)+log(x)2log(y)log(z)\log(\frac{5x}{y^2z}) = \log(5) + \log(x) - (2\log(y) + \log(z)) = \log(5) + \log(x) - 2\log(y) - \log(z)     6. log(ab5x2y6z9)=log(a)+5log(b)(2log(x)+6log(y)+9log(z))=log(a)+5log(b)2log(x)6log(y)9log(z)\log(\frac{ab^5}{x^2y^6z^9}) = \log(a) + 5\log(b) - (2\log(x) + 6\log(y) + 9\log(z)) = \log(a) + 5\log(b) - 2\log(x) - 6\log(y) - 9\log(z)

Condensing Logarithmic Expressions

  • Methodology: Reverse the expansion rules. Combined logs should share the same base.

  • Practice problems:     1. 2log(b)+log(a)=log(b2)+log(a)=log(ab2)2\log(b) + \log(a) = \log(b^2) + \log(a) = \log(ab^2)     2. log(a)log(b)=log(ab)\log(a) - \log(b) = \log(\frac{a}{b})     3. ln(5)+2ln(y)ln(4z)=ln(5)+ln(y2)ln(4z)=ln(5y24z)\ln(5) + 2\ln(y) - \ln(4z) = \ln(5) + \ln(y^2) - \ln(4z) = \ln(\frac{5y^2}{4z})     4. 3ln(x)2ln(y)3ln(z)=ln(x3)ln(y2)ln(z3)=ln(x3y2z3)3\ln(x) - 2\ln(y) - 3\ln(z) = \ln(x^3) - \ln(y^2) - \ln(z^3) = \ln(\frac{x^3}{y^2z^3})     5. 3log(a)+3log(b)log(c)=log(a3)+log(b3)log(c)=log(a3b3c)3\log(a) + 3\log(b) - \log(c) = \log(a^3) + \log(b^3) - \log(c) = \log(\frac{a^3b^3}{c})     6. log(x)+3log(y)log(z)=log(x)+log(y3)log(z)=log(xy3z)\log(x) + 3\log(y) - \log(z) = \log(x) + \log(y^3) - \log(z) = \log(\frac{xy^3}{z})

Solving Logarithmic Functions

  • Solution Strategies:     * If logb(M)=logb(N)\log_b(M) = \log_b(N), then M=NM = N.     * If logb(x)=y\log_b(x) = y, then convert to exponential form: by=xb^y = x.     * Always condense multiple log terms on one side before solving.

  • Specific Problems:     1. log6(x+3)+log6(4)=log6(14)\log_6(x + 3) + \log_6(4) = \log_6(14)         * Condense: log6(4(x+3))=log6(14)\log_6(4(x + 3)) = \log_6(14).         * Equate Arguments: 4x+12=14    4x=2    x=0.54x + 12 = 14 \implies 4x = 2 \implies x = 0.5.     2. log(x)+log(8)=2\log(x) + \log(8) = 2         * Condense: log(8x)=2\log(8x) = 2.         * Convert to Exponential (Common log base is 1010): 102=8x    100=8x10^2 = 8x \implies 100 = 8x.         * Solve: x=12.5x = 12.5.     3. log9(x+6)log9(3)=log9(2)\log_9(x + 6) - \log_9(3) = \log_9(2)         * Condense: log9(x+63)=log9(2)\log_9(\frac{x + 6}{3}) = \log_9(2).         * Equate Arguments: x+63=2    x+6=6    x=0\frac{x + 6}{3} = 2 \implies x + 6 = 6 \implies x = 0.     4. log7(x)=4log7(2)log7(4)\log_7(x) = 4\log_7(2) - \log_7(4)         * Condense: log7(x)=log7(24)log7(4)=log7(164)\log_7(x) = \log_7(2^4) - \log_7(4) = \log_7(\frac{16}{4}).         * Equate Arguments: x=4x = 4.     5. 2log7(2x)=62\log_7(2x) = 6         * Isolate Log: log7(2x)=3\log_7(2x) = 3.         * Convert to Exponential: 73=2x    343=2x7^3 = 2x \implies 343 = 2x.         * Solve: x=171.5x = 171.5.     6. log3(x+3)10=8\log_3(x + 3) - 10 = -8         * Isolate Log: log3(x+3)=2\log_3(x + 3) = 2.         * Convert to Exponential: 32=x+3    9=x+33^2 = x + 3 \implies 9 = x + 3.         * Solve: x=6x = 6.", "title": "Study Guide: Solving Exponential and Logarithmic Functions and Application Problems" } @空json{