Re: logarithmic equations
- From: Passerby <invalid@xxxxxxxxxxxxxxx>
- Date: Wed, 27 Jun 2007 20:52:05 -0400
On Thu, 28 Jun 2007 00:27:45 -0000, conrad <conrad@xxxxxxxxxx> wrote:
If I have the following:
2^x = 3^(x + 1)
How can this be reduced such that
I can solve for x? If I take the logarithm
of the left hand side to the base 2, that
would give me x, but I would be left
with the logarithm of 3^(x + 1) to
the base 2 on the right hand side, which
doesn't help my case.
Using logs to any base you like,
log(2^x) = log[ 3^(x + 1) ]
x log(2) = (x + 1) log(3)
Solve for x.
.
- References:
- logarithmic equations
- From: conrad
- logarithmic equations
- Prev by Date: Re: ** says: Definition: sum{i in N} i = 0
- Next by Date: Re: Thinking about metric spaces
- Previous by thread: logarithmic equations
- Next by thread: Re: logarithmic equations
- Index(es):