Neural Sync Active
maths1-week6
Registry Synced
maths1-week6
556 words
3 min read
Reading compass
Now · Week map
Deep study for Quiz 2 week 6. Logarithm is the inverse operation of exponentiation — every log question hides an exponent question.
Week map
Log as inverse of exp → definition and domain → log laws → change of base → solve log equations → check solutions.
Logarithm notation
- logax → “log base a of x” → the exponent y such that ay=x → requires a>0, a=1, x>0.
- lnx → natural log → base e → lnx=logex.
- log10x or logx → common log (context-dependent).
Mini-example: log28=3 because 23=8. log51=0 because 50=1. log33=1.
Key identities
- alogax=x for x>0.
- loga(ax)=x for all real x.
- loga1=0; logaa=1.
Log laws
- Product: loga(xy)=logax+logay.
- Quotient: loga(x/y)=logax−logay.
- Power: loga(xn)=nlogax.
- Change of base: logax=logbalogbx for any valid base b.
Mini-example: log2(16⋅4)=log216+log24=4+2=6. Check: 26=64=16⋅4.
Graph features
- Domain (0,∞); vertical asymptote at x=0.
- Passes through (1,0) and (a,1).
- Reflection of y=ax over y=x.
Pattern families
Easy — Evaluate simple logs
Rewrite as “what power of base gives this number?” Use loga1=0, logaa=1. Connect base-10 and natural logs to familiar values.
Medium — Apply log laws
Expand or condense expressions. Split products into sums; bring exponents down. Change base to evaluate unfamiliar logs.
Hard — Solve log and exponential equations
Isolate log or exponent; convert between forms. Always check solutions in original equation — extraneous values appear when domain violated.
Worked mini-examples
Example 1 — Definition.
log381=? → 3y=81=34 → answer 4.
Example 2 — Product law.
log1050+log102=log10100=2.
Example 3 — Power law.
log2(x5)=5log2x.
Example 4 — Change of base.
log48=ln4ln8=2ln23ln2=3/2.
Example 5 — Solve.
log2(x−1)=3 → x−1=23=8 → x=9. Check: log28=3 ✓. Domain requires x−1>0, so x>1 — satisfied.
Traps
- Taking log of negative number or zero — undefined.
- Using log(x+y)=logx+logy — false; product law only.
- Forgetting 0!-style edge: loga1=0, not undefined.
- Dividing logs incorrectly: logx/logy=log(x/y).
- Accepting solution that makes log argument ≤0.
Diagnostic (try yourself)
-
Evaluate log5125 and log3(1/9).
-
Expand log2(8x3) using log laws.
-
Use change of base to express log84 as a fraction.
-
Solve log10(x)=2. State the domain condition.
-
True or false: ln(e5)=5? What is ln1?