How do you graph #f(x) = 6^x# by plotting points?

2 Answers
Jul 2, 2018

Here are some points we can plug in. It's best if we use whole numbers:
#(-2,1/36)#
#(-1,1/6)#
#(0,1)#
#(1,6)#
#(2,36)#

Explanation:

This is the graph:

graph{6^x [-10, 10, -2, 40]}

Make sure that the line nears the x-axis, but never actually touches it. The line will continue to sweep up as it reaches infinity, but the line will never be vertical since that would make the equation a non-function.

Jul 2, 2018

Choose values for #x# and calculate #f(x)# at these values, then plot the points (#x,f(x)#)

Explanation:

Put values for #x# into the formula and calculate #f(x)# at these values.

Plot the points #x,f(x)# using the horizontal axis as #x# and the vertical axis as #f(x)#

e.g.

#ul(" "x" " " " " " f(x))#
#-10" " " " 0.000021#
#-1" " " " " " 0.1667#
#-0.5" " " " 0.408#
#-0.1" " " " 0.840#
#" "0" " " " " " \ \ 1 #
#" "0.1" " " " 1.196#
#" "0.5" " " " 2.45#
#" "1" " " " " " \ \ 6#
#" "2" " " " " " 36#
#" "3" " " " " " 216#
#" "4" " " " \ \ \ 1296#

You don't have to use all of these points
To graph some of these points you would have to choose suitable horizontal and vertical axis scales, and round the decimals to 1decimal place.
Remember if you choose to plot the higher values of #f(x)# you will lose accuracy at the lower values.