148k views
24 votes
How do you know if a function is a growth

function?

A. a > 1
B. b> 1
C. 0 < b < 1

User Hoodaticus
by
6.0k points

1 Answer

2 votes

Answer:

B. b > 1

Explanation:

When the function is ...

f(x) = a·b^x

it is a growth function when b > 1, and a decay function when b < 1.

__

Additional comment

If you have f(x) = a·b^-x with a negative multiplying the exponent, it is equivalent to a·(1/b)^x, which will be a growth function if (1/b) > 1, or b < 1. In short, pay attention to the sign of the exponent as well as the base value.

User Digi
by
6.0k points