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 P0 individuals and then grows at an annual rate of 2%, its population after 1 year is
P(1)=P0+0.02P0=P0(1+0.02)=P0(1.02)
Its population after 2 years is
P(2)=P(1)+0.02P(1)=P(1)(1.02)=P0(1.02)2
In general, its population after t years is
P(t)=P0(1.02)t,
which is an exponential function.
More generally, any function of the form f(x)=bx, where b>0,b≠1, is an exponential function with base b and exponent x. Exponential functions have constant bases and variable exponents.
exponential function
For any real number x, an exponential function is a function with the form
f(x)=abx
where,
a is a non-zero real number called the initial value and
b is any positive real number (b>0) such that b≠1.
Evaluating Exponential Functions
To evaluate an exponential function with the form f(x)=bx, we simply substitute x with the given value, and calculate the resulting power.
Let f(x)=2x. What is f(3)?
f(x)=2xf(3)=23Substitute x=3.=8Evaluate the power.
To evaluate an exponential function with a form other than the basic form, it is important to follow the order of operations.
Let f(x)=30(2)x. What is f(3)?
f(x)=30(2)xf(3)=30(2)3Substitute x=3.=30(8)Simplify the power first.=240Multiply.
Note that if the order of operations were not followed, the result would be incorrect:
f(3)=30(2)3≠603=216,000
How To: Evaluating Exponential Functions
Given an exponential function, identify a, b, and the value of x you’re being asked to substitute into the function.
Replace the variable x in the function with the given number.
Compute the value of bx. This means raising the base b to the power of x.
If there is a coefficient a in front of the base, multiply the result of bx by a. If a is 1, this step does not change the value.
Simplify the expression if necessary. This could involve performing any additional multiplication or addition/subtraction if the function has more terms.
Let f(x)=5(3)x+1. Evaluate f(2) without using a calculator.
Follow the order of operations. Be sure to pay attention to the parentheses.
f(x)=5(3)x+1f(2)=5(3)2+1Substitute x=2.=5(3)3Add the exponents.=5(27)Simplify the power.=135Multiply.
Suppose a particular population of bacteria is known to double in size every 4 hours. If a culture starts with 1000 bacteria, the number of bacteria after 4 hours is n(4)=1000⋅2. The number of bacteria after 8 hours is n(8)=n(4)⋅2=1000⋅22.
In general, the number of bacteria after 4m hours is n(4m)=1000⋅2m. Letting t=4m, we see that the number of bacteria after t hours is n(t)=1000⋅2t/4.
Find the number of bacteria after 6 hours, 10 hours, and 24 hours.
The number of bacteria after 6 hours is given by n(6)=1000⋅26/4≈2828 bacteria.
The number of bacteria after 10 hours is given by n(10)=1000⋅210/4≈5657 bacteria.
The number of bacteria after 24 hours is given by n(24)=1000⋅224/4=1000⋅26=64,000 bacteria.
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
The Product of Powers rule states that when you multiply two exponents with the same base, you can add the exponents.
bx⋅by=bx+y
The Quotient of Powers rule tells us that when dividing exponents with the same base, we subtract the exponents.
bxby=bx−y
The Power of a Power rule shows that when taking an exponent to another exponent, we multiply the exponents.
(bx)y=bxy
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.
(ab)x=axbx
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.
axbx=(ab)x
Note: This is true for any constants a>0,b>0, and for all x and y
Use the laws of exponents to simplify each of the following expressions.
Watch the following video to see the worked solution to this example.
For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.
You can view the transcript for this video using this link (opens in new window).
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.
1a−n=an
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 functionf(x)=y, a function f−1(x) is an inverse function of f if f−1(y)=x.
The notation f−1 is read “f inverse.” Like any other function, we can use any variable name as the input for f−1, so we will often write f−1(x), which we read as "f inverse of x“.
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 f(x)=bx is one-to-one, with domain (−∞,∞) and range (0,∞). Therefore, it has an inverse function, called the logarithmic function with baseb.
For any b>0,b≠1, the logarithmic function with base b, denoted logb, has domain (0,∞) and range (−∞,∞), and satisfies
logb(x)=y if and only if by=x.
logarithmic functions
A logarithmic function is the inverse of an exponential function and is written as logb(x). For a given base b, it tells us the power to which b must be raised to get x.
log2(8)=3since23=8,log10(1100)=−2since10−2=1102=1100,logb(1)=0sinceb0=1for any baseb>0.
The most commonly used logarithmic function is the function loge(x). Since this function uses natural e as its base, it is called the natural logarithm. Here we use the notation ln(x) or lnx to mean loge(x).
ln(e)=loge(e)=1ln(e3)=loge(e3)=3ln(1)=loge(1)=0
Euler’s number, denoted as e, is a fundamental mathematical constant approximately equal to 2.71828. 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.
By the definition of the natural logarithm function,
ln(1x)=4 if and only if e4=1x
Therefore, the solution is x=1e4.
Using the product and power properties of logarithmic functions, rewrite the left-hand side of the equation as
log10√x+log10x=log10x√x=log10x3/2=32log10x
Therefore, the equation can be rewritten as
32log10x=2 or log10x=43
The solution is x=104/3=103√10.
Using the power property of logarithmic functions, we can rewrite the equation as ln(2x)−ln(x6)=0.
Using the quotient property, this becomes
ln(2x5)=0
Therefore, 2x5=1, which implies x=5√2. We should then check for any extraneous solutions.
Solve each of the following equations for x.
5x=2
ex+6e−x=5
Applying the natural logarithm function to both sides of the equation, we have
ln5x=ln2
Using the power property of logarithms,
xln5=ln2
Therefore, x=ln2ln5.
Multiplying both sides of the equation by ex, we arrive at the equation
e2x+6=5ex
Rewriting this equation as
e2x−5ex+6=0,
we can then rewrite it as a quadratic equation in ex:
(ex)2−5(ex)+6=0
Now we can solve the quadratic equation. Factoring this equation, we obtain
(ex−3)(ex−2)=0
Therefore, the solutions satisfy ex=3 and ex=2. Taking the natural logarithm of both sides gives us the solutions
x=ln3,ln2
Watch the following video to see the worked solution to this example.
For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.
You can view the transcript for this video using this link (opens in new window).