9

So here is the problem:

Solved for a in terms of x:
$$a^{x} = 10^{2x + 1}$$

I tried:
$\displaystyle x \cdot \log(a) = (2x+1) \cdot \log\;10 $

$\displaystyle \frac{x}{2x + 1} = \frac{\log\;10} {\log\;a} $

But this is not going in the right direction, the answer according to the book is:
$$ \frac{1} {\log\;a - 2} $$

Excuse the 'power' tag for this question, there is no logarithm tag

Aryabhata
  • 82,206
gideon
  • 403

4 Answers4

4

Hint: The answer is using $\log_{10}$.

Aryabhata
  • 82,206
1

HINT$\ $ Putting $\rm\ a = 10^{\:b}\ $ yields $\rm\ x = 1/(b - 2)$

Bill Dubuque
  • 272,048
  • you're using ln and e, not log base 10? Also, this makes me realize $$ x = \frac{2x + 1}{log a} $$ that is the answer.. so i could've left it at that since the question is only solve not show that this equals that? – gideon Oct 20 '10 at 17:35
  • 2
    The point of the hint is to completely avoid logs! – Bill Dubuque Oct 20 '10 at 17:52
1

HINT:

Maybe you can find useful to look at Logarithm - Change of base, after solving your equation $\displaystyle \frac{x}{2x+1}=\frac{\text{log} 10}{\text{log}\thinspace a}$. You should finish with something like $x = \displaystyle \frac{1}{\frac{\displaystyle \text{log} \thinspace a}{\displaystyle \text{log} 10}-2}$

r_31415
  • 2,934
0

Okay. So here is wat I got... \begin{align*} a^x &= 10^{2x}+1\\ x\log(a) &= 2x\log(10) + \log(10)\\ x\log(a) - 2x\log(10) &= \log (10)\\ x(\log(a)-2\log10) &= \log (10)\\ x &= (\log10) / (\log(a) - 2\log10)\\ x &= (1) / (\log(a) - 2)\\ \end{align*}