Question
Question: How do you solve \[\log x + \log (x + 15) = 2\] ....
How do you solve logx+log(x+15)=2 .
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) . 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=2a−b±b2−4ac .
Complete step-by-step answer :
Given,
logx+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) . Comparing we have, A=x and B=x+15 .
⇒log(x.(x+15))=2
Multiplying ‘x’ in the brackets we have,
⇒log(x2+15x)=2
Applying antilog on both sides we get,
⇒x2+15x=102
Rearranging we have,
⇒x2+15x−100=0
Let’s use Sridhar Acharya’s formula. That is if we have an quadratic equation ax2+bx+c=0 then x=2a−b±b2−4ac .
Here, a=1 , b=15 and c=−100 .
Substituting we have,
x=2×1−15±152−(4×1×(−100))
=2−15±225−(4×−100)
=2−15±225−(−400)
We know negative is multiplied by negative we get positive,
=2−15±225+400
=2−15±625
We know that square root of 625 is 25,
=2−15±25
Thus we have two roots,
=2−15+25 and =2−15−25
=210 and =2−40
=5 and =−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=5 .
So, the correct answer is “ x=5 ”.
Note : We need to know the basic property of logarithms. That is the logarithm quotient rule: log(BA)=log(A)−log(B) . Logarithm power rule: log(AB)=B.log(A) etc. in above we can solve the quadratic equation by factorization method. we have x2+15x−100=0 , we can rewrite it as ⇒x2+20x−5x−100=0
⇒x(x+20)−5(x+20)=0
Taking common (x+20) we have,
⇒(x+20)(x−5)=0
Using the principle of zero products we have,
⇒x+20=0 and x−5=0
⇒x=−20 and x=5 . We can see that in both the cases we have the same values for ‘x’. Careful in the calculation part.