In a log jam...

G

Guest

Guest
I've got stuck solving some simultaneous equations...

log3(x) = y = log9(2x-1)

The first thing I did was to convert to base 10, giving

lg(x) / lg(3) = y, and
lg(2x-1) / lg(9) = y.

I then subtracted one from the other to give 0:

[2.lg(x) / lg(9)] - [(lg(2x-1) / lg(9)] = 0, which simplifies to give

lg(x^2 / 2x-1) / lg(9) = 0

Even assuming I haven't made any mistakes so far, this may be way off track because I have no idea where to go from here...

I'm also having problems with solving for the positive value of x satisfying the equation log2(x)=log4(x+6), which is a similar setup.

Can anyone help?[/i]
 
Hello, ben654!

log3(x)=log9(2x1)\displaystyle log_3(x)\:=\:log_9(2x\,-\,1)
When I see two bases that are "related", I do a little gymnastics.

Let log9(2x1)=a        9a=2x1        (32)a=2x1\displaystyle \text{Let }\log_9(2x\,-\,1)\:=\:a\;\;\Rightarrow\;\;9^a\:=\:2x\,-\,1\;\;\Rightarrow\;\;(3^2)^a\:=\:2x\,-\,1

      32a=2x1        2a=log3(2x1)        a=12log3(2x1)\displaystyle \;\;\;3^{2a}\:=\:2x\,-\,1\;\;\Rightarrow\;\;2a\:=\:\log_3(2x\,-\,1)\;\;\Rightarrow\;\;a\:=\:\frac{1}{2}\cdot\log_3(2x\,-\,1)

The equation becomes: log3(x)  =  12log3(2x1)\displaystyle \,\log_3(x)\;=\;\frac{1}{2}\cdot\log_3(2x\,-\,1)

We have: 2log3(x)  =  log3(2x1)        log3(x2)  =  log3(2x1)\displaystyle \,2\cdot\log_3(x)\;=\;\log_3(2x\,-\,1)\;\;\Rightarrow\;\;\log_3(x^2)\;=\;\log_3(2x\,-\,1)

Then: log3(x2)  =  log3(2x1)        x2=2x1        x22x+1=0\displaystyle \,\log_3(x^2)\;=\;\log_3(2x\,-\,1)\;\;\Rightarrow\;\;x^2\:=\:2x\,-\,1\;\;\Rightarrow\;\;x^2\,-\,2x\,+\,1\:=\:0

Therefore: (x1)2=0        x=1\displaystyle \,(x\,-\,1)^2\:=\:0\;\;\Rightarrow\;\;x\,=\,1

~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Changing to base 10 should have worked . . . but it's tricky.

\(\displaystyle \L\;\;\;\frac{\log(x)}{\log(3)}\;=\;\frac{\log(2x\,-\,1)}{\log(9)}\)

Clear denominators: log(9)log(x)  =  log(3)log(2x1)\displaystyle \,\log(9)\cdot\log(x)\;=\;\log(3)\cdot\log(2x\,-\,1)

    \displaystyle \;\;Note that: log(9)=log(32)=2log(3)\displaystyle \,\log(9)\:=\:\log(3^2)\:=\:2\cdot\log(3)

The equation becomes: 2log(3)log(x)  =  log(3)log(2x1)\displaystyle \:2\cdot\log(3)\cdot\log(x)\;=\;\log(3)\cdot\log(2x\,-\,1)

Divide by log(3):    2log(x)  =  log(2x1)\displaystyle \log(3):\;\;2\cdot\log(x)\;=\;\log(2x\,-\,1)

We have: log(x2)=  log(2x1)        x2=2x1\displaystyle \,\log(x^2)\:=\;\log(2x\,-\,1)\;\;\Rightarrow\;\;x^2\:=\:2x\,-\,1 . . . and so on.
 
Top