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.
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.
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). 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.
Recognise the deeper additive structure behind logarithms and multiplicative functional equations.
---
Basic Definition
📖What is a logarithm?
For a>0, a=1, and x>0, the logarithm logax is the unique real number y such that
ay=x
This means:
logax=y⟺ay=x
📐Immediate Consequences
If a>0 and a=1, then:
loga1=0 because a0=1
logaa=1 because a1=a
alogax=x for x>0
loga(at)=t for every real t
---
Domain Conditions
❗Always Check These First
For real logarithms:
base must satisfy a>0
base must satisfy a=1
argument must satisfy x>0
So expressions like these are not real:
log15
log−28
log3(−9)
---
Main Logarithm Laws
📐Core Laws
For a>0, a=1, and positive real numbers x,y:
loga(xy)=logax+logay
loga(yx)=logax−logay
loga(xr)=rlogax
loga(x1)=−logax
These are the main laws used in simplification, equations, and inequalities.
📐Change of Base
If a,b>0, a=1, b=1, and x>0, then
logax=logbalogbx
Special cases:
logax=lnalnx
logab=logba1
---
Reverse Reading of the Laws
💡Read Log Laws in Both Directions
The laws are often more useful backwards:
logax+logay=loga(xy)
logax−logay=loga(yx)
klogax=loga(xk)
This helps compress long expressions into a single logarithm.
---
Most Important Traps
⚠️Avoid These Errors
❌ loga(x+y)=logax+logay
❌ loga(x−y)=logax−logay
❌ loga(x2)=2logax without checking that x>0 if the original expression is written as logax
❌ cancelling logs without checking domain
✅ Correct facts:
loga(xy)=logax+logay
loga(yx)=logax−logay
loga(xr)=rlogax for x>0
---
Useful Standard Values
📐Values to Remember
loga1=0
logaa=1
loga(an)=n
alogax=x
log1010k=k
log28=3
log381=4
log1/28=−3
---
Structure View: Why Logarithm Laws Matter
❗The Deeper Pattern
The law
log(xy)=logx+logy
says that logarithm turns multiplication into addition.
This same pattern appears in CMI problems with functions satisfying
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 n can be written uniquely as
n=p1α1p2α2⋯pkαk
If a function satisfies f(xy)=f(x)+f(y) on positive integers, then
f(n)=α1f(p1)+α2f(p2)+⋯+αkf(pk)
So the values of f 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 log248−log23.
Using quotient law,
log248−log23=log2(348)=log216=4
---
Example 2
Solve log3(x−1)+log3(x−3)=2.
First combine:
log3((x−1)(x−3))=2
So,
(x−1)(x−3)=32=9x2−4x+3=9x2−4x−6=0x=2±10
Now check domain:
x−1>0
x−3>0
So we need x>3, hence only
x=2+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 f is defined on positive integers and satisfies
f(xy)=f(x)+f(y)
Then:
f(1)=0 because f(1)=f(1⋅1)=f(1)+f(1)
f(nk)=kf(n) for positive integers k
if n=p1α1⋯prαr, then
f(n)=∑i=1rαif(pi)
If the domain is positive rationals, then negative exponents also appear through reciprocals:
f(1/x)=−f(x)
for r=p1α1⋯pmαm with integer exponents αi,
f(r)=∑i=1mαif(pi)
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 defined over the real numbers?" options=["x=1","x=−3","x=21","x=0"] answer="C" hint="Check the conditions on the base." solution="For logx9 to be defined over the reals, the base must satisfy x>0 and x=1. Among the given values, only x=21 satisfies both conditions. Hence the correct answer is C."
:::
:::question type="NAT" question="Evaluate log248−log23+log22." answer="5" hint="Combine the logarithms into a single logarithm." solution="Using logarithm laws,
log248−log23+log22=log2(348⋅2)=log232=5
Hence the answer is 5."
:::
:::question type="MSQ" question="Which of the following statements are true for a>0, a=1, and positive x,y?" options=["loga(xy)=logax+logay","loga(x+y)=logax+logay","loga(yx)=logax−logay","loga(xr)=rlogax"] 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.
True. This is the quotient law.
True for positive x. This is the power law.
Hence the correct answer is A,C,D."
:::
:::question type="SUB" question="Suppose a function f on positive integers satisfies f(xy)=f(x)+f(y) for all positive integers x,y. If f(2)=3 and f(3)=−1, find f(72)." answer="8" hint="Use prime factorisation of 72." solution="Prime-factorise 72:
72=23⋅32
Using f(xy)=f(x)+f(y) repeatedly, we get
f(72)=f(23)+f(32)
Also,
f(23)=3f(2)=3⋅3=9
and
f(32)=2f(3)=2⋅(−1)=−2
Therefore,
f(72)=9+(−2)=7
Hence the answer is 7."
:::
---
Summary
❗Key Takeaways for CMI
A logarithm is defined only when the base is positive, not equal to 1, 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 expresses a deep structure: multiplication becomes addition.
Functional equations like 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,b with
a>0
a=1
b>0
the logarithm logab is the unique real number x such that
ax=b
So,
logab=x⟺ax=b
📐Basic Logarithm Facts
Whenever all expressions are defined:
loga1=0
logaa=1
loga(xy)=logax+logay
loga(yx)=logax−logay
loga(xr)=rlogax
---
Main Formula
📐Change of Base Formula
If
a>0,a=1
b>0
c>0,c=1
then
logab=logcalogcb
A very common special case is
logab=lnalnb
or
logab=logalogb
where log means common logarithm and ln means natural logarithm.
---
Why the Formula Works
Derivation
Let
x=logab
Then by definition,
ax=b
Taking logarithm in base c on both sides,
logc(ax)=logcb
Using the power rule,
xlogca=logcb
So,
x=logcalogcb
Hence,
logab=logcalogcb
---
Most Important Consequences
📐Immediate Consequences
Reciprocal identity:
logab=logba1
Product identity:
logab⋅logba=1
Chain identity:
logab⋅logbc=logac
Cyclic identity:
logab⋅logbc⋅logca=1
Base-power conversion:
logam(bn)=mnlogab whenever defined and m=0
---
Domain Conditions
❗Check This Before Simplifying
For logab to be defined in real numbers:
base must satisfy a>0
base must satisfy a=1
argument must satisfy b>0
For the change of base formula
logab=logcalogcb
we also need
c>0
c=1
logca=0
and this last condition is automatic because logca=0 would mean a=1, which is not allowed.
---
Fast Simplification Patterns
💡Patterns You Should Recognize Instantly
log28=ln2ln8=3
log927=log9log27=2log33log3=23
logab⋅logbc=logalogc=logac
logab+logac=loga(bc)
logaclogab=logclogb=logcb
---
Common Traps
⚠️Avoid These Errors
❌ logab=logbloga
✅ Correct formula: logab=logalogb
❌ loga(b+c)=logab+logac
✅ Logarithm does not split over addition
❌ logab+logcb=logacb
✅ Different bases cannot be merged like this
❌ ignoring base restrictions such as a=1 or a≤0
❌ forgetting that the argument of a logarithm must be positive
---
Minimal Worked Examples
Example 1
Evaluate log432.
Using change of base,
log432=log4log32
Now write 32=25 and 4=22:
log(22)log(25)=2log25log2=25
So,
log432=25
---
Example 2
Simplify log25⋅log57⋅log716.
Using the chain identity,
log25⋅log57=log27
So the whole product is
log27⋅log716=log216=4
Hence the value is 4.
---
High-Value Algebraic Forms
📐Useful Rewrites
logamb=m1logab
loga(bn)=nlogab
logab1=logba
logaclogab=logcb
logab⋅logbc⋅logcd=logad
---
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 or a common symbolic base
look for chain cancellation such as logab⋅logbc
rewrite numerical bases as powers when possible, like 4=22, 8=23, 9=32, 27=33
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 whenever both sides are defined?" options=["logbloga","lnalnb","logba","lnb1"] answer="B" hint="Recall the change of base formula." solution="By the change of base formula,
logab=lnalnb.
So the correct option is B."
:::
:::question type="NAT" question="Evaluate log432+log927." answer="4" hint="Rewrite both using powers of 2 and 3." solution="We compute each term separately.
First,
log432=log4log32=2log25log2=25
Next,
log927=log9log27=2log33log3=23
Therefore,
log432+log927=25+23=4
Hence the answer is 4."
:::
:::question type="MSQ" question="Which of the following statements are true whenever all expressions involved are defined?" options=["logab⋅logba=1","logab⋅logbc=logac","loga(b+c)=logab+logac","logaclogab=logcb"] answer="A,B,D" hint="Use change of base and check which identities are valid." solution="1. True, because
logab=logba1
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."
:::
:::question type="SUB" question="Simplify log23⋅log35⋅log57⋅log716." answer="4" hint="Use chain cancellation repeatedly." solution="Using the identity
logab⋅logbc=logac,
we simplify step by step.
First,
log23⋅log35=log25
Then,
log25⋅log57=log27
Then,
log27⋅log716=log216
Finally,
log216=4
Therefore, the value of the expression is 4."
:::
---
Summary
❗Key Takeaways for CMI
the core formula is logab=logcalogcb
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>0, a=1, and x>0,
logax=y⟺ay=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 to be meaningful over the real numbers, we must have:
a>0
a=1
x>0
These are not optional. They are part of the equation.
---
Core Formulas
📐Main Logarithm Laws
For valid positive arguments and a valid base a:
loga1=0
logaa=1
loga(ax)=x
alogax=x
loga(MN)=logaM+logaN
loga(NM)=logaM−logaN
loga(Mr)=rlogaM
If logaM=logaN, then
M=N
provided both M and N are positive.
📐Change of Base
For a,b>0, a=1, b=1, and x>0,
logax=logbalogbx
In particular,
logax=lnalnx=logalogx
---
Most Important Solving Patterns
1. Same base on both sides
If
loga(f(x))=loga(g(x))
then solve
f(x)=g(x)
but only after ensuring
f(x)>0,g(x)>0
---
2. Log equal to a number
If
loga(f(x))=c
then convert to exponential form:
f(x)=ac
with the restriction f(x)>0 automatically necessary.
---
3. Sum or difference of logs
Use product/quotient rules first:
logaM+logaN=loga(MN)logaM−logaN=loga(NM)
Then reduce to a simpler logarithmic equation.
---
4. Quadratic after substitution
Sometimes a logarithmic expression repeats. Let
t=logax
and reduce the equation to a polynomial in t.
---
Domain Discipline
⚠️Never Solve Before Writing the Domain
For logarithmic equations, write positivity conditions first.
Examples:
log2(x−3) requires x−3>0, so x>3
log5(2x+1) requires 2x+1>0, so x>−21
log3(x2−4) requires x2−4>0, so x<−2 or x>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
❌ Ignoring that the base must satisfy a>0 and a=1
❌ Squaring or rearranging and then forgetting to test final solutions
❌ Treating logax=logxa 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(x−1)=3
Since the logarithm exists only when x−1>0, we need x>1.
Now convert to exponential form:
x−1=23=8x=9
This satisfies the domain.
So the solution is 9.
---
Example 2
Solve
log3(x+1)+log3(x−1)=2
Domain:
x+1>0,x−1>0⟹x>1
Combine the logs:
log3((x+1)(x−1))=2log3(x2−1)=2
Convert to exponential form:
x2−1=32=9x2=10x=±10
From the domain x>1, only x=10 is valid.
So the solution is 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(x−1)=log2(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
x−1>0 and 5−x>0
So
1<x<5
Since the bases are the same and both arguments are positive,
log2(x−1)=log2(5−x)
implies
x−1=5−x
So
2x=6x=3
This lies in the domain (1,5), so it is valid.
Hence there is exactly one real solution. Therefore the correct option is B."
:::
:::question type="NAT" question="Solve log3(x+1)+log3(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,x−3>0⟹x>3
Now combine the logs:
log3((x+1)(x−3))=2
So
(x+1)(x−3)=32=9
Expand:
x2−2x−3=9x2−2x−12=0
Factor:
(x−4)(x+3)=0
So the candidates are
x=4,−3
From the domain x>3, only x=4 is valid.
Therefore the answer is 4."
:::
:::question type="MSQ" question="Which of the following statements are true?" options=["If logau=logav, then u=v provided a>0, a=1, u>0, v>0","loga(u+v)=logau+logav for all positive u,v","loga1=0 for every valid base a","If log2x=3, then x=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=1, so loga1=0.
True, since log2x=3 means x=23=8.
Hence the correct answer is A,C,D."
:::
:::question type="SUB" question="Solve the equation log2(x2−5x+6)=1 over the real numbers." answer="x=2 or x=3" hint="Convert the logarithmic equation into an algebraic equation and then verify the domain." solution="We first note that the logarithm requires
x2−5x+6>0
Now solve the equation:
log2(x2−5x+6)=1
This gives
x2−5x+6=21=2
So
x2−5x+4=0
Factor:
(x−1)(x−4)=0
Thus the candidates are
x=1,4
Now check in the original expression:
for x=1,
x2−5x+6=1−5+6=2>0
valid
for x=4,
x2−5x+6=16−20+6=2>0
valid
Hence both solutions are valid.
Therefore the solution set is {1,4}."
:::
---
Summary
❗Key Takeaways for CMI
Every logarithmic equation begins with a domain check.
The base must satisfy a>0 and a=1.
logaM=logaN implies M=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 ax and a−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=16
32x−1=27
5x+5−x=526
2x=x2
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>0 and a=1.
am⋅an=am+n
anam=am−n for a=0
(am)n=amn
a−n=an1
a0=1
ax>0 for every real x
❗One-to-One Property
If a>0 and a=1, then
au=av⟺u=v
This is the most important rule for solving same-base exponential equations.
📐Monotonicity
If a>1, then ax is strictly increasing.
If 0<a<1, then ax is strictly decreasing.
In both cases, ax 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 a=1, then
af(x)=ag(x)⟹f(x)=g(x)
Example 1
Solve 4x+1=8x−1.
Rewrite both sides in base 2:
4x+1=(22)x+1=22x+28x−1=(23)x−1=23x−3
So,
22x+2=23x−3
Hence,
2x+2=3x−3x=5
So the solution is 5.
---
Method 2: Use Substitution
📐Standard Substitution Pattern
If an equation contains expressions such as ax, a2x, or a−x, set
t=ax
Then t>0, and the equation often becomes quadratic or rational in t.
Example 2
Solve 3x+3−x=310.
Let t=3x. Then t>0 and 3−x=t1.
So,
t+t1=310
Multiply by 3t:
3t2+3=10t3t2−10t+3=0
Factor:
(3t−1)(t−3)=0
So,
t=31 or t=3
Since t=3x,
3x=3⟹x=13x=31⟹x=−1
Hence the solutions are 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)
we get
f(x)=logak
Equivalently, using natural logarithm,
af(x)=k⟹f(x)lna=lnk
Important: Taking logarithms is valid only when both sides are positive.
---
Standard Patterns
📐Patterns That Recur Often
Same-base equations:
af(x)=ag(x)
Quadratic in disguise:
a2x+pax+q=0
Reciprocal form:
ax+a−x=c
Mixed bases rewritten to a common base:
4x, 8x, 16x, 27x, 9x, etc.
Exponential equals constant:
af(x)=k
---
Positivity and Domain Logic
❗High-Value Domain Facts
For a>0, the expression ax is always positive.
So:
2x=0 has no real solution
5x−1=−3 has no real solution
if t=ax, then always remember t>0
This t>0 restriction is extremely important after substitution.
---
Common Mistakes
⚠️Avoid These Errors
❌ Writing au+au=a2u
✅ Correct: au+au=2au
❌ Forgetting that ax>0 for positive base a
✅ So an exponential expression cannot equal 0 or a negative number
❌ After substituting t=ax, accepting a negative value of t
✅ Always use the restriction t>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 a2x and ax, try substitution t=ax.
If a−x appears, rewrite it as ax1.
Use the fact that ax>0 to reject impossible cases quickly.
If bases cannot be matched, take logarithms only after checking positivity.
In disguised algebraic equations, solve in t first, then come back to x.
---
Practice Questions
:::question type="MCQ" question="Solve 9x−1=27x−2." options=["x=2","x=3","x=4","x=5"] answer="D" hint="Rewrite both sides in base 3." solution="Rewrite each side in base 3.
9x−1=(32)x−1=32x−227x−2=(33)x−2=33x−6
So,
32x−2=33x−6
Hence,
2x−2=3x−6x=4
Therefore the correct option is D."
:::
:::question type="NAT" question="If 2x+2−x=25, find the positive value of x." answer="1" hint="Set t=2x." solution="Let t=2x. Then t>0 and 2−x=t1.
So,
t+t1=25
Multiply by 2t:
2t2+2=5t2t2−5t+2=0
Factor:
(2t−1)(t−2)=0
Thus,
t=21 or t=2
Since t=2x, we get
2x=21⟹x=−1
or
2x=2⟹x=1
The positive value of x is 1."
:::
:::question type="MSQ" question="Which of the following statements are true?" options=["If a>0 and a=1, then au=av implies u=v","For every real x, 3x>0","The equation 2x=−4 has a real solution","If t=5x, then t can be negative"] answer="A,B" hint="Use the positivity and one-to-one properties of exponentials." solution="1. True. For a>0 and a=1, the function ax is one-to-one.
True. For positive base 3, the expression 3x is always positive.
False. A positive-base exponential can never be negative.
False. If t=5x, then t>0 always.
Hence the correct statements are A,B."
:::
:::question type="SUB" question="Solve the equation 4x−5⋅2x+4=0." answer="x=0,2" hint="Write 4x in terms of 2x and substitute." solution="Write
4x=(22)x=22x
Let
t=2x
Then t>0 and the equation becomes
t2−5t+4=0
Factor:
(t−1)(t−4)=0
So,
t=1 or t=4
Now return to x:
2x=1⟹x=02x=4⟹x=2
Hence the solutions are x=0,2."
:::
---
Summary
❗Key Takeaways for CMI
The main tools are same-base rewriting, substitution, and logarithms.
If a>0 and a=1, then au=av implies u=v.
In substitutions like t=ax, always remember t>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(x−1)>3
log3(x+1)≤log3(2x−5)
log1/2(x−4)≥−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)) to be defined, we must have:
a>0
a=1
f(x)>0
The argument of every logarithm must be strictly positive, not merely non-negative.
⚠️Most Common Mistake
❌ Writing f(x)≥0 for the argument of a logarithm
✅ Correct rule:
f(x)>0
---
Monotonicity and Inequality Direction
📐How the Base Controls the Sign
Let a>0 and a=1.
Case 1: a>1
The function logax is increasing, so
logau>logav⟺u>v
logau≥logav⟺u≥v
Case 2: 0<a<1
The function logax is decreasing, so
logau>logav⟺u<v
logau≥logav⟺u≤v
provided u>0 and v>0.
💡Golden Rule
For logarithmic inequalities, always ask first:
Is the base greater than 1?
Or is the base between 0 and 1?
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
loga(yx)=logax−logay
loga(xr)=rlogax
logaat=t
alogax=x
⚠️Use Log Laws Only Inside the Domain
Before using
logax+logay=loga(xy)
you must already know that
x>0,y>0
---
Method 1: One Logarithm Compared to a Constant
📐Direct Conversion
If a>1, then
loga(f(x))>c⟺f(x)>ac
If 0<a<1, then
loga(f(x))>c⟺f(x)<ac
In both cases, also require f(x)>0.
Example 1
Solve log2(x−3)≥2.
First, domain:
x−3>0⟹x>3
Since base 2>1, inequality direction stays the same:
x−3≥22=4x≥7
Combining with the domain gives
x≥7
So the solution set is [7,∞).
---
Method 2: Logarithm Compared to Logarithm
📐Same Base Comparison
If the base is the same and valid:
For a>1
loga(f(x))>loga(g(x))⟺f(x)>g(x)
For 0<a<1
loga(f(x))>loga(g(x))⟺f(x)<g(x)
with the domain conditions
f(x)>0,g(x)>0
Example 2
Solve log3(x+1)≤log3(2x−5).
Domain:
x+1>0⟹x>−12x−5>0⟹x>25
So domain is
x>25
Since 3>1, compare arguments directly:
x+1≤2x−5x≥6
Combining with the domain gives
x≥6
So the solution set is [6,∞).
---
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))
logaf(x)−logag(x)=loga(g(x)f(x))
Example 3
Solve log2(x−1)+log2(x−3)>1.
Domain:
x−1>0,x−3>0⟹x>3
Combine:
log2((x−1)(x−3))>1
Since base 2>1,
(x−1)(x−3)>2x2−4x+3>2x2−4x+1>0
The roots are
x=2±3
So
x<2−3orx>2+3
Now apply the domain x>3. Therefore the final solution is
x>2+3
Since 2+3<4, this is equivalent to (3,∞).
---
Base Less Than 1
❗Reverse the Inequality
If 0<a<1, logarithm is decreasing.
For example, solve log1/2(x−1)≤−2.
Domain:
x−1>0⟹x>1
Since the base is between 0 and 1, reverse the inequality when removing the logarithm:
x−1≥(21)−2=4
x≥5
So the solution set is [5,∞).
---
Case Splitting with Quotients
📐Quotient Form
For inequalities like
loga(g(x)f(x))≥c
first write
g(x)f(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 1 or between 0 and 1.
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)>0
❌ Forgetting to reverse the inequality when 0<a<1
❌ Combining logarithms before checking that each log is defined
❌ Solving the transformed inequality but forgetting to intersect with the domain
❌ Treating logax like an algebraic variable without monotonicity logic
---
Practice Questions
:::question type="MCQ" question="Solve log2(x−1)>3." options=["x>8","x>9","x≥9","x≥8"] answer="B" hint="First check the domain, then remove the logarithm." solution="For the logarithm to be defined, we need
x−1>0⟹x>1
Since the base 2>1, the logarithmic function is increasing, so
log2(x−1)>3⟺x−1>23=8
Thus,
x>9
This already satisfies the domain. Hence the correct option is B."
:::
:::question type="NAT" question="Find the least integer satisfying log1/2(x−1)≤−2." answer="5" hint="The base is less than 1, so the inequality reverses when removing the logarithm." solution="First write the domain:
x−1>0⟹x>1
Since 0<21<1, the logarithmic function is decreasing. Therefore
log1/2(x−1)≤−2⟺x−1≥(21)−2
Now
(21)−2=4
So
x−1≥4⟹x≥5
Hence the least integer satisfying the inequality is 5."
:::
:::question type="MSQ" question="Which of the following statements are true?" options=["For loga(f(x)) to be defined, we need f(x)>0","If a>1, then logax is increasing on (0,∞)","If 0<a<1, then logau>logav implies u>v","The inequality log3(x−2)≥0 has solution x≥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>1, the logarithm is increasing.
False. If 0<a<1, the logarithm is decreasing, so the inequality direction reverses. Thus logau>logav implies u<v.
True. Since base 3>1,
log3(x−2)≥0⟺x−2≥1⟺x≥3
and this already satisfies the domain x>2.
Hence the correct answer is A,B,D."
:::
:::question type="SUB" question="Solve the inequality log3(x−1)+log3(x−4)≥2." answer="x≥25+35" hint="Write the domain first and then combine the logarithms." solution="First write the domain:
x−1>0,x−4>0⟹x>4
Now combine the logarithms:
log3((x−1)(x−4))≥2
Since the base 3>1, compare arguments:
(x−1)(x−4)≥32=9
Expand:
x2−5x+4≥9x2−5x−5≥0
The roots of x2−5x−5=0 are
x=25±25+20=25±35
Since the quadratic opens upward,
x≤25−35orx≥25+35
Now intersect with the domain x>4. Hence the only valid part is
x≥25+35
Therefore the solution set is [25+35,∞)."
:::
---
Summary
❗Key Takeaways for CMI
The argument of every logarithm must be strictly positive.
For base a>1, inequalities keep direction; for 0<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=logbx is the inverse of the exponential function x=by. It is defined for x>0, b>0, and b=1.
Logarithm Laws: Mastering the product (logb(MN)=logbM+logbN), quotient (logb(M/N)=logbM−logbN), and power (logb(Mp)=plogbM) laws is fundamental for simplification and equation solving.
Change of Base: The formula logbx=logcblogcx 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, remember to consider the base b: if b>1, f(x)>bk; if 0<b<1, f(x)<bk. Always combine the solution with the domain restriction f(x)>0.
Inverse Properties: The relationships blogbx=x for x>0 and logb(bx)=x are powerful tools for simplifying expressions and solving equations.
---
Chapter Review Questions
:::question type="MCQ" question="Simplify the expression: log2(16x3)−2log2x2+log2(x1) for x>0." options=["log2(16/x2)","log2(16/x)","log2(16x)","log2(16x2)"] answer="log2(16/x2)" hint="Apply the logarithm laws for powers, products, and quotients sequentially." solution=" Using the logarithm laws: log2(16x3)−2log2x2+log2(x1) =log2(16x3)−log2(x2)2+log2(x−1) (Power rule) =log2(16x3)−log2(x4)+log2(x−1) Combine using product and quotient rules: =log2(x416x3⋅x−1) =log2(x416x2) =log2(x216) The final answer is log2(16/x2). " :::
:::question type="NAT" question="Find the sum of all possible values of x that satisfy the equation 4x+1−9⋅2x+2=0." answer="-1" hint="Consider a substitution to transform this into a quadratic equation." solution=" Let y=2x. Then 4x+1=4x⋅41=(2x)2⋅4=4y2. Substitute into the equation: 4y2−9y+2=0 This is a quadratic equation. Factor it: (4y−1)(y−2)=0 This yields two possible values for y: 4y−1=0⟹y=41 y−2=0⟹y=2 Now substitute back y=2x: Case 1: 2x=41⟹2x=2−2⟹x=−2 Case 2: 2x=2⟹2x=21⟹x=1 The possible values for x are −2 and 1. The sum of all possible values of x is −2+1=−1. " :::
:::question type="MCQ" question="Determine the solution set for the inequality log1/2(x2−3x+2)≥−1." options=["[0,1]∪[2,3]","(0,1)∪(2,3)","[0,1)∪(2,3]","(−∞,1)∪(2,∞)"] answer="[0,1)∪(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: x2−3x+2>0 (x−1)(x−2)>0 This implies x<1 or x>2. This is the domain.
Now, solve the inequality. Since the base of the logarithm is 1/2 (which is between 0 and 1), we must reverse the inequality sign when converting to exponential form: log1/2(x2−3x+2)≥−1 x2−3x+2≤(1/2)−1 x2−3x+2≤2 x2−3x≤0 x(x−3)≤0 This inequality holds for 0≤x≤3.
Finally, combine the solution with the domain. We need values of x such that (x<1 or x>2) AND (0≤x≤3). The intersection is: [0,1) (from 0≤x≤3 and x<1) ∪ (2,3] (from 0≤x≤3 and x>2) So, the solution set is [0,1)∪(2,3]. " :::
:::question type="NAT" question="Given logab=3 and logbc=2. Find the value of loga2(bc3)." answer="10.5" hint="Use the change of base formula and logarithm laws to express everything in terms of loga." solution=" We are given logab=3 and logbc=2. We need to find loga2(bc3).
Using the change of base formula logXY=logZXlogZY, we can write: loga2(bc3)=loga(a2)loga(bc3)
Apply logarithm laws to the numerator and denominator: Numerator: loga(bc3)=logab+loga(c3)=logab+3logac. Denominator: loga(a2)=2logaa=2⋅1=2.
So, the expression becomes 2logab+3logac. We know logab=3. We need to find logac. From logbc=2, we can use the change of base formula again, expressing it in terms of base a: logbc=logablogac=2. Substitute logab=3: 3logac=2 logac=2⋅3=6.
Now substitute the values of logab and logac back into the main expression: loga2(bc3)=23+3(6)=23+18=221=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