Skip to main content
Ch. 7 - Transcendental Functions
Hass - Thomas' Calculus 15th Edition
Hass15th EditionThomas' CalculusISBN: 9780137616077Not the one you use?Change textbook
Chapter 7, Problem 7.3.105

Evaluate the integrals in Exercises 97–110.
105. ∫₀² (log₂(x + 2) / (x + 2)) dx

Verified step by step guidance
1
Recognize that the integral is \( \int_0^2 \frac{\log_2(x + 2)}{x + 2} \, dx \). The logarithm is base 2, so recall the change of base formula: \( \log_2(y) = \frac{\ln(y)}{\ln(2)} \), where \( \ln \) is the natural logarithm.
Rewrite the integral using the change of base formula: \[ \int_0^2 \frac{\log_2(x + 2)}{x + 2} \, dx = \int_0^2 \frac{\frac{\ln(x + 2)}{\ln(2)}}{x + 2} \, dx = \frac{1}{\ln(2)} \int_0^2 \frac{\ln(x + 2)}{x + 2} \, dx. \]
Make the substitution \( t = x + 2 \). Then, \( dt = dx \), and when \( x = 0 \), \( t = 2 \); when \( x = 2 \), \( t = 4 \). The integral becomes \[ \frac{1}{\ln(2)} \int_2^4 \frac{\ln(t)}{t} \, dt. \]
Focus on evaluating \( \int_2^4 \frac{\ln(t)}{t} \, dt \). Consider the substitution \( u = \ln(t) \), which implies \( du = \frac{1}{t} dt \). This transforms the integral into \( \int u \, du \).
Integrate \( \int u \, du \) to get \( \frac{u^2}{2} + C \). Substitute back \( u = \ln(t) \) to express the antiderivative as \( \frac{(\ln(t))^2}{2} + C \). Finally, apply the limits from 2 to 4 and multiply by \( \frac{1}{\ln(2)} \) to complete the evaluation.

Verified video answer for a similar problem:

This video solution was recommended by our tutors as helpful for the problem above.
Video duration:
6m
Was this helpful?

Key Concepts

Here are the essential concepts you must grasp in order to answer the question correctly.

Change of Base Formula for Logarithms

The change of base formula allows rewriting logarithms with any base into a ratio of natural logarithms: log_b(a) = ln(a) / ln(b). This is essential for integrating expressions involving log base 2, as it converts log₂(x + 2) into a form involving natural logs, which are easier to handle in calculus.
Recommended video:
05:36
Change of Base Property

Substitution Method in Integration

Substitution simplifies integrals by changing variables to transform the integral into a more manageable form. For integrals involving expressions like (log(x + 2)) / (x + 2), setting u = x + 2 often simplifies the integral, making it easier to evaluate.
Recommended video:
07:33
Euler's Method

Integral of (ln u) / u

The integral of (ln u) / u with respect to u is (ln u)^2 / 2 + C. Recognizing this standard integral form helps in solving the given problem after substitution and applying the change of base formula.
Recommended video:
05:25
Repeated Integration by Parts Example 4