You can put this solution on YOUR website! How would you plot on a graph the following:
f(x) = 5^x
----
Plot three or four points and draw a curve thru them.
If x=0, y = 5^0 = 1; Point (0,1)
If x=1, y = 5^1 = 5; Point (1,5)
If x=-1, y = 5^(-1) = 1/5 : Point (-1,1/5)
=============================================
Cheers,
Stan H.
You can put this solution on YOUR website!
I would use some sort of graphing tool, like a graphing calculator or one of the many graphing applets out here on the web. But if you are stuck with pencil and paper, here's the process.
Select several values (I'd pick about 8 or 10 total values) for x. Write them in a column. Make sure you have both positive and negative values for x. Then in another column, write the results of the calculation of for the corresponding value of x in the first column. When you have completed your table, each row represents the coordinates of one point on the curve. Plot your points and then draw a smooth curve connecting them.
It should look something like this (Note that it is asymptotic to the negative x-axis and that it gets very large very fast -- and ):