Logarithmic Functions, Exponential Growth/Decay, and Trigonometric Angle Fundamentals

Logarithmic and Exponential Functions

  • Inverse Relationship of Logarithm and Exponential Functions:

    • Definition: y=logb(x)y = \log_b(x) if and only if x=byx = b^y.

    • Function definition: f(x)=logb(x)f(x) = \log_b(x) is the logarithmic function with base bb.

    • Logarithmic and exponential functions with the same base bb are inverse functions of each other.

  • Basic Properties of Logarithms:

    • loga(a)=1\log_a(a) = 1: Asking what power aa must be raised to in order to get aa. The answer is the 1st1\text{st} power.

    • loga(1)=0\log_a(1) = 0: Asking what power aa must be raised to in order to get 11. The answer is the 0th0\text{th} power.

    • loga(ax)=x\log_a(a^x) = x: Asking what power aa must be raised to in order to get axa^x. The answer is xx.

    • Inverse Function Property Viewpoint: Plugging an inverse function into the original function yields xx.

    • Domain: Applies to all real numbers x(,)x \in (-\infty, \infty) because the domain of the inner exponential function axa^x is all real numbers.

    • aloga(x)=xa^{\log_a(x)} = x: Inverse function property evaluated in the reverse order (inserting the logarithmic function inside the exponential function).

    • Domain: Restricted to (0,)(0, \infty) because the domain of the inner logarithmic function loga(x)\log_a(x) is (0,)(0, \infty).

  • Domain and Range Derivation via Inverse Properties:

    • Exponential Function y=axy = a^x (for a>1a > 1):

    • Domain: (,)(-\infty, \infty).

    • Range: (0,)(0, \infty) (the graph stays strictly above the x-axis and never touches or crosses it).

    • Logarithmic Function y=loga(x)y = \log_a(x):

    • An inverse function swaps all xx and yy values.

    • Domain of exponential becomes Range of logarithm: (,)(-\infty, \infty).

    • Range of exponential becomes Domain of logarithm: (0,)(0, \infty).

    • Undefined Values: Logarithms of 00 and negative numbers are undefined in real numbers.

  • Application Example: Doubling Money with Continuous Compounding

    • Problem Statement: Calculate how long it takes to double an investment earning 8%8\% compounded continuously.

    • Formula: Continuous compounding interest formula A=PertA = P e^{r t}.

    • Rate: r=0.08r = 0.08

    • Target Condition: Find time tt when the future amount AA equals double the principal PP (A=2PA = 2P).

    • Step-by-step Solution:

    • Set up equation: 2P=Pe0.08t2P = P e^{0.08 t}

    • Divide both sides by PP: 2=e0.08t2 = e^{0.08 t}

    • Apply natural logarithm (ln\ln) to both sides: ln(2)=ln(e0.08t)\ln(2) = \ln(e^{0.08 t})

    • Simplify using inverse property (ln\ln and ee cancel): ln(2)=0.08t\ln(2) = 0.08 t

    • Solve for tt: t=ln(2)0.08t = \frac{\ln(2)}{0.08}

    • Calculation: t8.7yearst \approx 8.7\,\text{years} (rounded to one decimal place).

Logarithmic Rules and Properties

  • General Assumptions: Let bb, MM, and NN be positive real numbers with b1b \neq 1, and let rr be any real number.

  • Fundamental Rules of Logarithms:

    • Product Rule: logb(M×N)=logb(M)+logb(N)\log_b(M \times N) = \log_b(M) + \log_b(N)

    • Reversible property: Can be used to expand a single logarithm into multiple terms or condense multiple logarithms into a single term.

    • Quotient Rule: logb(MN)=logb(M)logb(N)\log_b\left(\frac{M}{N}\right) = \log_b(M) - \log_b(N)

    • Always structured as the log of the top minus the log of the bottom.

    • All logarithms must maintain identical bases on both sides of the equation.

    • Power Rule: logb(Mr)=r×logb(M)\log_b(M^r) = r \times \log_b(M)

    • Proof for whole integer exponents using the product rule:

      • logb(M2)=logb(M×M)=logb(M)+logb(M)=2×logb(M)\log_b(M^2) = \log_b(M \times M) = \log_b(M) + \log_b(M) = 2 \times \log_b(M)

    • Generalization: Applies to any real number exponent rr (including negative, fractional, and irrational exponents), provided the exponent applies to the entirety of the inside argument.

  • Change of Base Formula:

    • Let aa, bb, and xx be positive real numbers with a1a \neq 1 and b1b \neq 1.

    • Common Logarithm Form (Base 10): logb(x)=log(x)log(b)\log_b(x) = \frac{\log(x)}{\log(b)}

    • Natural Logarithm Form (Base ee): logb(x)=ln(x)ln(b)\log_b(x) = \frac{\ln(x)}{\ln(b)}

    • Arbitrary Base Form (Base aa): logb(x)=loga(x)loga(b)\log_b(x) = \frac{\log_a(x)}{\log_a(b)}

    • Terminology and Conventions:

    • If no base is explicitly written on a logarithm (e.g., log(x)\log(x)), it is understood to be a common log with base 10 (similar to how square root radical indices are omitted).

    • Natural logarithms are denoted as ln(x)\ln(x) (base ee).

    • Natural logs and common logs are primarily used to evaluate non-standard base logarithms on scientific calculators.

    • Conversion to an arbitrary base aa is primarily used when solving algebraic equations that contain mixed logarithmic bases.

  • Change of Base Evaluation Example: Evaluate log7(12)\log_7(12) rounded to 4 decimal places.

    • Using Common Logarithms:

    • log7(12)=log(12)log(7)1.2770\log_7(12) = \frac{\log(12)}{\log(7)} \approx 1.2770

    • Using Natural Logarithms:

    • log7(12)=ln(12)ln(7)1.2770\log_7(12) = \frac{\ln(12)}{\ln(7)} \approx 1.2770

    • Conclusion: Both common logs and natural logs yield the identical numerical output. Natural log notation is frequently preferred due to writing brevity.

Exponential Growth and Decay

  • Universal Exponential Growth and Decay Model:

    • Formula: A(t)=A0ektA(t) = A_0 e^{k t}

    • Variable Definitions:

    • A(t)A(t): Amount of substance, population, or quantity remaining at time tt.

    • A0A_0: Initial amount at time t=0t = 0 (i.e., A(0)A(0)).

    • tt: Time elapsed.

    • kk: Constant rate of growth or decay.

    • Behavior of Rate Constant kk:

    • If k>0k > 0, the model represents exponential growth.

    • If k<0k < 0, the model represents exponential decay.

    • Using a single generalized equation avoids needing separate formulas for growth versus decay.

  • Application Example: Half-Life Determination of a Radioactive Element

    • Problem Statement: An experiment begins with 36g36\,\text{g} of a radioactive element, which decays to 9g9\,\text{g} in 24hours24\,\text{hours}. Calculate its half-life to the nearest hour.

    • Core Concept: Half-life is the time tt required for the remaining amount A(t)A(t) to equal half of the initial amount A0A_0 (A(t)=12A0A(t) = \frac{1}{2} A_0).

    • Initial Given Information:

    • Initial amount A0=36gA_0 = 36\,\text{g}.

    • Half-life target amount A(t)=18gA(t) = 18\,\text{g}.

    • Decay data point: A(24)=9gA(24) = 9\,\text{g} at t=24hourst = 24\,\text{hours}.

    • Step 1: Solve for the decay rate constant kk.

    • Set up equation with decay data point: 9=36ek×249 = 36 e^{k \times 24}

    • Divide both sides by 3636: 0.25=e24k0.25 = e^{24 k}

    • Apply natural logarithm to both sides: ln(0.25)=ln(e24k)\ln(0.25) = \ln(e^{24 k})

    • Simplify using inverse properties: ln(0.25)=24k\ln(0.25) = 24 k

    • Express exact rate constant kk: k=ln(0.25)24k = \frac{\ln(0.25)}{24}

    • Note: Keep kk in exact fraction form to prevent premature rounding error in multi-step problems.

    • Step 2: Solve for the half-life time tt when A(t)=18gA(t) = 18\,\text{g}.

    • Substitute A(t)=18A(t) = 18 and exact kk into model: 18=36e(ln(0.25)24)t18 = 36 e^{\left(\frac{\ln(0.25)}{24}\right) t}

    • Divide both sides by 3636: 0.5=e(ln(0.25)24)t0.5 = e^{\left(\frac{\ln(0.25)}{24}\right) t}

    • Apply natural logarithm to both sides: ln(0.5)=ln(0.25)24t\ln(0.5) = \frac{\ln(0.25)}{24} t

    • Multiply by reciprocal to isolate tt: t=24×ln(0.5)ln(0.25)t = \frac{24 \times \ln(0.5)}{\ln(0.25)}

    • Exact Solution: t=24×ln(0.5)ln(0.25)t = \frac{24 \times \ln(0.5)}{\ln(0.25)}

    • Evaluated Numerical Value: t=12hourst = 12\,\text{hours} (rounded to the nearest hour).

    • Verification of Results:

    • At t=0hourst = 0\,\text{hours}, amount is 36g36\,\text{g}.

    • After 12hours12\,\text{hours} (11 half-life), amount reduces by half to 18g18\,\text{g}.

    • After 24hours24\,\text{hours} (22 half-lives), amount reduces by half again to 9g9\,\text{g}. This precisely matches the problem statement.

Angle Basics and Standard Position

  • Course Scope Note: Exponential and logarithmic review material is situated in tutorial modules. Section 5.1 marks the start of Test 1 core material.

  • Fundamental Geometric Definitions:

    • Ray: A portion of a line bounded by a single endpoint and extending infinitely in one direction.

    • Angle: Formed by rotating a ray about its endpoint.

    • Initial Side: The original starting position of the ray prior to rotation.

    • Terminal Side: The position of the ray following rotation.

    • Vertex: The fixed endpoint about which the ray rotates.

  • Rotational Direction and Sign Conventions:

    • Counterclockwise Rotation: Results in a positive angle measure.

    • Clockwise Rotation: Results in a negative angle measure.

  • Coterminal Angles:

    • Definition: Angles that share the exact same initial side and exact same terminal side.

    • Example: Angle α\alpha rotates counterclockwise from the initial side to the terminal side (positive angle). Angle β\beta rotates clockwise around the circle to end at the exact same terminal side (negative angle). Thus, α\alpha and β\beta are coterminal angles.

  • Standard Position in Rectangular Coordinates:

    • Definition: An angle is in standard position when its vertex is located at the origin (0,0)(0,0) and its initial side lies along the positive x-axis.

    • Quadrantal Location: An angle in standard position lies in a specific quadrant if its terminal side resides within that quadrant.

    • Quadrant Layout (Counterclockwise ordering):

    • Quadrant I: Upper right (x>0x > 0, y>0y > 0).

    • Quadrant II: Upper left (x<0x < 0, y>0y > 0).

    • Quadrant III: Lower left (x<0x < 0, y<0y < 0).

    • Quadrant IV: Lower right (x>0x > 0, y<0y < 0).

    • Quadrantal Angles:

    • Definition: An angle in standard position whose terminal side falls directly on a coordinate axis (x-axis or y-axis).

    • Quadrantal angles lie on the boundary lines between quadrants and do not belong to any single quadrant.

  • Degree Angle Classification:

    • 11^\circ (One Degree): Defined as a rotation of 1360\frac{1}{360} of a complete counterclockwise revolution about the vertex.

    • One Complete Revolution = 360360^\circ

    • Acute Angle: Angle measure strictly between 00^\circ and 9090^\circ (e.g., 4040^\circ).

    • Right Angle: Angle measure equal to exactly 9090^\circ (14\frac{1}{4} complete revolution). Indicated graphically by a small square at the vertex.

    • Obtuse Angle: Angle measure strictly between 9090^\circ and 180180^\circ (e.g., 135135^\circ).

    • Straight Angle: Angle measure equal to exactly 180180^\circ (12\frac{1}{2} complete revolution, forming a straight line).

Degrees, Minutes, Seconds (DMS) Notation

  • Overview: Standard system used in navigation and positional measurement. Analogous to time measurements where degrees correspond to hours.

  • Fundamental Conversion Equivalencies:

    • 1=601^\circ = 60' (1 degree equals 60 minutes; denoted by single apostrophe ').

    • 1=601' = 60'' (1 minute equals 60 seconds; denoted by double quotation mark '').

  • Conversion Process: DMS to Decimal Degrees

    • Example: Convert 50453650^\circ 45' 36'' into decimal degree notation rounded to two decimal places.

    • Step 1: Separate into component terms: 50+45+3650^\circ + 45' + 36''.

    • Step 2: Convert seconds to minutes via unit factor (160)\left(\frac{1'}{60''}\right):

    • 36×160=0.636'' \times \frac{1'}{60''} = 0.6'

    • Step 3: Add converted minutes to existing minutes:

    • 45+0.6=45.645' + 0.6' = 45.6'

    • Step 4: Convert total minutes to degrees via unit factor (160)\left(\frac{1^\circ}{60'}\right):

    • 45.6×160=0.7645.6' \times \frac{1^\circ}{60'} = 0.76^\circ

    • Step 5: Add converted degrees to integer degrees:

    • 50+0.76=50.7650^\circ + 0.76^\circ = 50.76^\circ

  • Conversion Process: Decimal Degrees to DMS

    • Example: Convert 120.64120.64^\circ to degrees, minutes, seconds notation.

    • Step 1: Separate integer degrees and decimal degrees:

    • 120+0.64120^\circ + 0.64^\circ

    • Step 2: Convert decimal degrees to minutes via unit factor (601)\left(\frac{60'}{1^\circ}\right):

    • 0.64×601=38.40.64^\circ \times \frac{60'}{1^\circ} = 38.4'

    • Step 3: Separate integer minutes and decimal minutes:

    • 38+0.438' + 0.4'

    • Step 4: Convert decimal minutes to seconds via unit factor (601)\left(\frac{60''}{1'}\right):

    • 0.4×601=240.4' \times \frac{60''}{1'} = 24''

    • Step 5: Combine into standard DMS string format:

    • 1203824120^\circ 38' 24''

Radian Measure and Conversions

  • Definitions:

    • Central Angle: An angle whose vertex is positioned at the center of a circle.

    • Radian Measure (1radian1\,\text{radian}): The measure of a positive central angle that intercepts an arc length ss equal to the radius rr of the circle.

    • Arc Length Ratio Formula:

    • θ=sr\theta = \frac{s}{r}

    • Where θ\theta is the central angle measure in radians, ss is arc length, and rr is radius.

  • Dimensionless Nature of Radians:

    • Radians are a ratio of two lengths (lengthlength\frac{\text{length}}{\text{length}}), rendering units algebraically dimensionless.

    • Unit Convention: Degrees MUST always feature the degree symbol (^\circ). Any angle lacking a specified unit symbol is mathematically treated as being in radians.

  • Revolution Equivalencies and Conversion Factors:

    • Circumference of a circle: C=2πrC = 2 \pi r.

    • One complete revolution in radians = 2πradians2\pi\,\text{radians}.

    • Equivalence relation: 360=2πradians    180=πradians360^\circ = 2\pi\,\text{radians} \implies 180^\circ = \pi\,\text{radians}.

    • Degrees to Radians Conversion Factor: Multiply by πradians180\frac{\pi\,\text{radians}}{180^\circ}.

    • Radians to Degrees Conversion Factor: Multiply by 180πradians\frac{180^\circ}{\pi\,\text{radians}}.

  • Degree-to-Radian Conversion Examples:

    • Convert 3030^\circ: 30×π180=30π180=π630^\circ \times \frac{\pi}{180^\circ} = \frac{30\pi}{180} = \frac{\pi}{6}

    • Convert 180180^\circ: 180×π180=π180^\circ \times \frac{\pi}{180^\circ} = \pi

    • Convert 45-45^\circ: 45×π180=45π180=π4-45^\circ \times \frac{\pi}{180^\circ} = -\frac{45\pi}{180} = -\frac{\pi}{4}

    • Convert 360360^\circ: 360×π180=2π360^\circ \times \frac{\pi}{180^\circ} = 2\pi

  • Radian-to-Degree Conversion Examples:

    • Convert 2π3\frac{2\pi}{3}: 2π3×180π=3603=120\frac{2\pi}{3} \times \frac{180^\circ}{\pi} = \frac{360^\circ}{3} = 120^\circ

    • Convert 5π4-\frac{5\pi}{4}: 5π4×180π=9004=225-\frac{5\pi}{4} \times \frac{180^\circ}{\pi} = -\frac{900^\circ}{4} = -225^\circ

    • Convert 3radians3\,\text{radians}: 3×180π=540π3 \times \frac{180^\circ}{\pi} = \frac{540^\circ}{\pi} (Exact angle solution; degree symbol mandatory).

Complementary and Supplementary Angles

  • Basic Definitions:

    • Complementary Angles: Two positive angles whose sum equals 9090^\circ (or π2\frac{\pi}{2} radians).

    • Supplementary Angles: Two positive angles whose sum equals 180180^\circ (or π\pi radians).

  • Complement and Supplement Evaluation Examples:

    • Example 1: Degree Given Angle (4040^\circ)

    • Complement: 9040=5090^\circ - 40^\circ = 50^\circ

    • Supplement: 18040=140180^\circ - 40^\circ = 140^\circ

    • Example 2: Radian Given Angle (π3\frac{\pi}{3})

    • Formatting Rule: Answers must remain in the original input unit (radians).

    • Complement Calculation:

      • Equivalent threshold: 90=π290^\circ = \frac{\pi}{2}

      • Formula: π2π3\frac{\pi}{2} - \frac{\pi}{3}

      • Determine common denominator (66): 3π62π6=π6\frac{3\pi}{6} - \frac{2\pi}{6} = \frac{\pi}{6}

    • Supplement Calculation:

      • Equivalent threshold: 180=π180^\circ = \pi

      • Formula: ππ3=π1π3\pi - \frac{\pi}{3} = \frac{\pi}{1} - \frac{\pi}{3}

      • Determine common denominator (33): 3π3π3=2π3\frac{3\pi}{3} - \frac{\pi}{3} = \frac{2\pi}{3}

  • Practical Practice Note: Proficiency in fraction arithmetic (common denominators, simplifying rational expressions) is crucial for subsequent trigonometry chapters.