Hi, Prasenjeet!
Proving an equation in mathematics almost always means to simplify each side individually and try to get them to equal the same thing. With that being said, let's take a look at the two questions you listed above:
1.) log2 + 16*log(16/15) + 12*log(25/24) + 7*log(81/80) = 1
The right side is already simplified as much as possible, so let's focus on simplifying the left side of the equation. Rather than evaluating the individual logarithmic expressions on the left side, let's apply log rules to simplify the left side into one logarithmic expression. (Reminder: log(a*b)=loga + logb , log(a/b) = loga - logb , a*logb = logba)
First, let's apply the exponent rule to as many of the logarithmic expression as we can:
log2 + log((16/15)16) + log((25/24)12) + log((81/80)7) = 1
Now let's use the product rule to combine all of the logarithmic expressions into one:
log(2*(16/15)16*(25/24)12*(81/80)7) = 1
Simplify the numbers within the logarithmic expression (use your calculator - those are some big numbers!), and the expression becomes:
log(10) = 1
Evaluate log(10).
1=1
The end! :)
Now, let's look at your second question. I'm assuming that this question refers to solving for x rather than solving, given that proving this equation would be kind of silly because x could be whatever you need it to be in order to make the statement true. So let's focus on solving for x:
log2x + log4(x+2) = 2
The first step is going to be to try to combine the two logarithmic expressions into one logarithmic expression on the left side of the equation. However, the two expressions do not have the same base, and so you can't combine them as is. Let's try to rewrite them in such a way as to have the same base:
log2x = y --> 2y = x (converting into exponential form)
The base of the other log expression is 4, and we know that 22 = 4. Let's try squaring both sides of the exponential form written above:
(2y)2 = x2
22y = x2
(22)y = x2
4y = x2 --> log4(x2) = y (converting back into logarithmic form)
So what we just showed is that log2(x) = log4(x2). Now we can use the log expression with the base of 4 instead of the log expression with the base of 2, that way both logarithmic expression in our original equation are the same base.
log2x + log4(x+2) = 2
log4(x2) + log4(x+2) = 2
Now we use the product logarithmic rule to combine both log expressions into one:
log4(x2*(x+2)) = 2
log4(x2(x+2)) = 2
Convert this expression into exponential form.
42 = x2(x+2)
16 = x3+2x
Solve for x. I graphed the equation below on my calculator and looked at the graph.
0 = x3+2x-16
x = 2.256
Hope that you found this helpful!
Patty
Prasenjeet S.
05/10/14