Solveeit Logo

Question

Question: How do you solve \[\log x + \log (x + 15) = 2\] ....

How do you solve logx+log(x+15)=2\log x + \log (x + 15) = 2 .

Explanation

Solution

Hint : We need to find the value of ‘x’. To solve this we need to know the logarithm product rule, log(A)+log(B)=log(A.B)\log (A) + \log (B) = \log (A.B) . After using this and applying antilog on both sides we will get a quadratic equation. We can solve the obtained equation by factorization method or using Sridhar Acharya’s formula that is x=b±b24ac2ax = \dfrac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}} .

Complete step-by-step answer :
Given,
logx+log(x+15)=2\log x + \log (x + 15) = 2 , here we make note that it is logarithmic base 10.
Using the logarithm product rule log(A)+log(B)=log(A.B)\log (A) + \log (B) = \log (A.B) . Comparing we have, A=xA = x and B=x+15B = x + 15 .
log(x.(x+15))=2\Rightarrow \log (x.(x + 15)) = 2
Multiplying ‘x’ in the brackets we have,
log(x2+15x)=2\Rightarrow \log ({x^2} + 15x) = 2
Applying antilog on both sides we get,
x2+15x=102\Rightarrow {x^2} + 15x = {10^2}
Rearranging we have,
x2+15x100=0\Rightarrow {x^2} + 15x - 100 = 0
Let’s use Sridhar Acharya’s formula. That is if we have an quadratic equation ax2+bx+c=0a{x^2} + bx + c = 0 then x=b±b24ac2ax = \dfrac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}} .
Here, a=1a = 1 , b=15b = 15 and c=100c = - 100 .
Substituting we have,
x=15±152(4×1×(100))2×1x = \dfrac{{ - 15 \pm \sqrt {{{15}^2} - \left( {4 \times 1 \times ( - 100)} \right)} }}{{2 \times 1}}
=15±225(4×100)2= \dfrac{{ - 15 \pm \sqrt {225 - \left( {4 \times - 100} \right)} }}{2}
=15±225(400)2= \dfrac{{ - 15 \pm \sqrt {225 - \left( { - 400} \right)} }}{2}
We know negative is multiplied by negative we get positive,
=15±225+4002= \dfrac{{ - 15 \pm \sqrt {225 + 400} }}{2}
=15±6252= \dfrac{{ - 15 \pm \sqrt {625} }}{2}
We know that square root of 625 is 25,
=15±252= \dfrac{{ - 15 \pm 25}}{2}
Thus we have two roots,
=15+252= \dfrac{{ - 15 + 25}}{2} and =15252 = \dfrac{{ - 15 - 25}}{2}
=102= \dfrac{{10}}{2} and =402 = \dfrac{{ - 40}}{2}
=5= 5 and =20 = - 20
Thus we have roots 5 and -20.
We know that the arguments of the logarithmic is positive.
So we ignore -20.
Hence the required solution is x=5x = 5 .
So, the correct answer is “ x=5x = 5 ”.

Note : We need to know the basic property of logarithms. That is the logarithm quotient rule: log(AB)=log(A)log(B)\log \left( {\dfrac{A}{B}} \right) = \log (A) - \log (B) . Logarithm power rule: log(AB)=B.log(A)\log ({A^B}) = B.\log (A) etc. in above we can solve the quadratic equation by factorization method. we have x2+15x100=0{x^2} + 15x - 100 = 0 , we can rewrite it as x2+20x5x100=0 \Rightarrow {x^2} + 20x - 5x - 100 = 0
x(x+20)5(x+20)=0\Rightarrow x(x + 20) - 5(x + 20) = 0
Taking common (x+20)(x + 20) we have,
(x+20)(x5)=0\Rightarrow (x + 20)(x - 5) = 0
Using the principle of zero products we have,
x+20=0\Rightarrow x + 20 = 0 and x5=0x - 5 = 0
x=20\Rightarrow x = - 20 and x=5x = 5 . We can see that in both the cases we have the same values for ‘x’. Careful in the calculation part.