Property
To evaluate an exponential function with the form f(x)=bx, we simply substitute x with the given value, and calculate the resulting power. For functions in the form f(x)=a(b)x, it is important to follow the order of operations: simplify the power bx first, then multiply by a.
Examples
- Let f(x)=4x. To find f(3), substitute x=3: f(3)=43=64.
- Let g(x)=10(2)x+1. To evaluate g(2), simplify the exponent first: g(2)=10(2)2+1=10(23)=10(8)=80.
- Let h(x)=9(31β)x. To find h(2), calculate the power first: h(2)=9(31β)2=9(91β)=1.
Explanation
When evaluating, always handle the exponent first before any other operations like multiplication or addition. This ensures you're correctly calculating the exponential growth or decay before applying the initial value or other transformations.