Definition: Trigonometric substitution uses trigonometric identities to simplify integrals containing square roots of quadratic expressions, substituting x with a trig function to eliminate the radical via Pythagorean identities.
Example: For ∫9−x2dx, let x=3sinθ. Then 9−9sin2θ=3cosθ, transforming the integral into ∫9cos2θdθ.
Reason: It converts algebraic radicals into trigonometric functions that are easier to integrate, leveraging identities like 1−sin2θ=cos2θ to remove square roots.
6
Easy
18
Medium
11
Hard
📝 All Trigonometric substitution integration MCQs
Q1. Which substitution is most appropriate for evaluating the integral ∫9−25x2dx?
A.x=53sinθ ✅
B.x=35sinθ
C.x=3sinθ
D.x=5sinθ
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The integrand contains a2−(kx)2 with a=3 and k=5. To eliminate the radical, we set kx=asinθ, so 5x=3sinθ, giving x=53sinθ. This substitution simplifies the radical to 3cosθ, making the integral tractable. Other choices either fail to match the required form or lead to more complicated expressions.
Q2. For the integral ∫x2+16dx, which trigonometric substitution correctly transforms the integrand into a form involving secθ and tanθ?
A.x=4sinθ
B.x=4tanθ ✅
C.x=4secθ
D.x=16tanθ
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: The expression x2+16 matches the form x2+a2 with a=4. The standard substitution for this form is x=atanθ, which gives dx=4sec2θdθ and simplifies the radical to 4secθ. Substituting x=4sinθ is suitable for a2−x2, while x=4secθ is used for x2−a2. Thus, x=4tanθ is the correct choice.
Q3. A student incorrectly uses the substitution x=2secθ to evaluate ∫4−x2dx. What is the most likely consequence of this error?
A.The integral becomes ∫secθdθ, which is more difficult.
B.The substitution is invalid because secθ≥1, but x must be in [−2,2]. ✅
C.The radical simplifies to 2tanθ, which is incorrect.
D.The substitution is valid and produces the correct result.
💡 Difficulty: hard | ✅ Correct: B
📖 Explanation: The expression 4−x2 requires the substitution x=asinθ because the domain of x is limited to [−2,2]. Using x=2secθ restricts x to (−∞,−2]∪[2,∞), which is outside the domain of the original integrand. This is a critical error because the substitution must preserve the domain of the original variable. Using x=2secθ would lead to an incorrect simplification of the radical and an invalid integration.
Q4. Given the integral ∫x29−x2dx, after the substitution x=3sinθ, the integral becomes:
A.91∫csc2θdθ ✅
B.91∫sec2θdθ
C.91∫cscθcotθdθ
D.31∫csc2θdθ
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: With x=3sinθ, dx=3cosθdθ, and 9−x2=3cosθ. Substituting these into the integral gives ∫(9sin2θ)(3cosθ)3cosθdθ=91∫sin2θdθ=91∫csc2θdθ. This is a direct Easy of the substitution and simplification rules, requiring careful handling of the constants and trigonometric simplifications.
Q5. Evaluate ∫01x21−x2dx using a trigonometric substitution. What is the value of the integral?
A.16π ✅
B.8π
C.32π
D.4π
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Using x=sinθ, dx=cosθdθ, and 1−x2=cosθ. The limits change to 0 and π/2. The integral becomes ∫0π/2sin2θcos2θdθ=41∫0π/2sin22θdθ. Using the identity sin22θ=21−cos4θ, the integral evaluates to 41[2θ−8sin4θ]0π/2=16π. This problem combines substitution, trigonometric identities, and definite integral evaluation.
Q6. The area of the ellipse a2x2+b2y2=1 is πab. Which of the following integrals correctly represents the area of the ellipse using a trigonometric substitution?
A.4ab∫0π/2cos2θdθ ✅
B.4ab∫0π/2sin2θdθ
C.4ab∫0π/2cosθdθ
D.4ab∫0π/2sinθdθ
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The area is 4∫0aaba2−x2dx. Substituting x=asinθ, dx=acosθdθ, and a2−x2=acosθ, the integral becomes 4ab∫0π/2acosθ⋅acosθdθ=4ab∫0π/2cos2θdθ. The other options either have the wrong power of sine/cosine or are missing the constant factor. This question tests the Easy of trigonometric substitution to a geometric formula.
Q7. A student evaluating ∫x2x2−9dx chooses x=3secθ. What is the simplified form of the integral after substitution?
A.91∫cosθdθ ✅
B.91∫secθdθ
C.91∫sinθdθ
D.91∫tanθdθ
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: For x=3secθ, dx=3secθtanθdθ, and x2−9=3tanθ. Substituting gives ∫9sec2θ⋅3tanθ3secθtanθdθ=91∫sec2θtanθsecθtanθdθ=91∫secθ1dθ=91∫cosθdθ. This simplification requires careful cancellation of trigonometric factors and recognizing the relationship between secant and cosine.
Q8. For the integral ∫x2+4x+5dx, what is the first step before applying a trigonometric substitution?
A.Complete the square: (x+2)2+1 ✅
B.Apply u-substitution with u=x2+4x+5
C.Use partial fractions
D.Factor the quadratic as (x+5)(x−1)
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The expression x2+4x+5 is not in the standard form x2±a2. Completing the square transforms it to (x+2)2+1, which matches u2+a2 with u=x+2 and a=1. This allows the use of the substitution u=tanθ. The other options are either incorrect algebraically or do not lead to a form suitable for trigonometric substitution.
Q9. Evaluate ∫4x2+4x+2dx using an appropriate substitution. What is the result?
A.21sinh−1(2x+1)+C ✅
B.sinh−1(2x+1)+C
C.21tan−1(2x+1)+C
D.ln∣2x+1+4x2+4x+2∣+C
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Completing the square: 4x2+4x+2=(2x+1)2+1. Let u=2x+1, then du=2dx, so the integral becomes 21∫u2+1du=21sinh−1u+C=21sinh−1(2x+1)+C. The logarithmic form is also valid but not simplified to match the options. This tests the ability to handle non-standard quadratics and choose the correct integration formula.
Q10. Which of the following integrals requires a trigonometric substitution to evaluate?
A.∫x2+1xdx
B.∫x2−1dx ✅
C.∫x2+1xdx
D.∫x2+1dx
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: The integral ∫x2−1dx contains x2−a2, which is a classic case for trigonometric substitution (specifically x=secθ). The other integrals can be evaluated using simple u-substitution: u=x2+1 for (a), u=x2+1 for (c), and u=x+x2+1 or a direct formula for (d). This question tests the recognition of when trigonometric substitution is the most appropriate method.
Q11. A student evaluates ∫4−x2dx using x=2sinθ and obtains 2cosθ+C. What is the correct expression in terms of x?
A.2x4−x2+2sin−1(x/2)+C ✅
B.21x4−x2+sin−1(x/2)+C
C.2x4−x2+sin−1(x/2)+C
D.x4−x2+2sin−1(x/2)+C
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The integral evaluates to 2∫cos2θdθ=2(2θ+4sin2θ)=θ+2sin2θ=θ+sinθcosθ. Since sinθ=x/2 and cosθ=4−x2/2, the result is sin−1(x/2)+2x⋅24−x2=sin−1(x/2)+4x4−x2. Multiplying by 2 gives 2sin−1(x/2)+2x4−x2. The student's answer missed the inverse sine term and the correct coefficient.
Q12. Given the graph of y=4−x2 for x∈[0,2], which integral represents the area under the curve?
A.∫0π/24cos2θdθ ✅
B.∫0π/22cos2θdθ
C.∫0π/24sin2θdθ
D.∫0π/22sin2θdθ
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The area is ∫024−x2dx. With x=2sinθ, dx=2cosθdθ, and 4−x2=2cosθ. The limits become 0 and π/2. The integral becomes ∫0π/2(2cosθ)(2cosθ)dθ=4∫0π/2cos2θdθ. This is a direct Easy of the substitution to a geometric area problem, requiring the student to visualize the graph and set up the integral correctly.
Q13. For the integral ∫9−x2x2dx, what is the result after substituting x=3sinθ and simplifying?
A.9∫sin2θdθ ✅
B.9∫cos2θdθ
C.9∫tan2θdθ
D.∫sin2θdθ
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: With x=3sinθ, dx=3cosθdθ, and 9−x2=3cosθ. The integral becomes ∫3cosθ9sin2θ⋅3cosθdθ=9∫sin2θdθ. This is a straightforward substitution but requires careful cancellation of the 3cosθ terms. The other options incorrectly simplify the constants or the trigonometric function.
Q14. To evaluate ∫x2−4dx for x≥2, a student uses x=2secθ. What is the correct antiderivative?
A.2xx2−4−2ln∣x+x2−4∣+C ✅
B.2xx2−4+2ln∣x+x2−4∣+C
C.xx2−4−2ln∣x+x2−4∣+C
D.xx2−4+2ln∣x+x2−4∣+C
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: With x=2secθ, dx=2secθtanθdθ, and x2−4=2tanθ. The integral becomes ∫4secθtan2θdθ=4∫secθ(sec2θ−1)dθ=4(21secθtanθ−21ln∣secθ+tanθ∣)=2secθtanθ−2ln∣secθ+tanθ∣+C. Substituting back gives 2xx2−4−2ln∣2x+2x2−4∣+C=2xx2−4−2ln∣x+x2−4∣+C.
Q15. Which substitution is most appropriate for evaluating ∫(x2+2x+10)3/2dx?
A.x+1=3tanθ ✅
B.x+1=3sinθ
C.x+1=3secθ
D.x=3tanθ
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Completing the square: x2+2x+10=(x+1)2+9. This is of the form u2+a2 with u=x+1 and a=3. The appropriate substitution for ∫(u2+a2)3/2du is u=atanθ. Thus, x+1=3tanθ. The other substitutions are for different radical forms and would not simplify the integral correctly.
Q16. In evaluating ∫x2x2−25dx, a student uses x=5secθ. After substitution, they incorrectly simplify x2−25 to 5cosθ. What is the correct simplification?
A.5tanθ ✅
B.5secθ
C.5sinθ
D.5cosθ
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: For x=5secθ, x2−25=25sec2θ−25=25(sec2θ−1)=25tan2θ. Therefore, x2−25=5∣tanθ∣. Since x≥5 (or x≤−5), we can take tanθ≥0 in the appropriate branch, so x2−25=5tanθ. The student confused the simplification for the a2−x2 case, which gives acosθ. This is a common error that highlights the importance of knowing which substitution corresponds to which radical form.
Q17. Evaluate the arc length of y=2x2 from x=0 to x=1. Which integral and trigonometric substitution are correct?
A.∫011+x2dx; x=tanθ ✅
B.∫011+x4dx; x=tanθ
C.∫011+x2dx; x=sinθ
D.∫011+x4dx; x=secθ
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The arc length formula is L=∫011+(dy/dx)2dx. For y=x2/2, dy/dx=x, so the integrand is 1+x2. This matches the form a2+x2 with a=1, so the substitution is x=tanθ. The other options either use the wrong derivative or the wrong substitution for the radical. This question connects the arc length formula with trigonometric substitution.
Q18. Which of the following is the correct form of the partial fraction decomposition after a trigonometric substitution?
A.∫tan2θ+1sec2θdθ ✅
B.∫tan2θ−1sec2θdθ
C.∫sec2θ+1tan2θdθ
D.∫cos2θ+1sin2θdθ
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: After a trigonometric substitution like x=atanθ, the resulting integrand often involves rational functions of tanθ and secθ. Using the identity sec2θ=tan2θ+1, the integral ∫tan2θ+1sec2θdθ simplifies to ∫dθ, which is easily integrable. This problem tests the understanding of how to simplify the result of a trigonometric substitution and apply trigonometric identities to make the integral easier. It combines concepts of substitution and algebraic manipulation.
Q19. The integral ∫x2x2−4dx can be evaluated using x=2secθ. What is the value of the integral?
A.41sec−1(x/2)+C ✅
B.41cos−1(2/x)+C
C.41sin−1(x/2)+C
D.21sec−1(x/2)+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: With x=2secθ, dx=2secθtanθdθ, and x2−4=2tanθ. The integral becomes ∫4sec2θ⋅2tanθ2secθtanθdθ=41∫secθ1dθ=41∫cosθdθ=41sinθ+C. Since sinθ=xx2−4 (from the right triangle), the result is 4xx2−4+C. The inverse secant form is equivalent, but not directly obtained. The correct choice is the simplified form.
Q20. A student claims that the integral ∫x2+2x+5dx can be solved by substituting x+1=2sinθ. Is this correct? If not, what is the correct substitution?
A.No; the correct substitution is x+1=2tanθ. ✅
B.Yes; the substitution is correct.
C.No; the correct substitution is x+1=2secθ.
D.No; the integral cannot be solved with a trigonometric substitution.
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The expression x2+2x+5=(x+1)2+4 is of the form u2+a2 with a=2. The standard substitution for this form is u=atanθ, i.e., x+1=2tanθ. The substitution u=asinθ is used for a2−u2. The student's claim is incorrect because it uses the wrong substitution for the given radical form, which would not simplify the expression correctly.
Q21. Evaluate ∫0π/21+sin2θcosθdθ using a substitution. What is the value?
A.ln(1+2)
B.sinh−1(1)
C.Both A and B ✅
D.tan−1(1)
💡 Difficulty: hard | ✅ Correct: C
📖 Explanation: Let u=sinθ, then du=cosθdθ. The limits change to 0 and 1. The integral becomes ∫011+u2du=sinh−1(u)01=sinh−1(1). This is equal to ln(1+2). This problem tests the ability to recognize that a trigonometric substitution can be simplified by an additional substitution, and it verifies the equivalence of inverse hyperbolic and logarithmic forms.
Q22. For the integral ∫1−x2x3dx, which of the following is the correct substitution and resulting integral?
A.x=sinθ; ∫sin3θdθ ✅
B.x=tanθ; ∫tan3θsecθdθ
C.x=secθ; ∫sec3θtanθdθ
D.x=cosθ; ∫−cos3θdθ
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The radical 1−x2 suggests the substitution x=sinθ. Then dx=cosθdθ, and 1−x2=cosθ. The integral becomes ∫cosθsin3θcosθdθ=∫sin3θdθ. This is a direct Easy. The other options use substitutions that either do not match the radical (like tanθ for 1+x2) or are for a different radical form (like secθ for x2−1).
Q23. Which of the following integrals would NOT benefit from a trigonometric substitution?
A.∫(x2+1)3/2xdx
B.∫x2+2x+5dx
C.∫x2+1x2dx ✅
D.∫4−x2dx
💡 Difficulty: medium | ✅ Correct: C
📖 Explanation: The integral ∫x2+1x2dx can be solved by algebraic manipulation: x2+1x2=1−x2+11, leading to x−tan−1x+C. This is much simpler than a trigonometric substitution. The other integrals all involve radicals or quadratic forms that are typically handled with trigonometric substitutions. This question tests the ability to identify when a simpler method (like algebraic division) is more appropriate, rather than automatically applying a trigonometric substitution.
Q24. The integral ∫2x−x2dx is often solved by completing the square and then using a trigonometric substitution. What is the correct form after completing the square?
A.1−(x−1)2 ✅
B.1+(x−1)2
C.(x−1)2−1
D.x2−2x
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Completing the square: 2x−x2=−(x2−2x)=−(x2−2x+1−1)=−((x−1)2−1)=1−(x−1)2. This is of the form a2−u2 with a=1 and u=x−1. This shows that the quadratic can be transformed into a standard form suitable for a sine or cosine substitution. The other options are algebraically incorrect.
Q25. Evaluate ∫x2−6x+13dx by completing the square and using a trigonometric substitution. What is the antiderivative?
A.sinh−1(x−3)+C
B.ln∣x−3+x2−6x+13∣+C
C.Both A and B ✅
D.tan−1(x−3)+C
💡 Difficulty: hard | ✅ Correct: C
📖 Explanation: Completing the square: x2−6x+13=(x−3)2+4. Let u=x−3, then the integral is ∫u2+4du=sinh−1(u/2)+C=sinh−1(2x−3)+C. This is also equal to ln∣u+u2+4∣+C=ln∣x−3+x2−6x+13∣+C. Both forms are equivalent due to the identity sinh−1z=ln(z+z2+1). The inverse tangent would be for an integral of the form ∫u2+a2du. This problem tests the understanding of the equivalence of inverse hyperbolic and logarithmic forms.
Q26. A student evaluates ∫xx2−1dx using x=secθ and obtains sec−1x+C. What is the correct antiderivative?
A.sec−1x+C ✅
B.tan−1x+C
C.sin−1x+C
D.ln∣x2−1x∣+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: With x=secθ, dx=secθtanθdθ, and x2−1=tanθ. The integral becomes ∫secθtanθsecθtanθdθ=∫dθ=θ+C=sec−1x+C. The student's answer is correct. This problem is a straightforward Easy of the substitution and simplification, but it tests the recognition of the derivative of sec−1x. It can also be solved using a different substitution, but the result is the same.
Q27. Given the integral ∫4−x2x2dx, which of the following is the correct antiderivative?
A.2sin−1(x/2)−2x4−x2+C ✅
B.2sin−1(x/2)+2x4−x2+C
C.2sin−1(x/2)−x4−x2+C
D.2sin−1(x/2)+x4−x2+C
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Using x=2sinθ, dx=2cosθdθ, and 4−x2=2cosθ. The integral becomes ∫4sin2θdθ=4(2θ−4sin2θ)=2θ−2sinθcosθ. Substituting back: 2sin−1(x/2)−2⋅2x⋅24−x2=2sin−1(x/2)−2x4−x2. The correct answer has the term −2x4−x2. This problem requires careful substitution and algebraic back-substitution.
Q28. Consider the integral ∫x2+4x+8dx. To evaluate it, a student completes the square and gets (x+2)2+4. What substitution should they use, and what is the result?
A.x+2=2tanθ; 21tan−1(2x+2)+C ✅
B.x+2=2sinθ; 21sin−1(2x+2)+C
C.x+2=2secθ; 21sec−1(2x+2)+C
D.x=2tanθ; 21tan−1(x/2)+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Completing the square gives (x+2)2+4, which is of the form u2+a2 with u=x+2 and a=2. The substitution u=atanθ (i.e., x+2=2tanθ) transforms the integral into ∫4tan2θ+42sec2θdθ=21∫dθ=21θ+C=21tan−1((x+2)/2)+C. The other options use the wrong trigonometric function for this form.
Q29. Which of the following substitutions would be valid for evaluating ∫1−x2dx and ∫x2−1dx respectively?
A.x=sinθ; x=secθ ✅
B.x=cosθ; x=tanθ
C.x=tanθ; x=sinθ
D.x=secθ; x=cosθ
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The radical 1−x2 requires a substitution where 1−x2=cos2θ, which is achieved by x=sinθ (or x=cosθ). The radical x2−1 requires x2−1=tan2θ, which is achieved by x=secθ. This is a fundamental pair of substitutions that students must know for these standard forms. The other options mix up the substitutions for different radical types.
Q30. A student evaluates ∫x24−x2dx and obtains −4x4−x2+C. Was the student's answer correct?
A.Yes ✅
B.No; the correct answer is −4x4−x2+C
C.No; the correct answer is −4x4−x2+C
D.No; the correct answer is 4x4−x2+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Using x=2sinθ, dx=2cosθdθ, and 4−x2=2cosθ, the integral becomes ∫4sin2θ⋅2cosθ2cosθdθ=41∫csc2θdθ=−41cotθ+C. Since cotθ=x4−x2, the result is −4x4−x2+C. The student's answer is correct. This question tests the ability to verify a given solution by working through the substitution and checking the simplification.
Q31. What is the value of the improper integral ∫011−x2dx?
A.2π ✅
B.4π
C.π
D.The integral diverges
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: This is a classic improper integral with a vertical asymptote at x=1. Using the substitution x=sinθ, dx=cosθdθ, and 1−x2=cosθ, the limits become 0 and π/2. The integral becomes ∫0π/2dθ=π/2. The integral converges to a finite value. This problem tests the ability to handle an improper integral using a trigonometric substitution and evaluating the limit correctly.
Q32. For ∫(x2+1)2dx, the substitution x=tanθ leads to:
A.∫cos2θdθ ✅
B.∫sec2θdθ
C.∫sin2θdθ
D.∫tan2θdθ
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: With x=tanθ, dx=sec2θdθ, and x2+1=sec2θ. The integral becomes ∫sec4θsec2θdθ=∫cos2θdθ. This is a straightforward Easy. The result can then be integrated using the identity cos2θ=21+cos2θ. This problem tests the ability to simplify the integrand after substitution, reducing it to a form that can be integrated using standard trigonometric identities.
Q33. Evaluate the integral ∫x2+4x+8xdx. What is the correct antiderivative?
A.x2+4x+8−2sinh−1((x+2)/2)+C ✅
B.x2+4x+8+2sinh−1((x+2)/2)+C
C.x2+4x+8−2tan−1((x+2)/2)+C
D.x2+4x+8+2tan−1((x+2)/2)+C
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Completing the square: x2+4x+8=(x+2)2+4. Let u=x+2, then the integral becomes ∫u2+4u−2du=∫u2+4udu−2∫u2+4du=u2+4−2sinh−1(u/2)+C. Substituting back gives x2+4x+8−2sinh−1((x+2)/2)+C. This problem combines completing the square, splitting the numerator, and recognizing the derivative of a square root.
Q34. A student solves ∫x2x2+1dx using x=tanθ and gets −xx2+1+C. Is this correct?
A.No; the correct answer is −xx2+1+C ✅
B.Yes
C.No; the correct answer is xx2+1+C
D.No; the correct answer is −x2+11+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: With x=tanθ, dx=sec2θdθ, and x2+1=secθ. The integral becomes ∫tan2θsecθsec2θdθ=∫tan2θsecθdθ=∫sinθ1⋅sinθcosθdθ=∫cscθcotθdθ=−cscθ+C. Since cscθ=xx2+1, the result is −xx2+1+C. The student's answer is correct. This problem tests the ability to perform the substitution and correctly simplify the trigonometric expression.
Q35. Which of the following is the correct antiderivative of ∫4x2+9dx?
A.2x4x2+9+49sinh−1(32x)+C ✅
B.x4x2+9+29sinh−1(32x)+C
C.2x4x2+9+49tan−1(32x)+C
D.x4x2+9+29tan−1(32x)+C
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Let u=2x, then dx=du/2. The integral becomes 21∫u2+9du=21[2uu2+9+29sinh−1(u/3)]+C=4uu2+9+49sinh−1(u/3)+C. Substituting back u=2x gives 2x4x2+9+49sinh−1(32x)+C. This problem tests the handling of a coefficient inside the square root and the correct Easy of the standard integral formula. The inverse tangent would be for an integral of the form ∫u2+a2dx.