Question 824073: If 2 log (base 3) y - 3 log (base 3) x - log (base 3) b + log (base 3) a = 3,
express y in terms of a. b and x.
Help Please! Found 2 solutions by stanbon, jsmallt9:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! If 2 log (base 3) y - 3 log (base 3) x - log (base 3) b + log (base 3) a = 3,
--------
log3(y^2) - log3(x^3) - log3(b) + log3(a) = 3
-----
log3[y^2*a/(x^3*b)] = 3
----------------------------
(y^2*a)/(x^3*b) = 27
----------------------------------
y^2 = (27x^3b)/a
----------------------------------
y = [27x^3b/a]^(1/2)
===========================
y = (3x)sqrt(3xb/a)
===========================
Cheers,
Stan H.
================
The first two will be used to combine the logs. But they require that the logs have the same base and coefficients of 1. The third property is used to "move" pesky coefficients out of the way so the other two properties may then be used.
So we start with the third property:
Now we can start combining the logs. Because of the "-" between the first two logs, we will use the second property to combine them:
The first two logs of what remains have a "-" between them so back to the second property:
which simplifies to:
Next we use the first property to combine the remaining logs because they have a "+" between them:
which simplifies to:
Now that the logs are all combined, we will rewrite the equation in exponential form. In general is equivalent to . Using this pattern on our equation we get:
which simplifies to:
Now that the logs are gone, we can solve for y. Multiplying each side by (to eliminate the fraction):
Dividing by a:
And finally, a square root of each side. (Note: Usually when one finds a square root of each side, a + is required to include both the positive and negative square roots. But in this problem the original equation had in it. Because arguments of logs may never be negative we can "forget" the + on purpose since the negative square root is not a possibility.)
Here's y expressed in terms of a, b and x.