Let the given integral be I.
I=2−1∫21((x−1x+1)2+(x+1x−1)2−2)21dx
Step 1: Simplify the Integrand
We focus on the expression inside the square root:
(x−1x+1)2+(x+1x−1)2−2
This expression is in the form a2+b2−2, where a=x−1x+1 and b=x+1x−1. Since ab=(x−1x+1)(x+1x−1)=1, the expression is a2+b2−2ab.
Using the algebraic identity a2+b2−2ab=(a−b)2, we get:
((x−1x+1)−(x+1x−1))2
Now, we take the square root of this expression:
((x−1x+1)−(x+1x−1))2=(x−1x+1)−(x+1x−1)
This step is crucial because X2=∣X∣, not simply X.
Next, we simplify the expression inside the absolute value by finding a common denominator:
(x−1)(x+1)(x+1)(x+1)−(x−1)(x−1)=x2−1(x+1)2−(x−1)2
Expanding the numerator using (A+B)2−(A−B)2=4AB:
x2−1(x2+2x+1)−(x2−2x+1)=x2−14x
So, the integral becomes:
I=−21∫21x2−14xdx
Step 2: Analyze the Integrand for Symmetry
The limits of integration are from −21 to 21, which are symmetric about 0. Let f(x)=x2−14x. We check if f(x) is an even or odd function:
f(−x)=(−x)2−14(−x)=x2−1−4x
Since ∣−y∣=∣y∣, we have:
f(−x)=x2−14x=f(x)
Thus, f(x) is an even function. This allows us to use the property ∫−aaf(x)dx=2∫0af(x)dx.
I=20∫21x2−14xdx
Step 3: Evaluate the Absolute Value within the Integration Interval
For the interval 0≤x<21:
The numerator 4x is non-negative.
The denominator x2−1: Since 0≤x<21, we have 0≤x2<21. Therefore, x2−1 is negative.
So, x2−14x is negative.
x2−14x=−(x2−14x)=1−x24x
The integral becomes:
I=20∫211−x24xdx
Step 4: Evaluate the Definite Integral
We can rewrite the integral as:
I=80∫211−x2xdx
To integrate 1−x2x, we can use substitution or recognize it as a form of g(x)g′(x). Let u=1−x2. Then du=−2xdx, which means xdx=−21du.
When x=0, u=1−02=1.
When x=21, u=1−(21)2=1−21=21.
The integral transforms to:
I=81∫21u1(−21du)=8(−21)1∫21u1duI=−41∫21u1du
Now, we evaluate the integral:
I=−4[ln∣u∣]121=−4(ln(21)−ln(1))
Since ln(1)=0:
I=−4(ln(21))
Using the logarithm property ln(1/a)=−ln(a):
I=−4(−ln(2))=4ln(2)
Using the logarithm property bln(a)=ln(ab):
I=ln(24)=ln(16)
Common Mistakes & Tips
Forgetting the Absolute Value: The square root of a squared term is always the absolute value. Failing to include this can lead to incorrect signs in the integration.
Incorrectly Handling Absolute Value: Carefully analyze the sign of the expression inside the absolute value over the given interval.
Symmetry Property Application: Ensure the function is indeed even or odd before applying the symmetry properties for definite integrals.
Summary
The problem was solved by first simplifying the integrand using algebraic identities. The resulting expression involved an absolute value, which was then handled by analyzing the sign of the function within the integration interval. The symmetric limits of integration allowed us to use the property of even functions, reducing the problem to integrating over half the interval. Finally, a standard logarithmic integral was evaluated to obtain the answer.