Logarithms — Diagnostic Tests
Unit Tests
Tests edge cases, boundary conditions, and common misconceptions for logarithms.
UT-1: Log Does Not Distribute Over Addition
Question:
Which of the following statements are true? Justify your answer.
(i) log ( a b ) = log a + log b (ii) log ( a + b ) = log a + log b \text{(i)}\; \log(ab) = \log a + \log b \qquad \text{(ii)}\; \log(a + b) = \log a + \log b (i) log ( ab ) = log a + log b (ii) log ( a + b ) = log a + log b
Solution:
(i) True. This is the product law of logarithms: log ( a b ) = log a + log b \log(ab) = \log a + \log b log ( ab ) = log a + log b .
(ii) False in general. Counterexample: let a = b = 1 a = b = 1 a = b = 1 with base 10.
log ( 1 + 1 ) = log 2 ≈ 0.301 \log(1 + 1) = \log 2 \approx 0.301 log ( 1 + 1 ) = log 2 ≈ 0.301 .
log 1 + log 1 = 0 + 0 = 0 \log 1 + \log 1 = 0 + 0 = 0 log 1 + log 1 = 0 + 0 = 0 .
0.301 ≠ 0 0.301 \neq 0 0.301 = 0 .
The logarithm function does NOT distribute over addition. log ( a + b ) ≠ log a + log b \log(a + b) \neq \log a + \log b log ( a + b ) = log a + log b .
UT-2: Domain Restrictions
Question:
Solve log 3 ( x − 2 ) + log 3 ( x + 1 ) = 1 \log_3(x - 2) + \log_3(x + 1) = 1 log 3 ( x − 2 ) + log 3 ( x + 1 ) = 1 .
Solution:
Domain: x − 2 > 0 x - 2 > 0 x − 2 > 0 and x + 1 > 0 x + 1 > 0 x + 1 > 0 , so x > 2 x > 2 x > 2 .
Using the product law:
log 3 [ ( x − 2 ) ( x + 1 ) ] = 1 \log_3[(x-2)(x+1)] = 1 log 3 [( x − 2 ) ( x + 1 )] = 1
( x − 2 ) ( x + 1 ) = 3 (x-2)(x+1) = 3 ( x − 2 ) ( x + 1 ) = 3
x 2 − x − 2 = 3 x^2 - x - 2 = 3 x 2 − x − 2 = 3
x 2 − x − 5 = 0 x^2 - x - 5 = 0 x 2 − x − 5 = 0
x = 1 ± 1 + 20 2 = 1 ± 21 2 x = \frac{1 \pm \sqrt{1 + 20}}{2} = \frac{1 \pm \sqrt{21}}{2} x = 2 1 ± 1 + 20 = 2 1 ± 21
x = 1 + 21 2 ≈ 2.79 x = \dfrac{1 + \sqrt{21}}{2} \approx 2.79 x = 2 1 + 21 ≈ 2.79 (valid since > 2 > 2 > 2 ).
x = 1 − 21 2 ≈ − 1.79 x = \dfrac{1 - \sqrt{21}}{2} \approx -1.79 x = 2 1 − 21 ≈ − 1.79 (rejected: not in domain).
Solution: x = 1 + 21 2 x = \dfrac{1 + \sqrt{21}}{2} x = 2 1 + 21 .
A common mistake is forgetting to check the domain and accepting both roots.
Question:
Given that log 2 3 = a \log_2 3 = a log 2 3 = a and log 2 5 = b \log_2 5 = b log 2 5 = b , express log 15 4 \log_{15} 4 log 15 4 in terms of a a a and b b b .
Solution:
log 15 4 = log 2 4 log 2 15 = 2 log 2 ( 3 × 5 ) = 2 log 2 3 + log 2 5 = 2 a + b \log_{15} 4 = \frac{\log_2 4}{\log_2 15} = \frac{2}{\log_2(3 \times 5)} = \frac{2}{\log_2 3 + \log_2 5} = \frac{2}{a + b} log 15 4 = l o g 2 15 l o g 2 4 = l o g 2 ( 3 × 5 ) 2 = l o g 2 3 + l o g 2 5 2 = a + b 2
UT-4: Logarithmic Equation with Hidden Quadratic
Question:
Solve ( log 2 x ) 2 − 3 log 2 x − 4 = 0 (\log_2 x)^2 - 3\log_2 x - 4 = 0 ( log 2 x ) 2 − 3 log 2 x − 4 = 0 .
Solution:
Let u = log 2 x u = \log_2 x u = log 2 x (domain: x > 0 x > 0 x > 0 ).
u 2 − 3 u − 4 = 0 u^2 - 3u - 4 = 0 u 2 − 3 u − 4 = 0
( u − 4 ) ( u + 1 ) = 0 (u - 4)(u + 1) = 0 ( u − 4 ) ( u + 1 ) = 0
u = 4 or u = − 1 u = 4 \quad \text{or} \quad u = -1 u = 4 or u = − 1
log 2 x = 4 ⟹ x = 16 \log_2 x = 4 \implies x = 16 log 2 x = 4 ⟹ x = 16 .
log 2 x = − 1 ⟹ x = 1 2 \log_2 x = -1 \implies x = \dfrac{1}{2} log 2 x = − 1 ⟹ x = 2 1 .
Both satisfy x > 0 x > 0 x > 0 .
Solution: x = 16 x = 16 x = 16 or x = 1 2 x = \dfrac{1}{2} x = 2 1 .
UT-5: Logarithm with Different Bases
Question:
Solve 2 log x 4 − log 4 x = 1 2\log_x 4 - \log_4 x = 1 2 log x 4 − log 4 x = 1 .
Solution:
Using change of base: log x 4 = log 4 4 log 4 x = 1 log 4 x \log_x 4 = \dfrac{\log_4 4}{\log_4 x} = \dfrac{1}{\log_4 x} log x 4 = log 4 x log 4 4 = log 4 x 1 .
Let u = log 4 x u = \log_4 x u = log 4 x (domain: x > 0 x > 0 x > 0 , x ≠ 1 x \neq 1 x = 1 , so u ≠ 0 u \neq 0 u = 0 ).
2 u − u = 1 \frac{2}{u} - u = 1 u 2 − u = 1
2 − u 2 = u 2 - u^2 = u 2 − u 2 = u
u 2 + u − 2 = 0 u^2 + u - 2 = 0 u 2 + u − 2 = 0
( u + 2 ) ( u − 1 ) = 0 (u + 2)(u - 1) = 0 ( u + 2 ) ( u − 1 ) = 0
u = − 2 u = -2 u = − 2 or u = 1 u = 1 u = 1 .
u = − 2 u = -2 u = − 2 : log 4 x = − 2 ⟹ x = 4 − 2 = 1 16 \log_4 x = -2 \implies x = 4^{-2} = \dfrac{1}{16} log 4 x = − 2 ⟹ x = 4 − 2 = 16 1 .
u = 1 u = 1 u = 1 : log 4 x = 1 ⟹ x = 4 \log_4 x = 1 \implies x = 4 log 4 x = 1 ⟹ x = 4 .
Solution: x = 1 16 x = \dfrac{1}{16} x = 16 1 or x = 4 x = 4 x = 4 .
Integration Tests
Tests synthesis of logarithms with other topics.
IT-1: Logarithms and Exponentials (with Sequences and Series)
Question:
Solve 3 2 x − 4 ⋅ 3 x + 3 = 0 3^{2x} - 4 \cdot 3^x + 3 = 0 3 2 x − 4 ⋅ 3 x + 3 = 0 .
Solution:
Let u = 3 x u = 3^x u = 3 x (u > 0 u > 0 u > 0 ).
u 2 − 4 u + 3 = 0 u^2 - 4u + 3 = 0 u 2 − 4 u + 3 = 0
( u − 1 ) ( u − 3 ) = 0 (u - 1)(u - 3) = 0 ( u − 1 ) ( u − 3 ) = 0
u = 1 u = 1 u = 1 or u = 3 u = 3 u = 3 .
3 x = 1 ⟹ x = 0 3^x = 1 \implies x = 0 3 x = 1 ⟹ x = 0 .
3 x = 3 ⟹ x = 1 3^x = 3 \implies x = 1 3 x = 3 ⟹ x = 1 .
Solution: x = 0 x = 0 x = 0 or x = 1 x = 1 x = 1 .
IT-2: Logarithms and Inequalities (with Inequalities)
Question:
Solve log 3 ( x + 4 ) > log 3 ( 8 − x ) \log_3(x + 4) > \log_3(8 - x) log 3 ( x + 4 ) > log 3 ( 8 − x ) .
Solution:
Since log 3 \log_3 log 3 is increasing, we can compare arguments directly:
x + 4 > 8 − x x + 4 > 8 - x x + 4 > 8 − x
2 x > 4 ⟹ x > 2 2x > 4 \implies x > 2 2 x > 4 ⟹ x > 2
Domain: x + 4 > 0 x + 4 > 0 x + 4 > 0 and 8 − x > 0 8 - x > 0 8 − x > 0 , giving − 4 < x < 8 -4 < x < 8 − 4 < x < 8 .
Combining: 2 < x < 8 2 < x < 8 2 < x < 8 .
Solution: x ∈ ( 2 , 8 ) x \in (2,\; 8) x ∈ ( 2 , 8 ) .
IT-3: Logarithms and Functions (with Functions)
Question:
Let f ( x ) = log 3 ( 2 x − 1 ) f(x) = \log_3(2x - 1) f ( x ) = log 3 ( 2 x − 1 ) . Find f − 1 ( x ) f^{-1}(x) f − 1 ( x ) and its domain and range.
Solution:
y = log 3 ( 2 x − 1 ) ⟹ 3 y = 2 x − 1 ⟹ x = 3 y + 1 2 y = \log_3(2x - 1) \implies 3^y = 2x - 1 \implies x = \dfrac{3^y + 1}{2} y = log 3 ( 2 x − 1 ) ⟹ 3 y = 2 x − 1 ⟹ x = 2 3 y + 1 .
f − 1 ( x ) = 3 x + 1 2 f^{-1}(x) = \dfrac{3^x + 1}{2} f − 1 ( x ) = 2 3 x + 1 .
Domain of f f f : 2 x − 1 > 0 ⟹ x > 1 2 2x - 1 > 0 \implies x > \dfrac{1}{2} 2 x − 1 > 0 ⟹ x > 2 1 .
Range of f f f : ′ { ′ R ′ } ′ \mathbb{'\{'}R{'\}'} ′ { ′ R ′ } ′ (since 3 y > 0 3^y > 0 3 y > 0 ).
Domain of f − 1 f^{-1} f − 1 = Range of f f f = ′ { ′ R ′ } ′ \mathbb{'\{'}R{'\}'} ′ { ′ R ′ } ′ .
Range of f − 1 f^{-1} f − 1 = Domain of f f f = ( 1 2 , ∞ ) \left(\dfrac{1}{2},\; \infty\right) ( 2 1 , ∞ ) .
Worked Examples
WE-1: Solving Logarithmic Equations with Multiple Logs
Question:
Solve log 2 ( x + 4 ) + log 2 ( x − 2 ) = 3 \log_2(x + 4) + \log_2(x - 2) = 3 log 2 ( x + 4 ) + log 2 ( x − 2 ) = 3 .
Solution:
Domain: x + 4 > 0 x + 4 > 0 x + 4 > 0 and x − 2 > 0 x - 2 > 0 x − 2 > 0 , so x > 2 x > 2 x > 2 .
Using the product law:
log 2 [ ( x + 4 ) ( x − 2 ) ] = 3 \log_2[(x+4)(x-2)] = 3 log 2 [( x + 4 ) ( x − 2 )] = 3
( x + 4 ) ( x − 2 ) = 2 3 = 8 (x+4)(x-2) = 2^3 = 8 ( x + 4 ) ( x − 2 ) = 2 3 = 8
x 2 + 2 x − 8 = 8 x^2 + 2x - 8 = 8 x 2 + 2 x − 8 = 8
x 2 + 2 x − 16 = 0 x^2 + 2x - 16 = 0 x 2 + 2 x − 16 = 0
x = − 2 ± 4 + 64 2 = − 2 ± 68 2 = − 1 ± 17 x = \frac{-2 \pm \sqrt{4 + 64}}{2} = \frac{-2 \pm \sqrt{68}}{2} = -1 \pm \sqrt{17} x = 2 − 2 ± 4 + 64 = 2 − 2 ± 68 = − 1 ± 17
x = − 1 + 17 ≈ 3.12 x = -1 + \sqrt{17} \approx 3.12 x = − 1 + 17 ≈ 3.12 (valid, > 2 > 2 > 2 ).
x = − 1 − 17 ≈ − 5.12 x = -1 - \sqrt{17} \approx -5.12 x = − 1 − 17 ≈ − 5.12 (rejected, not in domain).
Solution: x = − 1 + 17 x = -1 + \sqrt{17} x = − 1 + 17 .
WE-2: Exponential Growth and Decay
Question:
A population of bacteria doubles every 3 hours. If the initial population is 500, find:
(a) The population after 12 hours.
(b) The time for the population to reach 32000.
Solution:
P ( t ) = P 0 ⋅ 2 t / 3 P(t) = P_0 \cdot 2^{t/3} P ( t ) = P 0 ⋅ 2 t /3 where P 0 = 500 P_0 = 500 P 0 = 500 .
(a) P ( 12 ) = 500 ⋅ 2 12 / 3 = 500 ⋅ 2 4 = 500 × 16 = 8000 P(12) = 500 \cdot 2^{12/3} = 500 \cdot 2^4 = 500 \times 16 = 8000 P ( 12 ) = 500 ⋅ 2 12/3 = 500 ⋅ 2 4 = 500 × 16 = 8000 .
(b) 500 ⋅ 2 t / 3 = 32000 500 \cdot 2^{t/3} = 32000 500 ⋅ 2 t /3 = 32000 .
2 t / 3 = 64 = 2 6 2^{t/3} = 64 = 2^6 2 t /3 = 64 = 2 6 .
t 3 = 6 ⟹ t = 18 \dfrac{t}{3} = 6 \implies t = 18 3 t = 6 ⟹ t = 18 hours.
WE-3: Logarithmic Scale Comparison
Question:
An earthquake has a magnitude of 7.2 on the Richter scale. How many times more powerful is it than an earthquake of magnitude 5.2?
Solution:
The Richter scale is logarithmic: each increase of 1 unit represents a 10-fold increase in amplitude.
Difference in magnitude: 7.2 − 5.2 = 2 7.2 - 5.2 = 2 7.2 − 5.2 = 2 .
The earthquake is 10 2 = 100 10^2 = 100 1 0 2 = 100 times more powerful.
WE-4: Comparing Logarithmic Expressions
Question:
Given that log 3 2 = a \log_3 2 = a log 3 2 = a , express log 3 16 − log 3 4 \log_3 16 - \log_3 4 log 3 16 − log 3 4 in terms of a a a .
Solution:
log 3 16 = log 3 2 4 = 4 log 3 2 = 4 a \log_3 16 = \log_3 2^4 = 4\log_3 2 = 4a log 3 16 = log 3 2 4 = 4 log 3 2 = 4 a
log 3 4 = log 3 2 2 = 2 log 3 2 = 2 a \log_3 4 = \log_3 2^2 = 2\log_3 2 = 2a log 3 4 = log 3 2 2 = 2 log 3 2 = 2 a
log 3 16 − log 3 4 = 4 a − 2 a = 2 a \log_3 16 - \log_3 4 = 4a - 2a = 2a log 3 16 − log 3 4 = 4 a − 2 a = 2 a
Alternatively: log 3 16 − log 3 4 = log 3 16 4 = log 3 4 = 2 a \log_3 16 - \log_3 4 = \log_3 \dfrac{16}{4} = \log_3 4 = 2a log 3 16 − log 3 4 = log 3 4 16 = log 3 4 = 2 a .
WE-5: Logarithmic Inequality with Base Less Than 1
Question:
Solve log 0.5 ( 2 x − 1 ) > log 0.5 ( x + 2 ) \log_{0.5}(2x - 1) > \log_{0.5}(x + 2) log 0.5 ( 2 x − 1 ) > log 0.5 ( x + 2 ) .
Solution:
Domain: 2 x − 1 > 0 2x - 1 > 0 2 x − 1 > 0 and x + 2 > 0 x + 2 > 0 x + 2 > 0 , giving x > 1 2 x > \dfrac{1}{2} x > 2 1 and x > − 2 x > -2 x > − 2 , so x > 1 2 x > \dfrac{1}{2} x > 2 1 .
Since the base 0.5 0.5 0.5 is between 0 and 1, the logarithmic function is decreasing . Therefore the inequality reverses :
2 x − 1 < x + 2 2x - 1 < x + 2 2 x − 1 < x + 2
x < 3 x < 3 x < 3
Combining with the domain: 1 2 < x < 3 \dfrac{1}{2} < x < 3 2 1 < x < 3 .
Solution: x ∈ ( 1 2 , 3 ) x \in \left(\dfrac{1}{2},\; 3\right) x ∈ ( 2 1 , 3 ) .
DSE Exam Technique: Always check whether the logarithmic base is greater than or less than 1. This determines whether the function is increasing or decreasing, which affects the inequality direction. This is a frequent trap in DSE Paper 2.
WE-6: Change of Base with Non-Standard Bases
Question:
Given log 4 5 = a \log_4 5 = a log 4 5 = a , find log 8 10 \log_8 10 log 8 10 in terms of a a a .
Solution:
log 8 10 = log 4 10 log 4 8 \log_8 10 = \frac{\log_4 10}{\log_4 8} log 8 10 = l o g 4 8 l o g 4 10
log 4 10 = log 4 ( 2 × 5 ) = log 4 2 + log 4 5 = 1 2 + a \log_4 10 = \log_4(2 \times 5) = \log_4 2 + \log_4 5 = \dfrac{1}{2} + a log 4 10 = log 4 ( 2 × 5 ) = log 4 2 + log 4 5 = 2 1 + a .
log 4 8 = log 4 ( 4 × 2 ) = 1 + 1 2 = 3 2 \log_4 8 = \log_4(4 \times 2) = 1 + \dfrac{1}{2} = \dfrac{3}{2} log 4 8 = log 4 ( 4 × 2 ) = 1 + 2 1 = 2 3 .
log 8 10 = 1 2 + a 3 2 = 1 + 2 a 3 \log_8 10 = \frac{\frac{1}{2} + a}{\frac{3}{2}} = \frac{1 + 2a}{3} log 8 10 = 2 3 2 1 + a = 3 1 + 2 a
WE-7: Solving System of Logarithmic Equations
Question:
Solve the simultaneous equations:
log 2 x + log 2 y = 5 \log_2 x + \log_2 y = 5 log 2 x + log 2 y = 5
log 2 ( x − y ) = 1 \log_2(x - y) = 1 log 2 ( x − y ) = 1
Solution:
From equation 1: log 2 ( x y ) = 5 ⟹ x y = 32 \log_2(xy) = 5 \implies xy = 32 log 2 ( x y ) = 5 ⟹ x y = 32 . ... (1)
From equation 2: x − y = 2 x - y = 2 x − y = 2 . ... (2)
From (2): x = y + 2 x = y + 2 x = y + 2 . Substituting into (1):
( y + 2 ) y = 32 ⟹ y 2 + 2 y − 32 = 0 (y + 2)y = 32 \implies y^2 + 2y - 32 = 0 ( y + 2 ) y = 32 ⟹ y 2 + 2 y − 32 = 0 .
y = − 2 ± 4 + 128 2 = − 2 ± 132 2 = − 1 ± 33 y = \frac{-2 \pm \sqrt{4 + 128}}{2} = \frac{-2 \pm \sqrt{132}}{2} = -1 \pm \sqrt{33} y = 2 − 2 ± 4 + 128 = 2 − 2 ± 132 = − 1 ± 33
Since y > 0 y > 0 y > 0 : y = − 1 + 33 y = -1 + \sqrt{33} y = − 1 + 33 .
x = y + 2 = 1 + 33 x = y + 2 = 1 + \sqrt{33} x = y + 2 = 1 + 33 .
Check domain: x > 0 x > 0 x > 0 , y > 0 y > 0 y > 0 , x − y > 0 x - y > 0 x − y > 0 . All satisfied.
WE-8: Exponential Equation with Different Bases
Question:
Solve 5 x + 1 = 2 2 x − 1 5^{x+1} = 2^{2x-1} 5 x + 1 = 2 2 x − 1 .
Solution:
Take logarithms of both sides (any base, say base 10 or natural log):
( x + 1 ) ln 5 = ( 2 x − 1 ) ln 2 (x+1)\ln 5 = (2x - 1)\ln 2 ( x + 1 ) ln 5 = ( 2 x − 1 ) ln 2
x ln 5 + ln 5 = 2 x ln 2 − ln 2 x\ln 5 + \ln 5 = 2x\ln 2 - \ln 2 x ln 5 + ln 5 = 2 x ln 2 − ln 2
x ln 5 − 2 x ln 2 = − ln 2 − ln 5 x\ln 5 - 2x\ln 2 = -\ln 2 - \ln 5 x ln 5 − 2 x ln 2 = − ln 2 − ln 5
x ( ln 5 − 2 ln 2 ) = − ( ln 2 + ln 5 ) x(\ln 5 - 2\ln 2) = -(\ln 2 + \ln 5) x ( ln 5 − 2 ln 2 ) = − ( ln 2 + ln 5 )
x = − ( ln 2 + ln 5 ) ln 5 − 2 ln 2 = − ( ln 10 ) ln 5 − ln 4 = − ln 10 ln ( 5 / 4 ) = ln 10 ln ( 4 / 5 ) x = \frac{-(\ln 2 + \ln 5)}{\ln 5 - 2\ln 2} = \frac{-(\ln 10)}{\ln 5 - \ln 4} = \frac{-\ln 10}{\ln(5/4)} = \frac{\ln 10}{\ln(4/5)} x = l n 5 − 2 l n 2 − ( l n 2 + l n 5 ) = l n 5 − l n 4 − ( l n 10 ) = l n ( 5/4 ) − l n 10 = l n ( 4/5 ) l n 10
x = ln 10 ln ( 4 / 5 ) ≈ 2.303 − 0.223 ≈ − 10.33 x = \frac{\ln 10}{\ln(4/5)} \approx \frac{2.303}{-0.223} \approx -10.33 x = l n ( 4/5 ) l n 10 ≈ − 0.223 2.303 ≈ − 10.33
Common Pitfalls
Forgetting domain restrictions in logarithmic equations. The argument of a logarithm must be strictly positive. After solving a logarithmic equation, always check that each solution satisfies the domain conditions. Solutions that make any log argument zero or negative must be rejected.
Not reversing the inequality for bases between 0 and 1. If log b A > log b B \log_b A > \log_b B log b A > log b B and 0 < b < 1 0 < b < 1 0 < b < 1 , then A < B A < B A < B (not A > B A > B A > B ). This is because the log function is decreasing when the base is between 0 and 1.
Incorrectly applying the power law. log ( a b ) = b log a \log(a^b) = b \log a log ( a b ) = b log a , but ( log a ) b ≠ b log a (\log a)^b \neq b \log a ( log a ) b = b log a . The power law applies to the argument, not to the logarithm itself.
Assuming log a + log b = log ( a + b ) \log a + \log b = \log(a + b) log a + log b = log ( a + b ) . This is false. The correct law is log a + log b = log ( a b ) \log a + \log b = \log(ab) log a + log b = log ( ab ) . This is one of the most common algebraic errors in logarithms.
Using the wrong base in change of base formula. The change of base formula is log a b = log c b log c a \log_a b = \dfrac{\log_c b}{\log_c a} log a b = log c a log c b for any valid base c c c . Swapping the numerator and denominator is a frequent error.
DSE Exam-Style Questions
DSE-1
(a) Solve log 3 ( x 2 − 3 x + 2 ) = 1 \log_3(x^2 - 3x + 2) = 1 log 3 ( x 2 − 3 x + 2 ) = 1 . (3 marks)
(b) Solve log 3 ( x 2 − 3 x + 2 ) = 0 \log_3(x^2 - 3x + 2) = 0 log 3 ( x 2 − 3 x + 2 ) = 0 . (2 marks)
(c) Hence solve log 3 ( x 2 − 3 x + 2 ) ≤ 1 \log_3(x^2 - 3x + 2) \leq 1 log 3 ( x 2 − 3 x + 2 ) ≤ 1 . (3 marks)
Solution:
(a) x 2 − 3 x + 2 = 3 1 = 3 x^2 - 3x + 2 = 3^1 = 3 x 2 − 3 x + 2 = 3 1 = 3 .
x 2 − 3 x − 1 = 0 x^2 - 3x - 1 = 0 x 2 − 3 x − 1 = 0 .
x = 3 ± 9 + 4 2 = 3 ± 13 2 x = \dfrac{3 \pm \sqrt{9 + 4}}{2} = \dfrac{3 \pm \sqrt{13}}{2} x = 2 3 ± 9 + 4 = 2 3 ± 13 .
Domain check: x 2 − 3 x + 2 > 0 ⟹ ( x − 1 ) ( x − 2 ) > 0 ⟹ x < 1 x^2 - 3x + 2 > 0 \implies (x-1)(x-2) > 0 \implies x < 1 x 2 − 3 x + 2 > 0 ⟹ ( x − 1 ) ( x − 2 ) > 0 ⟹ x < 1 or x > 2 x > 2 x > 2 .
3 + 13 2 ≈ 3.30 > 2 \dfrac{3 + \sqrt{13}}{2} \approx 3.30 > 2 2 3 + 13 ≈ 3.30 > 2 (valid). 3 − 13 2 ≈ − 0.30 < 1 \dfrac{3 - \sqrt{13}}{2} \approx -0.30 < 1 2 3 − 13 ≈ − 0.30 < 1 (valid).
(b) x 2 − 3 x + 2 = 3 0 = 1 x^2 - 3x + 2 = 3^0 = 1 x 2 − 3 x + 2 = 3 0 = 1 .
x 2 − 3 x + 1 = 0 x^2 - 3x + 1 = 0 x 2 − 3 x + 1 = 0 .
x = 3 ± 5 2 x = \dfrac{3 \pm \sqrt{5}}{2} x = 2 3 ± 5 .
Domain check: both values satisfy the domain. 3 + 5 2 ≈ 2.62 > 2 \dfrac{3+\sqrt{5}}{2} \approx 2.62 > 2 2 3 + 5 ≈ 2.62 > 2 and 3 − 5 2 ≈ 0.38 < 1 \dfrac{3-\sqrt{5}}{2} \approx 0.38 < 1 2 3 − 5 ≈ 0.38 < 1 .
(c) log 3 ( x 2 − 3 x + 2 ) ≤ 1 ⟹ 0 < x 2 − 3 x + 2 ≤ 3 \log_3(x^2 - 3x + 2) \leq 1 \implies 0 < x^2 - 3x + 2 \leq 3 log 3 ( x 2 − 3 x + 2 ) ≤ 1 ⟹ 0 < x 2 − 3 x + 2 ≤ 3 .
x 2 − 3 x + 2 > 0 x^2 - 3x + 2 > 0 x 2 − 3 x + 2 > 0 : x < 1 x < 1 x < 1 or x > 2 x > 2 x > 2 .
x 2 − 3 x + 2 ≤ 3 ⟹ x 2 − 3 x − 1 ≤ 0 x^2 - 3x + 2 \leq 3 \implies x^2 - 3x - 1 \leq 0 x 2 − 3 x + 2 ≤ 3 ⟹ x 2 − 3 x − 1 ≤ 0 : 3 − 13 2 ≤ x ≤ 3 + 13 2 \dfrac{3-\sqrt{13}}{2} \leq x \leq \dfrac{3+\sqrt{13}}{2} 2 3 − 13 ≤ x ≤ 2 3 + 13 .
Combining: 3 − 13 2 ≤ x < 1 \dfrac{3-\sqrt{13}}{2} \leq x < 1 2 3 − 13 ≤ x < 1 or 2 < x ≤ 3 + 13 2 2 < x \leq \dfrac{3+\sqrt{13}}{2} 2 < x ≤ 2 3 + 13 .
DSE-2
Let f ( x ) = 2 log 3 ( x − 1 ) − log 3 ( x 2 − 1 ) f(x) = 2\log_3(x - 1) - \log_3(x^2 - 1) f ( x ) = 2 log 3 ( x − 1 ) − log 3 ( x 2 − 1 ) .
(a) Find the domain of f f f . (2 marks)
(b) Simplify f ( x ) f(x) f ( x ) . (3 marks)
(c) Solve f ( x ) = 1 f(x) = 1 f ( x ) = 1 . (3 marks)
Solution:
(a) x − 1 > 0 x - 1 > 0 x − 1 > 0 and x 2 − 1 > 0 x^2 - 1 > 0 x 2 − 1 > 0 : x > 1 x > 1 x > 1 .
(b) f ( x ) = log 3 ( x − 1 ) 2 − log 3 ( x 2 − 1 ) = log 3 ( x − 1 ) 2 ( x − 1 ) ( x + 1 ) = log 3 x − 1 x + 1 f(x) = \log_3(x - 1)^2 - \log_3(x^2 - 1) = \log_3 \dfrac{(x-1)^2}{(x-1)(x+1)} = \log_3 \dfrac{x - 1}{x + 1} f ( x ) = log 3 ( x − 1 ) 2 − log 3 ( x 2 − 1 ) = log 3 ( x − 1 ) ( x + 1 ) ( x − 1 ) 2 = log 3 x + 1 x − 1 (for x > 1 x > 1 x > 1 ).
(c) log 3 x − 1 x + 1 = 1 ⟹ x − 1 x + 1 = 3 ⟹ x − 1 = 3 x + 3 ⟹ − 2 x = 4 ⟹ x = − 2 \log_3 \dfrac{x - 1}{x + 1} = 1 \implies \dfrac{x - 1}{x + 1} = 3 \implies x - 1 = 3x + 3 \implies -2x = 4 \implies x = -2 log 3 x + 1 x − 1 = 1 ⟹ x + 1 x − 1 = 3 ⟹ x − 1 = 3 x + 3 ⟹ − 2 x = 4 ⟹ x = − 2 .
But x > 1 x > 1 x > 1 , so x = − 2 x = -2 x = − 2 is rejected. No solution.
DSE-3
The number of bacteria in a culture is given by N = 1000 × 2 0.1 t N = 1000 \times 2^{0.1t} N = 1000 × 2 0.1 t , where t t t is the time in hours.
(a) Find the initial number of bacteria. (1 mark)
(b) Find the number of bacteria after 10 hours, giving your answer in exact form. (2 marks)
(c) Find the time when the number of bacteria first exceeds 50000. (3 marks)
Solution:
(a) t = 0 t = 0 t = 0 : N = 1000 × 2 0 = 1000 N = 1000 \times 2^0 = 1000 N = 1000 × 2 0 = 1000 .
(b) t = 10 t = 10 t = 10 : N = 1000 × 2 1 = 2000 N = 1000 \times 2^1 = 2000 N = 1000 × 2 1 = 2000 .
(c) 1000 × 2 0.1 t > 50000 1000 \times 2^{0.1t} > 50000 1000 × 2 0.1 t > 50000 .
2 0.1 t > 50 2^{0.1t} > 50 2 0.1 t > 50 .
0.1 t log 2 > log 50 0.1t \log 2 > \log 50 0.1 t log 2 > log 50 .
t > log 50 0.1 log 2 = 10 log 50 log 2 = 10 ( log 100 − log 2 ) log 2 = 10 ( 2 − log 2 ) log 2 ≈ 10 × 1.699 0.301 ≈ 56.4 t > \dfrac{\log 50}{0.1 \log 2} = \dfrac{10 \log 50}{\log 2} = \dfrac{10(\log 100 - \log 2)}{\log 2} = \dfrac{10(2 - \log 2)}{\log 2} \approx \dfrac{10 \times 1.699}{0.301} \approx 56.4 t > 0.1 log 2 log 50 = log 2 10 log 50 = log 2 10 ( log 100 − log 2 ) = log 2 10 ( 2 − log 2 ) ≈ 0.301 10 × 1.699 ≈ 56.4 hours.
DSE-4
If log a 2 = p \log_a 2 = p log a 2 = p and log a 5 = q \log_a 5 = q log a 5 = q , express the following in terms of p p p and q q q :
(a) log a 10 \log_a 10 log a 10 (1 mark)
(b) log a 0.04 \log_a 0.04 log a 0.04 (2 marks)
(c) log a 250 \log_a 250 log a 250 (2 marks)
(d) log 2 a \log_2 a log 2 a (2 marks)
Solution:
(a) log a 10 = log a ( 2 × 5 ) = log a 2 + log a 5 = p + q \log_a 10 = \log_a(2 \times 5) = \log_a 2 + \log_a 5 = p + q log a 10 = log a ( 2 × 5 ) = log a 2 + log a 5 = p + q .
(b) log a 0.04 = log a ( 4 100 ) = log a 4 − log a 100 = 2 log a 2 − 2 log a 10 = 2 p − 2 ( p + q ) = − 2 q \log_a 0.04 = \log_a\left(\dfrac{4}{100}\right) = \log_a 4 - \log_a 100 = 2\log_a 2 - 2\log_a 10 = 2p - 2(p + q) = -2q log a 0.04 = log a ( 100 4 ) = log a 4 − log a 100 = 2 log a 2 − 2 log a 10 = 2 p − 2 ( p + q ) = − 2 q .
(c) log a 250 = log a ( 125 × 2 ) = log a 125 + log a 2 = 3 log a 5 + p = 3 q + p \log_a 250 = \log_a(125 \times 2) = \log_a 125 + \log_a 2 = 3\log_a 5 + p = 3q + p log a 250 = log a ( 125 × 2 ) = log a 125 + log a 2 = 3 log a 5 + p = 3 q + p .
(d) log 2 a = 1 log a 2 = 1 p \log_2 a = \dfrac{1}{\log_a 2} = \dfrac{1}{p} log 2 a = log a 2 1 = p 1 .
DSE-5
Solve the inequality log 2 ( x + 3 ) + log 2 ( x − 1 ) ≤ 3 \log_2(x + 3) + \log_2(x - 1) \leq 3 log 2 ( x + 3 ) + log 2 ( x − 1 ) ≤ 3 .
Solution:
Domain: x + 3 > 0 x + 3 > 0 x + 3 > 0 and x − 1 > 0 x - 1 > 0 x − 1 > 0 , so x > 1 x > 1 x > 1 .
log 2 [ ( x + 3 ) ( x − 1 ) ] ≤ 3 \log_2[(x+3)(x-1)] \leq 3 log 2 [( x + 3 ) ( x − 1 )] ≤ 3
( x + 3 ) ( x − 1 ) ≤ 8 (x+3)(x-1) \leq 8 ( x + 3 ) ( x − 1 ) ≤ 8
x 2 + 2 x − 3 ≤ 8 x^2 + 2x - 3 \leq 8 x 2 + 2 x − 3 ≤ 8
x 2 + 2 x − 11 ≤ 0 x^2 + 2x - 11 \leq 0 x 2 + 2 x − 11 ≤ 0
x = − 2 ± 4 + 44 2 = − 2 ± 48 2 = − 1 ± 2 3 x = \frac{-2 \pm \sqrt{4 + 44}}{2} = \frac{-2 \pm \sqrt{48}}{2} = -1 \pm 2\sqrt{3} x = 2 − 2 ± 4 + 44 = 2 − 2 ± 48 = − 1 ± 2 3
Solution of quadratic: − 1 − 2 3 ≤ x ≤ − 1 + 2 3 -1 - 2\sqrt{3} \leq x \leq -1 + 2\sqrt{3} − 1 − 2 3 ≤ x ≤ − 1 + 2 3 .
Since − 1 + 2 3 ≈ 2.46 -1 + 2\sqrt{3} \approx 2.46 − 1 + 2 3 ≈ 2.46 and we need x > 1 x > 1 x > 1 :
1 < x ≤ − 1 + 2 3 1 < x \leq -1 + 2\sqrt{3} 1 < x ≤ − 1 + 2 3 , i.e. x ∈ ( 1 , − 1 + 2 3 ] x \in (1,\; -1 + 2\sqrt{3}] x ∈ ( 1 , − 1 + 2 3 ] .