- $\log(x) + \log(x-1) = \log(4x)$
- $\log((x)(x-1))=\log(4x)$ use the law of logs
- $\log(x^2 -x)=\log(4x)$ distribute the x
- $x^2-x = 4x$ use the one to one nature of logs
- $x^2 = 5x$ add x
- $x=5$ Divide by x
2026-04-24 02:09:57.1776996597
Did I solve this logarithmic equation problem corectly and if so why doesn't commpleting the square work?
53 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Your solution is correct except with the omission of the justification of why division by $x$ is permissible in the second last step. Division is only allowed when $x\neq 0$. Here you must state that the original equation disallows $x=0$ as then $\log x$ would be undefined, so division by (nonzero) $x$ is justified. Then your solution would be completely correct.
As to your question about completing the square, it certainly "works":
$x^2 = 5x \\ \implies x^2 - 5x = 0 \\ \implies x^2 - 5x + (\frac 52)^2 - \frac{25}4 = 0 \\ \implies (x-\frac 52)^2 = \frac {25}4 \\ \implies x-\frac 52 = \pm \frac 52 \\ \implies x=0 \ \mathrm{or} \ x=5$
(and you reject $0$ as $\log 0$ is undefined).
But this is completely and utterly unnecessary in solving the problem.