Neural Sync Active
Week 4: Exponential and Logarithmic Functions
Registry Synced
Week 4: Exponential and Logarithmic Functions
659 words
3 min read
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)=ax
Where:
- a is a positive real number (a>0) and a=1. a is called the base.
- x is any real number. x is called the exponent.
1.1 Behaviours and Graphs
The graph of y=ax passes through (0,1) because a0=1. The x-axis is a horizontal asymptote.
- Exponential Growth (a>1): As x increases, y increases rapidly. The curve goes upwards from left to right. Example: Population growth.
- Exponential Decay (0<a<1): As x increases, y 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)=ex, where e is Euler's number (e≈2.71828…). It represents continuous growth processes and is incredibly prominent in calculus.
1.3 Laws of Exponents
For bases a,b>0 and any real exponents x,y:
- ax⋅ay=ax+y
- ayax=ax−y
- (ax)y=axy
- (ab)x=axbx
- a−x=ax1
2. Logarithmic Functions
The Logarithmic Function is the inverse operation to exponentiation. It answers the question: "To what power must we raise the base a to get the number x?"
y=loga(x)⟺ay=x
Where:
- Base a>0 and a=1.
- Argument x>0. (We cannot take the logarithm of zero or a negative number).
2.1 Graph of a Logarithmic Function
Because y=loga(x) is the inverse of y=ax, its graph is the reflection of the exponential graph across the line y=x.
- Domain: (0,∞)
- Range: (−∞,∞)
- The y-axis is a vertical asymptote.
- Passes through (1,0) because loga(1)=0.
2.2 Common Logarithms
- Common Logarithm: Base 10. Usually written as log(x) or log10(x).
- Natural Logarithm: Base e. Written as ln(x). Thus, ln(x)=y⟺ey=x.
3. Properties of Logarithms
Since logarithms are exponents, they follow corresponding rules: Let M,N,a be positive real numbers (a=1), and p be any real number.
- Product Rule: loga(MN)=loga(M)+loga(N)
- Quotient Rule: loga(NM)=loga(M)−loga(N)
- Power Rule: loga(Mp)=p⋅loga(M)
- Change of Base Formula: loga(M)=logb(a)logb(M) (often used to convert to base 10 or base e for calculation).
Common pitfalls:
- loga(M+N)=loga(M)+loga(N). (Logarithm doesn't distribute over addition).
- loga(M)⋅loga(N)=loga(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=av, then u=v.
- Taking Logarithms: If bases differ, take the logarithm (usually ln or 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(2)ln(7)
4.2 Solving Logarithmic Equations
- Condense: Use log properties to combine multiple logs into a single logarithm on each side.
- Exponentiate: Convert the equation from logarithmic form to exponential form. loga(x)=y⟹x=ay.
- 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) or log(0) must be rejected.
🧭 Navigation
- 📘 Textbook Notes: Week 4 Notes
- 📝 Assignment: Week 4 Assignment
- ⬅️ Previous Week: Week 3 Notes