Fiveable

Calculus I Unit 6 Review

QR code for Calculus I practice questions

6.7 Integrals, Exponential Functions, and Logarithms

6.7 Integrals, Exponential Functions, and Logarithms

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus I
Unit & Topic Study Guides

Logarithms and Exponential Functions

The natural logarithm and the exponential function show up constantly in calculus because they have uniquely clean derivatives and integrals. This section covers how to differentiate, integrate, and apply these functions, along with the properties that make them so useful for modeling growth and decay.

Definition of the Natural Logarithm

The natural logarithm is defined as an integral:

ln(x)=1x1tdt\ln(x) = \int_1^x \frac{1}{t}\, dt

This means ln(x)\ln(x) equals the area under the curve 1t\frac{1}{t} from t=1t = 1 to t=xt = x. When x>1x > 1, the area is positive. When 0<x<10 < x < 1, the integral goes "backwards," so ln(x)\ln(x) is negative.

The natural logarithm is the inverse of the exponential function exe^x, where e2.71828e \approx 2.71828. That inverse relationship gives you two identities worth memorizing:

  • eln(x)=xe^{\ln(x)} = x for x>0x > 0
  • ln(ex)=x\ln(e^x) = x for all xx

For example, eln(5)=5e^{\ln(5)} = 5 and ln(e3)=3\ln(e^3) = 3. These come up constantly when you need to "undo" a logarithm or an exponential.

Differentiation and Integration Rules

These four results are the core formulas for this section:

  • ddxln(x)=1x\frac{d}{dx} \ln(x) = \frac{1}{x}
  • ddxex=ex\frac{d}{dx} e^x = e^x
  • 1xdx=lnx+C\int \frac{1}{x}\, dx = \ln|x| + C
  • exdx=ex+C\int e^x\, dx = e^x + C

Notice the absolute value in lnx+C\ln|x| + C. That's there because 1x\frac{1}{x} is defined for negative xx too, but ln(x)\ln(x) only takes positive inputs. The absolute value extends the antiderivative to negative values of xx.

With the chain rule, these extend naturally. For example:

  • ddxln(x2)=2xx2=2x\frac{d}{dx} \ln(x^2) = \frac{2x}{x^2} = \frac{2}{x}
  • e3xdx=13e3x+C\int e^{3x}\, dx = \frac{1}{3}e^{3x} + C (using substitution with u=3xu = 3x)
Definition of natural logarithm, Integrals Involving Exponential and Logarithmic Functions · Calculus

Properties for Simplifying Calculations

Before integrating or differentiating, you can often simplify using logarithm and exponential properties. This can save you from harder techniques like integration by parts.

Logarithm properties:

  1. ln(ab)=ln(a)+ln(b)\ln(ab) = \ln(a) + \ln(b)

  2. ln ⁣(ab)=ln(a)ln(b)\ln\!\left(\frac{a}{b}\right) = \ln(a) - \ln(b)

  3. ln(ab)=bln(a)\ln(a^b) = b\ln(a)

Exponential properties:

  1. ea+b=eaebe^{a+b} = e^a \cdot e^b
  2. eab=eaebe^{a-b} = \frac{e^a}{e^b}
  3. (ea)b=eab(e^a)^b = e^{ab}

Here's a good example of simplifying before integrating. Suppose you need ln(x3)dx\int \ln(x^3)\, dx. Use property 3 to pull the exponent out first:

ln(x3)dx=3ln(x)dx=3ln(x)dx=3(xln(x)x)+C\int \ln(x^3)\, dx = \int 3\ln(x)\, dx = 3\int \ln(x)\, dx = 3(x\ln(x) - x) + C

That last step uses the standard result ln(x)dx=xln(x)x+C\int \ln(x)\, dx = x\ln(x) - x + C, which comes from integration by parts.

Conversion Between Logarithm and Exponential Types

In calculus, you almost always want to work with ln\ln and exe^x rather than other bases. The change-of-base formula lets you convert:

  • General log to natural log: logb(x)=ln(x)ln(b)\log_b(x) = \frac{\ln(x)}{\ln(b)}
  • General exponential to natural exponential: bx=exln(b)b^x = e^{x\ln(b)}

The second formula is especially useful. For instance, to differentiate or integrate 2x2^x, rewrite it as exln(2)e^{x\ln(2)}, and now you can use the standard exe^x rules.

Example: log2(8)=ln(8)ln(2)=ln(23)ln(2)=3ln(2)ln(2)=3\log_2(8) = \frac{\ln(8)}{\ln(2)} = \frac{\ln(2^3)}{\ln(2)} = \frac{3\ln(2)}{\ln(2)} = 3

Definition of natural logarithm, Inverse Functions: Exponential, Logarithmic, and Trigonometric Functions | Boundless Calculus

Applications of Logarithmic and Exponential Integrals

Exponential growth and decay are modeled by:

A(t)=A0ektA(t) = A_0 e^{kt}

where A0A_0 is the initial amount, kk is the growth/decay rate, and tt is time. When k>0k > 0, you have growth; when k<0k < 0, decay.

To find the total accumulated quantity over a time interval, integrate:

t1t2A0ektdt=A0k(ekt2ekt1)\int_{t_1}^{t_2} A_0 e^{kt}\, dt = \frac{A_0}{k}\left(e^{kt_2} - e^{kt_1}\right)

Example: A radioactive substance has a half-life of 10 years and an initial amount of 100 grams. The decay rate is k=ln(1/2)100.0693k = \frac{\ln(1/2)}{10} \approx -0.0693. To find the total gram-years (accumulated amount) over the first 5 years:

05100e0.0693tdt=1000.0693(e0.0693(5)e0)1000.0693(0.7071)422.8 gram-years\int_0^5 100e^{-0.0693t}\, dt = \frac{100}{-0.0693}\left(e^{-0.0693(5)} - e^0\right) \approx \frac{100}{-0.0693}(0.707 - 1) \approx 422.8 \text{ gram-years}

Note: This integral gives the accumulated amount over time (the area under the curve), not the amount remaining at t=5t = 5. The amount remaining at t=5t = 5 is simply A(5)=100e0.0693(5)70.7A(5) = 100e^{-0.0693(5)} \approx 70.7 grams.

Behavior Analysis Through Integration

Comparing definite integrals of logarithmic and exponential functions reveals how differently they grow.

  • ln(x)dx=xln(x)x+C\int \ln(x)\, dx = x\ln(x) - x + C
  • exdx=ex+C\int e^x\, dx = e^x + C

Over the interval [1,e][1, e]:

  • 1eln(x)dx=[xln(x)x]1e=(e1e)(101)=1\int_1^e \ln(x)\, dx = [x\ln(x) - x]_1^e = (e \cdot 1 - e) - (1 \cdot 0 - 1) = 1
  • 1eexdx=eee115.092.7212.37\int_1^e e^x\, dx = e^e - e^1 \approx 15.09 - 2.72 \approx 12.37

The exponential integral is much larger, which reflects how rapidly exe^x grows compared to the slow increase of ln(x)\ln(x).

Models of Exponential Growth

Many growth and decay models start from the differential equation:

dPdt=kP\frac{dP}{dt} = kP

Solving this by separating variables and integrating both sides:

  1. Separate: dPP=kdt\frac{dP}{P} = k\, dt
  2. Integrate: dPP=kdt\int \frac{dP}{P} = \int k\, dt
  3. Result: lnP=kt+C1\ln|P| = kt + C_1
  4. Exponentiate: P=ekt+C1=eC1ekt=P0ektP = e^{kt + C_1} = e^{C_1} \cdot e^{kt} = P_0 e^{kt}

where P0P_0 is the initial population at t=0t = 0.

Example: A bacterial population starts at 1000 cells and doubles every hour, so k=ln(2)0.693k = \ln(2) \approx 0.693. The total accumulated cell-hours over 3 hours:

031000e0.693tdt=10000.693(e0.693(3)1)=10000.693(81)10,101 cell-hours\int_0^3 1000e^{0.693t}\, dt = \frac{1000}{0.693}\left(e^{0.693(3)} - 1\right) = \frac{1000}{0.693}(8 - 1) \approx 10,101 \text{ cell-hours}

Note that e0.693×3=e3ln2=23=8e^{0.693 \times 3} = e^{3\ln 2} = 2^3 = 8, which confirms the population doubles each hour (reaching 8000 at t=3t = 3).

Integration Techniques for Logarithmic and Exponential Functions

Several techniques come together in this section. Here's when to use each:

  • Direct antiderivatives: Use exdx=ex+C\int e^x\, dx = e^x + C and 1xdx=lnx+C\int \frac{1}{x}\, dx = \ln|x| + C whenever the integrand matches these forms directly.
  • Substitution (uu-sub): Use when you have a composite function. For example, 2xx2+1dx\int \frac{2x}{x^2 + 1}\, dx works with u=x2+1u = x^2 + 1, giving lnx2+1+C\ln|x^2 + 1| + C.
  • Integration by parts: Use for products involving ln(x)\ln(x). The standard choice is to let u=ln(x)u = \ln(x) and dvdv be everything else. This is how you derive ln(x)dx=xln(x)x+C\int \ln(x)\, dx = x\ln(x) - x + C.
  • Fundamental Theorem of Calculus: Connects everything. To evaluate abf(x)dx\int_a^b f(x)\, dx, find an antiderivative F(x)F(x) and compute F(b)F(a)F(b) - F(a).
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →