+0  
 
0
1915
1
avatar

simplify: log(x^2)-log(xy)+4log(y)

 Feb 24, 2015

Best Answer 

 #1
avatar+33661 
+5

We can use the facts that

1. log(a) + log(b) = log(a*b)

2. log(a) - log(b) = log(a/b)

3. log(ab) = b*log(a)

 

log(x2) - log(x*y) +4 log(y) → log(x2/(x*y)) + log(y4)  → log(x2*y4/(x*y))  → log(xy3) → log(x) + log(y3)  → log(x) + 3log(y).

 

You can stop at whatever expression you think is the simplest!

.

 Feb 24, 2015
 #1
avatar+33661 
+5
Best Answer

We can use the facts that

1. log(a) + log(b) = log(a*b)

2. log(a) - log(b) = log(a/b)

3. log(ab) = b*log(a)

 

log(x2) - log(x*y) +4 log(y) → log(x2/(x*y)) + log(y4)  → log(x2*y4/(x*y))  → log(xy3) → log(x) + log(y3)  → log(x) + 3log(y).

 

You can stop at whatever expression you think is the simplest!

.

Alan Feb 24, 2015

1 Online Users