Fatskills
Practice. Master. Repeat.
Study Guide: AP Calculus: Integrals Involving Exponential and Logarithmic Functions
Source: https://www.fatskills.com/ap-calculus/chapter/ap-calculus-integrals-involving-exponential-and-logarithmic-functions

AP Calculus: Integrals Involving Exponential and Logarithmic Functions

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~3 min read

Integrals Involving Exponential and Logarithmic Functions

Concept Summary

  • Exponential Integral: The antiderivative of ( e^{kx} ) is ( \frac{1}{k}e^{kx} + C ), critical for solving growth/decay problems.
  • Natural Logarithm Integral: ( \int \frac{1}{x} \, dx = \ln|x| + C ), the only power rule exception where ( n = -1 ).
  • Substitution Rule: Used to simplify integrals of composite exponential/logarithmic functions (e.g., ( e^{u} \cdot u' )).
  • Logarithmic Differentiation: Implicitly differentiates ( y = \ln(f(x)) ) to find ( \int \frac{f'(x)}{f(x)} \, dx = \ln|f(x)| + C ).
  • Domain Restrictions: Integrals of ( \frac{1}{x} ) or ( \ln(x) ) require ( x \neq 0 ); absolute value ensures continuity.

Core Questions

WHAT (definitional)

Q: What is the integral of ( e^{kx} )? A: ( \int e^{kx} \, dx = \frac{1}{k}e^{kx} + C ). Trap/Clarification: Forgetting the ( \frac{1}{k} ) coefficient (e.g., ( \int e^{2x} \, dx \neq e^{2x} + C )).

Q: What is the integral of ( \frac{1}{x} )? A: ( \int \frac{1}{x} \, dx = \ln|x| + C ). Trap/Clarification: Omitting the absolute value (e.g., ( \ln(x) ) is undefined for ( x < 0 )).


WHY (causal/explanatory)

Q: Why does ( \int \frac{1}{x} \, dx ) result in ( \ln|x| )? A: Because the derivative of ( \ln|x| ) is ( \frac{1}{x} ), satisfying the Fundamental Theorem of Calculus. Trap/Clarification: Misapplying the power rule (e.g., ( \int x^{-1} \, dx \neq \frac{x^0}{0} + C )).

Q: Why is substitution often used for exponential/logarithmic integrals? A: To simplify composite functions (e.g., ( e^{3x^2} \cdot x )) into basic forms like ( e^u ). Trap/Clarification: Forgetting to adjust differentials (e.g., ( du = 6x \, dx ) for ( u = 3x^2 )).


HOW (process/application)

Q: How do you integrate ( \int e^{5x+2} \, dx )? A: Let ( u = 5x + 2 ), then ( \int e^u \cdot \frac{du}{5} = \frac{1}{5}e^{5x+2} + C ). Trap/Clarification: Incorrectly pulling ( e^{5x+2} ) out of the integral (it’s not a constant).

Q: How do you integrate ( \int \frac{x}{x^2+1} \, dx )? A: Let ( u = x^2 + 1 ), then ( \frac{1}{2} \int \frac{du}{u} = \frac{1}{2}\ln|x^2+1| + C ). Trap/Clarification: Misidentifying ( u ) (e.g., choosing ( u = x ) instead of ( u = x^2 + 1 )).


CAN (conditions/possibilities)

Q: Can ( \int \ln(x) \, dx ) be evaluated using basic rules? A: No; it requires integration by parts (( u = \ln(x) ), ( dv = dx )). Trap/Clarification: Attempting to use the power rule (e.g., ( \int \ln(x) \, dx \neq \frac{\ln(x)^2}{2} + C )).

Q: Under what conditions is ( \int \frac{f'(x)}{f(x)} \, dx = \ln|f(x)| + C ) valid? A: When ( f(x) \neq 0 ) and ( f(x) ) is differentiable. Trap/Clarification: Ignoring domain restrictions (e.g., ( f(x) = x^2 - 1 ) has discontinuities at ( x = \pm 1 )).


Quick Facts & Traps

  • Fact: ( \int a^x \, dx = \frac{a^x}{\ln(a)} + C ) for ( a > 0 ), ( a \neq 1 ).
  • Trap: Confusing ( e^{kx} ) with ( a^{kx} )-Reality: ( \int a^{kx} \, dx = \frac{a^{kx}}{k \ln(a)} + C ).
  • Fact: ( \int \frac{1}{ax+b} \, dx = \frac{1}{a}\ln|ax+b| + C ).
  • Trap: Dropping the ( \frac{1}{a} ) coefficient-Reality: Chain rule requires it (e.g., ( \int \frac{1}{3x+1} \, dx \neq \ln|3x+1| + C )).
  • Fact: ( \int \ln(x) \, dx = x\ln(x) - x + C ) (via integration by parts).
  • Trap: Forgetting the ( -x ) term-Reality: ( \frac{d}{dx}[x\ln(x)] = \ln(x) + 1 ), not just ( \ln(x) ).

Rapid-Fire True/False

  • Statement: ( \int e^{x^2} \, dx = \frac{1}{2x}e^{x^2} + C ). Answer: FALSE Why the common mistake happens: Misapplying the reverse chain rule (no elementary antiderivative exists).

  • Statement: ( \int \frac{1}{x \ln(x)} \, dx = \ln|\ln(x)| + C ). Answer: TRUE Why the common mistake happens: Overcomplicating the substitution (let ( u = \ln(x) ), ( du = \frac{1}{x} \, dx )).

  • Statement: ( \int 2^x \, dx = \frac{2^x}{\ln(2)} + C ). Answer: TRUE Why the common mistake happens: Treating ( 2^x ) like ( e^x ) (forgetting the ( \ln(2) ) denominator).