• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Functions and Their Modeling

Exponential Function

Understanding Exponential Functions

An exponential function is a mathematical function that has a variable as the exponent of a constant number. The general form of an exponential function is f(x)=a⋅bxf(x) = a \cdot b^xf(x)=a⋅bx with a≠0a \neq 0a=0, b>0b > 0b>0, and b≠1b \neq 1b=1.

Components of exponential functions:

In the function f(x)=a⋅bxf(x) = a \cdot b^xf(x)=a⋅bx:

  • aaa is the multiplier constant that determines the initial value of the function
  • bbb is the exponential base that determines the rate of growth or decay
  • xxx is the independent variable (exponent)

Characteristics of Exponential Functions

Exponential functions have several special properties that distinguish them from other functions:

Basic Properties

f(0)=a⋅b0=a⋅1=af(0) = a \cdot b^0 = a \cdot 1 = af(0)=a⋅b0=a⋅1=a
f(x1+x2)=a⋅bx1+x2=a⋅bx1⋅bx2f(x_1 + x_2) = a \cdot b^{x_1 + x_2} = a \cdot b^{x_1} \cdot b^{x_2}f(x1​+x2​)=a⋅bx1​+x2​=a⋅bx1​⋅bx2​
f(x1−x2)=a⋅bx1−x2=a⋅bx1bx2f(x_1 - x_2) = a \cdot b^{x_1 - x_2} = \frac{a \cdot b^{x_1}}{b^{x_2}}f(x1​−x2​)=a⋅bx1​−x2​=bx2​a⋅bx1​​

Types of Exponential Functions

Exponential Growth Function (b>1b > 1b>1):

  • Function values increase as xxx increases
  • Graph rises from left to right
  • Example: f(x)=2xf(x) = 2^xf(x)=2x

Exponential Decay Function (0<b<10 < b < 10<b<1):

  • Function values decrease as xxx increases
  • Graph falls from left to right
  • Example: f(x)=(0.5)xf(x) = (0.5)^xf(x)=(0.5)x

Graphs of Exponential Functions

The following is a visualization of various exponential functions:

Comparison of Exponential Functions
The graph shows the growth function f(x)=2xf(x) = 2^xf(x)=2x and decay function g(x)=(0.5)xg(x) = (0.5)^xg(x)=(0.5)x.

Comparison of function values f(x)=2xf(x) = 2^xf(x)=2x and g(x)=(0.5)xg(x) = (0.5)^xg(x)=(0.5)x:

xxx−2-2−2−1-1−1000111222333
f(x)=2xf(x) = 2^xf(x)=2x0.250.250.250.50.50.5111222444888
g(x)=(0.5)xg(x) = (0.5)^xg(x)=(0.5)x4442221110.50.50.50.250.250.250.1250.1250.125

Transformations of Exponential Functions

Exponential functions can be transformed in various ways:

Vertical Translation

The function f(x)=a⋅bx+cf(x) = a \cdot b^x + cf(x)=a⋅bx+c shifts the graph upward (if c>0c > 0c>0) or downward (if c<0c < 0c<0).

Vertical Translation
Comparison of f(x)=2xf(x) = 2^xf(x)=2x with g(x)=2x+2g(x) = 2^x + 2g(x)=2x+2.

Horizontal Translation

The function f(x)=a⋅bx−hf(x) = a \cdot b^{x-h}f(x)=a⋅bx−h shifts the graph to the right (if h>0h > 0h>0) or to the left (if h<0h < 0h<0).

Applications of Exponential Functions

Exponential functions are widely used in daily life:

Population Growth

Living organism populations often follow exponential growth patterns. If the initial population is P0P_0P0​ and the growth rate is rrr per time period, then:

P(t)=P0⋅(1+r)tP(t) = P_0 \cdot (1 + r)^tP(t)=P0​⋅(1+r)t

Example: Bacterial population that reproduces every hour at a rate of 20%:

  • Initial population: 1000 bacteria
  • Growth rate: r=0.2r = 0.2r=0.2
  • Function: P(t)=1000⋅(1.2)tP(t) = 1000 \cdot (1.2)^tP(t)=1000⋅(1.2)t

Bacterial Growth Table

Time (hours)012345
Population100012001440172820742488

Radioactive Decay

Radioactive substances decay following exponential functions. If the initial mass is M0M_0M0​ and the half-life is t1/2t_{1/2}t1/2​, then:

M(t)=M0⋅(12)t/t1/2M(t) = M_0 \cdot \left(\frac{1}{2}\right)^{t/t_{1/2}}M(t)=M0​⋅(21​)t/t1/2​

Compound Interest

Investments with compound interest grow exponentially. If the initial capital is PPP, interest rate is rrr per year, and time is ttt years:

A=P⋅(1+rn)ntA = P \cdot \left(1 + \frac{r}{n}\right)^{nt}A=P⋅(1+nr​)nt

where nnn is the frequency of interest compounding per year.

Exponential Equations

An exponential equation is an equation that contains a variable in the exponent. General form:

bx=cb^x = cbx=c

Method 1: Equalizing Bases

If bf(x)=bg(x)b^{f(x)} = b^{g(x)}bf(x)=bg(x), then f(x)=g(x)f(x) = g(x)f(x)=g(x)

Example: Solve 2x+1=82^{x+1} = 82x+1=8

2x+1=82^{x+1} = 82x+1=8
2x+1=232^{x+1} = 2^32x+1=23
x+1=3x + 1 = 3x+1=3
x=2x = 2x=2

Method 2: Using Logarithms

To solve bx=cb^x = cbx=c, use logarithms:

x=log⁡bc=log⁡clog⁡bx = \log_b c = \frac{\log c}{\log b}x=logb​c=logblogc​

Exercises

  1. Determine the value of f(3)f(3)f(3) if f(x)=5⋅2xf(x) = 5 \cdot 2^xf(x)=5⋅2x

  2. Solve the equation 32x−1=273^{2x-1} = 2732x−1=27

  3. A city's population is 50,000 people and grows 3% per year. What will the population be after 10 years?

  4. A radioactive substance has a half-life of 5 years. If the initial mass is 100 grams, how much mass remains after 15 years?

Answer Key

  1. f(3)=5⋅23=5⋅8=40f(3) = 5 \cdot 2^3 = 5 \cdot 8 = 40f(3)=5⋅23=5⋅8=40
  2. 32x−1=27=333^{2x-1} = 27 = 3^332x−1=27=33, so 2x−1=32x - 1 = 32x−1=3 , therefore x=2x = 2x=2

  3. P(10)=50000⋅(1.03)10=50000⋅1.344=67.195P(10) = 50000 \cdot (1.03)^{10} = 50000 \cdot 1.344 = 67.195P(10)=50000⋅(1.03)10=50000⋅1.344=67.195 people

  4. M(15)=100⋅(12)15/5=100⋅(12)3=100⋅18=12.5M(15) = 100 \cdot \left(\frac{1}{2}\right)^{15/5} = 100 \cdot \left(\frac{1}{2}\right)^3 = 100 \cdot \frac{1}{8} = 12.5M(15)=100⋅(21​)15/5=100⋅(21​)3=100⋅81​=12.5 grams

Previous

Square Root Function

Next

Absolute Value Function

  • Exponential FunctionExplore exponential growth and decay with real-world applications: population dynamics, radioactive decay, and compound interest. Solve exponential equations.
On this page
  • Understanding Exponential Functions
  • Characteristics of Exponential Functions
    • Basic Properties
    • Types of Exponential Functions
  • Graphs of Exponential Functions
  • Transformations of Exponential Functions
    • Vertical Translation
    • Horizontal Translation
  • Applications of Exponential Functions
    • Population Growth
    • Bacterial Growth Table
    • Radioactive Decay
    • Compound Interest
  • Exponential Equations
  • Exercises
    • Answer Key
  • Comments
  • Report
  • Source code