Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Some antiderivatives produce powers, but integrals involving a variable expression in the denominator often produce logarithms. The key pattern is that the derivative of ln|u| is 1/u times du/dx. This makes logarithmic integrals essential for solving problems in calculus, physics, chemistry, biology, and engineering.

Recognizing the pattern quickly helps turn a complicated-looking fraction into a simple substitution problem.

The central rule is ∫ 1/u du = ln|u| + C, where u can be a variable or a more complicated expression. When an integral has the form f'(x)/f(x), its antiderivative is ln|f(x)| + C. The absolute value is needed because the input of a real logarithm must be positive, while f(x) may be negative on part of its domain.

Substitution is the main tool for matching an integrand to this logarithmic form.

Understanding Calculus: Integrals Resulting in Logarithms

A useful way to spot this family is to inspect the denominator before doing any algebra. Ask whether its rate of change is sitting in the numerator. For a linear denominator, that rate is just its coefficient of x.

For a quadratic denominator, the rate of change usually contains x. If the numerator is close but not exact, rewrite it by factoring out a constant.

For example, a numerator of six above a denominator whose rate of change is three can be viewed as two times the needed rate. The answer then needs a factor of two outside the logarithm.

This pattern is different from the power rule for a very important reason. The power rule lowers an exponent, but a denominator with the first power of its expression would require division by zero in that rule. Logarithms fill that gap.

This is why an expression such as one divided by x has a logarithmic antiderivative rather than an ordinary power. More generally, logarithms appear at points where a quantity changes by a fixed percentage rather than by a fixed amount. Their derivatives measure relative change, meaning change compared with the current size of the quantity.

The absolute value has a practical job. A denominator can be positive on one interval and negative on another, with a point where it becomes zero. An antiderivative only works on an interval that does not cross that zero.

For instance, if a denominator becomes zero at x equals negative five halves, the original function is not defined there. The logarithm result describes one branch to the left of that point or one branch to the right.

The constant of integration may be different on separate intervals. Students often treat the absolute value as decoration, but it records an important domain restriction.

A reliable final check is differentiation. Differentiate the logarithm from the outside inward. The derivative produces the rate of change of the inside expression divided by that inside expression.

Then multiply by any constant placed in front. If this does not simplify exactly to the starting integrand, a coefficient was likely missed. Be careful with terms added to a numerator.

A fraction with x plus one over x squared plus four is not a direct logarithm pattern, since the denominator has rate of change two x. It may need to be split into simpler fractions or handled by another method.

In physics, these integrals occur when finding work from an inverse distance force or modeling quantities that change in proportion to their current amount. The same matching skill helps identify the correct model before calculation begins.

Key Facts

  • Basic logarithm rule: ∫ 1/u du = ln|u| + C.
  • Chain rule pattern: ∫ f'(x)/f(x) dx = ln|f(x)| + C.
  • If u = g(x), then du = g'(x) dx, so the numerator must match the derivative of the denominator up to a constant factor.
  • Example: ∫ 2/(2x + 5) dx = ln|2x + 5| + C.
  • Example: ∫ x/(x^2 + 4) dx = 1/2 ln|x^2 + 4| + C.
  • Constant multiple adjustment: ∫ 1/(ax + b) dx = 1/a ln|ax + b| + C, for a ≠ 0.

Vocabulary

Antiderivative
An antiderivative of a function is another function whose derivative gives the original function.
Natural logarithm
The natural logarithm ln x is the logarithm with base e and is the antiderivative pattern connected to 1/x.
Substitution
Substitution is a method that replaces a complicated expression with a new variable to simplify an integral.
Absolute value
Absolute value gives the nonnegative size of a number and is used in ln|u| so the logarithm receives a positive input.
Constant of integration
The constant of integration C represents the family of functions that have the same derivative.

Common Mistakes to Avoid

  • Writing ∫ 1/u du = 1/2 u^2 + C. This is wrong because the power rule does not apply when the exponent is -1, and the correct result is ln|u| + C.
  • Dropping the absolute value in ln|u|. This is wrong in real-valued calculus because u may be negative, and ln(u) is not defined for negative u.
  • Forgetting to adjust for the derivative of the inside expression. This is wrong because ∫ 1/(3x + 2) dx is 1/3 ln|3x + 2| + C, not ln|3x + 2| + C.
  • Using a logarithm whenever there is a denominator. This is wrong because the numerator must match the derivative of the denominator up to a constant factor, as in f'(x)/f(x).

Practice Questions

  1. 1 Evaluate ∫ 5/(5x - 4) dx.
  2. 2 Evaluate ∫ 6x/(3x^2 + 7) dx.
  3. 3 Explain why ∫ x/(x^2 - 9) dx results in a logarithm, but ∫ x/(x^3 - 9) dx does not match the simple ln|u| pattern directly.