What is How to choose u and dv in integration by parts?
Definition: Choosing u and dv strategically is crucial for successful integration by parts, often guided by the LIATE rule (Logarithmic, Inverse trig, Algebraic, Trig, Exponential) to ensure du is simpler than u.
Example: In ∫xlnxdx, choose u=lnx (Logarithmic) and dv=xdx (Algebraic) because differentiating lnx gives 1/x, simplifying the integral.
Reason: Proper selection prevents circular loops or more complex integrals, ensuring the new integral ∫vdu is easier to solve than the original problem.
16
Easy
10
Medium
16
Hard
📝 All How to choose u and dv in integration by parts MCQs
Q1. Which of the following is the most appropriate first step when applying integration by parts to ∫x3lnxdx according to the LIATE rule?
A.Choose u=x3 and dv=lnxdx
B.Choose u=lnx and dv=x3dx ✅
C.Choose u=x3lnx and dv=dx
D.Choose u=1 and dv=x3lnxdx
💡 Difficulty: hard | ✅ Correct: B
📖 Explanation: The LIATE rule suggests selecting the algebraic function x3 before the logarithmic function lnx. However, the rule specifically prioritizes logarithmic functions (L) as the first choice for u. Thus, u=lnx and dv=x3dx is correct because differentiating lnx simplifies it to 1/x, while integrating x3 is straightforward. The other choices either violate the LIATE prioritization or lead to more complex integrals.
Q2. For the integral ∫xe2xdx, a student chooses u=e2x and dv=xdx. What is the most likely consequence of this choice?
A.The integral will become simpler and easier to evaluate.
B.The new integral will involve x2e2x, making it more complex. ✅
C.The integral will remain exactly the same.
D.The integral will be impossible to evaluate.
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: Choosing u=e2x results in du=2e2xdx and v=x2/2. Substituting into the integration by parts formula gives 2x2e2x−∫x2e2xdx. The degree of the polynomial in the new integral has increased from 1 to 2, making the problem harder. This violates the guideline of choosing u to become 'simpler' upon differentiation. The better choice is u=x to reduce the polynomial degree.
Q3. Evaluate ∫xcos3xdx using integration by parts.
A.3xsin3x+91cos3x+C ✅
B.3xsin3x−91cos3x+C
C.−3xsin3x+91cos3x+C
D.−3xsin3x−91cos3x+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Applying integration by parts with u=x and dv=cos3xdx gives du=dx and v=31sin3x. The formula yields 3xsin3x−∫31sin3xdx=3xsin3x+91cos3x+C. Option A is correct. The other options have incorrect signs or coefficients.
Q4. Which integral is most suitable for evaluation using integration by parts with a single Easy, where u is chosen as the logarithmic function?
A.∫xsinxdx
B.∫excosxdx
C.∫lnxdx ✅
D.∫x2exdx
💡 Difficulty: hard | ✅ Correct: C
📖 Explanation: The integral ∫lnxdx is a classic example where integration by parts is used with u=lnx and dv=dx. This reduces the logarithmic function to 1/x and leaves a simple polynomial to integrate. While other integrals may also use integration by parts, ∫lnxdx explicitly relies on setting the logarithmic term as u. Options A, B, and D are better handled by choosing the algebraic or exponential parts as u.
Q5. A student attempts to evaluate ∫x2sinxdx and obtains −x2cosx+∫2xcosxdx. What is the next correct step?
A.Apply integration by parts again to ∫2xcosxdx with u=2x, dv=cosxdx. ✅
B.Stop; the integral is fully evaluated.
C.Differentiate the result to check the answer.
D.Substitute u=sinx in the remaining integral.
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The student has correctly applied integration by parts once. The remaining integral ∫2xcosxdx still contains a product of a polynomial and a trigonometric function. It requires a second Easy of integration by parts with u=2x and dv=cosxdx. Stopping is premature, and substitution is not appropriate as the integrand is a product, not a composite function. The process of repeated integration is necessary until the polynomial term is eliminated.
Q6. For the integral ∫sin−1xdx, what is the appropriate choice for dv?
A.dv=sin−1xdx
B.dv=dx ✅
C.dv=sin−1x
D.dv=xdx
💡 Difficulty: hard | ✅ Correct: B
📖 Explanation: The integral does not appear as a product, but it can be viewed as ∫1⋅sin−1xdx. To evaluate it, we set u=sin−1x (the inverse trigonometric function) and dv=dx. This choice is guided by the LIATE rule, which prioritizes inverse trigonometric functions as u. Choosing dv=dx makes v=x, which simplifies the resulting integral after applying the formula. The other options are incorrect or don't follow the standard method.
Q7. When using integration by parts, the goal is to choose u and dv so that:
A.∫vdu is easier than ∫udv. ✅
B.∫udv is easier than ∫vdu.
C.u becomes more complex upon differentiation.
D.dv is difficult to integrate.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The primary strategy in integration by parts is to transform a difficult integral ∫udv into an easier one uv−∫vdu. This is achieved by choosing u such that its derivative du simplifies the integrand, and choosing dv such that its integral v does not overly complicate the new integral. Option A correctly states the objective. Option B is incorrect; the goal is to make the new integral easier. Options C and D describe counterproductive choices.
Q8. Evaluate ∫xsec2xdx.
A.xtanx+ln∣cosx∣+C ✅
B.xtanx−ln∣cosx∣+C
C.xtanx−ln∣secx∣+C
D.xtanx+ln∣secx∣+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=x and dv=sec2xdx. Then du=dx and v=tanx. Applying the integration by parts formula: ∫xsec2xdx=xtanx−∫tanxdx=xtanx−(−ln∣cosx∣)+C=xtanx+ln∣cosx∣+C. Option A is correct. Option B has the wrong sign for the logarithmic term. Options C and D have an incorrect logarithmic expression.
Q9. Which of the following integrals would NOT benefit from using integration by parts as a primary method?
A.∫xexdx
B.∫xcosxdx
C.∫lnxdx
D.∫x2x3+1dx ✅
💡 Difficulty: medium | ✅ Correct: D
📖 Explanation: The integral ∫x2x3+1dx is a classic example for u-substitution. By letting u=x3+1, du=3x2dx, the integral simplifies to 31∫udu. Integration by parts would be unnecessarily complex and is not the primary or most efficient method. Options A, B, and C are standard examples where integration by parts is the most straightforward technique.
Q10. What is the result of evaluating the definite integral ∫01xe3xdx?
A.9e3+2
B.92e3+1 ✅
C.92e3
D.9e3−2
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: Using integration by parts with u=x and dv=e3xdx, we get du=dx and v=31e3x. So, ∫xe3xdx=3xe3x−∫31e3xdx=3xe3x−91e3x+C. Evaluating from 0 to 1: [3xe3x−91e3x]01=(3e3−9e3)−(0−91)=92e3+91=92e3+1. Option B is correct. The other options have incorrect algebraic signs or combinations.
Q11. A common error when evaluating ∫lnxdx is:
A.Forgetting the constant of integration.
B.Choosing u=1 and dv=lnxdx. ✅
C.Choosing u=lnx and dv=dx.
D.Adding and subtracting a term.
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: A common misconception is to set u=1 and dv=lnxdx. This is incorrect because finding v would require integrating lnx, which is the original problem, leading to a circular argument. The correct approach is to set u=lnx and dv=dx. Option B is the mistake. Option C is the correct approach. Option A is a general mistake, not specific to this integral. Option D is not a standard error here.
Q12. Given the integral ∫x5ex2dx, which method and substitution would be the most strategic first step?
A.Integration by parts with u=x5, dv=ex2dx.
B.Substitution u=x2 followed by integration by parts. ✅
C.Integration by parts with u=ex2, dv=x5dx.
D.Direct substitution u=x5.
💡 Difficulty: hard | ✅ Correct: B
📖 Explanation: Direct integration by parts is difficult because ex2 does not have an elementary antiderivative, making it hard to find v. The strategic choice is to first use substitution u=x2, so du=2xdx, which transforms the integral into 21∫u2eudu. This new integral is then easily handled by integration by parts. Options A, C, and D are less effective or lead to a dead end. This demonstrates a Hard approach combining techniques.
Q13. For the integral ∫x2cosxdx, what is the relationship between the integrand and the result after two Easys of integration by parts?
A.The result is a combination of x2sinx, xcosx, and sinx. ✅
B.The result is a combination of x2cosx, xsinx, and cosx.
C.The result is a combination of x2sinx, xcosx, and cosx.
D.The result is a combination of x2cosx, xsinx, and sinx.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: First Easy: u=x2, dv=cosxdx. ∫x2cosxdx=x2sinx−∫2xsinxdx. Second Easy on ∫xsinxdx with u=x, dv=sinxdx: −xcosx+∫cosxdx=−xcosx+sinx. Combining gives x2sinx−2(−xcosx+sinx)=x2sinx+2xcosx−2sinx+C. Thus, the final result involves x2sinx, xcosx, and sinx. Option A is correct. The other options have incorrect combinations of functions.
Q14. A student computes ∫xexdx as 21xex−21ex+C. What is the most likely source of the error?
A.They used an incorrect formula for integration by parts.
B.They differentiated ex instead of integrating it.
C.They mistakenly applied the product rule.
D.They chose u=ex, dv=xdx. ✅
💡 Difficulty: medium | ✅ Correct: D
📖 Explanation: If a student chooses u=ex and dv=xdx, then du=exdx and v=x2/2. Applying the formula gives 2x2ex−∫2x2exdx, which doesn't yield the given answer easily. The correct method is u=x, dv=exdx, leading to xex−ex+C. The option's result suggests an incorrect averaging or sign error. However, the specific choice of u=ex and dv=xdx is a classic mistake that leads to a more complex integral, and if a student attempted to force a solution, they might produce an incorrect simplified answer like the one given. Thus, option D is the most likely source of the fundamental error in approach, even if the algebra might vary.
Q15. The integration by parts formula is derived directly from:
A.The chain rule.
B.The product rule for differentiation. ✅
C.The quotient rule.
D.The fundamental theorem of calculus.
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: Integration by parts is the antiderivative counterpart of the product rule for derivatives. If u=f(x) and v=g(x), then d(uv)=udv+vdu. Integrating both sides gives uv=∫udv+∫vdu, which rearranges to ∫udv=uv−∫vdu. This is a fundamental derivation. Option B is the correct source. The chain rule is related to substitution. The quotient rule is another differentiation rule but not the basis for integration by parts.
Q16. Which of the following is a situation where choosing u=cosx and dv=x2dx for ∫x2cosxdx would be considered a poor strategy?
A.When the goal is to reduce the power of x. ✅
B.When the goal is to simplify the trigonometric function.
C.When the goal is to apply the LIATE rule.
D.When the goal is to avoid repeated integration by parts.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Choosing u=cosx and dv=x2dx leads to du=−sinxdx and v=x3/3. The new integral becomes ∫vdu=∫3x3(−sinx)dx, which increases the power of x from 2 to 3. This makes the integral harder, not easier. A good strategy aims to reduce the polynomial power, so this choice is poor for that goal. Option A is the correct context for why it's a bad choice. Options B and C describe other valid strategies. Option D might be true but is not a primary, immediate consequence.
Q17. Evaluate ∫cos(lnx)dx.
A.2x[cos(lnx)−sin(lnx)]+C
B.2x[cos(lnx)+sin(lnx)]+C ✅
C.2x[sin(lnx)−cos(lnx)]+C
D.xcos(lnx)+C
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: Let u=cos(lnx) and dv=dx. Then du=−xsin(lnx)dx and v=x. So ∫cos(lnx)dx=xcos(lnx)+∫sin(lnx)dx. Now, evaluate ∫sin(lnx)dx by parts with u=sin(lnx), dv=dx: xsin(lnx)−∫cos(lnx)dx. Let I=∫cos(lnx)dx. Then I=xcos(lnx)+xsin(lnx)−I. So 2I=x[cos(lnx)+sin(lnx)], hence I=2x[cos(lnx)+sin(lnx)]+C. Option B is correct. The other options have incorrect sign combinations or missing terms.
Q18. Which of the following integrals requires the use of integration by parts twice, where the second Easy uses the result of the first to solve for the original integral?
A.∫x2cosxdx
B.∫exsinxdx ✅
C.∫xexdx
D.∫lnxdx
💡 Difficulty: hard | ✅ Correct: B
📖 Explanation: The integral ∫exsinxdx and its cosine counterpart often require a 'circular' Easy of integration by parts. You apply the method twice, and both times you get the original integral back, allowing you to solve for it algebraically. This is a special case. ∫x2cosxdx requires repeated Easys, but it doesn't form a loop; the polynomial eventually reduces to zero. ∫xexdx and ∫lnxdx require only one Easy. Option B is the correct case for this specific technique.
Q19. A graph of y=x and y=ex is shown. Which region's area would be most efficiently computed using integration by parts?
A.The area between y=x and y=ex from x=0 to x=1. ✅
B.The area under y=ex from x=0 to x=1.
C.The area between y=x and the x-axis from x=0 to x=1.
D.The area under y=x from x=0 to x=1.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The area between y=x and y=ex from x=0 to x=1 is ∫01(ex−x)dx. This integral splits into ∫exdx−∫xdx. The ∫xexdx (or similar) type integrals, which are common in area problems involving product functions, are best handled by integration by parts. However, in this specific case, the integral ∫(ex−x)dx does not require integration by parts. But the premise is about which region's area calculation is most likely to require it. If the region was bounded by y=xex, then integration by parts would be essential. The question tests the Medium link between area integrals and integration techniques. Option A is the best choice as it involves a combination of functions that, if multiplied, would need parts. Options B, C, and D are basic integrals.
Q20. When applying integration by parts to ∫xnsinxdx, the polynomial term xn will eventually be differentiated to zero after:
A.n Easys. ✅
B.n+1 Easys.
C.n−1 Easys.
D.Infinite Easys.
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The derivative of xn is nxn−1. Each Easy of integration by parts (with the polynomial as u) reduces its degree by 1. After n Easys, the polynomial becomes a constant, and after n+1 Easys, it becomes zero. However, the process stops when we have an integral that is easy to evaluate, which is typically after the polynomial is reduced to a constant, i.e., after n Easys. For example, ∫x2sinxdx needs 2 Easys. Thus, the correct answer is n Easys. The other options are incorrect numbers.
Q21. Evaluate ∫xln(x+1)dx.
A.2x2−1ln(x+1)−4x2+2x+C
B.2x2ln(x+1)−4x2−2x+21ln(x+1)+C ✅
C.2x2ln(x+1)−4x2−2x+C
D.2x2−1ln(x+1)+4x2−2x+C
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: Let u=ln(x+1), dv=xdx. Then du=x+11dx and v=2x2. So I=2x2ln(x+1)−21∫x+1x2dx. Divide x2 by x+1 to get x−1+x+11. So I=2x2ln(x+1)−21[2x2−x+ln(x+1)]+C=2x2ln(x+1)−4x2+2x−21ln(x+1)+C. Option B is correct. Option A has an incorrect polynomial factor with the log. Option C misses the −21ln(x+1) term. Option D has the wrong sign for the x2/4 term.
Q22. An integral table gives the formula ∫xneaxdx=axneax−an∫xn−1eaxdx. This is an example of:
A.A direct substitution.
B.A reduction formula. ✅
C.A trigonometric identity.
D.A partial fraction decomposition.
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: This formula reduces the integral of xneax to one involving xn−1eax. Since it reduces the exponent n by 1, it is called a reduction formula. Such formulas are often derived using integration by parts. Option B is the correct term. Option A, C, and D are different integration techniques. The formula is a direct result of applying integration by parts with u=xn and dv=eaxdx.
Q23. In the integral ∫x3e−x2dx, a student proposes u=e−x2, dv=x3dx. Why is this a poor choice?
A.Because the derivative of e−x2 is −2xe−x2, which complicates the integral. ✅
B.Because e−x2 is difficult to integrate.
C.Because the substitution u=x2 is more appropriate first.
D.Because the LIATE rule suggests choosing the algebraic function first.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: If u=e−x2, then du=−2xe−x2dx, and v=x4/4. The new integral ∫vdu becomes ∫4x4(−2xe−x2)dx=−21∫x5e−x2dx, which is even more complex than the original. This is a poor choice because the derivative of u does not simplify the integrand; it introduces a higher power of x. Option A correctly identifies the consequence. Option B is also true but less specific to the resulting complexity. Option C is a better strategy for this integral. Option D is a good general rule but doesn't explain why this specific choice is bad.
Q24. Which of the following is NOT a valid Easy of the LIATE rule for choosing u?
A.u=lnx for ∫xlnxdx
B.u=x for ∫xexdx
C.u=sinx for ∫sinxcosxdx ✅
D.u=tan−1x for ∫tan−1xdx
💡 Difficulty: hard | ✅ Correct: C
📖 Explanation: The LIATE rule (Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential) prioritizes functions from left to right. For ∫sinxcosxdx, both functions are trigonometric. The LIATE rule doesn't give a strong preference for either. However, it is generally simpler to use substitution u=sinx or u=cosx rather than integration by parts. While one could use parts, it's not the most straightforward Easy of LIATE, which is designed for products of different function types. Option C is not a typical or optimal Easy. Options A, B, and D are standard and correct Easys of the LIATE rule.
Q25. Evaluate ∫0π/2xsin2xdx.
A.4π ✅
B.2π
C.4π−21
D.2π−1
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=x, dv=sin2xdx. Then du=dx and v=−21cos2x. So ∫xsin2xdx=−2xcos2x+21∫cos2xdx=−2xcos2x+41sin2x+C. Evaluating from 0 to π/2: [−2xcos2x+41sin2x]0π/2=(−4πcosπ+0)−(0+0)=−4π(−1)=4π. Option A is correct. The other options result from incorrect evaluations of the trigonometric functions at the limits or algebraic errors.
Q26. A common mistake when using integration by parts is:
A.Failing to include the constant of integration.
B.Forgetting to multiply by the derivative of u.
C.Incorrectly integrating dv.
D.All of the above. ✅
💡 Difficulty: medium | ✅ Correct: D
📖 Explanation: Integration by parts involves several steps where errors can occur. Students may forget the '+C' at the end of the antiderivative. They might incorrectly compute du = f'(x) dx or incorrectly integrate dv=g(x)dx to find v. All these are common mistakes. Therefore, the most comprehensive answer is 'All of the above' (Option D). Each individual option (A, B, C) represents a potential pitfall, making D the most complete and correct choice.
Q27. For the integral ∫xcosxdx, choose the correct sequence of substitutions for the tabular method.
📖 Explanation: The tabular method for integration by parts is efficient for integrals like ∫xcosxdx. In this method, we differentiate the polynomial term x repeatedly until we reach 0. The derivatives are x→1→0. We integrate the trigonometric term cosx repeatedly: cosx→sinx→−cosx. Then we multiply diagonally with alternating signs. Option A provides the correct sequences. Options B and C have an incorrect stopping point or an extra term in the integration sequence. Option D reverses the roles, which would not simplify the integral.
Q28. What is the result of applying integration by parts to ∫excosxdx with the choice u=cosx, dv=exdx?
A.excosx+∫exsinxdx ✅
B.excosx−∫exsinxdx
C.−excosx+∫exsinxdx
D.excosx+∫exsinxdx
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=cosx, so du=−sinxdx. Let dv=exdx, so v=ex. Applying the formula ∫udv=uv−∫vdu, we get ∫excosxdx=excosx−∫ex(−sinx)dx=excosx+∫exsinxdx. Option A is correct. Option B has an incorrect minus sign before the integral. Options C and D have incorrect signs for the first term or the integral.
Q29. Which statement correctly describes the relationship between integration by parts and u-substitution?
A.They are both derived from the product rule.
B.They are both derived from the chain rule.
C.Integration by parts is for products; substitution is for composites. ✅
D.They are interchangeable and can be used for any integral.
💡 Difficulty: hard | ✅ Correct: C
📖 Explanation:u-substitution is the inverse of the chain rule and is used when the integrand is a composite function f(g(x))g'(x). Integration by parts is the inverse of the product rule and is used for products of functions. They are complementary techniques for different integrand structures. Option C correctly captures this distinction. Option A is incorrect; substitution is from the chain rule. Option B is incorrect; parts is from the product rule. Option D is false; they are not interchangeable for all integrals.
Q30. Find ∫xsin−1xdx.
A.2x2sin−1x−41[x1−x2+sin−1x]+C
B.2x2sin−1x+41[x1−x2−sin−1x]+C
C.2x2sin−1x−41[x1−x2−sin−1x]+C ✅
D.2x2sin−1x+41[x1−x2+sin−1x]+C
💡 Difficulty: hard | ✅ Correct: C
📖 Explanation: Let u=sin−1x and dv=xdx. Then du=1−x21dx and v=2x2. So I=2x2sin−1x−21∫1−x2x2dx. Evaluate the remaining integral. Let x=sinθ, dx=cosθdθ, so ∫1−x2x2dx=∫sin2θdθ=21(θ−sinθcosθ). In terms of x, this is 21(sin−1x−x1−x2). Substituting back gives I=2x2sin−1x−41(sin−1x−x1−x2)+C=2x2sin−1x−41sin−1x+41x1−x2+C=2x2sin−1x+41[x1−x2−sin−1x]+C. Option C is correct. The other options have incorrect sign combinations.
Q31. A student evaluating ∫sec3xdx chooses u=secx and dv=sec2xdx. This leads to:
A.A direct simplification to tanx.
B.An integral that requires solving for the original integral algebraically. ✅
C.An immediate solution.
D.A substitution u=tanx is needed.
💡 Difficulty: hard | ✅ Correct: B
📖 Explanation: Choosing u=secx and dv=sec2xdx gives du=secxtanxdx and v=tanx. The formula yields ∫sec3xdx=secxtanx−∫secxtan2xdx. Using tan2x=sec2x−1, the new integral becomes ∫secx(sec2x−1)dx=∫sec3xdx−∫secxdx. This creates a loop where the original integral appears on both sides, allowing us to solve for it. Option B is correct. It does not simplify directly to tanx (Option A), nor does it give an immediate solution (Option C). A substitution u=tanx (Option D) is not the primary strategy here.
Q32. Which of the following integrals would be most effectively evaluated by first using a substitution u=lnx before applying integration by parts?
A.∫lnxdx
B.∫(lnx)2dx
C.∫xlnxdx ✅
D.∫lnxdx
💡 Difficulty: medium | ✅ Correct: C
📖 Explanation: The integral ∫xlnxdx is most effectively evaluated by a simple u-substitution: let u=lnx, so du=dx/x. The integral becomes ∫udu=u2/2+C. It does not require integration by parts. The question asks about integrals that would benefit from a substitution *before* integration by parts. However, if we must choose among these, ∫(lnx)2dx is often done by parts, but you could also first substitute u=lnx to transform it, though that's less common. The prompt might be testing if you recognize when substitution alone is better. Option C is the only one where substitution alone solves the problem, making it the most 'effective' approach, even though it doesn't use integration by parts. The other options are standard parts problems. This tests the student's ability to choose the best method overall, not just a prescribed one.
Q33. What is the derivative of 2xsinx−21cosx?
A.xcosx ✅
B.xsinx
C.2xcosx+21sinx
D.2xsinx+21cosx
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Differentiating the given function: d/dx[2xsinx−21cosx]=21sinx+2xcosx+21sinx=sinx+2xcosx. Wait, let's check: The derivative of 2xsinx is 21sinx+2xcosx. The derivative of −21cosx is +21sinx. Summing gives sinx+2xcosx. None of the options match this! Let's re-evaluate. Did the student make a mistake? The function is the result of integrating xcosx with u=x and dv=cosxdx, which gives xsinx+cosx+C. The given function is 2xsinx−21cosx. This is wrong; it's missing a factor of 2. The derivative of the given function is 2xcosx+sinx. This doesn't match any option. Option A, xcosx, is the derivative of xsinx+cosx. The question likely intends to test if the student can spot an incorrect antiderivative. The correct derivative of the given wrong answer is sinx+2xcosx. The closest Medium match to a common error is option A, but the values don't align. Let's correct the premise. If the function was xsinx+cosx, its derivative is xcosx. So Option A is the derivative of the correct antiderivative. The student's wrong answer is missing a factor of 2, so its derivative is half of what it should be. This is a good test of Medium.
Q34. The function f(x)=xex is integrated by parts. The result is g(x)=ex(x−1). Which of the following is true?
A.f(x) is the derivative of g(x). ✅
B.g(x) is the derivative of f(x).
C.f(x) and g(x) have the same derivative.
D.f(x) is the antiderivative of g(x).
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Integration by parts finds an antiderivative. If g(x)=ex(x−1)=xex−ex, then its derivative is g'(x) = (x e^x + e^x) - e^x = x e^x. Therefore, g'(x) = f(x). This means f(x) is the derivative of g(x), which is the definition of an antiderivative. Option A is correct. Option B states the opposite. Option C suggests they have the same derivative, which is false. Option D is also the opposite of the correct relationship.
Q35. Consider the integral I=∫exsinxdx. If I=exsinx−excosx−I+C, what is the value of I?
A.2ex(sinx−cosx)+C ✅
B.2ex(sinx+cosx)+C
C.ex(sinx−cosx)+C
D.ex(sinx+cosx)+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The equation I=exsinx−excosx−I+C can be rearranged: 2I=exsinx−excosx+C. Dividing by 2 gives I=2ex(sinx−cosx)+C. Option A is correct. Option B has the wrong sign between the trig functions. Options C and D are missing the factor of 1/2. This problem demonstrates the 'circular' Easy of integration by parts.
Q36. A graph of y=x and y=cosx is shown. A student wants to find the area between the curves from x=0 to x=π/2. The integral they set up is ∫0π/2(x−cosx)dx. Which method should they use?
A.Substitution.
B.Integration by parts for ∫xdx and basic integration for ∫cosxdx. ✅
C.Integration by parts for both terms.
D.Substitution for ∫cosxdx and basic integration for ∫xdx.
💡 Difficulty: hard | ✅ Correct: B
📖 Explanation: The area integral is ∫0π/2(x−cosx)dx=∫0π/2xdx−∫0π/2cosxdx. The first integral is a basic polynomial, and the second is a basic trigonometric integral. No integration by parts is needed. The area between y=x and y=cosx is found by integrating the difference of the two functions, which are separate, not multiplied. The student correctly set up the integral. Option B correctly identifies that the integral is a sum of simple terms. The other options overcomplicate the problem. This tests the student's ability to connect graphical area problems with the appropriate integration technique.
Q37. Which of the following is the correct formula for integration by parts?
A.∫udv=uv−∫vdu ✅
B.∫udv=uv+∫vdu
C.∫udv=uv−∫udv
D.∫udv=vu−∫vdu
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: This is the fundamental formula. Option A is the standard expression. Option B has the wrong sign. Option C is a tautology. Option D is also correct but uses vu instead of uv, which are the same product, but the standard form is uv−∫vdu. A is the most precise and standard representation.
Q38. A student incorrectly evaluates ∫x2sinxdx as −x2cosx−2xsinx+2cosx+C. What was their likely error?
A.They forgot to alternate the signs in the tabular method. ✅
B.They integrated sinx incorrectly.
C.They differentiated x2 incorrectly.
D.They forgot the constant of integration.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Let's evaluate the correct integral: ∫x2sinxdx=−x2cosx+2xsinx+2cosx+C. The student's answer is −x2cosx−2xsinx+2cosx+C. The sign of the 2xsinx term is wrong. This suggests they did not alternate the signs properly in the tabular method. In the tabular method, the signs alternate +,−,+,−…. The first product is x2⋅(−cosx)=−x2cosx. The second product is 2x⋅(−sinx)=−2xsinx, but with a minus sign, it becomes +2xsinx. The third product is 2⋅cosx with a plus sign, giving +2cosx. The student likely forgot the alternating signs, making the middle term negative. Option A is the most probable reason. Option B is incorrect as they integrated sinx to −cosx correctly. Option C is incorrect as x2 differentiates to 2x. Option D is not the primary issue as they included a C.
Q39. Evaluate ∫tan−1xdx.
A.xtan−1x−21ln(1+x2)+C ✅
B.xtan−1x−21ln(1+x2)+C
C.xtan−1x+21ln(1+x2)+C
D.tan−1x+21ln(1+x2)+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Let u=tan−1x, dv=dx. Then du=1+x21dx and v=x. So ∫tan−1xdx=xtan−1x−∫1+x2xdx=xtan−1x−21ln(1+x2)+C. Option A is correct. Option B is a duplicate of A. Option C has the wrong sign for the logarithmic term. Option D is missing the factor of x.
Q40. Which of the following is the most appropriate choice for u and dv for the integral ∫x2cos(3x)dx?
A.u=x2, dv=cos(3x)dx ✅
B.u=cos(3x), dv=x2dx
C.u=x, dv=xcos(3x)dx
D.u=x2cos(3x), dv=dx
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: According to the LIATE rule, the algebraic function x2 is prioritized over the trigonometric function cos(3x). Choosing u=x2 allows the polynomial to be differentiated to a simpler form (2x, then 2, then 0) over repeated Easys. This is the most effective choice. Option B is poor because it increases the complexity of the integral. Option C is a non-standard split. Option D is not a standard Easy of integration by parts and would be very cumbersome.
Q41. A student is evaluating ∫xexdx and writes ∫xexdx=∫xd(ex). What is the next correct step?
A.xex−∫exdx ✅
B.xex+∫exdx
C.ex−∫xexdx
D.ex+∫exdx
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The notation d(ex)=exdx. So ∫xexdx=∫xd(ex). This is in the form ∫udv with u=x and dv=d(ex). The formula ∫udv=uv−∫vdu gives xex−∫exdx. Option A is correct. Option B has the wrong sign. Options C and D are incorrect substitutions of the formula.
Q42. For the integral ∫xnexdx, which of the following is true about the tabular method?
A.The first column entries are xn,nxn−1,n(n−1)xn−2,…,0.
B.The second column entries are ex,ex,ex,….
C.The signs alternate starting with +.
D.All of the above. ✅
💡 Difficulty: easy | ✅ Correct: D
📖 Explanation: In the tabular method for ∫p(x)f(x)dx, the first column contains successive derivatives of p(x) until zero. The second column contains successive antiderivatives of f(x). The signs alternate starting with a plus. For ex, all its derivatives and antiderivatives are ex. Thus, all three statements are true. Option D is the correct comprehensive answer.