SOLUTION: write an equation of the exponential function passing through (o,-2)(-2,-32)

Algebra ->  Exponential-and-logarithmic-functions -> SOLUTION: write an equation of the exponential function passing through (o,-2)(-2,-32)      Log On


   



Question 413902: write an equation of the exponential function passing through (o,-2)(-2,-32)
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
The general exponential function is:
y+=+a%2Ab%5Ex (where b > 0)
To find the particular exponential function for this problem we need to find the values of "a" and "b". To find these values we will take advantage of the fact that if the two given points are to on the graph of this function, then their coordinates must fit the equation.

Let's start with the point (0, -2). If we substitute these values into the general equation for the x and the y we get:
-2+=+a%2Ab%5E0
Since any positive number, like b, to the zero power is 1 this becomes:
-2 = a*1
or just
-2 = a
So already we have the value for a.

Now let's use the other point and the value for a to find the value for b:
-32+=+%28-2%29%2Ab%5E%28-2%29
Solving for b we start by dividing both sides by -2:
16+=+b%5E%28-2%29
Since b%5E%28-2%29+=+1%2Fb%5E2 this becomes:
16+=+1%2Fb%5E2
Multiply both sides by b^2 we get:
16b%5E2+=+1
Subtracting 1 from each side we get:
16b%5E2+-+1+=+0
Factoring we get:
(4b+1)(4b-1) = 0
From the Zero Product Property we know that one of these factors must be zero. So:
4b+1 = 0 or 4b-1 = 0
Solving these we get:
b = -1/4 or b = 1/4
Since b must be positive we will reject the negative solution. So b = 1/4.

Now that we have "a" and "b" we can write the exponential function:
y+=+%28-2%29%281%2F4%29%5Ex
This may very well be the desired form for the answer. However, since there are powers of 2 in the a and the b we can simplify this some more:
y+=+%28-1%29%282%29%282%5E%28-2%29%29%5Ex
y+=+%28-1%29%282%29%2A2%5E%28-2x%29 (since the rule is to multiply exponents)
y+=+%28-1%29%282%5E1%29%2A2%5E%28-2x%29
y+=+%28-1%29%2A2%5E%28-2x%2B1%29 (since the rule is to add exponents)

So your equation is
y+=+%28-2%29%281%2F4%29%5Ex
or
y+=+%28-1%29%2A2%5E%28-2x%2B1%29
You'll have to figure out which form is the one your teacher wants to see. (Probably the first one since it "looks" like y+=+a%2Ab%5Ex.