Quiz 2
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_a x → “log base aa of xx” → the exponent yy such that ay=xa^y = x → requires a>0a > 0, a1a \neq 1, x>0x > 0.
  • lnx\ln x → natural log → base eelnx=logex\ln x = \log_e x.
  • log10x\log_{10} x or logx\log x → common log (context-dependent).
Mini-example: log28=3\log_2 8 = 3 because 23=82^3 = 8. log51=0\log_5 1 = 0 because 50=15^0 = 1. log33=1\log_3 3 = 1.

Key identities

  • alogax=xa^{\log_a x} = x for x>0x > 0.
  • loga(ax)=x\log_a(a^x) = x for all real xx.
  • loga1=0\log_a 1 = 0; logaa=1\log_a a = 1.

Log laws

  • Product: loga(xy)=logax+logay\log_a(xy) = \log_a x + \log_a y.
  • Quotient: loga(x/y)=logaxlogay\log_a(x/y) = \log_a x - \log_a y.
  • Power: loga(xn)=nlogax\log_a(x^n) = n \log_a x.
  • Change of base: logax=logbxlogba\log_a x = \frac{\log_b x}{\log_b a} for any valid base bb.
Mini-example: log2(164)=log216+log24=4+2=6\log_2(16 \cdot 4) = \log_2 16 + \log_2 4 = 4 + 2 = 6. Check: 26=64=1642^6 = 64 = 16 \cdot 4.

Graph features

  • Domain (0,)(0, \infty); vertical asymptote at x=0x = 0.
  • Passes through (1,0)(1, 0) and (a,1)(a, 1).
  • Reflection of y=axy = a^x over y=xy = x.

Pattern families

Easy — Evaluate simple logs

Rewrite as “what power of base gives this number?” Use loga1=0\log_a 1 = 0, logaa=1\log_a a = 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=?\log_3 81 = ?3y=81=343^y = 81 = 3^4 → answer 4.
Example 2 — Product law.
log1050+log102=log10100=2\log_{10} 50 + \log_{10} 2 = \log_{10} 100 = 2.
Example 3 — Power law.
log2(x5)=5log2x\log_2(x^5) = 5 \log_2 x.
Example 4 — Change of base.
log48=ln8ln4=3ln22ln2=3/2\log_4 8 = \frac{\ln 8}{\ln 4} = \frac{3\ln 2}{2\ln 2} = 3/2.
Example 5 — Solve.
log2(x1)=3\log_2(x - 1) = 3x1=23=8x - 1 = 2^3 = 8x=9x = 9. Check: log28=3\log_2 8 = 3 ✓. Domain requires x1>0x - 1 > 0, so x>1x > 1 — satisfied.

Traps

  • Taking log\log of negative number or zero — undefined.
  • Using log(x+y)=logx+logy\log(x + y) = \log x + \log y — false; product law only.
  • Forgetting 0!0!-style edge: loga1=0\log_a 1 = 0, not undefined.
  • Dividing logs incorrectly: logx/logylog(x/y)\log x / \log y \neq \log(x/y).
  • Accepting solution that makes log argument 0\leq 0.

Diagnostic (try yourself)

  1. Evaluate log5125\log_5 125 and log3(1/9)\log_3(1/9).
  2. Expand log2(8x3)\log_2(8x^3) using log laws.
  3. Use change of base to express log84\log_8 4 as a fraction.
  4. Solve log10(x)=2\log_{10}(x) = 2. State the domain condition.
  5. True or false: ln(e5)=5\ln(e^5) = 5? What is ln1\ln 1?
Document outline

Keep your place and jump directly to a heading.

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.