🎓 BookMCQ
← Back to 8. Principles of integral Evaluation

📝 Integration using Computer Algebra Systems and integral tables (36 MCQs)

📖 From Calculus • 8. Principles of integral Evaluation • 36 questions available

What is Integration using Computer Algebra Systems and integral tables?

Definition:
Computer Algebra Systems (CAS) and integral tables provide precomputed antiderivatives for complex functions, allowing users to look up or compute results without manual derivation, useful for verification and efficiency.

Example:
Using a CAS to find ex2dx\int e^{-x^2} dx returns the error function π2erf(x)+C\frac{\sqrt{\pi}}{2}\text{erf}(x) + C, which is non-elementary.

Reason:
These tools handle tedious or impossible-by-hand integrals, saving time and reducing errors, especially for special functions or complex algebraic manipulations.

11
Easy
13
Medium
12
Hard

📝 All Integration using Computer Algebra Systems and integral tables MCQs

Q1. A student uses a CAS to evaluate 1x1dx\int \frac{1}{x-1} dx and receives the output ln(x1)\ln(x-1). Which statement correctly evaluates this result?

A.The result is completely correct for all real x except x=1.
B.The result is incorrect because the constant of integration is missing.
C.The result is only valid for x>1x>1 and is not the most general antiderivative. ✅
D.The CAS has made a computational error; the correct answer is lnx1\ln|x-1|.
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: A CAS typically returns a particular antiderivative without the constant of integration. More importantly, the result ln(x1)\ln(x-1) is only defined for x>1x>1, while the integrand 1/(x1)1/(x-1) is defined for all x1x\neq 1. The most general antiderivative on the largest possible domain is lnx1+C\ln|x-1|+C. This highlights a key limitation of CAS: they may not provide a result valid on the entire domain of the integrand.

Q2. When using the Endpaper Integral Table to evaluate x27+3xdx\int x^2 \sqrt{7+3x} dx, a student correctly identifies it as a match for Formula 103. However, the table entry is written in terms of uu, not xx. What is the first step the student must take?

A.Identify constants aa and bb and rewrite the formula substituting u=xu=x. ✅
B.Perform a u-substitution u=7+3xu=7+3x to match the table's variable.
C.Use integration by parts because the table entry is a reduction formula.
D.Check the table's classification to ensure the integral is listed under 'Algebraic Functions'.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The Endpaper Integral Table, like all integral tables, uses a dummy variable (often uu) in its formulas. To apply a formula to an integral with a different variable, such as xx, the student must first identify the parameters (here, a=7a=7 and b=3b=3) and then simply replace every instance of the table's variable with xx. This is a direct Easy of the formula and is a crucial skill in using integral tables effectively.

Q3. A CAS produces the following result for sin4xcos5xdx\int \sin^4 x \cos^5 x dx: 3128sinx1192sin3x1320sin5x+11792sin7x+12304sin9x\frac{3}{128}\sin x - \frac{1}{192}\sin 3x - \frac{1}{320}\sin 5x + \frac{1}{1792}\sin 7x + \frac{1}{2304}\sin 9x. A student knows the answer should be 15sin5x27sin7x+19sin9x+C\frac{1}{5}\sin^5 x - \frac{2}{7}\sin^7 x + \frac{1}{9}\sin^9 x + C. Are these answers equivalent, and why?

A.No, the CAS answer is wrong because it lacks the constant of integration and the powers of sine.
B.Yes, they are equivalent through the use of power-reducing or product-to-sum trigonometric identities. ✅
C.No, because the two expressions have different frequencies of sine terms.
D.Yes, but only if the CAS answer is integrated again to recover the original integrand.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The two forms are indeed equivalent, though they look very different. The CAS has expressed the integral using a Fourier-like series of sines, while the student's answer is in a polynomial of sines. The equivalence is established through product-to-sum identities. For example, sin5x\sin^5 x can be expanded into a sum of sinx\sin x, sin3x\sin 3x, and sin5x\sin 5x terms. This demonstrates a key point: CAS outputs, while mathematically correct, may be presented in a form that is unrecognizable or unnatural to a human user.

Q4. Which of the following is the MOST significant limitation of using an integral table compared to a Computer Algebra System?

A.Integral tables are more prone to arithmetic errors during manual substitution.
B.Integral tables are physically heavy and difficult to carry around.
C.Integral tables require the user to have a strong Hard of integration techniques to recognize and apply the correct entry. ✅
D.Integral tables are only available for elementary functions and cannot handle definite integrals.
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: While both CAS and tables have limitations, the key difference is the user's active role. A CAS performs symbolic manipulation automatically, albeit sometimes incorrectly or in an inconvenient form. An integral table is a passive tool; it requires the user to correctly classify the integrand, identify the appropriate formula, and often perform substitutions to match the table's format. This process demands a high level of Hard from the user, which is a significant limitation for those without that expertise.

Q5. To evaluate e3x1e2xdx\int \frac{e^{3x}}{\sqrt{1-e^{2x}}} dx using the Endpaper Integral Table, a student performs the substitution u=exu=e^x, obtaining u21u2du\int \frac{u^2}{\sqrt{1-u^2}} du. Which table formula is now directly applicable, assuming the table has a formula for this form?

A.A formula for u2a2u2du\int \frac{u^2}{\sqrt{a^2-u^2}} du
B.A formula for 1a2u2du\int \frac{1}{\sqrt{a^2-u^2}} du
C.A formula for duua2u2\int \frac{du}{u\sqrt{a^2-u^2}}
D.A formula for a2u2udu\int \frac{\sqrt{a^2-u^2}}{u} du
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a classic example of transforming an integrand to match a known table form. The key is to identify the structure. The integral is now a power of uu over a square root of the form a2u2\sqrt{a^2-u^2} (with a=1a=1). Even if the table doesn't have a direct formula for u2u^2, it likely has one for u2/a2u2du\int u^2/\sqrt{a^2-u^2} du. The student would then use that formula with a=1a=1. This is a Hard problem involving an initial substitution followed by table look-up.

Q6. A user inputs ex2dx\int e^{x^2} dx into a CAS. The output is 12πerfi(x)\frac{1}{2}\sqrt{\pi}\operatorname{erfi}(x). What does this indicate about the nature of this integral?

A.The CAS has made an error because it is designed to output the answer in terms of elementary functions.
B.The integral cannot be expressed in terms of elementary functions and the CAS is using a special function (erfi) as a placeholder. ✅
C.The CAS has simplified the integral incorrectly; the result should be ex22x\frac{e^{x^2}}{2x}.
D.The CAS has performed a u-substitution and is now requiring the user to back-substitute to get the final answer.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: The error function (erf) or its imaginary counterpart (erfi) are non-elementary functions defined as integrals. Their presence in a CAS output is a signal that the CAS's internal library of integrals does not contain an antiderivative expressible in terms of elementary functions (polynomials, exponentials, trig functions, etc.). It is expressing the answer in terms of a function that is itself defined by an integral. This is analogous to how we defined lnx\ln x as an integral of 1/x1/x before treating it as a standard function.

Q7. A student attempting to evaluate xx24x+8dx\int \frac{x}{\sqrt{x^2-4x+8}} dx looks at the Endpaper Integral Table. They first complete the square to get x(x2)2+4dx\int \frac{x}{\sqrt{(x-2)^2+4}} dx. They then make the substitution u=x2u=x-2. What is the primary reason this is a valid and effective approach?

A.It allows the use of a direct formula for uu2+a2du\int \frac{u}{\sqrt{u^2+a^2}} du, simplifying the integration. ✅
B.It makes the integral proper, removing any discontinuities.
C.It is the only method to evaluate this integral, as it cannot be done by parts or partial fractions.
D.It reduces the degree of the polynomial in the numerator, making it easier to integrate.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Completing the square is a critical technique for matching integrals that contain a quadratic expression in the form ax2+bx+cax^2+bx+c to table entries. The substitution u=x2u=x-2 transforms the radical into u2+4\sqrt{u^2+4}. The integral then becomes (u+2)/u2+4du\int (u+2)/\sqrt{u^2+4} du, which can be split into two integrals, both of which match standard table forms. The effectiveness comes from transforming the expression into a simpler, more standard structure that is directly referenced in the table.

Q8. A student uses a CAS to evaluate (x+1)7dx\int (x+1)^7 dx. The CAS returns 18x8+x7+72x6+7x5+354x4+7x3+72x2+x\frac{1}{8}x^8 + x^7 + \frac{7}{2}x^6 + 7x^5 + \frac{35}{4}x^4 + 7x^3 + \frac{7}{2}x^2 + x. A friend suggests that the answer should be (x+1)88\frac{(x+1)^8}{8}. Are these two results equivalent?

A.No, they are completely different antiderivatives.
B.No, they are equivalent only for x=0x=0.
C.Yes, but the CAS answer is missing a constant term.
D.Yes, they are equivalent up to a constant of integration. ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: This is a classic example of the same integral being expressed in different but equivalent forms. The expanded polynomial is the result of expanding (x+1)7(x+1)^7 and integrating term by term. The compact form is the result of a simple uu-substitution (u=x+1u=x+1). The difference between the two is a constant. For instance, the constant term in the CAS output is 0, while the compact form would have a constant term of 1/81/8 if expanded. This discrepancy is absorbed by the arbitrary constant of integration CC. This illustrates that CAS outputs, while correct, may not be in the most simplified or elegant form.

Q9. A student is evaluating dx1+sinx+cosx\int \frac{dx}{1+\sin x+\cos x}. They are considering using the Weierstrass substitution u=tan(x/2)u = \tan(x/2). What is the primary reason this substitution is effective?

A.It transforms the integrand into a rational function of uu, which can be evaluated using partial fractions. ✅
B.It eliminates all trigonometric functions from the integrand.
C.It is the only method that can evaluate this specific type of integral.
D.It simplifies the integrand by making the denominator a perfect square.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The Weierstrass substitution is a powerful tool for integrating rational functions of sinx\sin x and cosx\cos x. The transformations sinx=2u1+u2\sin x = \frac{2u}{1+u^2} and cosx=1u21+u2\cos x = \frac{1-u^2}{1+u^2} convert the entire integrand, which includes sinx\sin x and cosx\cos x, into a ratio of polynomials in uu. This is the definition of a rational function, which can then be integrated using the systematic method of partial fractions. The substitution is effective because it completely algebraizes a trigonometric integral.

Q10. For the integral dx1sinx+cosx\int \frac{dx}{1-\sin x + \cos x}, the Weierstrass substitution u=tan(x/2)u = \tan(x/2) leads to the integral du1u\int \frac{du}{1-u}. What is the correct antiderivative in terms of xx?

A.ln1tan(x/2)+C-\ln|1 - \tan(x/2)| + C
B.ln1tan(x/2)+C\ln|1 - \tan(x/2)| + C
C.1(1tan(x/2))2+C-\frac{1}{(1-\tan(x/2))^2} + C
D.tan(x/2)12tan2(x/2)+C\tan(x/2) - \frac{1}{2}\tan^2(x/2) + C
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This question tests the ability to follow through a Weierstrass substitution. Given the transformation dx=2du1+u2dx = \frac{2du}{1+u^2}, sinx=2u1+u2\sin x = \frac{2u}{1+u^2}, and cosx=1u21+u2\cos x = \frac{1-u^2}{1+u^2}, the original integral simplifies to 2du(1+u2)2u+(1u2)=du1u=ln1u+C\int \frac{2du}{(1+u^2) - 2u + (1-u^2)} = \int \frac{du}{1-u} = -\ln|1-u|+C. The final step is to substitute back u=tan(x/2)u = \tan(x/2) to get the answer in terms of the original variable xx. This is a multi-step problem involving substitution, algebraic simplification, and integration.

Q11. Two students are evaluating x3lnxdx\int x^3 \ln x \, dx. Student A uses integration by parts with u=lnxu = \ln x, dv=x3dxdv = x^3 dx. Student B looks in the Endpaper Integral Table and finds a formula for xnlnxdx\int x^n \ln x \, dx. Which statement is true regarding the efficiency and correctness of their approaches?

A.Student A's method is more general, while Student B's method is faster but limited to specific forms. ✅
B.Student B's method is always more efficient as the table eliminates the need for integration by parts.
C.Student A's method is incorrect because the integration by parts formula cannot be applied to logarithmic functions.
D.Both students are correct, but Student B's answer will lack the constant of integration, while Student A's will include it.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Both methods are valid. Student A's approach is a direct Easy of a fundamental technique (integration by parts) and is universally applicable. Student B's method uses a pre-computed result (a table formula), which is much faster for this specific form but is less flexible. If the problem were x3ln(x2)dx\int x^3 \ln(x^2) dx, Student A could handle it with an extra step, while Student B would need to find a different table entry or modify the integrand. The table method is efficient but context-specific.

Q12. A CAS produces the result erf(x)\operatorname{erf}(x) for an integral. A user who is unfamiliar with this function concludes that the CAS has failed and that the integral is impossible. Which of the following is the MOST accurate assessment of this situation?

A.The user is correct; the CAS should always output an elementary function.
B.The user is incorrect; the CAS is providing the answer in terms of a special, non-elementary function, which is a valid result. ✅
C.The user is partially correct; the result is not useful for numerical computation.
D.The user is correct because erf(x)\operatorname{erf}(x) is not a standard mathematical function.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This addresses a common misconception. Special functions like the error function (erf\operatorname{erf}) are not failures of the CAS; they are advanced functions defined to represent the antiderivatives of important but non-elementary integrands (like ex2e^{-x^2}). The CAS is providing a mathematically correct answer. The user's frustration stems from a lack of familiarity with such functions. This is analogous to a student being confused by seeing lnx\ln x as an answer before they have learned about logarithms. It is a valid result, just in a different 'alphabet' than elementary functions.

Q13. A student is using an integral table to evaluate x31+xdx\int \frac{x^3}{\sqrt{1+x}} dx. They find a formula for xna+bxdx\int \frac{x^n}{\sqrt{a+bx}} dx. This formula is a reduction formula. What is the purpose of a reduction formula in this context?

A.It provides a direct, closed-form answer for the integral in one step.
B.It reduces the exponent nn to a smaller value, eventually leading to a solvable integral. ✅
C.It converts the integral from an indefinite to a definite form.
D.It is used to eliminate the square root from the integrand, making it a polynomial.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Reduction formulas are a central concept in integration tables. They are not complete solutions but recursive relationships. The formula for xn/a+bxdx\int x^n/\sqrt{a+bx} dx will express the answer in terms of a term involving xn1x^{n-1} and another integral of the form xn1/a+bxdx\int x^{n-1}/\sqrt{a+bx} dx. This 'reduces' the power of xx in the numerator. The student then applies the formula again, reducing nn further until n=0n=0 or n=1n=1, at which point a basic integral formula can be used. This is a key problem-solving strategy when using tables.

Q14. An engineer is evaluating a complex integral that arises from a heat transfer model. They have a CAS available. What is the most prudent initial strategy?

A.Assume the CAS will provide the correct answer and use it without verification.
B.Try to evaluate the integral by hand using every known technique before resorting to the CAS.
C.Use the CAS to get an initial result, then verify the result through differentiation, a numerical approximation, or by comparing it to known special cases. ✅
D.Only use the CAS as a last resort if the table of integrals fails.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This question emphasizes the practical Easy of these tools. The most prudent strategy is to use the CAS as a powerful assistant but not as an oracle. Since CAS outputs can be in complex, unnatural forms or, in rare cases, incorrect, it is crucial to verify them. Differentiation is the best check for an indefinite integral. For a definite integral, a numerical approximation from a calculator or a separate method can confirm the value. This process of verification builds confidence and catches potential errors, which is essential in engineering Easys.

Q15. A student uses the Endpaper Integral Table to evaluate sin7xcos3xdx\int \sin 7x \cos 3x dx, correctly identifying it as Formula (40). The formula requires values for mm and nn. What are the correct values of mm and nn for this integral, and why?

A.m=7,n=3m=7, n=3 because they are the coefficients of xx in the sine and cosine terms.
B.m=3,n=7m=3, n=7 because the product-to-sum formula is asymmetric.
C.m=7,n=3m=7, n=3, but the formula requires swapping them because cos\cos comes before sin\sin in the integral.
D.m=7,n=3m=7, n=3, but the formula is for sin(mx)cos(nx)dx\int \sin(mx)\cos(nx) dx, matching the integral exactly. ✅
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: This is a direct table lookup question that requires careful attention to detail. The integral is of the form sin(mx)cos(nx)dx\int \sin(mx)\cos(nx) dx. The table formula (40) is listed under that exact form. The student must correctly identify mm as the coefficient of xx in the sine function and nn as the coefficient of xx in the cosine function. The result is then cos((m+n)x)2(m+n)cos((mn)x)2(mn)-\frac{\cos((m+n)x)}{2(m+n)} - \frac{\cos((m-n)x)}{2(m-n)}. There is no need to swap them because the table is written for sin(mx)cos(nx)\sin(mx)\cos(nx).

Q16. What is the most significant advantage of using the Weierstrass substitution over other techniques for integrating rational functions of sinx\sin x and cosx\cos x?

A.It is faster and simpler than any other method for all such integrals.
B.It is a systematic method that guarantees the integrand will become a rational function, for which a systematic integration procedure (partial fractions) exists. ✅
C.It avoids the use of trigonometric identities entirely.
D.It always results in a simpler integral than using u-substitution.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: The Weierstrass substitution is valuable because it provides a universal method. While it may not always be the most elegant or quickest method, it is guaranteed to work for any rational function of sinx\sin x and cosx\cos x. This transforms an often Hard problem in a trigonometric domain into a straightforward, albeit potentially tedious, problem in the algebraic domain of rational functions. This systematic guarantee is its primary advantage, especially for problems where other techniques fail or are not obvious.

Q17. A CAS is asked to evaluate (1+lnx)1+(xlnx)2dx\int (1 + \ln x)\sqrt{1 + (x\ln x)^2} dx. The CAS is unable to evaluate the integral and returns the input. Which of the following conclusions is the MOST valid?

A.The CAS is broken or malfunctioning.
B.The integral is too difficult for a human to solve as well.
C.The CAS does not have an entry for this integrand in its internal library of integration rules and cannot manipulate it into a known form. ✅
D.The integral does not exist because its integrand is not continuous.
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: A CAS is a rule-based system combined with a library of known integrals. When asked to evaluate an unfamiliar integral, it attempts to apply its rules (like substitution, parts) to match a form in its library. If no sequence of transformations leads to a known integral, it fails. The integral in question is a classic example. It is a perfectly valid function, but its antiderivative cannot be expressed in terms of standard elementary functions, which means it's not in the CAS's library. The CAS is not 'broken'; it is simply at the limit of its pre-programmed knowledge.

Q18. A student uses a CAS to evaluate a definite integral and gets a result, but the student is concerned because the CAS's output for the indefinite integral did not include an absolute value. How should the student best address this concern?

A.The student should ignore the concern because CAS outputs are always correct for definite integrals.
B.The student should manually differentiate the CAS result to verify it's a valid antiderivative and then carefully re-evaluate the definite integral considering the domain of the antiderivative. ✅
C.The student should add an absolute value to the CAS's antiderivative and then evaluate.
D.The student should conclude the CAS has made an error and solve the integral by hand.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This is a common issue where a CAS returns an antiderivative that is valid on a restricted domain (e.g., lnx\ln x instead of lnx\ln|x|). The best practice is to verify the result by differentiating it. If the derivative is the integrand, then the antiderivative is correct on the domain where it's defined. The student must then evaluate the definite integral using appropriate limits, carefully accounting for the domain. For example, if the integral is from -1 to 1 and the antiderivative is lnx\ln x, it's invalid, and the student must use a correct antiderivative like lnx\ln|x| or split the integral. This emphasizes that the student, not the CAS, is ultimately responsible for mathematical rigor.

Q19. Which of the following is a valid approach to evaluate x2sinxdx\int x^2 \sin x dx using an integral table?

A.Look up the formula for xnsinxdx\int x^n \sin x dx and identify n=2n=2. ✅
B.Use the formula for xsinxdx\int x \sin x dx and then integrate the result by parts.
C.Use the formula for sinxdx\int \sin x dx and then apply integration by parts to the resulting polynomial.
D.The integral cannot be evaluated using a table and must be solved by repeated integration by parts.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a direct Easy of a table formula. The Endpaper Integral Table has a comprehensive category for integrals of the form p(x)f(x)dx\int p(x)f(x)dx where p(x)p(x) is a polynomial. A formula for xnsinxdx\int x^n \sin x dx is available, which expresses the integral in terms of the derivatives of xnx^n. The student would identify n=2n=2 and the coefficient of xx in sinx\sin x (which is 1) and apply the formula. This is much faster than performing repeated integration by parts by hand.

Q20. A student attempts to evaluate x/(1+x3)dx\int \sqrt{x} / (1 + \sqrt[3]{x}) dx. They look for a direct match in the integral table but find none. Which substitution is the MOST appropriate first step to make the integral solvable using a table of integrals?

A.u=xu = \sqrt{x}
B.u=x3u = \sqrt[3]{x}
C.u=x1/6u = x^{1/6}
D.u=x+x3u = \sqrt{x} + \sqrt[3]{x}
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This is a classic problem for handling integrands with fractional exponents. The table is generally organized for rational functions or integrals with integer powers. By choosing a substitution where uu is xx raised to the power of the least common multiple of the denominators of the fractional exponents (which are 1/2 and 1/3, so LCM is 6), the fractional powers of xx become integer powers of uu. This transforms the entire integrand into a rational function of uu, which is much more likely to be found in the table. This is a crucial problem-solving strategy for expanding the utility of an integral table.

Q21. A user employs a CAS to evaluate cosxsinxdx\int \cos x \sin x dx. The CAS returns 14cos2x- \frac{1}{4}\cos 2x. A friend claims the correct answer is 12sin2x\frac{1}{2}\sin^2 x. Which statement is true?

A.The CAS is wrong; 12sin2x\frac{1}{2}\sin^2 x is the only correct answer.
B.The friend is wrong; 14cos2x- \frac{1}{4}\cos 2x is the only correct answer.
C.Both answers are correct because they differ by a constant. ✅
D.Both answers are incorrect; the correct answer is 14sin2x\frac{1}{4}\sin 2x.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This is a vital question about the equivalence of antiderivatives. Using the identity cos2x=12sin2x\cos 2x = 1 - 2\sin^2 x, the CAS's answer 1/4cos2x-1/4 \cos 2x can be rewritten as 1/4(12sin2x)=12sin2x1/4-1/4(1 - 2\sin^2 x) = \frac{1}{2}\sin^2 x - 1/4. The difference between this and the friend's answer 12sin2x\frac{1}{2}\sin^2 x is the constant 1/4-1/4. Both are valid antiderivatives of the same function. This demonstrates that a single function has infinitely many antiderivatives, all differing by a constant, and that CAS and human solutions can be equivalent even when they look different.

Q22. A student looking for 1+exdx\int \sqrt{1+e^x} dx in an integral table cannot find an exact match. They make a substitution u=exu = e^x. The resulting integral is 1+uudu\int \frac{\sqrt{1+u}}{u} du. Why is this a productive step?

A.It eliminates the exponential function and creates an integral with a simple algebraic form that is likely in the table. ✅
B.It makes the integrand a polynomial, which is always easier to integrate.
C.It is the only way to solve this integral, as it cannot be solved by any other method.
D.It simplifies the integral to a basic form u1/2du\int u^{-1/2} du.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This question emphasizes the strategy of using substitution to transform an integral from a less tractable form (involving exe^x) to a more standard algebraic form. The table has many entries for integrals containing a+bu\sqrt{a+bu}. The substitution u=exu=e^x is the natural choice to achieve this. While the resulting integral is not simply a polynomial, it is now of the form u+1udu\int \frac{\sqrt{u+1}}{u} du, which is a standard type found in most integral tables (often under forms involving a+bu\sqrt{a+bu}). This is a key problem-solving skill: using substitution to fit the 'catalog' of the table.

Q23. A student is using a computer algebra system to evaluate 1x10+xdx\int \frac{1}{x^{10}+x} dx. The CAS fails to produce an answer. The student then rewrites the integrand as 1x10(1+x9)\frac{1}{x^{10}(1+x^{-9})}. Which of the following is the MOST effective next step for a human to take that would also help the CAS?

A.Use the substitution u=x10+xu = x^{10}+x.
B.Use the substitution u=1+x9u = 1 + x^{-9}, which simplifies the integral to 19duu-\frac{1}{9}\int \frac{du}{u}. ✅
C.Use partial fraction decomposition on the original denominator.
D.Expand the denominator as a polynomial and use long division.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This is a higher-level question that tests problem-solving ingenuity. The key is recognizing that the derivative of 1+x91+x^{-9} is 9x10-9x^{-10}, which is closely related to the integrand. The given hint is crucial. By rewriting the integrand as x101+x9\frac{x^{-10}}{1+x^{-9}}, the substitution u=1+x9u = 1+x^{-9} gives du=9x10dxdu = -9x^{-10}dx, transforming the integral into a very simple form 19duu-\frac{1}{9}\int \frac{du}{u}. This is a classic 'trick' substitution that is not algorithmically obvious to a CAS, which tends to rely on standard patterns. This question tests the user's ability to creatively manipulate an integrand to make it solvable.

Q24. Consider the integral I=x29x2dxI = \int \frac{x^2}{\sqrt{9-x^2}} dx. A student uses a table and finds a formula for u2a2u2du\int \frac{u^2}{\sqrt{a^2-u^2}} du. After identifying a=3a=3, they get the result x29x2+92sin1(x/3)+C-\frac{x}{2}\sqrt{9-x^2} + \frac{9}{2}\sin^{-1}(x/3) + C. They then use a CAS which returns 12x9x2+92tan1(x9x2)-\frac{1}{2}x\sqrt{9-x^2} + \frac{9}{2}\tan^{-1}\left(\frac{x}{\sqrt{9-x^2}}\right). Are these results equivalent?

A.No, because the CAS result uses an inverse tangent, which is fundamentally different from an inverse sine.
B.No, because the coefficients of the terms are different.
C.Yes, because tan1(x/9x2)=sin1(x/3)\tan^{-1}(x/\sqrt{9-x^2}) = \sin^{-1}(x/3) for the relevant domain. ✅
D.Yes, but only if the constant of integration is chosen appropriately.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This is a sophisticated question about the equivalence of inverse trigonometric functions. It is a common trap to think that different inverse trig functions produce different results. However, for a right triangle with hypotenuse 3 and opposite side xx, sin1(x/3)\sin^{-1}(x/3) and tan1(x/9x2)\tan^{-1}(x/\sqrt{9-x^2}) both represent the same angle. This is a key trigonometric identity. The forms are perfectly equivalent, and the CAS has simply expressed the result in a different, but equally valid, trigonometric form. This highlights the importance of recognizing trig identities when verifying CAS outputs.

Q25. A student observes that a CAS returns the antiderivative of secxdx\int \sec x dx as ln(secx+tanx)\ln(\sec x + \tan x), while their integral table lists it as lnsecx+tanx\ln|\sec x + \tan x|. Which of the following statements accurately reflects the role of the user in this situation?

A.The CAS is correct because secx+tanx\sec x + \tan x is always positive.
B.The table is more correct because the absolute value makes the formula valid on a larger domain.
C.The user must understand that the domain of the integrand restricts the antiderivative, and both forms are correct within their respective domains, but the absolute value is more general. ✅
D.The CAS is wrong, and the user should always modify the output to include absolute values.
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: This is a nuanced question about domains. The derivative of ln(secx+tanx)\ln(\sec x + \tan x) is secx\sec x, but secx+tanx\sec x + \tan x is negative on certain intervals (e.g., x(π/2,3π/2)x \in (\pi/2, 3\pi/2)). On those intervals, ln(secx+tanx)\ln(\sec x + \tan x) is undefined. The form with absolute value, lnsecx+tanx\ln|\sec x + \tan x|, is defined and is an antiderivative on those intervals as well. The user must be aware that the CAS may have returned an antiderivative that is only valid on a specific interval (the principal one). The correct, most general antiderivative on the entire domain of secx\sec x includes the absolute value. This emphasizes that the user is responsible for the generality and rigor of the result.

Q26. A student has used a CAS to find the antiderivative F(x)F(x) of f(x)f(x). To verify the result, the student differentiates F(x)F(x) and obtains f(x)f(x). What does this verification prove?

A.That the CAS has found the most general antiderivative, including all constants.
B.That the definite integral abf(x)dx=F(b)F(a)\int_a^b f(x) dx = F(b) - F(a) for any aa and bb in the domain.
C.That F(x)F(x) is a valid antiderivative of f(x)f(x) on the domain where the differentiation was performed. ✅
D.That the CAS output is completely correct and there are no issues with domains or constants.
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: Differentiation is the fundamental check for an indefinite integral. If the derivative of the CAS's output is the original integrand, it confirms that the output is a valid antiderivative. However, as seen in other questions, the antiderivative might only be valid on a portion of the domain (e.g., lnx\ln x vs lnx\ln|x|). Therefore, while differentiation proves the answer is correct on the interval where it is defined, it does not automatically prove it's the most general form or that it accounts for all domain restrictions. The user must still apply their own judgment to ensure the result is appropriate for the problem at hand.

Q27. What is the most critical assumption a user makes when using an integral table formula that is designated as a 'reduction formula'?

A.That the table has made the correct substitution.
B.That the table has correctly identified the constants aa and bb.
C.That the resulting integral with the reduced power is easier to evaluate or is itself a known integral. ✅
D.That the formula will work for all positive integers nn.
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: A reduction formula is not an endpoint but a process. It expresses an integral in terms of a simpler version of itself. The critical assumption is that this simpler version, with a reduced exponent or power, is easier to evaluate. The user must then apply the formula repeatedly (or a combination of formulas) until the integral is reduced to a base case that can be looked up or evaluated directly. The success of using a reduction formula depends entirely on this iterative process leading to a known solution.

Q28. A student is evaluating cosx1+sinxdx\int \frac{\cos x}{1+\sin x} dx. They could use a u-substitution, but they want to use a table. Which table entry is most appropriate, and what modification is needed?

A.A formula for duu\int \frac{du}{u}, using the substitution u=1+sinxu=1+\sin x. ✅
B.A formula for 1sinxdx\int \frac{1}{\sin x} dx, which is lncscxcotx\ln|\csc x - \cot x|.
C.A formula for cosxdx\int \cos x dx and then dividing by 1+sinx1+\sin x.
D.A formula for tanxdx\int \tan x dx, which is lnsecx\ln|\sec x|.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This question combines the idea of table use with u-substitution. The integral is not directly in the table, but by recognizing that d(1+sinx)=cosxdxd(1+\sin x) = \cos x dx, the user can make a mental substitution u=1+sinxu = 1+\sin x, transforming the integral into duu\int \frac{du}{u}. They then look up duu=lnu+C\int \frac{du}{u} = \ln|u|+C. The key is that the table is used in conjunction with a simple substitution; this is a very common practice to expand the scope of a table. It highlights the skill of recognizing integrand patterns and using them to match table formulas.

Q29. A student uses a CAS to evaluate dxx24\int \frac{dx}{x^2-4}. The CAS returns 14ln(2+x)+14ln(x2)-\frac{1}{4}\ln(2+x) + \frac{1}{4}\ln(x-2). A friend says this is wrong because the answer should be 14lnx2x+2\frac{1}{4}\ln\left|\frac{x-2}{x+2}\right|. Are these answers equivalent, and if so, under what condition?

A.No, they are not equivalent; the CAS has made an algebraic mistake.
B.Yes, they are exactly the same for all xx.
C.No, the CAS answer is only valid for x>2x>2, while the absolute value form is more general. ✅
D.Yes, they are equivalent, but the CAS answer has an unnecessary negative sign.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This tests understanding of domain and the properties of logarithms. The CAS's answer is a sum of logs. By combining them, we get 14ln(x2x+2)\frac{1}{4}\ln\left(\frac{x-2}{x+2}\right). However, the argument of this log, (x2)/(x+2)(x-2)/(x+2), is negative for 2<x<2-2 < x < 2. Therefore, the CAS's expression is only defined for x>2x>2 or x<2x<-2 (where the argument is positive). The friend's answer with absolute value, 14lnx2x+2\frac{1}{4}\ln\left|\frac{x-2}{x+2}\right|, is defined for xx in the domain of the original integrand (which is x±2x\neq \pm 2). Thus, the friend's answer is the more general and correct one, highlighting a common oversight by CAS.

Q30. A user is attempting to use a CAS to integrate 2xx2+1dx\int \frac{2x}{x^2+1} dx. The CAS returns ln(x2+1)\ln(x^2+1). The user then evaluates the definite integral from -1 to 1 and gets 0. Is this process correct?

A.No, the antiderivative is correct, but the definite integral from -1 to 1 is ln2\ln 2, not 0.
B.No, the antiderivative is missing a factor of 2.
C.Yes, the process is correct because ln(x2+1)\ln(x^2+1) is an even function, making its integral over [1,1][-1,1] equal to 0. ✅
D.No, the antiderivative is missing a constant of integration, which affects the value of the definite integral.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This is a question that tests multiple concepts. First, the antiderivative ln(x2+1)\ln(x^2+1) is correct (the derivative is 2x/(x2+1)2x/(x^2+1)). The user then evaluates F(1)F(1)=ln(1+1)ln(1+1)=ln2ln2=0F(1) - F(-1) = \ln(1+1) - \ln(1+1) = \ln 2 - \ln 2 = 0. This is indeed correct because ln(x2+1)\ln(x^2+1) is an even function, and the Fundamental Theorem of Calculus yields zero for a definite integral over a symmetric interval. The missing constant of integration is irrelevant for definite integrals as it cancels out. This question reinforces the core concepts of antiderivatives and definite integrals.

Q31. A student is using an integral table to evaluate 4x2xdx\int \frac{\sqrt{4-x^2}}{x} dx. They find a formula for a2u2udu\int \frac{\sqrt{a^2-u^2}}{u} du. What is the result of applying this formula with a=2a=2?

A.4x22ln2+4x2x+C\sqrt{4-x^2} - 2 \ln\left|\frac{2+\sqrt{4-x^2}}{x}\right| + C
B.124x2ln2+4x2x+C\frac{1}{2}\sqrt{4-x^2} - \ln\left|\frac{2+\sqrt{4-x^2}}{x}\right| + C
C.4x212ln2+4x2x+C\sqrt{4-x^2} - \frac{1}{2}\ln\left|\frac{2+\sqrt{4-x^2}}{x}\right| + C
D.24x2ln2+4x2x+C2\sqrt{4-x^2} - \ln\left|\frac{2+\sqrt{4-x^2}}{x}\right| + C
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a direct Easy of a table formula. The formula for a2u2udu\int \frac{\sqrt{a^2-u^2}}{u} du is a2u2alna+a2u2u+C\sqrt{a^2-u^2} - a \ln\left|\frac{a+\sqrt{a^2-u^2}}{u}\right| + C. By identifying a=2a=2 and u=xu=x, the student can directly substitute. This question tests the student's ability to correctly substitute parameters into a table formula, a skill that is essential for using an integral table efficiently.

Q32. A CAS is used to evaluate an integral, and the result is a long, complicated expression. The user suspects the answer could be simpler. What is the MOST effective strategy for the user to try to simplify the CAS output?

A.Accept the CAS output as the final answer, as the CAS is always correct.
B.Try to differentiate the CAS output to see if it simplifies to the integrand.
C.Try to use the CAS's own simplification commands, or use trigonometric and algebraic identities to manually manipulate the result into a more compact form. ✅
D.Re-input the integral into the CAS after making a different substitution.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This question addresses a common complaint about CAS outputs. The user should not blindly accept a complex result. The most effective first step is to try to simplify it. Modern CAS have built-in simplification functions that can often condense an expression. If that fails, the user can manually try to apply identities, like combining logarithms or using trigonometric identities. If the output contains sinh1\sinh^{-1}, for example, it can be rewritten as a ln\ln expression. Differentiating the output (which checks the result) can also give clues on how to simplify it. The goal is to get the result into a form that is useful for the Easy.

Q33. A user is evaluating dx1+sinx\int \frac{dx}{1+\sin x} using an integral table. They find the formula du1+sinu=tanusecu+C\int \frac{du}{1+\sin u} = \tan u - \sec u + C. After correctly applying the formula, they get tanxsecx+C\tan x - \sec x + C. They then rewrite this as sinx1cosx+C\frac{\sin x - 1}{\cos x} + C. Why might this rewritten form be considered a 'simpler' or more useful form?

A.It is a single fraction, which is generally considered simpler than the sum of two trigonometric terms. ✅
B.It eliminates the secant function, which is often a source of confusion for students.
C.It has a smaller absolute value for most xx than tanxsecx\tan x - \sec x.
D.It is the form used by all computer algebra systems.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: While both forms are mathematically correct, the single fraction form sinx1cosx\frac{\sin x - 1}{\cos x} is often preferred. The expression tanxsecx\tan x - \sec x involves two trigonometric functions, whereas the fraction combines them into one. This is often seen as a 'simpler' expression, especially when performing further algebraic manipulations or evaluating definite integrals. It also demonstrates the user's ability to see the connection between trigonometric functions and rewrite expressions in a more compact and cohesive way. This is an example of mathematical 'tidying up' a result for better communication and utility.

Q34. A student is working with a CAS and inputs an integral correctly. The CAS returns a result that contains an integral with a negative sign. The student panics, thinking this is an error. What is the most likely cause of this result?

A.The CAS has a bug and is displaying the result incorrectly.
B.The student mis-input the integral, changing the sign.
C.The CAS is showing an intermediate step in its integration process, not the final answer.
D.The CAS has used integration by parts or a substitution that naturally introduces a negative sign in a re-expression of the result; the final answer might still be correct. ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: A negative sign appearing in an intermediate or even final result is not necessarily an error. Many integration techniques, like integration by parts, naturally introduce negative signs. For example, xcosxdx=xsinxsinxdx\int x \cos x dx = x \sin x - \int \sin x dx. If a CAS shows this intermediate step, the student might see the negative integral and worry. Similarly, the antiderivative of sinx\sin x is cosx-\cos x. The student's role is to understand that algebraic and trigonometric identities, as well as the techniques of integration, often produce negative signs, and this is a normal part of the process. The student should verify the result by differentiating the final output, not by getting alarmed by signs.

Q35. You are evaluating 19x2dx\int \sqrt{1 - 9x^2} dx. What is the MOST important first step to prepare this integral for a table of integrals?

A.Rewrite the integral as 1(3x)2dx\int \sqrt{1 - (3x)^2} dx and then use the substitution u=3xu = 3x. ✅
B.Use the trigonometric substitution x=13sinθx = \frac{1}{3}\sin \theta and then look for a table formula.
C.Use integration by parts with u=19x2u = \sqrt{1-9x^2} and dv=dxdv = dx.
D.Look up the general formula for a2u2du\int \sqrt{a^2 - u^2} du and identify a=1,u=3xa=1, u=3x.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a classic case of aligning the integrand with the table's format. The Endpaper Integral Table has a formula for a2u2du\int \sqrt{a^2 - u^2} du. To use it, you must recognize that the integrand 19x2\sqrt{1 - 9x^2} is of that form with a=1a=1 and u=3xu=3x. However, du=3dxdu = 3 dx, so you need to substitute u=3xu=3x to make du=3dxdu = 3 dx. This transforms the integral into 131u2du\frac{1}{3}\int \sqrt{1-u^2} du, which directly matches the table formula with a=1a=1. This is a fundamental skill: preparing an integral by recognizing its pattern and using a substitution to match the table's 'template'.

Q36. A user has a CAS output 12lnx21+C\frac{1}{2} \ln|x^2 - 1| + C for an integral. The user is suspicious because the original integrand was a rational function. How can they definitively check if this CAS output is correct?

A.Check if the derivative of 12lnx21\frac{1}{2}\ln|x^2 - 1| equals the original integrand. ✅
B.Graph the original integrand and the derivative of the CAS output on the same axes.
C.Evaluate a definite integral numerically and compare it to the CAS result.
D.Substitute a specific value of xx into both the integrand and the derivative of the CAS output.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The most definitive check for an indefinite integral is differentiation. The Fundamental Theorem of Calculus states that differentiation is the inverse of integration. By differentiating the CAS's proposed antiderivative, the user can see if the result is the original integrand. If it is, the result is correct (on that domain). Graphing or numerical checks are helpful but less rigorous and can miss cases where functions are almost equal but not exactly. Checking a single point is insufficient, as it won't verify the function's form. This emphasizes the core relationship between differentiation and integration.

🔗 Related Topics (MCQs)