Definition: Integral tables list standard forms and their solutions, serving as a reference for matching given integrals to known patterns, often requiring minor algebraic adjustments to fit the table format.
Example: Matching ∫a2−x2dx to the table entry arcsin(ax)+C provides the immediate solution without derivation.
Reason: Tables offer quick access to common results, bypassing repetitive derivations and ensuring accuracy for standard integral forms encountered frequently in calculus.
12
Easy
9
Medium
19
Hard
📝 All Integral Tables MCQs
Q1. A student is evaluating ∫x2sinxdx and uses the Endpaper Integral Table. The table entry is ∫u2sinudu=−u2cosu+2usinu+2cosu+C. What is the correct antiderivative?
A.−x2cosx+2xsinx+2cosx+C ✅
B.−x2cosx+2xsinx−2cosx+C
C.x2cosx+2xsinx−2cosx+C
D.−x2cosx−2xsinx−2cosx+C
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The table formula is a perfect match with u=x. The integral of u2sinu is correctly given as −u2cosu+2usinu+2cosu+C. Students often make sign errors with the cosine term or forget the factor of 2 in the sin term, so this tests the ability to correctly apply a standard formula.
Q2. To evaluate ∫xx2−4x+5dx, a student completes the square: x2−4x+5=(x−2)2+1. Which of the following is the correct first step after the substitution u=x−2?
A.∫(u+2)u2+1du ✅
B.∫uu2+1du
C.∫(u−2)u2+1du
D.∫(u2+4u+4)u2+1du
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Letting u=x−2 gives x=u+2 and dx=du. The integral becomes ∫(u+2)u2+1du. This is the correct setup to split into two integrals, ∫uu2+1du+2∫u2+1du. A common mistake is forgetting to change the factor x to u+2, leading to option B, which would be incorrect.
Q3. An engineer is evaluating ∫x2x2−2dx and uses the substitution x=2secθ. The integral transforms to 21∫sinθdθ. The result from the table is −21cosθ+C. Which of the following is the final answer in terms of x?
A.−2xx2−2+C ✅
B.−2x2−2x+C
C.2xx2−2+C
D.2x2−2x+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: After integrating, we get −21cosθ+C. From the triangle for x=2secθ, cosθ=x2. Substituting gives −2x2+C, but this simplifies to −2xx2−2+C after rationalizing. Students often incorrectly invert the trigonometric ratio or fail to simplify.
Q4. A CAS returns ∫e2xcosxdx=5e2x(2cosx+sinx)+C. The Endpaper Integral Table has ∫eaucosbudu=a2+b2eau(acosbu+bsinbu)+C. Which of the following is the correct Easy?
A.a=2,b=1 ✅
B.a=1,b=2
C.a=2,b=−1
D.a=1,b=−2
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The integral is ∫e2xcosxdx. Comparing to ∫eaucos(bu)du, we have a=2 and b=1. The formula gives 4+1e2x(2cosx+sinx)+C. Option A is correct. A common error is to confuse the coefficients of the exponential and the trigonometric functions, leading to option B. The sign of b is handled by the formula, so options C and D are also common mistakes.
Q5. Which of the following substitutions is most appropriate to evaluate ∫x(4x+3)dx using an integral table?
A.u=4x+3 ✅
B.u=x
C.u=tan(x/2)
D.u=sinx
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The integral is a rational function in x. The substitution u=4x+3 simplifies the denominator to a linear term, but the x in the denominator remains. However, it is a standard technique to use partial fractions or a substitution like u=4x+3 to reduce it to a form that matches the table entry ∫u(a+bu)du. The other substitutions are for trigonometric or radical forms, which are not appropriate here.
Q6. A student is evaluating ∫cos5xcos3xdx. The Endpaper Integral Table has ∫cosmxcosnxdx=2(m−n)sin(m−n)x+2(m+n)sin(m+n)x+C. What is the correct result for m=5,n=3?
A.4sin2x+16sin8x+C ✅
B.2sin2x+8sin8x+C
C.4sin2x−16sin8x+C
D.2sin2x−8sin8x+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Substituting m=5,n=3 into the formula gives 2(2)sin(2x)+2(8)sin(8x)+C=4sin2x+16sin8x+C. The most common mistakes are forgetting to multiply by 2 in the denominator or using the wrong sign. This tests the ability to correctly use a standard product-to-sum formula.
Q7. To evaluate ∫x2−6x+13xdx, completing the square gives x2−6x+13=(x−3)2+4. What is the correct result?
A.21ln(x2−6x+13)+23tan−1(2x−3)+C ✅
B.ln(x2−6x+13)+tan−1(x−3)+C
C.21ln(x2−6x+13)+tan−1(x−3)+C
D.ln(x2−6x+13)+23tan−1(2x−3)+C
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Let u=x−3. Then x=u+3 and dx=du, so the integral becomes ∫u2+4u+3du=21ln(u2+4)+23tan−1(u/2)+C. Substituting back gives option A. Common errors include forgetting the constant multiplier in the ln term (option D) or in the tan−1 term (option C), or both (option B).
Q8. Which of the following integrals is most efficiently evaluated using an integral table by first applying a u-substitution?
A.∫sin(lnx)dx ✅
B.∫xcosxdx
C.∫x2+1xdx
D.∫sin2xdx
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The integral ∫sin(lnx)dx is not a simple table match. A substitution like u=lnx transforms it to ∫eusinudu, which is a standard form in integral tables (exponential times sine/cosine). The others are either direct table matches or simple substitutions. This question tests the student's ability to recognize when a preliminary substitution is necessary to make an integral match a table form.
Q9. A student incorrectly evaluates ∫tan2xsec4xdx as 5tan5x+3tan3x+C. What error did they make?
A.They used the substitution u=tanx but forgot to include a factor of sec2x.
B.They used the wrong reduction formula.
C.They failed to apply the identity sec2x=tan2x+1.
D.They correctly evaluated the integral. ✅
💡 Difficulty: medium | ✅ Correct: D
📖 Explanation: The integral ∫tan2xsec4xdx=∫tan2xsec2xsec2xdx. Let u=tanx, then sec2xdx=du and sec2x=u2+1. The integral becomes ∫u2(u2+1)du=5u5+3u3+C=5tan5x+3tan3x+C. The student's result is correct. The question is designed to test the understanding of the method. Option A describes a common error but doesn't apply here.
Q10. The graph of y=sinx from x=0 to x=π is revolved about the x-axis. The volume is V=π∫0πsin2xdx. Using the table, ∫sin2xdx=2x−4sin2x+C. What is the volume?
A.2π2 ✅
B.2π
C.π2
D.4π2
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The integral ∫0πsin2xdx=[2x−4sin2x]0π=2π. Therefore, V=π⋅2π=2π2. A common mistake is to compute the integral as 2π and forget to multiply by the factor of π from the volume formula, leading to option B. Others may make errors in the antiderivative evaluation.
Q11. To evaluate ∫1−x2dx using a table, one can substitute x=sinθ. The integral becomes ∫cos2θdθ. The table gives ∫cos2θdθ=2θ+4sin2θ+C. Which of the following is the final answer?
A.21sin−1x+2x1−x2+C ✅
B.21sin−1x+2x1−x2+C
C.sin−1x+x1−x2+C
D.21sin−1x+2x1−x2+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: After integrating, we get 2θ+4sin2θ+C. Using sin2θ=2sinθcosθ=2x1−x2, we get 21sin−1x+2x1−x2+C. Option A is correct. Option B is the same. Option C is missing the factor of 1/2 and the inverse sine term is incorrect. This tests the ability to convert back from θ to x correctly.
Q12. A student uses the table formula ∫a2−u2du=sin−1(au)+C to evaluate ∫4−9x2dx. What should they set u and a to?
A.u=3x,a=2 ✅
B.u=2x,a=3
C.u=9x,a=4
D.u=4x,a=9
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: To match ∫a2−u2du, we need a2=4 so a=2, and u2=9x2 so u=3x. Then du=3dx, and the integral becomes 31∫4−u2du=31sin−1(u/2)+C. A common error is to take u=2x and a=3 or to not account for the du factor, making option A the correct choice.
Q13. Which of the following is NOT a valid approach to evaluate ∫x2−a2dx using an integral table?
A.Use the substitution x=acoshu and the identity cosh2u−sinh2u=1.
B.Use the substitution x=asecθ.
C.Look up the formula directly in the table.
D.Use the substitution x=asinθ. ✅
💡 Difficulty: medium | ✅ Correct: D
📖 Explanation: The expression x2−a2 is typically handled using the trigonometric substitution x=asecθ or the hyperbolic substitution x=acoshu. The substitution x=asinθ is used for a2−x2. Option D is incorrect because it would lead to a simplification to a2sin2θ−a2=a−cos2θ, which is not a real function.
Q14. A physics student is evaluating ∫x2−4x+8dx and completes the square to get ∫(x−2)2+4dx. Which table formula should they use?
A.∫u2+a2du=a1tan−1(au)+C ✅
B.∫u2−a2du=2a1lnu+au−a+C
C.∫u2+a2du=ln(u+u2+a2)+C
D.∫a2−u2du=sin−1(au)+C
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: After completing the square, the integral is of the form ∫u2+a2du where u=x−2 and a=2. This matches the table formula for the arctangent. Option B is for a difference of squares, C for a reciprocal square root, and D for a reciprocal square root of the form a2−u2. This tests the ability to classify integrands and select the correct table entry.
Q15. The table formula ∫uu2+a2du=−a1lnua+u2+a2+C is used to evaluate ∫xx2+9dx. What is the correct antiderivative?
A.−31lnx3+x2+9+C ✅
B.−31ln3+x2+9x+C
C.31lnx3+x2+9+C
D.−lnx3+x2+9+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Matching the integral to the formula, we have a=3 and u=x. The antiderivative is −31lnx3+x2+9+C. Option B is incorrect because it inverts the fraction, and option C has the wrong sign. Students often make sign errors or forget the factor of 1/a.
Q16. A student is evaluating ∫x3ex2dx. The table has ∫ueaudu=a2eau(au−1)+C. Which substitution is needed?
A.u=x2 ✅
B.u=x3
C.u=ex2
D.u=x
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Let u=x2. Then du=2xdx and x3dx=x2⋅xdx=u⋅2du=2udu. The integral becomes 21∫ueudu, which matches the table with a=1. A common mistake is to not see the needed substitution or to incorrectly transform the differential. This tests the ability to combine substitution with table formulas.
Q17. Which of the following integrals would require using the LIATE rule to choose u and dv for integration by parts, but the table formula itself is the result of integration by parts?
A.∫xlnxdx
B.∫lnxdx ✅
C.∫xexdx
D.∫exsinxdx
💡 Difficulty: hard | ✅ Correct: B
📖 Explanation: The integral ∫lnxdx is a classic example where integration by parts is used with u=lnx and dv=dx. The result is xlnx−x+C. The table formula for ∫lnudu is derived from integration by parts. While the others also use integration by parts, the ∫lnxdx is the most direct and fundamental Easy. This tests the understanding of where table formulas come from.
Q18. To approximate ∫01e−x2dx using Simpson's rule, a student uses n=10. They first approximate ∫0Ke−x2dx and then use a truncation error. The truncation error is E=∫K∞e−x2dx. Which of the following correctly describes the total error?
📖 Explanation: When using numerical integration for an improper integral, the total error is the sum of the approximation error (Simpson's rule) and the truncation error from discarding the tail of the infinite interval. These errors are additive in a worst-case sense. Option A is correct. This question connects two concepts: improper integrals and numerical integration.
Q19. A student wants to use the Endpaper Integral Table to evaluate ∫x2+6x+10dx. Which of the following is the correct first step?
A.Complete the square: x2+6x+10=(x+3)2+1. ✅
B.Use the substitution u=x2+6x+10.
C.Use the substitution x=tanθ.
D.Use partial fractions.
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The integral is of the form ∫ax2+bx+cdx. The standard technique is to complete the square to get it into the form ∫u2+a2du, which matches the arctangent table formula. Completing the square gives (x+3)2+1. The other options are not efficient or appropriate first steps. This tests the ability to recognize the need for completing the square.
Q20. The Endpaper Integral Table lists ∫secxdx=ln∣secx+tanx∣+C. Another formula is ∫secxdx=ln∣tan(π/4+x/2)∣+C. Are these two formulas equivalent?
A.Yes, they are equivalent by a trigonometric identity. ✅
B.No, they are different because the constants of integration may differ.
C.Yes, but only for x in a certain interval.
D.No, because secx+tanx is not related to tan(π/4+x/2).
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The formulas are equivalent because secx+tanx=tan(π/4+x/2). This is a standard trigonometric identity. The constants of integration can absorb any difference. This question tests the understanding that different-looking results can be equivalent, a key concept when using tables or CAS. Option C is tempting but the identity holds for all x where both are defined.
Q21. A student is evaluating ∫x4−x2dx and uses a table formula incorrectly, getting −21lnx2+4−x2+C. The correct formula is ∫ua2−u2du=−a1lnua+a2−u2+C. What did they do wrong?
A.They used a=1 instead of a=2. ✅
B.They used the wrong sign.
C.They inverted the fraction inside the logarithm.
D.They forgot the factor of 1/a.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: For the integral ∫x4−x2dx, we have a=2 and u=x. The correct antiderivative should be −21lnx2+4−x2+C. The student's result has a factor of 1/2 but it should be 1/2 not 1. The coefficient in front of the logarithm should be −1/2. The student might have thought a=1, which is a common error when the integrand is not perfectly matched. This tests the ability to identify constants in table formulas.
Q22. The integral ∫x2+4x+5dx is evaluated. Which substitution would transform it into a form that matches the table formula for arctangent?
A.u=x+2 ✅
B.u=2x
C.u=2x+2
D.u=22x+4
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Completing the square: x2+4x+5=(x+2)2+1. Let u=x+2, then du=dx, and the integral becomes ∫u2+1du=tan−1u+C. Option A is correct. Option C would introduce a factor of 2, but u=(x+2)/2 would make du=dx/2 and the denominator would be 4u2+1, requiring an extra factor. The simplest substitution is u=x+2.
Q23. A student uses the table formula ∫u2−a2du=2a1lnu+au−a+C to evaluate ∫x2−4dx. They get 41lnx+2x−2+C. Is this correct?
A.Yes, because a=2 and 2a1=41. ✅
B.No, the correct answer is 21lnx+2x−2+C.
C.No, the correct answer is 41lnx−2x+2+C.
D.Yes, but only for x>2.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: With a=2, 2a1=41. So the antiderivative 41lnx+2x−2+C is correct. Option B is incorrect because it uses 21, which would be for a=1. Option C has the fraction inverted. This tests the correct Easy of the formula and the ability to calculate 1/(2a).
Q24. Which of the following is the correct identity to use when evaluating ∫sin2xcos2xdx using an integral table?
A.sin2xcos2x=41sin22x
B.sin2xcos2x=81(1−cos4x)
C.sin2xcos2x=41(1−cos22x)
D.All of the above ✅
💡 Difficulty: medium | ✅ Correct: D
📖 Explanation: All three identities are equivalent. sin2xcos2x=41sin22x=81(1−cos4x). The third option is also correct because sin22x=1−cos22x, so 41(1−cos22x) is also valid. This question tests the ability to use and manipulate trigonometric identities to make an integral match a table form. Option D is correct because all are true identities.
Q25. An economist uses the integral ∫0∞e−sttndt=sn+1n! in a model. This formula is not in a basic table but can be derived using integration by parts. Which of the following is the correct derivation step?
A.∫0∞e−sttndt=[−stne−st]0∞+sn∫0∞e−sttn−1dt ✅
B.∫0∞e−sttndt=[−stne−st]0∞−sn∫0∞e−sttn−1dt
C.∫0∞e−sttndt=[stne−st]0∞+sn∫0∞e−sttn−1dt
D.∫0∞e−sttndt=[stne−st]0∞−sn∫0∞e−sttn−1dt
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Using integration by parts with u=tn and dv=e−stdt, we get du=ntn−1dt and v=−s1e−st. The integral becomes [−stne−st]0∞−∫0∞(−s1e−st)(ntn−1)dt=[−stne−st]0∞+sn∫0∞e−sttn−1dt. Option A is correct. This is a difficult problem involving an improper integral, integration by parts, and a reduction formula.
Q26. A student is evaluating ∫x2+1xdx using a table. The table has ∫u2+a2du=ln(u+u2+a2)+C. To use it, they should let u=x2+1. Is this correct?
A.No, the derivative of u=x2+1 is 2x, not 2x2+1x.
B.Yes, because du=2xdx and the integral becomes 21∫udu.
C.Yes, but they must first use the substitution u=x2+1.
D.No, the integral is a direct derivative and doesn't need a table. ✅
💡 Difficulty: medium | ✅ Correct: D
📖 Explanation: The integral ∫x2+1xdx can be solved by a simple substitution u=x2+1, giving 21∫udu=u+C=x2+1+C. It is a direct match to a power rule and does not require the more complex logarithmic table formula. Option D is correct. A common mistake is to overcomplicate the problem and use an inappropriate table formula. This tests the ability to recognize simple integrals.
Q27. The graph of y=x1 from x=1 to x=b has an area lnb. For the improper integral ∫1∞x1dx, which of the following is true?
A.The integral diverges because limb→∞lnb=∞. ✅
B.The integral converges to 1.
C.The integral converges to 0.
D.The integral diverges because the area under the curve is infinite.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The area under y=1/x from 1 to b is lnb. As b→∞, lnb→∞. Therefore, the improper integral diverges. Option A is correct. Option B is incorrect because it confuses the integral with ∫1∞1/x2dx, which converges to 1. This tests the ability to interpret graphical area as an improper integral and to understand divergence.
Q28. A student uses the table formula ∫u(a+bu)du=a1lna+buu+C to evaluate ∫x(2+3x)dx. What is the correct antiderivative?
A.21ln2+3xx+C ✅
B.31ln2+3xx+C
C.ln2+3xx+C
D.21ln∣2+3x∣+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Here a=2 and b=3. The formula gives a1lna+buu=21ln2+3xx+C. Option A is correct. Option B uses 1/b instead of 1/a. Option C misses the 1/2 factor. This tests the correct substitution of constants into a formula.
Q29. A student is using a table of integrals and finds the entry ∫u2±a2du. They are confused about the sign. Which of the following is true?
A.For u2−a2, the substitution is u=asecθ. ✅
B.For u2+a2, the substitution is u=asinθ.
C.For a2−u2, the substitution is u=atanθ.
D.For u2−a2, the result is sin−1(u/a)+C.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: For u2−a2, the standard trigonometric substitution is u=asecθ, leading to tanθ. For u2+a2, it's u=atanθ. For a2−u2, it's u=asinθ. Option A is correct. The other options are common mis-matches of substitutions to forms. This tests the foundational knowledge of trigonometric substitutions.
Q30. The integral ∫x2+2x+2dx is evaluated. Which of the following is the correct result after completing the square?
A.tan−1(x+1)+C ✅
B.tan−1(2x+1)+C
C.tan−1(x+1)+C
D.21tan−1(2x+1)+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Completing the square: x2+2x+2=(x+1)2+1. The integral becomes ∫(x+1)2+1dx=tan−1(x+1)+C. Option A is correct. Option B would be for (x+1)2+2. Option D is for x2+2x+5. This tests the ability to complete the square and correctly use the arctangent formula.
Q31. Which of the following is a valid method to evaluate ∫a+bsinxdx using an integral table?
A.Use the substitution u=tan(x/2) and then use partial fractions. ✅
B.Use the substitution x=sinθ.
C.Use the substitution u=sinx.
D.Use the substitution u=cosx.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The integral of a rational function of sinx and cosx can be tackled by the Weierstrass substitution u=tan(x/2). This transforms it into an integral of a rational function of u, which can be evaluated using partial fractions and table formulas. The other substitutions are not generally applicable to this form. This tests the knowledge of special substitutions for trigonometric integrals.
Q32. A student is evaluating ∫xx2−4dx using a table. They use the formula ∫uu2−a2du=u2−a2−asec−1(u/a)+C. With a=2, what is the correct antiderivative?
A.x2−4−2sec−1(x/2)+C ✅
B.x2−4−21sec−1(x/2)+C
C.x2−4−2sec−1(x)+C
D.x2−4+2sec−1(x/2)+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: With a=2, the formula gives x2−4−2sec−1(x/2)+C. Option A is correct. Option B has the wrong coefficient for the inverse secant. Option C uses x instead of x/2. Option D has the wrong sign. This tests the correct Easy of a formula and the substitution of constants.
Q33. The table formula ∫lnudu=ulnu−u+C is used to evaluate ∫ln(x+1)dx. Which of the following is the correct antiderivative?
A.(x+1)ln(x+1)−(x+1)+C ✅
B.xln(x+1)−x+C
C.(x+1)ln(x+1)−x+C
D.ln(x+1)−1+C
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Let u=x+1, then du=dx. The integral becomes ∫lnudu=ulnu−u+C=(x+1)ln(x+1)−(x+1)+C. Option A is correct. Option B is a common mistake where the student incorrectly integrates without changing the variable. This tests the understanding of the substitution in a table formula.
Q34. A student uses a CAS to evaluate ∫ex2dx and gets an answer involving the error function (erf). This is an example of:
A.An integral that cannot be expressed in terms of elementary functions. ✅
B.An error in the CAS algorithm.
C.An improper integral.
D.An integral that requires integration by parts.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The integral ∫ex2dx is a classic example of a non-elementary integral. It cannot be expressed in terms of polynomials, exponentials, logarithms, trigonometric functions, etc. The error function is a special function defined for this purpose. This question tests the understanding of the limitations of elementary functions and the role of CAS and tables. Option A is correct.
Q35. Which of the following integrals would be most appropriately solved by first making the substitution u=ex and then using an integral table?
A.∫1+exdx ✅
B.∫e2x+1exdx
C.∫exsinxdx
D.∫ex+e−x1dx
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The integral ∫1+exdx becomes ∫u1+udu after u=ex. This is a standard form in tables (e.g., ∫ua+budu). The others are either direct matches, simple substitutions, or standard forms. This tests the ability to recognize when a substitution will bring an integral into a table form.
Q36. The integral ∫x29−x2dx is evaluated using a trigonometric substitution. The table formula ∫csc2θdθ=−cotθ+C is used. What is the correct final answer in terms of x?
A.−9x9−x2+C ✅
B.−3x9−x2+C
C.3x9−x2+C
D.9x9−x2+C
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Let x=3sinθ. Then dx=3cosθdθ and 9−x2=3cosθ. The integral becomes ∫9sin2θ(3cosθ)3cosθdθ=91∫csc2θdθ=−91cotθ+C=−91sinθcosθ+C=−9x9−x2+C. Option A is correct. This tests multiple steps: substitution, integration, and back-substitution.
Q37. A student incorrectly evaluates ∫x2+1xdx as 21ln(x2+1)+C. What is the error?
A.There is no error; the antiderivative is correct. ✅
B.They forgot the constant of integration.
C.They used the wrong formula; it should be tan−1x+C.
D.They misapplied the substitution.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The derivative of 21ln(x2+1)+C is x2+1x. So the student's answer is correct. Option A is the correct choice. This question tests the student's ability to recognize a correct answer even when it might look different from expected, and to verify by differentiation.
Q38. To evaluate ∫x2+4x+131dx, completing the square gives (x+2)2+9. The table formula for ∫u2+a2du gives 31tan−1(3x+2)+C. What is the value of the definite integral from x=0 to x=1?
A.31(tan−11−tan−1(2/3)) ✅
B.31(tan−11−tan−1(2/3))
C.tan−11−tan−1(2/3)
D.31(tan−11−tan−1(2/3))
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The antiderivative is 31tan−1(3x+2)+C. Evaluating from 0 to 1 gives 31[tan−1(1)−tan−1(2/3)]. Option A is correct. Option B is incorrect because it misses the 31 factor. This tests the ability to evaluate a definite integral after finding the antiderivative.
Q39. The integral ∫xlnxdx can be evaluated by substitution u=lnx. The resulting integral ∫udu is a basic integral. What is the role of integral tables in this process?
A.The table provides the formula for ∫udu=ln∣u∣+C. ✅
B.The table provides the substitution rule.
C.The table is not needed because the integral is trivial.
D.The table provides the formula for ∫xdx=ln∣x∣+C.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: After the substitution u=lnx, the integral becomes ∫udu, which is a standard form in integral tables (∫udu=ln∣u∣+C). While the integral is elementary, the table provides the formula. The table does not provide substitution rules (B). Option C is partially true but misses the point that tables are a resource. Option D is the same as A but with x instead of u. This tests the role of tables in providing basic formulas.
Q40. A student is evaluating ∫x2−2x+5x+1dx. They split it into ∫x2−2x+5xdx+∫x2−2x+51dx. Which of the following is a correct next step?
A.Complete the square for both integrals: x2−2x+5=(x−1)2+4. ✅
B.Use partial fractions on both integrals.
C.Use the substitution u=x2−2x+5 for both.
D.Use the substitution u=x−1 for both.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The denominator x2−2x+5 can be completed as (x−1)2+4. For the first integral, the numerator x can be written as (x−1)+1, allowing it to be split into ∫(x−1)2+4x−1dx+∫(x−1)2+41dx. The first is a ln form and the second is an arctan form. Option A is the correct first step. The other options are not appropriate. This tests the ability to split and complete the square.