SOLUTION: Solve : (9)^y + 5 [(3)^y - 10] = 0 *Please answer as soon as possible. :) =)

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: Solve : (9)^y + 5 [(3)^y - 10] = 0 *Please answer as soon as possible. :) =)      Log On


   



Question 421190: Solve : (9)^y + 5 [(3)^y - 10] = 0
*Please answer as soon as possible. :) =)

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
%289%29%5Ey+%2B+5+%28%283%29%5Ey+-+10%29+=+0
When solving equations it is usually a good idea to start by simplifying each side of the equation. So we will start by using the Distributive Property to multiply on the left side:
%289%29%5Ey+%2B+5%283%29%5Ey+-+50+=+0

After simplifying, identify the type of equation you have. The type of an equation determines the types of things you do to solve it. This is an exponential equation because the variable is in an exponent. Not only that, it is an exponential equation with multiple exponential terms, 9%5Ey and 5%2A3%5Ey. With this kind of equation you either make the bases of the exponents equal, if possible, or you use logarithms. Since one base, 9, is a well-known power of 3, it will be easy to change the base of that term from 9 to 3:
%283%5E2%29%5Ey+%2B+5%283%29%5Ey+-+50+=+0
The rule for exponents when raising a power to a power is to multiply the exponents. So the first term simplifies:
3%5E%282y%29+%2B+5%283%29%5Ey+-+50+=+0

What's next? With this equation the "easy" solution is found by recognizing that the exponent on the first term is twice the exponent of the second term. This makes it an equation of "quadratic form". Equations of quadratic form can be solved with the same techniques as "regular" quadratic equations.

Until you have done enough of these quadratic form equations to get comfortable with them, it can be helpful to use a temporary variable. Just pick an unused variable and set it equal to the base to the lower exponent power. In this case:
Let q+=+3%5Ey
Then q%5E2+=+%283%5Ey%29%5E2+=+3%5E%282y%29
Now substitute q and q%5E2 into the equation:
q%5E2+%2B+5q+-+50+=+0
This is clearly a quadratic equation. We can solve it by factoring (or by using the Quadratic Formula). This factors easily:
(q+10)(q-5) = 0
From the Zero Product Property we know that one of these factors must be zero. So:
q+10 = 0 or q-5 = 0
Solving these we get:
q = -10 or q = 5
We have solved for q. But we are not interested in solutions for q. We are interested in solutions for y. So we now substitute back in for the q's:
3%5Ey+=+-10 or 3%5Ey+=+5
Now we solve these equations. Since a power of 3 can never be negative, there are no solutions to the first equation. So we solve just the second equation. This is another exponential equation but this one has just one exponential term. (So we have made progress!) With this type of equation, you want the exponential term isolated. Our exponential term is already all by itself on the left side so we don't have to do anything to isolate it. Next, if the solution is not obvious, you use logarithms. Since the power of 3 that results in 5 is not obvious we will use logarithms. (If the equation had been 3%5Ey+=+9 then we would know the power of 3 that results in 9. It is a 2!)

Logarithms of any base can be used. But if you choose
  • a base that matches the base of the exponent, you will end up with a simpler expression.
  • a base that your calculator "knows", like base 10 or base e (aka ln), then you will get an expression that will be easier to convert into a decimal approximation.

Going for the simpler expression we will use base 3 logarithms:
log%283%2C+%283%5Ey%29%29+=+log%283%2C+%285%29%29
Next we use a property of logarithms, log%28a%2C+%28p%5Eq%29%29+=+q%2Alog%28a%2C+%28p%29%29, to move the exponent of the argument out in front of the logarithm. (It is this very property that is the reason we use logarithms. It allows us to move the exponent, where the variable is, out in front where we can then solve for the variable.) Using this property on our equation we get:
y%2Alog%283%2C+%283%29%29+=+log%283%2C+%285%29%29
By definition log%283%2C+%283%29%29+=+1. (This is why matching the base of the logarithm to the base of the exponent gives us a simpler answer.) So this becomes:
y+=+log%283%2C+%285%29%29
This is an exact expression of the solution to your equation.

As I mentioned earlier, once you get used to these quadratic form equations thay get easier. Eventually you will no longer need to use a temporary variable. You will be able to see how to go directly from
3%5E%282y%29+%2B+5%283%29%5Ey+-+50+=+0
to
%283%5Ey+%2B+10%29%283%5Ey-5%29+=+0
to
3%5Ey+%2B+10+=+0 or 3%5Ey+-+5+=+0
etc.