Exercise 2.4 — Ideal Textbook Solutions

Question 1

Solve for $x$

(a) $\log_3(2x - 5) = 2$

(b) $\log_7(3x) + \log_7(2) = \log_7(24)$

(c) $\log_5(x - 3) + \log_5(x + 1) = 1$

(d) $\log_2(x^2 - 7) = 3$

View Complete Solution & Explanation

(a) Solution:
Convert to exponential form:
$$2x - 5 = 3^2 = 9 \Rightarrow 2x = 14 \Rightarrow \mathbf{x = 7}.$$
*Check:* $2(7)-5 = 9 > 0$ (defined). Valid!

(b) Solution:
Apply product rule:
$$\log_7(3x \times 2) = \log_7(24) \Rightarrow \log_7(6x) = \log_7(24)$$
Equate arguments:
$$6x = 24 \Rightarrow \mathbf{x = 4}.$$
*Check:* $3(4) = 12 > 0$ (defined). Valid!

(c) Solution:
Apply product rule:
$$\log_5[(x-3)(x+1)] = 1 \Rightarrow (x-3)(x+1) = 5^1$$
$$x^2 - 2x - 3 = 5 \Rightarrow x^2 - 2x - 8 = 0$$
$$(x-4)(x+2) = 0 \Rightarrow x = 4 \text{ or } x = -2$$
*Check:*
- If $x = 4$: both $x-3 = 1 > 0$ and $x+1 = 5 > 0$ are positive. Valid!
- If $x = -2$: $x-3 = -5 < 0$ (undefined). Extraneous root.
Thus, the only valid solution is **$x = 4$**.

(d) Solution:
Convert to exponential form:
$$x^2 - 7 = 2^3 = 8 \Rightarrow x^2 = 15 \Rightarrow \mathbf{x = \pm\sqrt{15}}.$$
*Check:* For both $\pm\sqrt{15}$, $x^2 - 7 = 15 - 7 = 8 > 0$ (defined). Valid!

Question 2

Solve for $x$

(a) $\log_2(x - 3) + \log_2(x + 1) = 5$

(b) $2\log_4(x) = \log_4(5x - 4)$

(c) $\log_5(x - 2) + \log_5(x + 2) = 1$

(d) $\log_{10}(x - 2) + \log_{10}(x + 1) = 1$

View Complete Solution & Explanation

(a) Solution:
Apply product rule:
$$\log_2[(x-3)(x+1)] = 5 \Rightarrow (x-3)(x+1) = 2^5 = 32$$
$$x^2 - 2x - 3 = 32 \Rightarrow x^2 - 2x - 35 = 0$$
$$(x-7)(x+5) = 0 \Rightarrow x = 7 \text{ or } x = -5$$
*Check:* $x = 7$ makes arguments positive. $x = -5$ makes arguments negative. Thus, **$x = 7$**.

(b) Solution:
Power rule first:
$$\log_4(x^2) = \log_4(5x - 4) \Rightarrow x^2 = 5x - 4$$
$$x^2 - 5x + 4 = 0 \Rightarrow (x-4)(x-1) = 0 \Rightarrow \mathbf{x = 4, 1}.$$
*Check:* Both arguments are positive for $x=4$ and $x=1$. Both are valid!

(c) Solution:
Product rule:
$$\log_5[(x-2)(x+2)] = 1 \Rightarrow x^2 - 4 = 5 \Rightarrow x^2 = 9 \Rightarrow x = \pm 3.$$
*Check:* $x = 3$ yields positive arguments ($1 > 0$, $5 > 0$). $x = -3$ yields negative arguments. Thus, **$x = 3$**.

(d) Solution:
Product rule:
$$\log_{10}[(x-2)(x+1)] = 1 \Rightarrow (x-2)(x+1) = 10^1 = 10$$
$$x^2 - x - 2 = 10 \Rightarrow x^2 - x - 12 = 0$$
$$(x-4)(x+3) = 0 \Rightarrow x = 4 \text{ or } x = -3$$
*Check:* $x = 4$ yields positive arguments. $x = -3$ yields negative arguments. Thus, **$x = 4$**.

Question 3

Advanced quadratic and parameter equations

(a) $\log_x(3x + 10) = 2$

(b) $(\log_3 x)^2 - 4\log_3 x + 3 = 0$

(c) $(\log_2 x)^2 - \log_2(x^3) = 10$

(d) $1000^{\log_{10} x} = 8$

View Complete Solution & Explanation

(a) Solution:
Convert to exponential form:
$$x^2 = 3x + 10 \Rightarrow x^2 - 3x - 10 = 0 \Rightarrow (x-5)(x+2) = 0$$
$$\Rightarrow x = 5 \text{ or } x = -2$$
*Check base constraint:* The base $x$ must be strictly positive and not equal to 1. Thus, $x = -2$ is rejected. The only valid solution is **$x = 5$**.

(b) Solution:
Let $y = \log_3 x$. Then:
$$y^2 - 4y + 3 = 0 \Rightarrow (y-3)(y-1) = 0 \Rightarrow y = 3 \text{ or } y = 1$$
- If $\log_3 x = 3 \Rightarrow x = 3^3 = 27$.
- If $\log_3 x = 1 \Rightarrow x = 3^1 = 3$.
Both values are positive. Thus, **$x = 3, 27$**.

(c) Solution:
Rewrite using power rule: $\log_2(x^3) = 3\log_2 x$. Let $y = \log_2 x$.
$$y^2 - 3y = 10 \Rightarrow y^2 - 3y - 10 = 0 \Rightarrow (y-5)(y+2) = 0 \Rightarrow y = 5 \text{ or } y = -2$$
- If $\log_2 x = 5 \Rightarrow x = 2^5 = 32$.
- If $\log_2 x = -2 \Rightarrow x = 2^{-2} = \frac{1}{4}$.
Both values are positive. Thus, **$x = 32, \frac{1}{4}$**.

(d) Solution:
Express 1000 as $10^3$:
$$(10^3)^{\log_{10} x} = 10^{3\log_{10} x} = 10^{\log_{10}(x^3)} = x^3$$
$$\Rightarrow x^3 = 8 \Rightarrow \mathbf{x = 2}.$$

Question 4

Equation simplifications

(a) $\log_3(x^2 - 1) = \log_3(2x - 1)$

(b) $\log 5 + \log 2 = \log x$

(c) $\log_x(4) = 2$

(d) $\log_2 x + \log_5 x = \log_{10} x$

View Complete Solution & Explanation

(a) Solution:
Equate arguments directly:
$$x^2 - 1 = 2x - 1 \Rightarrow x^2 - 2x = 0 \Rightarrow x(x - 2) = 0 \Rightarrow x = 2 \text{ or } x = 0$$
*Check:* If $x = 0$, $x^2 - 1 = -1 < 0$ (undefined). Thus, $x = 0$ is rejected. The only valid solution is **$x = 2$**.

(b) Solution:
$\log(5 \times 2) = \log(x) \Rightarrow \log(10) = \log(x) \Rightarrow \mathbf{x = 10}$.

(c) Solution:
$x^2 = 4 \Rightarrow x = \pm 2$. Since base $x > 0$, we have **$x = 2$**.

(d) Solution:
Change base to 10:
$$\frac{\log x}{\log 2} + \frac{\log x}{\log 5} = \log x$$
$$\log x \left(\frac{1}{\log 2} + \frac{1}{\log 5} - 1\right) = 0$$
This implies $\log x = 0 \Rightarrow \mathbf{x = 1}$ (the only real solution).

Question 5

Logarithmic product chains

If $\log_2(3) \cdot \log_3(4) \cdot \log_4(5) \dots \log_{99}(100) = x$, evaluate the value of $(x+1)(x+2)\dots(x+99)$ if the logs are base 10.

View Complete Solution & Explanation

Step 1: Simplify the product chain of logarithms using the base-change identity $\log_a(b) \cdot \log_b(c) = \log_a(c)$:

$$x = \log_2(3) \cdot \log_3(4) \cdot \log_4(5) \dots \log_{99}(100)$$ $$\Rightarrow x = \log_2(100)$$

Wait, if the problem assumes all terms are base 10 chain properties (i.e. $\log_{10}(2)/\log_{10}(1) \dots$):

If the equation is indeed the standard chain product:
$$x = \log_2(100) \approx 6.64$$
Let's check if the problem specifies that the sum evaluates to a clean integer. If the bases are sequentially linked, the product simplifies to $\log_2(100)$.