MHB How to Solve for x in a Logarithmic Equation?

  • Thread starter Thread starter rtwikia
  • Start date Start date
  • Tags Tags
    Logarithms
rtwikia
Messages
13
Reaction score
0
The question is
$$\log_{x}\left({10}\right)+log(x)=2$$
where (obviously) I have to find x.

I tried changing the base,
$\frac{log(10)}{log(x)}+log(x)=2$
$\frac{1}{log(x)}+log(x)=2$
${log(x)}^{-1}+log(x)=log(100)$​
but I could go no further. Whatever I try, I always got a wrong answer.

By guessing and substitution, I found that the answer should be 10. But is there any formal method to find that out?:confused:
 
Mathematics news on Phys.org
Hint: multiply through by $\log(x)$ then substitute $u = \log(x)$, you are left with a quadratic equation in $u$.
 
rtwikia said:
The question is
$$\log_{x}\left({10}\right)+log(x)=2$$

Is this the correct problem statement? If so, what is the base of $\log(x)$?
 
greg1313 said:
Is this the correct problem statement? If so, what is the base of $\log(x)$?

Should be 10?
 
$$\log_x(10)+\log(10)=2$$

$$\log_x(10)=1$$

Can you continue?
 
Last edited:
greg1313 said:
$$\log_x(10)+\log(10)=2$$

$$\log_x(10)=1$$

Can you continue?

Of course, if it is known that x=10 then I can do that. However I'm not sure that 10 is the answer, so...I'll just try to solve the quadratic(Nerd)
 
Bacterius said:
Hint: multiply through by $\log(x)$ then substitute $u = \log(x)$, you are left with a quadratic equation in $u$.

YES it worked!(Rock)

$\log_{x}\left({10}\right)\cdot\log\left({x}\right)+(\log\left({x}\right))^2=2\cdot\log\left({x}\right)$
$\frac{1}{\log\left({x}\right)}\cdot\log\left({x}\right)+(\log\left({x}\right))^2=2\cdot\log\left({x}\right)$
$1+u^2=2u$
$u^2-2u+1=0$​
$u=\frac{-(-2)\pm\sqrt{4-4}}{2}=1$

$\log\left({x}\right)=1$
$x=10^1=10$

Thank you!:D
 
Yup. I misread the problem. Sorry about that. :o
 
greg1313 said:
Yup. I misread the problem. Sorry about that. :o

Never mind. Thanks anyway.:)
 

Similar threads

Back
Top