Algebra II 4th Quarter Exam Review Notes

Fundamental Logarithmic Principles and Properties

  • Simplification of Natural Logarithms

    • The term ln(e)\ln(e) involves the natural logarithm, which is a logarithm with base ee (Euler's number).

    • By definition, logb(b)=1\log_b(b) = 1.

    • Therefore, ln(e)=loge(e)=1\ln(e) = \log_e(e) = 1.

  • Conversion Between Logarithmic and Exponential Form

    • The basic relationship is defined as logb(x)=y    by=x\log_b(x) = y \iff b^y = x.

    • Case 1: Solving for the argument. If log3(x)=4\log_3(x) = 4, we rewrite this in exponential form as 34=x3^4 = x. Calculating the power, we find x=81x = 81.

    • Case 2: Solving for the argument with fractional exponents. If log81(x)=12\log_{81}(x) = \frac{1}{2}, the exponential form is 811/2=x81^{1/2} = x. Since raising a number to the 12\frac{1}{2} power is equivalent to taking the square root, x=81=9x = \sqrt{81} = 9.

  • Inverse Properties of Logarithms

    • The property blogb(x)=xb^{\log_b(x)} = x states that an exponential base raised to a logarithm with the same base simplifies to the argument of the logarithm.

    • Applying this to the expression 2log2(7)=x2^{\log_2(7)} = x, we see the bases match, resulting in x=7x = 7.

  • Euler's Number

    • The irrational number ee is a fundamental mathematical constant used in calculus and finance.

    • Its approximate numerical value is e2.718e \approx 2.718.

  • Logarithmic Laws: The Quotient Property

    • The property states that the logarithm of a quotient is equal to the difference of the logarithms of the numerator and denominator: log(AB)=log(A)log(B)\log\left(\frac{A}{B}\right) = \log(A) - \log(B).

    • For the expression log(aB)\log\left(\frac{a}{B}\right), it simplifies to log(a)log(B)\log(a) - \log(B).

  • Evaluating Logarithms with Change of Base Logic

    • To find xx in log27(9)=x\log_{27}(9) = x, convert to exponential form: 27x=927^x = 9.

    • Express both sides with a common base of 3:

      • (33)x=32(3^3)^x = 3^2

      • 33x=323^{3x} = 3^2

    • Equate the exponents: 3x=2    x=233x = 2 \implies x = \frac{2}{3}.

Advanced Logarithmic and Exponential Problem Solving

  • Estimating Logarithms Between Integers

    • To determine between which two integers log(50)\log(50) lies, consider the common log (base 10).

    • Since log(10)=1\log(10) = 1 and log(100)=2\log(100) = 2, and the value 50 falls between 10 and 100 (10 < 50 < 100), it follows that log(50)\log(50) is between the integers 1 and 2.

  • Solving Exponential Equations Using Logarithms

    • To solve 4x=194^x = 19 for xx, apply the logarithm to both sides: log(4x)=log(19)\log(4^x) = \log(19).

    • Using the power property: xlog(4)=log(19)x \cdot \log(4) = \log(19).

    • Isolating xx gives x=log(19)log(4)x = \frac{\log(19)}{\log(4)}.

  • Rational and Negative Exponents

    • Property: an=1ana^{-n} = \frac{1}{a^n} and am/n=amn=(an)ma^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m.

    • Simplifying 361/236^{-1/2}:

      • 361/2=1361/2=136=1636^{-1/2} = \frac{1}{36^{1/2}} = \frac{1}{\sqrt{36}} = \frac{1}{6}.

    • Simplifying 813/481^{3/4}:

      • 813/4=(814)3=33=2781^{3/4} = (\sqrt[4]{81})^3 = 3^3 = 27.

    • Simplifying 73.77^{3.7}:

      • This represents an irrational power of 7, solvable via calculator as 1345.54\approx 1345.54.

  • Solving Equations with Logarithms and Mixed Terms

    • Logarithmic Quadratic: log3(x27)=4\log_3(x^2 - 7) = 4.

      • Convert to exponential form: x27=34x^2 - 7 = 3^4.

      • x27=81    x2=88x^2 - 7 = 81 \implies x^2 = 88.

      • x=±88=±222x = \pm \sqrt{88} = \pm 2\sqrt{22}.

    • Exponential with Function Bases: 5x=25x+25^x = 25^{x+2}.

      • Convert to a common base: 5x=(52)x+25^x = (5^2)^{x+2}.

      • 5x=52x+45^x = 5^{2x+4}.

      • Equate exponents: x=2x+4    x=4    x=4x = 2x + 4 \implies -x = 4 \implies x = -4.

Arithmetic and Geometric Sequences

  • Arithmetic Sequences

    • Identification: A sequence is arithmetic if it has a constant common difference (dd) between terms.

    • For the sequence 12,7,2,312, 7, 2, -3, calculating the difference: 712=57 - 12 = -5, 27=52 - 7 = -5. Since the difference is constant, it is an arithmetic sequence.

    • Next Term Calculation: To find the next term in 11,6,1,411, 6, 1, -4, subtract the common difference (d=5d = -5) from the last term: 45=9-4 - 5 = -9.

    • Finding the nn-th Term: The formula is an=a1+(n1)da_n = a_1 + (n-1)d.

      • For a sequence with a1=4a_1 = 4 and d=5d = 5, the 30th term is: a30=4+(301)5=4+(29)(5)=4+145=149a_{30} = 4 + (30-1)5 = 4 + (29)(5) = 4 + 145 = 149.

    • Finding the Common Difference from Points: Given a1=7a_1 = 7 and a8=35a_8 = 35.

      • Use an=a1+(n1)d    35=7+(81)da_n = a_1 + (n-1)d \implies 35 = 7 + (8-1)d.

      • 28=7d    d=428 = 7d \implies d = 4.

  • Geometric Sequences

    • Ratio Identification: The common ratio (rr) is found by dividing a term by its predecessor: r=anan1r = \frac{a_n}{a_{n-1}}.

    • Finding rr from non-consecutive terms: Given a1=54a_1 = -54 and a4=2a_4 = 2.

      • Formula: a4=a1r41    2=54r3a_4 = a_1 \cdot r^{4-1} \implies 2 = -54 \cdot r^3.

      • Divide by 54-54: r3=254=127r^3 = -\frac{2}{54} = -\frac{1}{27}.

      • Take the cube root: r=1273=13r = \sqrt[3]{-\frac{1}{27}} = -\frac{1}{3}.

    • Finding the nn-th Geo metric Term: The formula is an=a1rn1a_n = a_1 \cdot r^{n-1}.

      • In the sequence 3,1,13,...3, 1, \frac{1}{3}, ..., the first term a1=3a_1 = 3 and ratio r=13r = \frac{1}{3}.

      • The 7th term is: a7=3(13)71=3(13)6=31729=1243a_7 = 3 \cdot \left(\frac{1}{3}\right)^{7-1} = 3 \cdot \left(\frac{1}{3}\right)^6 = 3 \cdot \frac{1}{729} = \frac{1}{243}.

Financial Formulas, Roots, and Variations

  • Compound Interest

    • The formula for discrete compounding is A=P(1+rn)ntA = P\left(1 + \frac{r}{n}\right)^{nt}.

    • Parameters:

      • PP (Principal) = 600600

      • rr (Annual Interest Rate) = 0.080.08 (8%)

      • nn (Compounding periods per year) = 44 (Quarterly)

      • tt (Time in years) = 55

    • Formula Setup: V=600(1+0.084)4×5V = 600\left(1 + \frac{0.08}{4}\right)^{4 \times 5}.

    • Simplified Formula: V=600(1.02)20V = 600(1.02)^{20}.

  • Simplifying Radicals with Variables

    • To simplify xmn\sqrt[n]{x^m}, use the power rule (xm)1/n=xm/n(x^m)^{1/n} = x^{m/n}.

    • Expression: x63\sqrt[3]{x^6}.

    • Calculation: x6/3=x2x^{6/3} = x^2.

  • Direct Proportionality (Variation)

    • The formula is s=kts = kt, where kk is the constant of variation.

    • Step 1: Find kk. If s=35s = 35 when t=5t = 5, then 35=k(5)    k=735 = k(5) \implies k = 7.

    • Step 2: Solve for target variable. To find tt when s=91s = 91, use 91=7t    t=1391 = 7t \implies t = 13.

  • Joint Proportionality (Variation)

    • The formula is z=kxyz = kxy, where zz varies jointly with xx and yy.

    • Step 1: Find kk. If z=24z = 24 when x=3x = 3 and y=4y = 4:

      • 24=k(3)(4)    24=12k    k=224 = k(3)(4) \implies 24 = 12k \implies k = 2.

    • Step 2: Solve for target variable. To find zz when x=5x = 5 and y=6y = 6:

      • z=2(5)(6)=60z = 2(5)(6) = 60.