x lo g 1 0 x = 1 0 0 x
How many real solutions are there to the above equation?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
That's exactly how I did it too... It's a nice question...
SOLUTION
Let us substitute l o g 1 0 x = k . ----- Equation (1)
We then also have x = 1 0 k . ----- Equation (2)
Substituting Equations (1) and (2) in the given equation x lo g 1 0 x = 1 0 0 x , we get
( 1 0 k ) k = 1 0 0 ( 1 0 k ) ⇒ 1 0 k 2 = 1 0 k + 2
⇒ k 2 = k + 2 ⇒ ( k + 1 ) ( k − 2 ) = 0 ⇒ k = ( − 1 ) or k = 2 .
k = 2 ⇒ x = 1 0 2 = 1 0 0 .
k = ( − 1 ) ⇒ x = 1 0 − 1 = 0 . 1 .
Hence, there are only 2 solutions for the given equation.
A simpler approach would be to take lo g 1 0 on both sides first, before doing the substitution k = lo g 1 0 x .
While it is equivalent to your solution, simplicity of presentation helps to demystify how one would approach similar problems in future.
Take log to the base 10 on both sides and then simplify by taking all terms on LHS. lo g 1 0 x × lo g x = lo g 1 0 + lo g x lo g 1 0 x × lo g x − lo g 1 0 − lo g x = 0 lo g x ( lo g 1 0 x ÷ 1 0 ) = 0
hence answers are 1 and 10
Great! As this is a logarithm-functions question, we need to check that the solutions to the quadratic does indeed yield valid solutions to the original problem.
To type LaTex, you just need to place your code with the brackets: \ ( c o d e \ ) .
but x=1 doesnt satisfy the equation..
let log x = y,then x=10^y, so the eqn becomes now: (10^y)^y = 100 x 10^y =10^(y+2) so, 10^(y^2) = 10^(y+2) i.e y^2 - y - 2 = 0, solving this eqn we get, y=-1,2 ( 2 solutions)
Taking logarithms both the sides to the base 10 Take logx =t Solve the quadratic Two roots will be there.
We can start by taking log of both sides
Log (x^(log x)) = log (100x)
(Log x )(log x) = log 100 + log x (using properties of logs)
(Log x)^2 = 2 + log x
Making a quadratic equation with logs, we have
(Log x)^2 - log x - 2 = 0
This equation factors to
(Log x - 2)(log x + 1) = 0
Log x = 2 , log x = -1, both can exist in real numbers, hence 2 solutions
Problem Loading...
Note Loading...
Set Loading...
We are given that x lo g x = 1 0 0 x . If we take the base-10 logarithm of each side, we have
lo g ( x lo g x ) = lo g ( 1 0 0 x ) .
Thus,
lo g x ⋅ lo g x = lo g 1 0 0 + lo g x ,
or
lo g x ⋅ lo g x = 2 + lo g x .
If we let n = lo g x , then our equation becomes n 2 = 2 + n , which factors as ( n − 2 ) ( n + 1 ) = 0 . Thus, n = 2 or n = − 1 , giving x = 1 0 0 or x = 1 0 1 , respectively.
Thus, there are two solutions to the equation.