PDA

View Full Version : Log Equation


majormuss
Jun2-10, 10:15 PM
1. The problem statement, all variables and given/known data
My book has these steps for evaluating a logarithmic equation and I don't quite understand what is going on. It says...
log (2) x(x-4)=5
x(x-4)=2^5 <---------> this is the level I am getting problems... how does log(2) divide the 5 on the other side and end up getting 2^5 ??
By the way this is how the equation continues( which I understand)
X^2-4x -32
(x-8)(x+4)= 0
x=8 x=-4

2. Relevant equations



3. The attempt at a solution

Dick
Jun2-10, 10:27 PM
If log_2(a)=b then a=2^b. It's sort of the definition of log.

HallsofIvy
Jun3-10, 06:49 AM
1. The problem statement, all variables and given/known data
My book has these steps for evaluating a logarithmic equation and I don't quite understand what is going on. It says...
log (2) x(x-4)=5
x(x-4)=2^5 <---------> this is the level I am getting problems... how does log(2) divide the 5 on the other side and end up getting 2^5 ?
It doesn't! "log_2 x does NOT mean "log_2 multiplied by x" and so you are not "dividing by log_2"

log_2 x means "apply the function "logarithm base 2" to x. You remove that function by applying the inverse function to both sides. And the inverse function to f(x)= log_2 x if f^{-1}(x)= 2^x. Specifically, f(f^{-1}(x))= x and f^{-1}(f(x))= 2^{log_2 x}= x.

Applying the inverse function of log_2(x), 2^x, to both sides:
2^{log_2(x(x-4))}= 2^5
x(x-4)= 2^5.

What did you learn as the definition of "log_2(x)"?

By the way this is how the equation continues( which I understand)
X^2-4x -32
(x-8)(x+4)= 0
x=8 x=-4

2. Relevant equations



3. The attempt at a solution