Week 4: Exponential and Logarithmic Functions

659 words
3 min read
View

Week 4: Exponential and Logarithmic Functions

Course: Jan 2026 - Mathematics I Difficulty: Moderate Focus: Growth, decay, inverse functions, and their powerful properties.

1. Exponential Functions

An Exponential Function is a mathematical function of the form: f(x)=axf(x) = a^x Where:
  • aa is a positive real number (a>0a > 0) and a1a \neq 1. aa is called the base.
  • xx is any real number. xx is called the exponent.

1.1 Behaviours and Graphs

The graph of y=axy = a^x passes through (0,1)(0, 1) because a0=1a^0 = 1. The xx-axis is a horizontal asymptote.
  • Exponential Growth (a>1a > 1): As xx increases, yy increases rapidly. The curve goes upwards from left to right. Example: Population growth.
  • Exponential Decay (0<a<10 < a < 1): As xx increases, yy decreases, approaching zero but never touching it. The curve goes downwards from left to right. Example: Radioactive decay.

1.2 The Natural Exponential Function

The natural exponential function is f(x)=exf(x) = e^x, where ee is Euler's number (e2.71828e \approx 2.71828\dots). It represents continuous growth processes and is incredibly prominent in calculus.

1.3 Laws of Exponents

For bases a,b>0a, b > 0 and any real exponents x,yx, y:
  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. (ab)x=axbx(ab)^x = a^x b^x
  5. ax=1axa^{-x} = \frac{1}{a^x}

2. Logarithmic Functions

The Logarithmic Function is the inverse operation to exponentiation. It answers the question: "To what power must we raise the base aa to get the number xx?" y=loga(x)    ay=xy = \log_a(x) \iff a^y = x Where:
  • Base a>0a > 0 and a1a \neq 1.
  • Argument x>0x > 0. (We cannot take the logarithm of zero or a negative number).

2.1 Graph of a Logarithmic Function

Because y=loga(x)y = \log_a(x) is the inverse of y=axy = a^x, its graph is the reflection of the exponential graph across the line y=xy = x.
  • Domain: (0,)(0, \infty)
  • Range: (,)(-\infty, \infty)
  • The yy-axis is a vertical asymptote.
  • Passes through (1,0)(1, 0) because loga(1)=0\log_a(1) = 0.

2.2 Common Logarithms

  • Common Logarithm: Base 10. Usually written as log(x)\log(x) or log10(x)\log_{10}(x).
  • Natural Logarithm: Base ee. Written as ln(x)\ln(x). Thus, ln(x)=y    ey=x\ln(x) = y \iff e^y = x.

3. Properties of Logarithms

Since logarithms are exponents, they follow corresponding rules: Let M,N,aM, N, a be positive real numbers (a1a \neq 1), and pp be any real number.
  1. Product Rule: loga(MN)=loga(M)+loga(N)\log_a(MN) = \log_a(M) + \log_a(N)
  2. Quotient Rule: loga(MN)=loga(M)loga(N)\log_a(\frac{M}{N}) = \log_a(M) - \log_a(N)
  3. Power Rule: loga(Mp)=ploga(M)\log_a(M^p) = p \cdot \log_a(M)
  4. Change of Base Formula: loga(M)=logb(M)logb(a)\log_a(M) = \frac{\log_b(M)}{\log_b(a)} (often used to convert to base 10 or base ee for calculation).
Common pitfalls:
  • loga(M+N)loga(M)+loga(N)\log_a(M + N) \neq \log_a(M) + \log_a(N). (Logarithm doesn't distribute over addition).
  • loga(M)loga(N)loga(MN)\log_a(M) \cdot \log_a(N) \neq \log_a(MN).

4. Exponential and Logarithmic Equations

4.1 Solving Exponential Equations

  • Same Base Method: If you can express both sides with the same base, equate the exponents. If au=ava^u = a^v, then u=vu = v.
  • Taking Logarithms: If bases differ, take the logarithm (usually ln\ln or log\log) of both sides and use the power rule to bring the variable exponent down. 2x=7    ln(2x)=ln(7)    xln(2)=ln(7)    x=ln(7)ln(2)2^x = 7 \implies \ln(2^x) = \ln(7) \implies x \ln(2) = \ln(7) \implies x = \frac{\ln(7)}{\ln(2)}

4.2 Solving Logarithmic Equations

  1. Condense: Use log properties to combine multiple logs into a single logarithm on each side.
  2. Exponentiate: Convert the equation from logarithmic form to exponential form. loga(x)=y    x=ay\log_a(x) = y \implies x = a^y.
  3. Check for Extraneous Solutions: ALWAYS plug your potential solutions back into the original equation to ensure the arguments of all logarithms are strictly positive. Solutions that produce log(negative)\log(\text{negative}) or log(0)\log(0) must be rejected.


Document Outline
Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.