6

I've searched for some answer already, but couldn't find any solution to this problem. Apparently, there's no rule for the product of two logarithms. How would I then find the exact solution of this problem? $$ \log(x) = \log(100x) \, \log(2) $$

mvw
  • 34,562
P.Yntema
  • 171

4 Answers4

19

$\log(x) = (\log(100) + \log(x))\cdot\log2$

$\log(x) = \log(100)\cdot\log(2) + \log(x)\cdot\log(2)$

This is a linear equation in $\log(x)$!

Giuseppe
  • 737
7

How would I then find the exact solution of this problem?

Manipulate the equation to isolate $x$. \begin{align*} \log(x) &= (\log(100)+\log(x))\log(2) \\ \log(x) &=\log(100)\log(2)+\log(x)\log(2)\\ \log(x)-\log(x)\log(2)&=\log(100)\log(2)\\ \log(x)(1-\log(2))&=\log(100)\log(2) \\ \log(x)&=\log(100)\log(2)/(1-\log(2))\\ \end{align*} Then resolve $x$ with whatever base your logarithm is using. E.g. with base 10, $$x\approx7.267$$

Em.
  • 15,981
Ax.
  • 188
6

The question does not specify the base $B$ of the logarithm, but it will affect the solution, so we make it explicit: \begin{align} \log_B(x) &= \log_B(100\, x) \, \log_B(2) \\ &= (\log_B(100) + \log_B(x)) \, \log_B(2) \iff \\ (1 - \log_B(2)) \log_B(x) &= \log_B(2) \log_B(100) \\ \end{align} For $B = 2$ the LHS vanishes and we have no solution, as the logarithms on the RHS do not vanish.

For $B \ne 2$ we can continue: \begin{align} \log_B(x) = \frac{\log_B(2) \, \log_B(100)}{1 - \log_B(2)} = f(B) \iff \\ x = B^{f(B)} = B^{(\log_B(2) \, \log_B(100))/(1 - \log_B(2))} \end{align}

For $B=e$ one gets $$ x = e^{f(e)} = e^{10.4025\dotsb} = 32944.48\dotsb $$

Here are graphs of $f(B)$:

close view farer view

(Links to larger versions: left, right)

mvw
  • 34,562
2

Fill in details after you check the basic properties of logarithms, and assuming $\;\log=\log_{10}\;$:

$$\log x=\log 100x\cdot\log2=\left(\log100+\log x\right)\log2\implies$$

$$(1-\log2)\log x=2\log2\implies\ldots$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
  • A term has disappeared – egreg Oct 13 '16 at 15:25
  • @egreg I don't think so....which one? – DonAntonio Oct 13 '16 at 15:58
  • Oh, assuming $\log=\log_{10}$. Why? – egreg Oct 13 '16 at 16:03
  • 3
    @egreg My logic was that such an elementary question surely is of high school level, and there they usually use $;\log=\log_{10};$, as shown in calculators. That's the only reason. – DonAntonio Oct 13 '16 at 16:25
  • Yeah, whatever happened to the "standard" notation of ln for natural logs and lc for "common," or log-base 10 ? :-( – Carl Witthoft Oct 13 '16 at 19:54
  • 3
    @CarlWitthoft My "standard" notation in high school was ln for natural logs, and log for base 10 logs. – Brian J Oct 13 '16 at 20:08
  • 4
    @CarlWitthoft I have never, ever heard of that "standard notation", by which I mean some widely used and more or less international notation. In my case, and my children's, the notation was as Brian says. – DonAntonio Oct 13 '16 at 20:40
  • @DonAntonio It may be a low-level question, but I couldn't find the answer anywhere online. Therefor I think it was reasonable to post it here. – P.Yntema Oct 16 '16 at 18:47
  • @P.Yntema Please do note that elementary $;\neq;$ low-level. The problem is that in this site we cannot know what lever the asker has, so by "elementary" in this case I mean that this seems like a high school level question. – DonAntonio Oct 16 '16 at 19:36