Friday, May 23, 2008

Exponential Equations Fury

Yesterday a friend called me and asked me to help her with a system of exponential equations. At first I thought the system is impossible to solve. But then, when I thought all is lost, I started over and used another property of exponentiation. Then it all became clear.

This system is special, so if you know how to solve exponential equations try to solve it first. It gives a great feeling of satisfaction when solved:

2x - 1 * 3y + 1 = 72 * 6y - x + 2
3x - 1 * 2y + 1 = 3 * 6x - y - 2


At first, like most people, you'll be tempted to get everything in terms of powers of 2 and powers of 3 (since 6x = 2x * 3x). However, this will get you nowhere. Instead, notice that both equations have terms with equal exponents, so let's take advantage of that and divide the first equation by the second (I put the factors in an order that will allow me to manipulate them later):

2x - 1 / 3x - 1 * 3y + 1 / 2y + 1 = 72 / 3 * 6y - x + 2 / 6x - y - 2

Now let's use the exponentation rule that says an / bn = (a / b)n. We also need the rule which says an / am = an - m:
(2/3)x - 1 * (3/2)y + 1 = 24 * 6y - x + 2 - (x - y - 2)
Using the exponentation rule of 1/an = a-n, we can turn the 2/3 into 3/2 and take the opposite of the exponent. Also, let's get the final version of the exponent of 6:
(3/2)1 - x * (3/2)y + 1 = 24 * 62y - 2x + 4

Using the rule that says an * am = an + m, we can add the exponents of 3/2:
(3/2)y - x + 2 = 24 * 62y - 2x + 4

Look at the exponent of 6, looks familiar, right? Using the rule of (an)m = anm, we can say:
62y - 2x + 4 = 62(y - x + 2) = (62)y - x + 2 = 36 y - x + 2

Now we have a really nice equation with equal exponents on both sides:
(3/2)y - x + 2 = 24 * 36y - x + 2

Divide by 36y - x + 2. Using the rules of exponentations mentioned above, this equals:
((3/2) / 36)y - x + 2 = 24
(1/24)y - x + 2 = 241
24x - y - 2 = 241
x - y - 2 = 1
x - y = 3
x = y + 3

Finally, a connection between x and y. Now let's plug it in one of the original equations to get the real values of x and y:
3x - 1 * 2y + 1 = 3 * 6x - y - 2
3y + 3 - 1 * 2y + 1 = 3 * 6y + 3 - y - 2
3y + 2 * 2y + 1 = 3 * 61
32 * 3y * 21 * 2y = 18
18 * 3y * 2y = 18
6y = 1 = 60
y = 0

Finally, a value. Let's plug that value in the easy equation: x = y + 3. That means x = 3. Problem solved.

Final answer:
x = 3
y = 0

That was long, but it was worth it. Now it's your turn - solve the two towns question using calculus and you will be in the hall of fame. Go ahead, try it.

Nadav

nadavs

No comments: