100% FREE Updated: Apr 2026 Algebra and Functions Algebraic Expressions

Logarithms and exponentials

Comprehensive study notes on Logarithms and exponentials for CMI BS Hons preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Logarithms and exponentials

This chapter provides a comprehensive review of logarithms and exponentials, covering fundamental laws, transformations, and equation-solving techniques. Mastery of these concepts is crucial for advanced mathematical analysis and is frequently assessed in the CMI examinations.

---

Chapter Contents

|

| Topic |

|---|-------| | 1 | Logarithm laws | | 2 | Change of base | | 3 | Logarithmic equations | | 4 | Exponential equations | | 5 | Logarithmic inequalities |

---

We begin with Logarithm laws.

Part 1: Logarithm laws

Logarithm laws

Overview

Logarithm laws convert multiplication into addition, division into subtraction, and powers into coefficients. In school algebra they are used for simplification and solving equations; in CMI-style questions they also appear in disguised form through functional equations such as f(xy)=f(x)+f(y)f(xy)=f(x)+f(y). So this topic is not just about formulas — it is about structure. ---

Learning Objectives

By the End of This Topic

After studying this topic, you will be able to:

  • Use all standard logarithm laws correctly with domain conditions.

  • Convert freely between exponential and logarithmic forms.

  • Simplify complicated logarithmic expressions using factorisation and change of base.

  • Avoid false laws such as log(x+y)=logx+logy\log(x+y)=\log x+\log y.

  • Recognise the deeper additive structure behind logarithms and multiplicative functional equations.

---

Basic Definition

📖 What is a logarithm?

For a>0a>0, a1a\ne 1, and x>0x>0, the logarithm logax\log_a x is the unique real number yy such that

ay=x\qquad a^y=x

This means:

logax=y    ay=x\qquad \log_a x = y \iff a^y=x

📐 Immediate Consequences

If a>0a>0 and a1a\ne 1, then:

    • loga1=0\log_a 1 = 0 because a0=1a^0=1

    • logaa=1\log_a a = 1 because a1=aa^1=a

    • alogax=xa^{\log_a x}=x for x>0x>0

    • loga(at)=t\log_a(a^t)=t for every real tt

---

Domain Conditions

Always Check These First

For real logarithms:

    • base must satisfy a>0a>0

    • base must satisfy a1a\ne 1

    • argument must satisfy x>0x>0


So expressions like these are not real:
    • log15\log_1 5

    • log28\log_{-2} 8

    • log3(9)\log_3(-9)

---

Main Logarithm Laws

📐 Core Laws

For a>0a>0, a1a\ne 1, and positive real numbers x,yx,y:

    • loga(xy)=logax+logay\log_a(xy)=\log_a x+\log_a y

    • loga(xy)=logaxlogay\log_a\left(\dfrac{x}{y}\right)=\log_a x-\log_a y

    • loga(xr)=rlogax\log_a(x^r)=r\log_a x

    • loga(1x)=logax\log_a\left(\dfrac{1}{x}\right)=-\log_a x


These are the main laws used in simplification, equations, and inequalities.

📐 Change of Base

If a,b>0a,b>0, a1a\ne 1, b1b\ne 1, and x>0x>0, then

logax=logbxlogba\qquad \log_a x=\dfrac{\log_b x}{\log_b a}

Special cases:

    • logax=lnxlna\log_a x=\dfrac{\ln x}{\ln a}

    • logab=1logba\log_a b=\dfrac{1}{\log_b a}

---

Reverse Reading of the Laws

💡 Read Log Laws in Both Directions

The laws are often more useful backwards:

    • logax+logay=loga(xy)\log_a x+\log_a y = \log_a(xy)

    • logaxlogay=loga(xy)\log_a x-\log_a y = \log_a\left(\dfrac{x}{y}\right)

    • klogax=loga(xk)k\log_a x = \log_a(x^k)


This helps compress long expressions into a single logarithm.

---

Most Important Traps

⚠️ Avoid These Errors
    • loga(x+y)=logax+logay\log_a(x+y)=\log_a x+\log_a y
    • loga(xy)=logaxlogay\log_a(x-y)=\log_a x-\log_a y
    • loga(x2)=2logax\log_a(x^2)=2\log_a x without checking that x>0x>0 if the original expression is written as logax\log_a x
    • ❌ cancelling logs without checking domain
✅ Correct facts:
    • loga(xy)=logax+logay\log_a(xy)=\log_a x+\log_a y
    • loga(xy)=logaxlogay\log_a\left(\dfrac{x}{y}\right)=\log_a x-\log_a y
    • loga(xr)=rlogax\log_a(x^r)=r\log_a x for x>0x>0
---

Useful Standard Values

📐 Values to Remember
    • loga1=0\log_a 1=0
    • logaa=1\log_a a=1
    • loga(an)=n\log_a(a^n)=n
    • alogax=xa^{\log_a x}=x
    • log1010k=k\log_{10} 10^k = k
    • log28=3\log_2 8=3
    • log381=4\log_3 81=4
    • log1/28=3\log_{1/2} 8=-3
---

Structure View: Why Logarithm Laws Matter

The Deeper Pattern

The law

log(xy)=logx+logy\qquad \log(xy)=\log x+\log y

says that logarithm turns multiplication into addition.

This same pattern appears in CMI problems with functions satisfying

f(xy)=f(x)+f(y)\qquad f(xy)=f(x)+f(y)

Such a function behaves like a logarithm, even if the domain is integers or rationals instead of positive reals.

📐 Prime Factorisation Connection

Every positive integer nn can be written uniquely as

n=p1α1p2α2pkαk\qquad n=p_1^{\alpha_1}p_2^{\alpha_2}\cdots p_k^{\alpha_k}

If a function satisfies f(xy)=f(x)+f(y)f(xy)=f(x)+f(y) on positive integers, then

f(n)=α1f(p1)+α2f(p2)++αkf(pk)\qquad f(n)=\alpha_1 f(p_1)+\alpha_2 f(p_2)+\cdots+\alpha_k f(p_k)

So the values of ff on primes determine the values on all positive integers.

This is the discrete analogue of logarithm laws and is exactly the kind of structure behind deeper exam questions. ---

Minimal Worked Examples

Example 1 Simplify log248log23\log_2 48-\log_2 3. Using quotient law, log248log23=log2(483)=log216=4\qquad \log_2 48-\log_2 3=\log_2\left(\dfrac{48}{3}\right)=\log_2 16=4 --- Example 2 Solve log3(x1)+log3(x3)=2\log_3(x-1)+\log_3(x-3)=2. First combine: log3((x1)(x3))=2\qquad \log_3\big((x-1)(x-3)\big)=2 So, (x1)(x3)=32=9\qquad (x-1)(x-3)=3^2=9 x24x+3=9\qquad x^2-4x+3=9 x24x6=0\qquad x^2-4x-6=0 x=2±10\qquad x=2\pm \sqrt{10} Now check domain:
  • x1>0x-1>0
  • x3>0x-3>0
So we need x>3x>3, hence only x=2+10\qquad x=2+\sqrt{10} is valid. ---

CMI Strategy

💡 How to Attack Logarithm Problems

  • Check the domain before doing anything.

  • Combine logs whenever possible into one logarithm.

  • Factorise numbers and expressions before applying laws.

  • Use change of base when bases are awkward.

  • In functional-equation problems, think of prime factorisation.

  • If the equation involves positive integers or rationals, treat primes as the true building blocks.

---

Functional Equation Insight

📐 Analogy with Logarithms

Suppose ff is defined on positive integers and satisfies

f(xy)=f(x)+f(y)\qquad f(xy)=f(x)+f(y)

Then:

    • f(1)=0f(1)=0 because f(1)=f(11)=f(1)+f(1)f(1)=f(1\cdot 1)=f(1)+f(1)

    • f(nk)=kf(n)f(n^k)=k\,f(n) for positive integers kk

    • if n=p1α1prαrn=p_1^{\alpha_1}\cdots p_r^{\alpha_r}, then

f(n)=i=1rαif(pi)\qquad f(n)=\sum_{i=1}^r \alpha_i f(p_i)

If the domain is positive rationals, then negative exponents also appear through reciprocals:
    • f(1/x)=f(x)f(1/x)=-f(x)

    • for r=p1α1pmαmr=p_1^{\alpha_1}\cdots p_m^{\alpha_m} with integer exponents αi\alpha_i,

f(r)=i=1mαif(pi)\qquad f(r)=\sum_{i=1}^m \alpha_i f(p_i)

This is exactly why logarithm laws are useful even far beyond standard school simplification. ---

Practice Questions

:::question type="MCQ" question="For which of the following values is the expression logx9\log_x 9 defined over the real numbers?" options=["x=1x=1","x=3x=-3","x=12x=\dfrac{1}{2}","x=0x=0"] answer="C" hint="Check the conditions on the base." solution="For logx9\log_x 9 to be defined over the reals, the base must satisfy x>0x>0 and x1x\ne 1. Among the given values, only x=12x=\dfrac{1}{2} satisfies both conditions. Hence the correct answer is C\boxed{C}." ::: :::question type="NAT" question="Evaluate log248log23+log22\log_2 48-\log_2 3+\log_2 2." answer="5" hint="Combine the logarithms into a single logarithm." solution="Using logarithm laws, log248log23+log22=log2(4823)\qquad \log_2 48-\log_2 3+\log_2 2=\log_2\left(\dfrac{48\cdot 2}{3}\right) =log232=5\qquad =\log_2 32=5 Hence the answer is 5\boxed{5}." ::: :::question type="MSQ" question="Which of the following statements are true for a>0a>0, a1a\ne 1, and positive x,yx,y?" options=["loga(xy)=logax+logay\log_a(xy)=\log_a x+\log_a y","loga(x+y)=logax+logay\log_a(x+y)=\log_a x+\log_a y","loga(xy)=logaxlogay\log_a\left(\dfrac{x}{y}\right)=\log_a x-\log_a y","loga(xr)=rlogax\log_a(x^r)=r\log_a x"] answer="A,C,D" hint="Separate true logarithm laws from false look-alikes." solution="1. True. This is the product law.
  • False. There is no law of the form loga(x+y)=logax+logay\log_a(x+y)=\log_a x+\log_a y.
  • True. This is the quotient law.
  • True for positive xx. This is the power law.
  • Hence the correct answer is A,C,D\boxed{A,C,D}." ::: :::question type="SUB" question="Suppose a function ff on positive integers satisfies f(xy)=f(x)+f(y)f(xy)=f(x)+f(y) for all positive integers x,yx,y. If f(2)=3f(2)=3 and f(3)=1f(3)=-1, find f(72)f(72)." answer="8" hint="Use prime factorisation of 7272." solution="Prime-factorise 7272: 72=2332\qquad 72=2^3\cdot 3^2 Using f(xy)=f(x)+f(y)f(xy)=f(x)+f(y) repeatedly, we get f(72)=f(23)+f(32)\qquad f(72)=f(2^3)+f(3^2) Also, f(23)=3f(2)=33=9\qquad f(2^3)=3f(2)=3\cdot 3=9 and f(32)=2f(3)=2(1)=2\qquad f(3^2)=2f(3)=2\cdot (-1)=-2 Therefore, f(72)=9+(2)=7\qquad f(72)=9+(-2)=7 Hence the answer is 7\boxed{7}." ::: ---

    Summary

    Key Takeaways for CMI

    • A logarithm is defined only when the base is positive, not equal to 11, and the argument is positive.

    • Product, quotient, and power laws are the three core logarithm laws.

    • There is no addition law for logarithms.

    • Change of base is a universal simplification tool.

    • The identity log(xy)=logx+logy\log(xy)=\log x+\log y expresses a deep structure: multiplication becomes addition.

    • Functional equations like f(xy)=f(x)+f(y)f(xy)=f(x)+f(y) are discrete analogues of logarithms and should be attacked using prime factorisation.

    ---

    💡 Next Up

    Proceeding to Change of base.

    ---

    Part 2: Change of base

    Change of Base

    Overview

    The change of base formula is one of the most useful tools in logarithms. It allows us to rewrite a logarithm in a more convenient base, compare logarithmic expressions, simplify algebraic forms, and evaluate logs using known values. In CMI-style algebra, this topic is often tested through identities, cyclic products, simplification, and careful domain checking. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • use the change of base formula correctly

    • convert logarithms from one base to another

    • simplify expressions involving reciprocal and chained logarithms

    • handle domain restrictions of logarithms carefully

    • solve medium to hard identities involving multiple bases

    ---

    Logarithm Basics Needed First

    📖 Meaning of a logarithm

    For real numbers a,ba,b with

      • a>0a>0

      • a1a \ne 1

      • b>0b>0


    the logarithm logab\log_a b is the unique real number xx such that

    ax=b\qquad a^x=b

    So,

    logab=x    ax=b\qquad \log_a b = x \iff a^x=b

    📐 Basic Logarithm Facts

    Whenever all expressions are defined:

      • loga1=0\log_a 1 = 0

      • logaa=1\log_a a = 1

      • loga(xy)=logax+logay\log_a (xy) = \log_a x + \log_a y

      • loga(xy)=logaxlogay\log_a \left(\dfrac{x}{y}\right) = \log_a x - \log_a y

      • loga(xr)=rlogax\log_a (x^r) = r \log_a x

    ---

    Main Formula

    📐 Change of Base Formula

    If

      • a>0, a1a>0,\ a \ne 1

      • b>0b>0

      • c>0, c1c>0,\ c \ne 1


    then

    logab=logcblogca\qquad \log_a b = \dfrac{\log_c b}{\log_c a}

    A very common special case is

    logab=lnblna\qquad \log_a b = \dfrac{\ln b}{\ln a}

    or

    logab=logbloga\qquad \log_a b = \dfrac{\log b}{\log a}

    where log\log means common logarithm and ln\ln means natural logarithm.

    ---

    Why the Formula Works

    Derivation Let x=logab\qquad x=\log_a b Then by definition, ax=b\qquad a^x=b Taking logarithm in base cc on both sides, logc(ax)=logcb\qquad \log_c(a^x)=\log_c b Using the power rule, xlogca=logcb\qquad x \log_c a = \log_c b So, x=logcblogca\qquad x=\dfrac{\log_c b}{\log_c a} Hence, logab=logcblogca\qquad \log_a b = \dfrac{\log_c b}{\log_c a} ---

    Most Important Consequences

    📐 Immediate Consequences

    • Reciprocal identity:

    logab=1logba\qquad \log_a b = \dfrac{1}{\log_b a}

    • Product identity:

    logablogba=1\qquad \log_a b \cdot \log_b a = 1

    • Chain identity:

    logablogbc=logac\qquad \log_a b \cdot \log_b c = \log_a c

    • Cyclic identity:

    logablogbclogca=1\qquad \log_a b \cdot \log_b c \cdot \log_c a = 1

    • Base-power conversion:

    logam(bn)=nmlogab\qquad \log_{a^m}(b^n)=\dfrac{n}{m}\log_a b
    whenever defined and m0m \ne 0

    ---

    Domain Conditions

    Check This Before Simplifying

    For logab\log_a b to be defined in real numbers:

      • base must satisfy a>0a>0

      • base must satisfy a1a \ne 1

      • argument must satisfy b>0b>0


    For the change of base formula

    logab=logcblogca\qquad \log_a b = \dfrac{\log_c b}{\log_c a}

    we also need

      • c>0c>0

      • c1c \ne 1

      • logca0\log_c a \ne 0


    and this last condition is automatic because logca=0\log_c a=0 would mean a=1a=1, which is not allowed.

    ---

    Fast Simplification Patterns

    💡 Patterns You Should Recognize Instantly

    • log28=ln8ln2=3\log_2 8 = \dfrac{\ln 8}{\ln 2}=3


    • log927=log27log9=3log32log3=32\log_9 27 = \dfrac{\log 27}{\log 9}=\dfrac{3\log 3}{2\log 3}=\dfrac{3}{2}


    • logablogbc=logcloga=logac\log_a b \cdot \log_b c = \dfrac{\log c}{\log a}=\log_a c


    • logab+logac=loga(bc)\log_a b + \log_a c = \log_a (bc)


    • logablogac=logblogc=logcb\dfrac{\log_a b}{\log_a c} = \dfrac{\log b}{\log c} = \log_c b

    ---

    Common Traps

    ⚠️ Avoid These Errors
      • logab=logalogb\log_a b = \dfrac{\log a}{\log b}
    ✅ Correct formula: logab=logbloga\log_a b = \dfrac{\log b}{\log a}
      • loga(b+c)=logab+logac\log_a(b+c)=\log_a b+\log_a c
    ✅ Logarithm does not split over addition
      • logab+logcb=logacb\log_a b + \log_c b = \log_{ac} b
    ✅ Different bases cannot be merged like this
      • ❌ ignoring base restrictions such as a=1a=1 or a0a \le 0
      • ❌ forgetting that the argument of a logarithm must be positive
    ---

    Minimal Worked Examples

    Example 1 Evaluate log432\log_4 32. Using change of base, log432=log32log4\qquad \log_4 32 = \dfrac{\log 32}{\log 4} Now write 32=2532=2^5 and 4=224=2^2: log(25)log(22)=5log22log2=52\qquad \dfrac{\log(2^5)}{\log(2^2)}=\dfrac{5\log 2}{2\log 2}=\dfrac{5}{2} So, log432=52\qquad \log_4 32=\dfrac{5}{2} --- Example 2 Simplify log25log57log716\log_2 5 \cdot \log_5 7 \cdot \log_7 16. Using the chain identity, log25log57=log27\qquad \log_2 5 \cdot \log_5 7 = \log_2 7 So the whole product is log27log716=log216=4\qquad \log_2 7 \cdot \log_7 16 = \log_2 16 = 4 Hence the value is 44. ---

    High-Value Algebraic Forms

    📐 Useful Rewrites
      • logamb=1mlogab\log_{a^m} b = \dfrac{1}{m}\log_a b
      • loga(bn)=nlogab\log_a (b^n)=n\log_a b
      • 1logab=logba\dfrac{1}{\log_a b}=\log_b a
      • logablogac=logcb\dfrac{\log_a b}{\log_a c}=\log_c b
      • logablogbclogcd=logad\log_a b \cdot \log_b c \cdot \log_c d=\log_a d
    ---

    CMI Strategy

    💡 How to Attack Change of Base Problems

    • first check whether all bases and arguments are valid

    • convert everything to one convenient base, usually ln\ln or a common symbolic base

    • look for chain cancellation such as logablogbc\log_a b \cdot \log_b c

    • rewrite numerical bases as powers when possible, like 4=224=2^2, 8=238=2^3, 9=329=3^2, 27=3327=3^3

    • in harder expressions, reduce fractions of logs into a single logarithm

    • never apply product and quotient log laws to sums

    ---

    Practice Questions

    :::question type="MCQ" question="Which of the following is equal to logab\log_a b whenever both sides are defined?" options=["logalogb\dfrac{\log a}{\log b}","lnblna\dfrac{\ln b}{\ln a}","logba\log_b a","1lnb\dfrac{1}{\ln b}"] answer="B" hint="Recall the change of base formula." solution="By the change of base formula, logab=lnblna\qquad \log_a b = \dfrac{\ln b}{\ln a}. So the correct option is B\boxed{B}." ::: :::question type="NAT" question="Evaluate log432+log927\log_4 32 + \log_9 27." answer="4" hint="Rewrite both using powers of 22 and 33." solution="We compute each term separately. First, log432=log32log4=5log22log2=52\qquad \log_4 32 = \dfrac{\log 32}{\log 4} = \dfrac{5\log 2}{2\log 2} = \dfrac{5}{2} Next, log927=log27log9=3log32log3=32\qquad \log_9 27 = \dfrac{\log 27}{\log 9} = \dfrac{3\log 3}{2\log 3} = \dfrac{3}{2} Therefore, log432+log927=52+32=4\qquad \log_4 32 + \log_9 27 = \dfrac{5}{2} + \dfrac{3}{2} = 4 Hence the answer is 4\boxed{4}." ::: :::question type="MSQ" question="Which of the following statements are true whenever all expressions involved are defined?" options=["logablogba=1\log_a b \cdot \log_b a = 1","logablogbc=logac\log_a b \cdot \log_b c = \log_a c","loga(b+c)=logab+logac\log_a (b+c)=\log_a b+\log_a c","logablogac=logcb\dfrac{\log_a b}{\log_a c}=\log_c b"] answer="A,B,D" hint="Use change of base and check which identities are valid." solution="1. True, because logab=1logba\qquad \log_a b = \dfrac{1}{\log_b a}
  • True, because
  • logablogbc=logblogalogclogb=logcloga=logac\qquad \log_a b \cdot \log_b c = \dfrac{\log b}{\log a}\cdot \dfrac{\log c}{\log b}=\dfrac{\log c}{\log a}=\log_a c
  • False, because logarithms do not split over addition.
  • True, because
  • $\qquad \dfrac{\log_a b}{\log_a c} = \dfrac{\frac{\log b}{\log a}}{\frac{\log c}{\log a}} = \dfrac{\log b}{\log c} = \log_c b$ Hence the correct answer is A,B,D\boxed{A,B,D}." ::: :::question type="SUB" question="Simplify log23log35log57log716\log_2 3 \cdot \log_3 5 \cdot \log_5 7 \cdot \log_7 16." answer="4" hint="Use chain cancellation repeatedly." solution="Using the identity logablogbc=logac\qquad \log_a b \cdot \log_b c = \log_a c, we simplify step by step. First, log23log35=log25\qquad \log_2 3 \cdot \log_3 5 = \log_2 5 Then, log25log57=log27\qquad \log_2 5 \cdot \log_5 7 = \log_2 7 Then, log27log716=log216\qquad \log_2 7 \cdot \log_7 16 = \log_2 16 Finally, log216=4\qquad \log_2 16 = 4 Therefore, the value of the expression is 4\boxed{4}." ::: ---

    Summary

    Key Takeaways for CMI

    • the core formula is logab=logcblogca\log_a b = \dfrac{\log_c b}{\log_c a}

    • reciprocal and chain identities come directly from change of base

    • many problems simplify after converting all logs to one common base

    • always check base and argument restrictions before manipulating logs

    • addition inside a logarithm never splits into separate logarithms

    • in olympiad-style algebra, change of base is often the shortest path to simplification

    ---

    💡 Next Up

    Proceeding to Logarithmic equations.

    ---

    Part 3: Logarithmic equations

    Logarithmic Equations

    Overview

    Logarithmic equations are solved not by memorising isolated tricks, but by controlling three things at every step:
  • the domain
  • the logarithm laws
  • the validity of transformations
  • In CMI-style algebra, the real challenge is that many formally correct-looking manipulations become invalid if the argument of a logarithm is non-positive or if the base is illegal. So this topic is as much about logical discipline as about computation. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • solve basic and moderate logarithmic equations in one variable

    • apply logarithm laws correctly while tracking domain restrictions

    • convert logarithmic equations into exponential form

    • detect extraneous roots created by invalid steps

    • handle equations involving different bases using change of base when useful

    ---

    Definition and Meaning

    📖 What a Logarithm Means

    For a>0a>0, a1a\ne 1, and x>0x>0,

    logax=y    ay=x\qquad \log_a x = y \iff a^y = x

    So a logarithmic equation can often be converted into an exponential equation, provided the logarithm is defined.

    ---

    Fundamental Conditions

    Logarithm Exists Only When

    For logax\log_a x to be meaningful over the real numbers, we must have:

      • a>0a>0

      • a1a\ne 1

      • x>0x>0


    These are not optional. They are part of the equation.

    ---

    Core Formulas

    📐 Main Logarithm Laws

    For valid positive arguments and a valid base aa:

      • loga1=0\log_a 1 = 0

      • logaa=1\log_a a = 1

      • loga(ax)=x\log_a(a^x) = x

      • alogax=xa^{\log_a x} = x


      • loga(MN)=logaM+logaN\log_a(MN) = \log_a M + \log_a N

      • loga(MN)=logaMlogaN\log_a\left(\dfrac{M}{N}\right) = \log_a M - \log_a N

      • loga(Mr)=rlogaM\log_a(M^r) = r\log_a M


    If logaM=logaN\log_a M = \log_a N, then

    M=N\qquad M = N

    provided both MM and NN are positive.

    📐 Change of Base

    For a,b>0a,b>0, a1a\ne 1, b1b\ne 1, and x>0x>0,

    logax=logbxlogba\qquad \log_a x = \dfrac{\log_b x}{\log_b a}

    In particular,

    logax=lnxlna=logxloga\qquad \log_a x = \dfrac{\ln x}{\ln a} = \dfrac{\log x}{\log a}

    ---

    Most Important Solving Patterns

    1. Same base on both sides

    If loga(f(x))=loga(g(x))\qquad \log_a(f(x)) = \log_a(g(x)) then solve f(x)=g(x)\qquad f(x)=g(x) but only after ensuring f(x)>0, g(x)>0\qquad f(x)>0,\ g(x)>0 ---

    2. Log equal to a number

    If loga(f(x))=c\qquad \log_a(f(x)) = c then convert to exponential form: f(x)=ac\qquad f(x) = a^c with the restriction f(x)>0f(x)>0 automatically necessary. ---

    3. Sum or difference of logs

    Use product/quotient rules first: logaM+logaN=loga(MN)\qquad \log_a M + \log_a N = \log_a(MN) logaMlogaN=loga(MN)\qquad \log_a M - \log_a N = \log_a\left(\dfrac{M}{N}\right) Then reduce to a simpler logarithmic equation. ---

    4. Quadratic after substitution

    Sometimes a logarithmic expression repeats. Let t=logax\qquad t = \log_a x and reduce the equation to a polynomial in tt. ---

    Domain Discipline

    ⚠️ Never Solve Before Writing the Domain

    For logarithmic equations, write positivity conditions first.

    Examples:

      • log2(x3)\log_2(x-3) requires x3>0x-3>0, so x>3x>3

      • log5(2x+1)\log_5(2x+1) requires 2x+1>02x+1>0, so x>12x>-\dfrac12

      • log3(x24)\log_3(x^2-4) requires x24>0x^2-4>0, so x<2x<-2 or x>2x>2


    A candidate root that violates the domain must be rejected even if it appears algebraically later.

    ---

    Typical CMI Traps

    ⚠️ Avoid These Errors
      • ❌ Cancelling logs without checking whether both arguments are positive
      • ❌ Writing log(M+N)=logM+logN\log(M+N)=\log M+\log N
      • ❌ Ignoring that the base must satisfy a>0a>0 and a1a\ne 1
      • ❌ Squaring or rearranging and then forgetting to test final solutions
      • ❌ Treating logax=logxa\log_a x = \log_x a as generally true
    ✅ Safe habit:
    • write the domain first
    • simplify using correct log laws
    • solve
    • verify all obtained roots in the original equation
    ---

    Minimal Worked Examples

    Example 1 Solve log2(x1)=3\qquad \log_2(x-1)=3 Since the logarithm exists only when x1>0x-1>0, we need x>1x>1. Now convert to exponential form: x1=23=8\qquad x-1 = 2^3 = 8 x=9\qquad x=9 This satisfies the domain. So the solution is 9\boxed{9}. --- Example 2 Solve log3(x+1)+log3(x1)=2\qquad \log_3(x+1) + \log_3(x-1) = 2 Domain: x+1>0, x1>0    x>1\qquad x+1>0,\ x-1>0 \implies x>1 Combine the logs: log3((x+1)(x1))=2\qquad \log_3\big((x+1)(x-1)\big)=2 log3(x21)=2\qquad \log_3(x^2-1)=2 Convert to exponential form: x21=32=9\qquad x^2-1 = 3^2 = 9 x2=10\qquad x^2 = 10 x=±10\qquad x=\pm\sqrt{10} From the domain x>1x>1, only x=10x=\sqrt{10} is valid. So the solution is 10\boxed{\sqrt{10}}. ---

    Strategy for Harder Problems

    💡 CMI Strategy

    • Write the domain before doing anything else.

    • Look for a common base. If all logs have the same base, combine them.

    • Reduce the number of logs. Product and quotient laws are often the first useful step.

    • Substitute if a log expression repeats.

    • Check every candidate in the original equation, not just in the transformed one.

    • If a base looks complicated, use change of base only if it genuinely simplifies the structure.

    ---

    Practice Questions

    :::question type="MCQ" question="How many real solutions does the equation log2(x1)=log2(5x)\log_2(x-1)=\log_2(5-x) have?" options=["0","1","2","3"] answer="B" hint="First write the domain, then compare arguments." solution="For the logarithms to exist, we need x1>0\qquad x-1>0 and 5x>0\qquad 5-x>0 So 1<x<5\qquad 1<x<5 Since the bases are the same and both arguments are positive, log2(x1)=log2(5x)\qquad \log_2(x-1)=\log_2(5-x) implies x1=5x\qquad x-1=5-x So 2x=6\qquad 2x=6 x=3\qquad x=3 This lies in the domain (1,5)(1,5), so it is valid. Hence there is exactly one real solution. Therefore the correct option is B\boxed{B}." ::: :::question type="NAT" question="Solve log3(x+1)+log3(x3)=2\log_3(x+1)+\log_3(x-3)=2. Enter the positive real solution." answer="4" hint="Combine the logarithms into a single logarithm first." solution="The domain is x+1>0, x3>0    x>3\qquad x+1>0,\ x-3>0 \implies x>3 Now combine the logs: log3((x+1)(x3))=2\qquad \log_3\big((x+1)(x-3)\big)=2 So (x+1)(x3)=32=9\qquad (x+1)(x-3)=3^2=9 Expand: x22x3=9\qquad x^2-2x-3=9 x22x12=0\qquad x^2-2x-12=0 Factor: (x4)(x+3)=0\qquad (x-4)(x+3)=0 So the candidates are x=4, 3\qquad x=4,\ -3 From the domain x>3x>3, only x=4x=4 is valid. Therefore the answer is 4\boxed{4}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If logau=logav\log_a u=\log_a v, then u=vu=v provided a>0a>0, a1a\ne 1, u>0u>0, v>0v>0","loga(u+v)=logau+logav\log_a(u+v)=\log_a u+\log_a v for all positive u,vu,v","loga1=0\log_a 1=0 for every valid base aa","If log2x=3\log_2 x=3, then x=8x=8"] answer="A,C,D" hint="Recall the valid logarithm laws carefully." solution="1. True. Equality of logs with the same valid base implies equality of positive arguments.
  • False. There is no logarithm law for sum inside the argument.
  • True, because a0=1a^0=1, so loga1=0\log_a 1=0.
  • True, since log2x=3\log_2 x=3 means x=23=8x=2^3=8.
  • Hence the correct answer is A,C,D\boxed{A,C,D}." ::: :::question type="SUB" question="Solve the equation log2(x25x+6)=1\log_2(x^2-5x+6)=1 over the real numbers." answer="x=2x=2 or x=3x=3" hint="Convert the logarithmic equation into an algebraic equation and then verify the domain." solution="We first note that the logarithm requires x25x+6>0\qquad x^2-5x+6>0 Now solve the equation: log2(x25x+6)=1\qquad \log_2(x^2-5x+6)=1 This gives x25x+6=21=2\qquad x^2-5x+6 = 2^1 = 2 So x25x+4=0\qquad x^2-5x+4=0 Factor: (x1)(x4)=0\qquad (x-1)(x-4)=0 Thus the candidates are x=1, 4\qquad x=1,\ 4 Now check in the original expression: for x=1x=1, x25x+6=15+6=2>0\qquad x^2-5x+6 = 1-5+6 = 2 > 0 valid for x=4x=4, x25x+6=1620+6=2>0\qquad x^2-5x+6 = 16-20+6 = 2 > 0 valid Hence both solutions are valid. Therefore the solution set is {1,4}\boxed{\{1,4\}}." ::: ---

    Summary

    Key Takeaways for CMI

    • Every logarithmic equation begins with a domain check.

    • The base must satisfy a>0a>0 and a1a\ne 1.

    • logaM=logaN\log_a M = \log_a N implies M=NM=N only when both arguments are positive.

    • Product, quotient, and power rules are the main simplification tools.

    • Many wrong answers come from valid algebra done on invalid expressions.

    • Final answers must always be checked in the original equation.

    ---

    💡 Next Up

    Proceeding to Exponential equations.

    ---

    Part 4: Exponential equations

    Exponential Equations

    Overview

    Exponential equations are equations in which the variable appears in the exponent. In CMI-style algebra, these questions are usually not about blind formula use; they test whether you can rewrite bases intelligently, use substitution cleanly, and respect the fact that exponential expressions are always positive for positive bases. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • Recognize and solve standard exponential equations.

    • Rewrite different bases into a common base whenever possible.

    • Use substitution in equations involving axa^x and axa^{-x}.

    • Apply logarithms correctly when the bases cannot be matched directly.

    • Avoid fake simplifications and domain mistakes.

    ---

    Core Idea

    📖 What is an exponential equation?

    An exponential equation is an equation in which the unknown appears in the exponent.

    Examples:

      • 2x=162^x = 16

      • 32x1=273^{2x-1} = 27

      • 5x+5x=2655^x + 5^{-x} = \dfrac{26}{5}

      • 2x=x22^x = x^2


    In most standard problems, the goal is to convert the equation into a simpler algebraic form by using exponent laws, substitution, or logarithms.

    ---

    Basic Facts You Must Know

    📐 Main Exponential Facts

    Let a>0a > 0 and a1a \ne 1.

      • aman=am+na^m \cdot a^n = a^{m+n}

      • aman=amn\dfrac{a^m}{a^n} = a^{m-n} for a0a \ne 0

      • (am)n=amn(a^m)^n = a^{mn}

      • an=1ana^{-n} = \dfrac{1}{a^n}

      • a0=1a^0 = 1

      • ax>0a^x > 0 for every real xx

    One-to-One Property

    If a>0a > 0 and a1a \ne 1, then

    au=av    u=va^u = a^v \iff u = v

    This is the most important rule for solving same-base exponential equations.

    📐 Monotonicity
      • If a>1a > 1, then axa^x is strictly increasing.
      • If 0<a<10 < a < 1, then axa^x is strictly decreasing.
    In both cases, axa^x is one-to-one, so equal outputs force equal exponents.
    ---

    Method 1: Make the Bases Same

    📐 Same-Base Method

    If both sides can be rewritten with the same positive base a1a \ne 1, then

    af(x)=ag(x)    f(x)=g(x)a^{f(x)} = a^{g(x)} \implies f(x) = g(x)

    Example 1 Solve 4x+1=8x14^{x+1} = 8^{x-1}. Rewrite both sides in base 22: 4x+1=(22)x+1=22x+2\qquad 4^{x+1} = (2^2)^{x+1} = 2^{2x+2} 8x1=(23)x1=23x3\qquad 8^{x-1} = (2^3)^{x-1} = 2^{3x-3} So, 22x+2=23x3\qquad 2^{2x+2} = 2^{3x-3} Hence, 2x+2=3x3\qquad 2x+2 = 3x-3 x=5\qquad x = 5 So the solution is 5\boxed{5}. ---

    Method 2: Use Substitution

    📐 Standard Substitution Pattern

    If an equation contains expressions such as axa^x, a2xa^{2x}, or axa^{-x}, set

    t=axt = a^x

    Then t>0t > 0, and the equation often becomes quadratic or rational in tt.

    Example 2 Solve 3x+3x=1033^x + 3^{-x} = \dfrac{10}{3}. Let t=3xt = 3^x. Then t>0t > 0 and 3x=1t3^{-x} = \dfrac{1}{t}. So, t+1t=103\qquad t + \dfrac{1}{t} = \dfrac{10}{3} Multiply by 3t3t: 3t2+3=10t\qquad 3t^2 + 3 = 10t 3t210t+3=0\qquad 3t^2 - 10t + 3 = 0 Factor: (3t1)(t3)=0\qquad (3t-1)(t-3)=0 So, t=13\qquad t = \dfrac{1}{3} or t=3t = 3 Since t=3xt = 3^x, 3x=3    x=1\qquad 3^x = 3 \implies x=1 3x=13    x=1\qquad 3^x = \dfrac{1}{3} \implies x=-1 Hence the solutions are x=1,1\boxed{x=1,-1}. ---

    Method 3: Take Logarithms

    📐 Logarithm Method

    If the bases cannot be made the same, and both sides are positive, then from

    af(x)=k(k>0)a^{f(x)} = k \quad (k>0)

    we get

    f(x)=logakf(x) = \log_a k

    Equivalently, using natural logarithm,

    af(x)=k    f(x)lna=lnk\qquad a^{f(x)} = k \implies f(x)\ln a = \ln k

    Important: Taking logarithms is valid only when both sides are positive. ---

    Standard Patterns

    📐 Patterns That Recur Often

    • Same-base equations:

    af(x)=ag(x)a^{f(x)} = a^{g(x)}

    • Quadratic in disguise:

    a2x+pax+q=0a^{2x} + p a^x + q = 0

    • Reciprocal form:

    ax+ax=ca^x + a^{-x} = c

    • Mixed bases rewritten to a common base:

    4x4^x, 8x8^x, 16x16^x, 27x27^x, 9x9^x, etc.

    • Exponential equals constant:

    af(x)=ka^{f(x)} = k

    ---

    Positivity and Domain Logic

    High-Value Domain Facts

    For a>0a>0, the expression axa^x is always positive.

    So:

      • 2x=02^x = 0 has no real solution

      • 5x1=35^{x-1} = -3 has no real solution

      • if t=axt = a^x, then always remember t>0t > 0


    This t>0t>0 restriction is extremely important after substitution.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Writing au+au=a2ua^u + a^u = a^{2u}
    ✅ Correct: au+au=2aua^u + a^u = 2a^u
      • ❌ Forgetting that ax>0a^x > 0 for positive base aa
    ✅ So an exponential expression cannot equal 00 or a negative number
      • ❌ After substituting t=axt=a^x, accepting a negative value of tt
    ✅ Always use the restriction t>0t>0
      • ❌ Rewriting unequal bases incorrectly
    ✅ Convert numbers carefully to prime powers before comparing exponents
      • ❌ Taking logarithm of a non-positive quantity
    ✅ Logarithms are used only for positive expressions
    ---

    CMI Strategy

    💡 How to Attack Exponential Equations

    • First check whether all terms can be written using the same base.

    • If you see a2xa^{2x} and axa^x, try substitution t=axt=a^x.

    • If axa^{-x} appears, rewrite it as 1ax\dfrac{1}{a^x}.

    • Use the fact that ax>0a^x > 0 to reject impossible cases quickly.

    • If bases cannot be matched, take logarithms only after checking positivity.

    • In disguised algebraic equations, solve in tt first, then come back to xx.

    ---

    Practice Questions

    :::question type="MCQ" question="Solve 9x1=27x29^{x-1}=27^{x-2}." options=["x=2x=2","x=3x=3","x=4x=4","x=5x=5"] answer="D" hint="Rewrite both sides in base 33." solution="Rewrite each side in base 33. 9x1=(32)x1=32x2\qquad 9^{x-1} = (3^2)^{x-1} = 3^{2x-2} 27x2=(33)x2=33x6\qquad 27^{x-2} = (3^3)^{x-2} = 3^{3x-6} So, 32x2=33x6\qquad 3^{2x-2} = 3^{3x-6} Hence, 2x2=3x6\qquad 2x-2 = 3x-6 x=4\qquad x = 4 Therefore the correct option is D\boxed{D}." ::: :::question type="NAT" question="If 2x+2x=522^x + 2^{-x} = \dfrac{5}{2}, find the positive value of xx." answer="1" hint="Set t=2xt=2^x." solution="Let t=2xt=2^x. Then t>0t>0 and 2x=1t2^{-x}=\dfrac{1}{t}. So, t+1t=52\qquad t + \dfrac{1}{t} = \dfrac{5}{2} Multiply by 2t2t: 2t2+2=5t\qquad 2t^2 + 2 = 5t 2t25t+2=0\qquad 2t^2 - 5t + 2 = 0 Factor: (2t1)(t2)=0\qquad (2t-1)(t-2)=0 Thus, t=12\qquad t=\dfrac{1}{2} or t=2t=2 Since t=2xt=2^x, we get 2x=12    x=1\qquad 2^x=\dfrac{1}{2} \implies x=-1 or 2x=2    x=1\qquad 2^x=2 \implies x=1 The positive value of xx is 1\boxed{1}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If a>0a>0 and a1a\ne1, then au=ava^u=a^v implies u=vu=v","For every real xx, 3x>03^x>0","The equation 2x=42^x=-4 has a real solution","If t=5xt=5^x, then tt can be negative"] answer="A,B" hint="Use the positivity and one-to-one properties of exponentials." solution="1. True. For a>0a>0 and a1a\ne1, the function axa^x is one-to-one.
  • True. For positive base 33, the expression 3x3^x is always positive.
  • False. A positive-base exponential can never be negative.
  • False. If t=5xt=5^x, then t>0t>0 always.
  • Hence the correct statements are A,B\boxed{A,B}." ::: :::question type="SUB" question="Solve the equation 4x52x+4=04^x-5\cdot2^x+4=0." answer="x=0,2x=0,2" hint="Write 4x4^x in terms of 2x2^x and substitute." solution="Write 4x=(22)x=22x\qquad 4^x=(2^2)^x=2^{2x} Let t=2x\qquad t=2^x Then t>0t>0 and the equation becomes t25t+4=0\qquad t^2-5t+4=0 Factor: (t1)(t4)=0\qquad (t-1)(t-4)=0 So, t=1\qquad t=1 or t=4t=4 Now return to xx: 2x=1    x=0\qquad 2^x=1 \implies x=0 2x=4    x=2\qquad 2^x=4 \implies x=2 Hence the solutions are x=0,2\boxed{x=0,2}." ::: ---

    Summary

    Key Takeaways for CMI

    • The main tools are same-base rewriting, substitution, and logarithms.

    • If a>0a>0 and a1a\ne1, then au=ava^u=a^v implies u=vu=v.

    • In substitutions like t=axt=a^x, always remember t>0t>0.

    • Positive-base exponentials never become zero or negative.

    • Many exponential equations are just disguised algebraic equations.

    • Accuracy in rewriting bases is often the whole problem.

    ---

    💡 Next Up

    Proceeding to Logarithmic inequalities.

    ---

    Part 5: Logarithmic inequalities

    Logarithmic Inequalities

    Overview

    Logarithmic inequalities are a favorite algebra topic because they test three things at once: domain, monotonicity, and clean transformation into ordinary inequalities. In most problems, the real challenge is not the algebra itself, but remembering that logarithms are defined only for positive arguments and that the inequality direction depends on the base. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • Solve basic logarithmic inequalities with one logarithm.

    • Solve inequalities involving sums and differences of logarithms.

    • handle domain restrictions before and after simplification.

    • Use the correct inequality direction depending on the base.

    • Detect and reject extraneous values created during algebraic manipulation.

    ---

    Core Definition

    📖 What is a logarithmic inequality?

    A logarithmic inequality is an inequality involving logarithmic expressions, such as

      • log2(x1)>3\log_2(x-1) > 3

      • log3(x+1)log3(2x5)\log_3(x+1) \le \log_3(2x-5)

      • log1/2(x4)1\log_{1/2}(x-4) \ge -1


    To solve such inequalities, we must always begin by finding the values for which every logarithm in the expression is defined.

    ---

    Domain Comes First

    Domain Rule

    For loga(f(x))\log_a(f(x)) to be defined, we must have:

      • a>0a > 0

      • a1a \ne 1

      • f(x)>0f(x) > 0


    The argument of every logarithm must be strictly positive, not merely non-negative.

    ⚠️ Most Common Mistake
      • ❌ Writing f(x)0f(x) \ge 0 for the argument of a logarithm
    ✅ Correct rule:
      • f(x)>0f(x) > 0
    ---

    Monotonicity and Inequality Direction

    📐 How the Base Controls the Sign

    Let a>0a>0 and a1a\ne1.

    Case 1: a>1a>1


    The function logax\log_a x is increasing, so

    logau>logav    u>v\qquad \log_a u > \log_a v \iff u>v

    logaulogav    uv\qquad \log_a u \ge \log_a v \iff u\ge v

    Case 2: 0<a<10<a<1


    The function logax\log_a x is decreasing, so

    logau>logav    u<v\qquad \log_a u > \log_a v \iff u<v

    logaulogav    uv\qquad \log_a u \ge \log_a v \iff u\le v

    provided u>0u>0 and v>0v>0.

    💡 Golden Rule

    For logarithmic inequalities, always ask first:

    • Is the base greater than 11?

    • Or is the base between 00 and 11?


    That decides whether the inequality stays the same or reverses.

    ---

    Standard Logarithm Laws Used in Inequalities

    📐 Useful Log Laws

    Whenever all expressions are defined:

      • loga(xy)=logax+logay\log_a(xy) = \log_a x + \log_a y

      • loga(xy)=logaxlogay\log_a\left(\dfrac{x}{y}\right) = \log_a x - \log_a y

      • loga(xr)=rlogax\log_a(x^r) = r\log_a x

      • logaat=t\log_a a^t = t

      • alogax=xa^{\log_a x} = x

    ⚠️ Use Log Laws Only Inside the Domain

    Before using

    logax+logay=loga(xy)\qquad \log_a x + \log_a y = \log_a(xy)

    you must already know that

    x>0, y>0\qquad x>0,\ y>0

    ---

    Method 1: One Logarithm Compared to a Constant

    📐 Direct Conversion

    If a>1a>1, then

    loga(f(x))>c    f(x)>ac\qquad \log_a(f(x)) > c \iff f(x) > a^c

    If 0<a<10<a<1, then

    loga(f(x))>c    f(x)<ac\qquad \log_a(f(x)) > c \iff f(x) < a^c

    In both cases, also require f(x)>0f(x)>0.

    Example 1 Solve log2(x3)2\log_2(x-3) \ge 2. First, domain: x3>0    x>3\qquad x-3>0 \implies x>3 Since base 2>12>1, inequality direction stays the same: x322=4\qquad x-3 \ge 2^2 = 4 x7\qquad x \ge 7 Combining with the domain gives x7\qquad x \ge 7 So the solution set is [7,)\boxed{[7,\infty)}. ---

    Method 2: Logarithm Compared to Logarithm

    📐 Same Base Comparison

    If the base is the same and valid:

    For a>1a>1


    loga(f(x))>loga(g(x))    f(x)>g(x)\qquad \log_a(f(x)) > \log_a(g(x)) \iff f(x) > g(x)

    For 0<a<10<a<1


    loga(f(x))>loga(g(x))    f(x)<g(x)\qquad \log_a(f(x)) > \log_a(g(x)) \iff f(x) < g(x)

    with the domain conditions

    f(x)>0, g(x)>0\qquad f(x)>0,\ g(x)>0

    Example 2 Solve log3(x+1)log3(2x5)\log_3(x+1) \le \log_3(2x-5). Domain: x+1>0    x>1\qquad x+1>0 \implies x>-1 2x5>0    x>52\qquad 2x-5>0 \implies x>\dfrac52 So domain is x>52\qquad x>\dfrac52 Since 3>13>1, compare arguments directly: x+12x5\qquad x+1 \le 2x-5 x6\qquad x \ge 6 Combining with the domain gives x6\qquad x \ge 6 So the solution set is [6,)\boxed{[6,\infty)}. ---

    Method 3: First Combine the Logarithms

    📐 Combine, Then Solve

    If several logarithms appear, first use log laws to combine them, but only after writing the domain conditions.

    Typical forms:

      • logaf(x)+logag(x)=loga(f(x)g(x))\log_a f(x) + \log_a g(x) = \log_a(f(x)g(x))

      • logaf(x)logag(x)=loga(f(x)g(x))\log_a f(x) - \log_a g(x) = \log_a\left(\dfrac{f(x)}{g(x)}\right)

    Example 3 Solve log2(x1)+log2(x3)>1\log_2(x-1) + \log_2(x-3) > 1. Domain: x1>0, x3>0    x>3\qquad x-1>0,\ x-3>0 \implies x>3 Combine: log2((x1)(x3))>1\qquad \log_2\big((x-1)(x-3)\big) > 1 Since base 2>12>1, (x1)(x3)>2\qquad (x-1)(x-3) > 2 x24x+3>2\qquad x^2-4x+3 > 2 x24x+1>0\qquad x^2-4x+1 > 0 The roots are x=2±3\qquad x = 2 \pm \sqrt{3} So x<23orx>2+3\qquad x<2-\sqrt3 \quad \text{or} \quad x>2+\sqrt3 Now apply the domain x>3x>3. Therefore the final solution is x>2+3\qquad x>2+\sqrt3 Since 2+3<42+\sqrt3<4, this is equivalent to (3,)\boxed{(3,\infty)}. ---

    Base Less Than 1

    Reverse the Inequality

    If 0<a<10<a<1, logarithm is decreasing.

    For example, solve log1/2(x1)2\log_{1/2}(x-1) \le -2.

    Domain:

    x1>0    x>1\qquad x-1>0 \implies x>1

    Since the base is between 00 and 11, reverse the inequality when removing the logarithm:

    x1(12)2=4\qquad x-1 \ge \left(\dfrac12\right)^{-2} = 4

    x5\qquad x \ge 5

    So the solution set is [5,)\boxed{[5,\infty)}.

    ---

    Case Splitting with Quotients

    📐 Quotient Form

    For inequalities like

    loga(f(x)g(x))c\qquad \log_a\left(\dfrac{f(x)}{g(x)}\right) \ge c

    first write

    f(x)g(x)>0\qquad \dfrac{f(x)}{g(x)} > 0

    for the domain, and then solve the transformed inequality after using the base rule.

    This is often where sign charts become necessary. ---

    CMI Strategy

    💡 How to Solve Logarithmic Inequalities Cleanly

    • Write the domain before doing anything else.

    • Check whether the base is greater than 11 or between 00 and 11.

    • If several logarithms appear, combine them only after domain-checking.

    • Convert the logarithmic inequality into an ordinary algebraic inequality.

    • Intersect the algebraic answer with the original domain.

    • Never trust a solution unless it satisfies every original logarithm.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Forgetting the domain condition f(x)>0f(x)>0
      • ❌ Forgetting to reverse the inequality when 0<a<10<a<1
      • ❌ Combining logarithms before checking that each log is defined
      • ❌ Solving the transformed inequality but forgetting to intersect with the domain
      • ❌ Treating logax\log_a x like an algebraic variable without monotonicity logic
    ---

    Practice Questions

    :::question type="MCQ" question="Solve log2(x1)>3\log_2(x-1) > 3." options=["x>8x>8","x>9x>9","x9x\ge 9","x8x\ge 8"] answer="B" hint="First check the domain, then remove the logarithm." solution="For the logarithm to be defined, we need x1>0    x>1\qquad x-1>0 \implies x>1 Since the base 2>12>1, the logarithmic function is increasing, so log2(x1)>3    x1>23=8\qquad \log_2(x-1) > 3 \iff x-1>2^3=8 Thus, x>9\qquad x>9 This already satisfies the domain. Hence the correct option is B\boxed{B}." ::: :::question type="NAT" question="Find the least integer satisfying log1/2(x1)2\log_{1/2}(x-1) \le -2." answer="5" hint="The base is less than 11, so the inequality reverses when removing the logarithm." solution="First write the domain: x1>0    x>1\qquad x-1>0 \implies x>1 Since 0<12<10<\dfrac12<1, the logarithmic function is decreasing. Therefore log1/2(x1)2    x1(12)2\qquad \log_{1/2}(x-1) \le -2 \iff x-1 \ge \left(\dfrac12\right)^{-2} Now (12)2=4\qquad \left(\dfrac12\right)^{-2}=4 So x14    x5\qquad x-1 \ge 4 \implies x \ge 5 Hence the least integer satisfying the inequality is 5\boxed{5}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["For loga(f(x))\log_a(f(x)) to be defined, we need f(x)>0f(x)>0","If a>1a>1, then logax\log_a x is increasing on (0,)(0,\infty)","If 0<a<10<a<1, then logau>logav\log_a u > \log_a v implies u>vu>v","The inequality log3(x2)0\log_3(x-2)\ge 0 has solution x3x\ge 3"] answer="A,B,D" hint="Use domain rules and monotonicity." solution="1. True. The argument of a logarithm must be strictly positive.
  • True. For a>1a>1, the logarithm is increasing.
  • False. If 0<a<10<a<1, the logarithm is decreasing, so the inequality direction reverses. Thus logau>logav\log_a u > \log_a v implies u<vu<v.
  • True. Since base 3>13>1,
  • log3(x2)0    x21    x3\qquad \log_3(x-2)\ge 0 \iff x-2 \ge 1 \iff x \ge 3 and this already satisfies the domain x>2x>2. Hence the correct answer is A,B,D\boxed{A,B,D}." ::: :::question type="SUB" question="Solve the inequality log3(x1)+log3(x4)2\log_3(x-1)+\log_3(x-4)\ge 2." answer="x5+352x\ge \dfrac{5+3\sqrt5}{2}" hint="Write the domain first and then combine the logarithms." solution="First write the domain: x1>0, x4>0    x>4\qquad x-1>0,\ x-4>0 \implies x>4 Now combine the logarithms: log3((x1)(x4))2\qquad \log_3\big((x-1)(x-4)\big)\ge 2 Since the base 3>13>1, compare arguments: (x1)(x4)32=9\qquad (x-1)(x-4)\ge 3^2=9 Expand: x25x+49\qquad x^2-5x+4 \ge 9 x25x50\qquad x^2-5x-5 \ge 0 The roots of x25x5=0x^2-5x-5=0 are x=5±25+202=5±352\qquad x=\dfrac{5\pm \sqrt{25+20}}{2}=\dfrac{5\pm 3\sqrt5}{2} Since the quadratic opens upward, x5352orx5+352\qquad x\le \dfrac{5-3\sqrt5}{2} \quad \text{or} \quad x\ge \dfrac{5+3\sqrt5}{2} Now intersect with the domain x>4x>4. Hence the only valid part is x5+352\qquad x\ge \dfrac{5+3\sqrt5}{2} Therefore the solution set is [5+352,)\boxed{\left[\dfrac{5+3\sqrt5}{2},\infty\right)}." ::: ---

    Summary

    Key Takeaways for CMI

    • The argument of every logarithm must be strictly positive.

    • For base a>1a>1, inequalities keep direction; for 0<a<10<a<1, they reverse.

    • Logarithmic inequalities become ordinary inequalities after domain-checking and monotonicity-checking.

    • When multiple logs appear, combine them only after ensuring each is defined.

    • Always intersect the final algebraic answer with the original domain.

    • In many problems, the hardest step is not algebra but disciplined control of conditions.

    ---

    Chapter Summary

    Logarithms and exponentials — Key Points

    • Definition and Domain: The logarithmic function y=logbxy = \operatorname{log}_b x is the inverse of the exponential function x=byx = b^y. It is defined for x>0x > 0, b>0b > 0, and b1b \neq 1.

    • Logarithm Laws: Mastering the product (logb(MN)=logbM+logbN\operatorname{log}_b (MN) = \operatorname{log}_b M + \operatorname{log}_b N), quotient (logb(M/N)=logbMlogbN\operatorname{log}_b (M/N) = \operatorname{log}_b M - \operatorname{log}_b N), and power (logb(Mp)=plogbM\operatorname{log}_b (M^p) = p \operatorname{log}_b M) laws is fundamental for simplification and equation solving.

    • Change of Base: The formula logbx=logcxlogcb\operatorname{log}_b x = \frac{\operatorname{log}_c x}{\operatorname{log}_c b} is crucial for evaluating logarithms with arbitrary bases and for converting between different bases.

    • Solving Equations: Logarithmic equations often require isolating the logarithm and converting to exponential form, always checking solutions against the domain. Exponential equations are typically solved by taking logarithms of both sides or by expressing terms with a common base.

    • Logarithmic Inequalities: When solving logbf(x)>k\operatorname{log}_b f(x) > k, remember to consider the base bb: if b>1b>1, f(x)>bkf(x) > b^k; if 0<b<10<b<1, f(x)<bkf(x) < b^k. Always combine the solution with the domain restriction f(x)>0f(x) > 0.

    • Inverse Properties: The relationships blogbx=xb^{\operatorname{log}_b x} = x for x>0x > 0 and logb(bx)=x\operatorname{log}_b (b^x) = x are powerful tools for simplifying expressions and solving equations.

    ---

    Chapter Review Questions

    :::question type="MCQ" question="Simplify the expression: log2(16x3)2log2x2+log2(1x)\operatorname{log}_2 (16x^3) - 2\operatorname{log}_2 x^2 + \operatorname{log}_2 (\frac{1}{x}) for x>0x>0." options=["log2(16/x2)\operatorname{log}_2 (16/x^2)","log2(16/x)\operatorname{log}_2 (16/x)","log2(16x)\operatorname{log}_2 (16x)","log2(16x2)\operatorname{log}_2 (16x^2)"] answer="log2(16/x2)\operatorname{log}_2 (16/x^2)" hint="Apply the logarithm laws for powers, products, and quotients sequentially." solution="
    Using the logarithm laws:
    log2(16x3)2log2x2+log2(1x)\operatorname{log}_2 (16x^3) - 2\operatorname{log}_2 x^2 + \operatorname{log}_2 (\frac{1}{x})
    =log2(16x3)log2(x2)2+log2(x1)= \operatorname{log}_2 (16x^3) - \operatorname{log}_2 (x^2)^2 + \operatorname{log}_2 (x^{-1}) (Power rule)
    =log2(16x3)log2(x4)+log2(x1)= \operatorname{log}_2 (16x^3) - \operatorname{log}_2 (x^4) + \operatorname{log}_2 (x^{-1})
    Combine using product and quotient rules:
    =log2(16x3x1x4)= \operatorname{log}_2 \left(\frac{16x^3 \cdot x^{-1}}{x^4}\right)
    =log2(16x2x4)= \operatorname{log}_2 \left(\frac{16x^2}{x^4}\right)
    =log2(16x2)= \operatorname{log}_2 \left(\frac{16}{x^2}\right)
    The final answer is log2(16/x2)\operatorname{log}_2 (16/x^2).
    "
    :::

    :::question type="NAT" question="Find the sum of all possible values of xx that satisfy the equation 4x+192x+2=04^{x+1} - 9 \cdot 2^x + 2 = 0." answer="-1" hint="Consider a substitution to transform this into a quadratic equation." solution="
    Let y=2xy = 2^x.
    Then 4x+1=4x41=(2x)24=4y24^{x+1} = 4^x \cdot 4^1 = (2^x)^2 \cdot 4 = 4y^2.
    Substitute into the equation:
    4y29y+2=04y^2 - 9y + 2 = 0
    This is a quadratic equation. Factor it:
    (4y1)(y2)=0(4y - 1)(y - 2) = 0
    This yields two possible values for yy:
    4y1=0    y=144y - 1 = 0 \implies y = \frac{1}{4}
    y2=0    y=2y - 2 = 0 \implies y = 2
    Now substitute back y=2xy = 2^x:
    Case 1: 2x=14    2x=22    x=22^x = \frac{1}{4} \implies 2^x = 2^{-2} \implies x = -2
    Case 2: 2x=2    2x=21    x=12^x = 2 \implies 2^x = 2^1 \implies x = 1
    The possible values for xx are 2-2 and 11.
    The sum of all possible values of xx is 2+1=1-2 + 1 = -1.
    "
    :::

    :::question type="MCQ" question="Determine the solution set for the inequality log1/2(x23x+2)1\operatorname{log}_{1/2} (x^2 - 3x + 2) \ge -1." options=["[0,1][2,3][0, 1] \cup [2, 3]","(0,1)(2,3)(0, 1) \cup (2, 3)","[0,1)(2,3][0, 1) \cup (2, 3]","(,1)(2,)(-\infty, 1) \cup (2, \infty)"] answer="[0,1)(2,3][0, 1) \cup (2, 3]" hint="First, establish the domain of the logarithm. Then, remember to reverse the inequality sign when dealing with a base between 0 and 1." solution="
    First, determine the domain of the logarithm. The argument must be positive:
    x23x+2>0x^2 - 3x + 2 > 0
    (x1)(x2)>0(x-1)(x-2) > 0
    This implies x<1x < 1 or x>2x > 2. This is the domain.

    Now, solve the inequality. Since the base of the logarithm is 1/21/2 (which is between 0 and 1), we must reverse the inequality sign when converting to exponential form:
    log1/2(x23x+2)1\operatorname{log}_{1/2} (x^2 - 3x + 2) \ge -1
    x23x+2(1/2)1x^2 - 3x + 2 \le (1/2)^{-1}
    x23x+22x^2 - 3x + 2 \le 2
    x23x0x^2 - 3x \le 0
    x(x3)0x(x-3) \le 0
    This inequality holds for 0x30 \le x \le 3.

    Finally, combine the solution with the domain. We need values of xx such that (x<1x < 1 or x>2x > 2) AND (0x30 \le x \le 3).
    The intersection is:
    [0,1)[0, 1) (from 0x30 \le x \le 3 and x<1x < 1)
    \cup
    (2,3](2, 3] (from 0x30 \le x \le 3 and x>2x > 2)
    So, the solution set is [0,1)(2,3][0, 1) \cup (2, 3].
    "
    :::

    :::question type="NAT" question="Given logab=3\operatorname{log}_a b = 3 and logbc=2\operatorname{log}_b c = 2. Find the value of loga2(bc3)\operatorname{log}_{a^2} (bc^3)." answer="10.5" hint="Use the change of base formula and logarithm laws to express everything in terms of loga\operatorname{log}_a." solution="
    We are given logab=3\operatorname{log}_a b = 3 and logbc=2\operatorname{log}_b c = 2.
    We need to find loga2(bc3)\operatorname{log}_{a^2} (bc^3).

    Using the change of base formula logXY=logZYlogZX\operatorname{log}_X Y = \frac{\operatorname{log}_Z Y}{\operatorname{log}_Z X}, we can write:
    loga2(bc3)=loga(bc3)loga(a2)\operatorname{log}_{a^2} (bc^3) = \frac{\operatorname{log}_a (bc^3)}{\operatorname{log}_a (a^2)}

    Apply logarithm laws to the numerator and denominator:
    Numerator: loga(bc3)=logab+loga(c3)=logab+3logac\operatorname{log}_a (bc^3) = \operatorname{log}_a b + \operatorname{log}_a (c^3) = \operatorname{log}_a b + 3\operatorname{log}_a c.
    Denominator: loga(a2)=2logaa=21=2\operatorname{log}_a (a^2) = 2 \operatorname{log}_a a = 2 \cdot 1 = 2.

    So, the expression becomes logab+3logac2\frac{\operatorname{log}_a b + 3\operatorname{log}_a c}{2}.
    We know logab=3\operatorname{log}_a b = 3. We need to find logac\operatorname{log}_a c.
    From logbc=2\operatorname{log}_b c = 2, we can use the change of base formula again, expressing it in terms of base aa:
    logbc=logaclogab=2\operatorname{log}_b c = \frac{\operatorname{log}_a c}{\operatorname{log}_a b} = 2.
    Substitute logab=3\operatorname{log}_a b = 3:
    logac3=2\frac{\operatorname{log}_a c}{3} = 2
    logac=23=6\operatorname{log}_a c = 2 \cdot 3 = 6.

    Now substitute the values of logab\operatorname{log}_a b and logac\operatorname{log}_a c back into the main expression:
    loga2(bc3)=3+3(6)2=3+182=212=10.5\operatorname{log}_{a^2} (bc^3) = \frac{3 + 3(6)}{2} = \frac{3 + 18}{2} = \frac{21}{2} = 10.5.
    "
    :::

    ---

    What's Next?

    💡 Continue Your CMI Journey

    Having mastered logarithms and exponentials, you now possess critical tools for advanced topics. These concepts are foundational for understanding Inverse Functions and their properties, as well as for solving complex Polynomial and Rational Equations that may involve exponential or logarithmic terms. Furthermore, this chapter provides an essential prerequisite for Calculus, where exponential and logarithmic functions are extensively studied for their derivative and integral properties.

    🎯 Key Points to Remember

    • Master the core concepts in Logarithms and exponentials before moving to advanced topics
    • Practice with previous year questions to understand exam patterns
    • Review short notes regularly for quick revision before exams

    Related Topics in Algebra and Functions

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    📚

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    📊

    Smart Analytics

    Track your progress with subject-wise performance insights

    🔖

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation →

    No credit card required • Free forever for basic features