Quiz 2
Registry Synced

Mathematics I · Week 6 — Logarithmic functions

1127 words
6 min read
2026-08-16

Reading compass

Now · Week map

Week 6 — logarithmic functions

Quiz 2 scope: Weeks 1–8 per IITM May 2026 foundation courses. Source baseline: IITM BS admissions important-dates calendar · May 2026 cycle. Times on assessments are operational conventions — verify hall ticket.

Week map

Exp inverse → log definition → laws → solve → domain restrictions

Classify → Represent → Execute → Trap-check

  • Recognize: Ask: What does log28\log_2 8 ask in words?
  • Procedure: Rewrite as exponent question: "what power of base gives this number?" Use loga1=0\log_a 1 = 0, logaa=1\log_a a = 1. For base 10 or ee, connect to familiar values.
  • Variations / traps: Watch for: Using log(x+y)=logx+logy\log(x+y) = \log x + \log y (false).

Formula chain (compressed)

log = inverse of exp → log laws → change of base → solve log equations.
  1. Definitiony=log_a(x) ⇔ a^y=x — a>0, a≠1, x>0
  2. Productlog(ab)=log a + log b — same base
  3. Quotientlog(a/b)=log a − log b — same base
  4. Powerlog(a^k)=k log a — pull exponent out
  5. Change of baselog_a b = log_c b / log_c a — calculator base

Deep study

Mathematics I · Week 6 — Logarithms

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?

ChatGPT prep archive

Archived import for extra depth — complements the notes above, not official IITM material.

Core concepts

  • Definition: y=logaxy = \log_a x means ay=xa^y = x, with a>0a>0, a1a\neq 1, x>0x>0.
  • Common laws: loga(xy)=logax+logay\log_a(xy)=\log_a x + \log_a y; loga(xn)=nlogax\log_a(x^n)=n\log_a x; change of base.
  • Graph: reflection of exponential over y=xy=x; vertical asymptote x=0x=0.
  • Solving: isolate log or exponent; check solutions in original domain.

Notation & vocabulary

LawForm
Productlog(xy)=logx+logy\log(xy)=\log x+\log y
Powerlog(xn)=nlogx\log(x^n)=n\log x
Change of baselogax=logbxlogba\log_a x = \frac{\log_b x}{\log_b a}

Pattern families

Easy — Evaluate simple logs

Rewrite as exponent question: "what power of base gives this number?" Use loga1=0\log_a 1 = 0, logaa=1\log_a a = 1. For base 10 or ee, connect to familiar values.

Medium — Expand or condense

Apply product and power rules in the direction requested. Factor arguments before splitting sums. Condense only when arguments share the same base.

Hard — Log equation with domain

Combine logs to single logarithm or exponentiate both sides. Solve resulting equation. Discard extraneous values that make any original log argument nonpositive.
Drill these on the pattern atlas — filter to week 6.

Traps

  • Using log(x+y)=logx+logy\log(x+y) = \log x + \log y (false).
  • Forgetting x>0x>0 in logx\log x.
  • Exponentiating without applying to entire side.
  • Change-of-base with inverted fraction.

Retrieval prompts

  1. What does log28\log_2 8 ask in words?
  2. Why must log arguments be positive?
  3. How do you solve 2x=102^x = 10 using logs?

Practice loop

  1. Read Deep study (if present) or core concepts once.
  2. Recite the formula chain without looking.
  3. Open one easy pattern on the interactive atlas for week 6.
  4. Attempt without solutions; mark studied after an honest try.
  5. Say one trap aloud before closing the tab.
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.