Question Statement
Evaluate the integral:
∫ ln [ x + 1 + x 2 ] d x
Background and Explanation
This integral requires integration by parts , a technique based on the product rule for differentiation. The integrand ln ( x + 1 + x 2 ) is actually the inverse hyperbolic sine function arsinh ( x ) , though we will solve it using standard algebraic manipulation and careful differentiation of the composite logarithmic function.
Solution
We begin by setting up the integral for integration by parts, treating the logarithmic term as one function and 1 as the other.
Let:
I = ∫ ln ( x + 1 + x 2 ) d x = ∫ ln ( x + 1 + x 2 ) ⋅ 1 d x
Using the formula ∫ u d v = uv − ∫ v d u , we choose:
u = ln ( x + 1 + x 2 ) , so we will need to find d u
d v = 1 d x , so v = x
This gives us:
I = x ln ( x + 1 + x 2 ) − ∫ x ⋅ d x d [ ln ( x + 1 + x 2 ) ] d x
Using the chain rule, we compute the derivative:
d x d [ ln ( x + 1 + x 2 ) ] = x + 1 + x 2 1 ⋅ d x d ( x + 1 + x 2 )
The derivative inside is:
d x d ( x + 1 + x 2 ) = 1 + 2 1 ( 1 + x 2 ) − 1/2 ⋅ 2 x = 1 + 1 + x 2 x
Therefore:
d x d [ ln ( x + 1 + x 2 ) ] = x + 1 + x 2 1 ⋅ ( 1 + 1 + x 2 x )
Substituting back into our integral:
I = x ln ( x + 1 + x 2 ) − ∫ x ⋅ x + 1 + x 2 1 ⋅ ( 1 + x 2 1 + x 2 + x ) d x
Notice that the numerator 1 + x 2 + x cancels with the denominator x + 1 + x 2 :
I = x ln ( x + 1 + x 2 ) − ∫ 1 + x 2 x d x
Or equivalently:
I = x ln ( x + 1 + x 2 ) − ∫ x ( 1 + x 2 ) − 1/2 d x
To integrate ∫ x ( 1 + x 2 ) − 1/2 d x , we use the substitution method (or recognize the pattern). We rewrite it as:
∫ x ( 1 + x 2 ) − 1/2 d x = 2 1 ∫ ( 1 + x 2 ) − 1/2 ⋅ 2 x d x
Using the power rule for integration ∫ u n d u = n + 1 u n + 1 where u = 1 + x 2 and n = − 2 1 :
= 2 1 ⋅ 1/2 ( 1 + x 2 ) 1/2 = 1 + x 2
Substituting back:
I = x ln ( x + 1 + x 2 ) − 1 + x 2 + c
Integration by Parts : ∫ u d v = uv − ∫ v d u
Chain Rule for Differentiation : d x d [ ln ( u )] = u 1 ⋅ d x d u
Derivative of Square Root : d x d 1 + x 2 = 1 + x 2 x
Power Rule for Integration : ∫ u n d u = n + 1 u n + 1 + c (for n = − 1 )
Algebraic Simplification : Recognizing that x + 1 + x 2 x + 1 + x 2 = 1 to cancel terms
Summary of Steps
Set up integration by parts with u = ln ( x + 1 + x 2 ) and d v = d x
Differentiate the logarithmic term using the chain rule, obtaining x + 1 + x 2 1 ⋅ ( 1 + 1 + x 2 x )
Simplify the resulting integrand by combining fractions and canceling the common factor ( x + 1 + x 2 ) to get 1 + x 2 x
Integrate ∫ 1 + x 2 x d x using substitution (or recognition) to obtain 1 + x 2
Combine terms to get the final answer: x ln ( x + 1 + x 2 ) − 1 + x 2 + c