Log Equations / exponential equations

kpx001

Junior Member
Joined
Mar 6, 2006
Messages
119
I have three log equations about which I'm a bit confused. I need to solve for x.

1) 2 log<sub>5</sub>(x) = 3 log<sub>5</sub>(4)

My work: 2 log<sub>5</sub>(x) - 3 log<sub>5</sub>(4) = 0

The answer is "x = 8".

2) 3 log<sub>2</sub>(x - 1) + log<sub>2</sub>(4) = 5

My work: I tried doing (x-1)^3 and dividing the 3, but it doesn't work out.

The answer is "x = 3".

3) 3<sup>1-2x</sup> = 4<sup>x</sup>

I tried taking the natural log, but I can't get x by itself:

. . .(1 - 2x)ln(3) = xln(4)

Thank you!
__________________________
Edited by stapel -- Reason for edit: formatting
 
Try 'change of base'. One way.

\(\displaystyle \L\\3log_{2}(x-1)+log_{2}4=5\)

\(\displaystyle \L\\3\frac{log(x-1)}{log2}+\frac{log4}{log2}=5\)

\(\displaystyle \L\\3\frac{log(x-1)}{log2}+2=5\)

\(\displaystyle \L\\\frac{log(x-1)}{log2}=1\)

\(\displaystyle \L\\log(x-1)=log2\)

\(\displaystyle \L\\x-1=2\)
 
1) Use log rules to put the multipliers inside as powers:

. . . . .log<sub>5</sub>(x<sup>2</sup>) = log<sub>5</sub>(4<sup>3</sup>)

. . . . .log<sub>5</sub>(x<sup>2</sup>) = log<sub>5</sub>(64)

Once you have "log<sub>b</sub>(something) = log<sub>b</sub>(something else)", you can equate the arguments and solve.

2) Note that, since 32 = 2<sup>5</sup>, then 5 = log<sub>2</sub>(32). Then the equation, after applying log rules, becomes:

. . . . .log<sub>2</sub>((x - 1)<sup>3</sup>) = log<sub>2</sub>(32) - log<sub>2</sub>(4) = log<sub>2</sub>(32/4) = log<sub>2</sub>(8)

Equate the arguments and solve.

3) Taking the natural log should work. It's unfortunate that you didn't show your steps, so we can't help you correct your errors. You should have gotten:

. . . . .(1 - 2x)ln(3) = xln(4)

. . . . .ln(3) - x[2ln(3)] = x[ln(4)]

. . . . .ln(3) = x[ln(9) + ln(4)]

. . . . .ln(3) = x[ln(36)]

Divide through to isolate x.

Eliz.
 
Top