Techniques for Integration: Background You’ll Need 2

  • Apply properties of exponential and logarithmic functions

Exponential Functions

Exponential functions arise in many applications. One common example is population growth.

If a population starts with [latex]P_0[/latex] individuals and then grows at an annual rate of [latex]2\%[/latex], its population after [latex]1[/latex] year is

[latex]P(1)=P_0+0.02P_0=P_0(1+0.02)=P_0(1.02)[/latex]

Its population after [latex]2[/latex] years is

[latex]P(2)=P(1)+0.02P(1)=P(1)(1.02)=P_0(1.02)^2[/latex]

In general, its population after [latex]t[/latex] years is

[latex]P(t)=P_0(1.02)^t[/latex],

which is an exponential function.

More generally, any function of the form [latex]f(x)=b^x[/latex], where [latex]b>0, \, b \ne 1[/latex], is an exponential function with base [latex]b[/latex] and exponent [latex]x[/latex]. Exponential functions have constant bases and variable exponents.

exponential function

For any real number [latex]x[/latex], an exponential function is a function with the form

[latex]f(x)=ab^x[/latex]

where,

  • [latex]a[/latex] is a non-zero real number called the initial value and
  • [latex]b[/latex] is any positive real number ([latex]b>0[/latex]) such that [latex]b≠1[/latex].

Evaluating Exponential Functions

To evaluate an exponential function with the form [latex]f(x)=b^x[/latex], we simply substitute [latex]x[/latex] with the given value, and calculate the resulting power.

Let [latex]f(x)=2^x[/latex]. What is [latex]f(3)[/latex]?

[latex]\begin{array}{rcl} f(x) & = & 2^x \\ f(3) & = & 2^3 & \quad \text{Substitute } x = 3. \\ & = & 8 & \quad \text{Evaluate the power.} \end{array}[/latex]

 

To evaluate an exponential function with a form other than the basic form, it is important to follow the order of operations.

Let [latex]f(x)=30(2)^x[/latex]. What is [latex]f(3)[/latex]?

[latex]\begin{array}{rcll} f(x) & = & 30(2)^x & \\ f(3) & = & 30(2)^3 & \quad \text{Substitute } x = 3. \\ & = & 30(8) & \quad \text{Simplify the power first.} \\ & = & 240 & \quad \text{Multiply.} \end{array}[/latex]

Note that if the order of operations were not followed, the result would be incorrect:

[latex]f(3)=30(2)^3≠60^3=216,000[/latex]

How To: Evaluating Exponential Functions

  1. Given an exponential function, identify [latex]a[/latex], [latex]b[/latex], and the value of [latex]x[/latex] you’re being asked to substitute into the function.
  2. Replace the variable [latex]x[/latex] in the function with the given number.
  3. Compute the value of [latex]b^x[/latex]. This means raising the base [latex]b[/latex] to the power of [latex]x[/latex].
  4. If there is a coefficient [latex]a[/latex] in front of the base, multiply the result of [latex]b^x[/latex] by [latex]a[/latex]. If [latex]a[/latex] is [latex]1[/latex], this step does not change the value.
  5. Simplify the expression if necessary. This could involve performing any additional multiplication or addition/subtraction if the function has more terms.

Let [latex]f(x)=5(3)^x+1[/latex]. Evaluate [latex]f(2)[/latex] without using a calculator.


Suppose a particular population of bacteria is known to double in size every [latex]4[/latex] hours. If a culture starts with [latex]1000[/latex] bacteria, the number of bacteria after [latex]4[/latex] hours is [latex]n(4)=1000·2[/latex]. The number of bacteria after [latex]8[/latex] hours is [latex]n(8)=n(4)·2=1000·2^2[/latex].

In general, the number of bacteria after [latex]4m[/latex] hours is [latex]n(4m)=1000·2^m[/latex]. Letting [latex]t=4m[/latex], we see that the number of bacteria after [latex]t[/latex] hours is [latex]n(t)=1000·2^{t/4}[/latex].

Find the number of bacteria after [latex]6[/latex] hours, [latex]10[/latex] hours, and [latex]24[/latex] hours.

Laws of Exponents

The Laws of Exponents are fundamental rules that govern the operations involving powers. These rules are essential for simplifying expressions and are foundational for higher-level math.

laws of exponents

  1. The Product of Powers rule states that when you multiply two exponents with the same base, you can add the exponents.
    [latex]b^x·b^y=b^{x+y}[/latex]
  2. The Quotient of Powers rule tells us that when dividing exponents with the same base, we subtract the exponents.
    [latex]\large\frac{b^x}{b^y} \normalsize = b^{x-y}[/latex]
  3. The Power of a Power rule shows that when taking an exponent to another exponent, we multiply the exponents.
    [latex](b^x)^y=b^{xy}[/latex]
  4. The Power of a Product rule lets us know that when raising a product to an exponent, each factor in the product is raised to the exponent.
    [latex](ab)^x=a^x b^x[/latex]
  5. The Power of a Quotient rule indicates that when a quotient is raised to an exponent, both the numerator and the denominator are raised to the exponent.
    [latex]\dfrac{a^x}{b^x} =\left(\dfrac{a}{b}\right)^x[/latex]

Note: This is true for any constants [latex]a>0, \, b>0[/latex], and for all [latex]x[/latex] and [latex]y[/latex]

Use the laws of exponents to simplify each of the following expressions.

  1. [latex]\large \frac{(2x^{2/3})^3}{(4x^{-1/3})^2}[/latex]
  2. [latex]\large \frac{(x^3 y^{-1})^2}{(xy^2)^{-2}}[/latex]

When you encounter a negative exponent on a term in the denominator of a fraction, you can transform it into a positive exponent by moving the term to the numerator.

[latex]\frac{1}{a^-n}=a^{n}[/latex]

Using this rule can significantly simplify expressions involving exponents.


Logarithmic Functions

Using our understanding of exponential functions, we can discuss their inverses, which are the logarithmic functions. 

Inverse Functions

For any one-to-one function [latex]f\left(x\right)=y[/latex], a function [latex]{f}^{-1}\left(x\right)[/latex] is an inverse function of [latex]f[/latex] if [latex]{f}^{-1}\left(y\right)=x[/latex]. 

The notation [latex]{f}^{-1}[/latex] is read “[latex]f[/latex] inverse.” Like any other function, we can use any variable name as the input for [latex]{f}^{-1}[/latex], so we will often write [latex]{f}^{-1}\left(x\right)[/latex], which we read as [latex]"f[/latex] inverse of [latex]x[/latex]“.

Logarithmic functions come in handy when we need to consider any phenomenon that varies over a wide range of values, such as pH in chemistry or decibels in sound levels.

The exponential function [latex]f(x)=b^x[/latex] is one-to-one, with domain [latex](−\infty ,\infty)[/latex] and range [latex](0,\infty )[/latex]. Therefore, it has an inverse function, called the logarithmic function with base [latex]b[/latex].

For any [latex]b>0, \, b \ne 1[/latex], the logarithmic function with base [latex]b[/latex], denoted [latex]\log_b[/latex], has domain [latex](0,\infty )[/latex] and range [latex](−\infty ,\infty )[/latex], and satisfies

[latex]\log_b(x)=y[/latex] if and only if [latex]b^y=x[/latex].

logarithmic functions

A logarithmic function is the inverse of an exponential function and is written as [latex]log_{b}(x)[/latex]. For a given base [latex]b[/latex], it tells us the power to which [latex]b[/latex] must be raised to get [latex]x[/latex].

[latex]\begin{array}{cccc} \log_2 (8)=3\hfill & & & \text{since}\phantom{\rule{3em}{0ex}}2^3=8,\hfill \\ \log_{10} (\frac{1}{100})=-2\hfill & & & \text{since}\phantom{\rule{3em}{0ex}}10^{-2}=\frac{1}{10^2}=\frac{1}{100},\hfill \\ \log_b (1)=0\hfill & & & \text{since}\phantom{\rule{3em}{0ex}}b^0=1 \, \text{for any base} \, b>0.\hfill \end{array}[/latex]

The most commonly used logarithmic function is the function [latex]\log_e (x)[/latex]. Since this function uses natural [latex]e[/latex] as its base, it is called the natural logarithm. Here we use the notation [latex]\ln(x)[/latex] or [latex]\ln x[/latex] to mean [latex]\log_e (x)[/latex].

[latex]\begin{array}{l}\ln (e)=\log_e (e)=1 \\ \ln(e^3)=\log_e (e^3)=3 \\ \ln(1)=\log_e (1)=0\end{array}[/latex]

Euler’s number, denoted as [latex]e[/latex], is a fundamental mathematical constant approximately equal to [latex]2.71828[/latex]. It is the base of the natural logarithm and the natural exponential function, known for its unique properties in calculus, especially in relation to growth processes and compound interest calculations.

Before solving some equations involving exponential and logarithmic functions, let’s review the basic properties of logarithms.

Properties of Logarithms

If [latex]a,b,c>0, \, b\ne 1[/latex], and [latex]r[/latex] is any real number, then

[latex]\begin{array}{cccc}1.\phantom{\rule{2em}{0ex}}\log_b (ac)=\log_b (a)+\log_b (c)\hfill & & & \text{(Product property)}\hfill \\ 2.\phantom{\rule{2em}{0ex}}\log_b(\frac{a}{c})=\log_b (a) -\log_b (c)\hfill & & & \text{(Quotient property)}\hfill \\ 3.\phantom{\rule{2em}{0ex}}\log_b (a^r)=r \log_b (a)\hfill & & & \text{(Power property)}\hfill \end{array}[/latex]

Solve each of the following equations for [latex]x[/latex].

  1. [latex]\ln \left(\frac{1}{x}\right)=4[/latex]
  2. [latex]\log_{10} \sqrt{x}+ \log_{10} x=2[/latex]
  3. [latex]\ln(2x)-3 \ln(x^2)=0[/latex]

Solve each of the following equations for [latex]x[/latex].

  1. [latex]5^x=2[/latex]
  2. [latex]e^x+6e^{−x}=5[/latex]