🎓 BookMCQ
← Back to 8. Principles of integral Evaluation

📝 Integral tables with reduction formulas (40 MCQs)

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

What is Integral tables with reduction formulas?

Definition:
Tables often include reduction formulas for powers of functions, allowing recursive calculation of integrals with high exponents by reducing them to lower powers step-by-step.

Example:
Using the table reduction for sinnxdx\int \sin^n x dx, one can compute sin4xdx\int \sin^4 x dx by repeatedly applying the formula until reaching sin0xdx\int \sin^0 x dx.

Reason:
Reduction formulas in tables streamline the integration of high-power functions, avoiding lengthy manual derivations and providing a structured path to the solution.

19
Easy
7
Medium
14
Hard

📝 All Integral tables with reduction formulas MCQs

Q1. Using reduction formula for sin4xdx\int \sin^4 x \, dx, what is the coefficient of xx in the final antiderivative?

A.38\frac{3}{8}
B.14\frac{1}{4}
C.34\frac{3}{4}
D.18\frac{1}{8}
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The reduction formula sinnxdx=1nsinn1xcosx+n1nsinn2xdx\int \sin^n x \, dx = -\frac{1}{n}\sin^{n-1}x \cos x + \frac{n-1}{n} \int \sin^{n-2}x \, dx applied recursively for n=4n=4 yields 38x14sin2x+132sin4x+C\frac{3}{8}x - \frac{1}{4}\sin 2x + \frac{1}{32}\sin 4x + C. The coefficient of the linear term xx comes from reducing the integral down to dx\int dx, which is 38\frac{3}{8}.

Q2. A student evaluates cos5xdx\int \cos^5 x \, dx using reduction formula and gets 15cos4xsinx+45(13cos2xsinx+23sinx)+C\frac{1}{5}\cos^4 x\sin x + \frac{4}{5}\left(\frac{1}{3}\cos^2 x\sin x + \frac{2}{3}\sin x\right) + C. What simplification error likely occurred?

A.The coefficient of sinx\sin x should be 815\frac{8}{15}, not 815\frac{8}{15} but the student forgot to distribute.
B.The 45\frac{4}{5} multiplier was applied incorrectly to all terms. ✅
C.The student used the formula for sinnx\sin^n x instead of cosnx\cos^n x.
D.The reduction formula should reduce exponent by 1, not by 2.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The correct antiderivative is 15cos4xsinx+45(13cos2xsinx+23cosxdx)\frac{1}{5}\cos^4 x\sin x + \frac{4}{5}\left(\frac{1}{3}\cos^2 x\sin x + \frac{2}{3}\int \cos x dx\right), which simplifies to 15cos4xsinx+415cos2xsinx+815sinx+C\frac{1}{5}\cos^4 x\sin x + \frac{4}{15}\cos^2 x\sin x + \frac{8}{15}\sin x + C. The student likely did not distribute 45\frac{4}{5} through the entire bracket, leading to incorrect coefficients.

Q3. An engineer needs to compute 0π/2sin6xdx\int_0^{\pi/2} \sin^6 x \, dx. Using reduction formula, what is the exact value?

A.5π32\frac{5\pi}{32}
B.3π16\frac{3\pi}{16}
C.5π16\frac{5\pi}{16}
D.3π32\frac{3\pi}{32}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Applying 0π/2sinnxdx=n1n0π/2sinn2xdx\int_0^{\pi/2} \sin^n x dx = \frac{n-1}{n} \int_0^{\pi/2} \sin^{n-2} x dx, for n=6n=6: 56×34×12×π2=5π32\frac{5}{6} \times \frac{3}{4} \times \frac{1}{2} \times \frac{\pi}{2} = \frac{5\pi}{32}. This is a direct Easy of reduction formulas in evaluating definite integrals over symmetric limits.

Q4. Which of the following integrals requires reduction formula Easy to evaluate efficiently?

A.xex2dx\int x e^{x^2} dx
B.sin3xcos2xdx\int \sin^3 x \cos^2 x dx
C.sec3xdx\int \sec^3 x dx
D.1x2+1dx\int \frac{1}{x^2+1} dx
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: sec3xdx\int \sec^3 x dx is classically evaluated using the reduction formula secnxdx=secn2xtanxn1+n2n1secn2xdx\int \sec^n x dx = \frac{\sec^{n-2}x \tan x}{n-1} + \frac{n-2}{n-1}\int \sec^{n-2}x dx. While sin3xcos2x\sin^3 x \cos^2 x can be handled by u-substitution, sec3x\sec^3 x typically requires reduction or integration by parts with a clever choice of uu and dvdv.

Q5. If In=sinnxdxI_n = \int \sin^n x \, dx, then the reduction formula In=1nsinn1xcosx+n1nIn2I_n = -\frac{1}{n}\sin^{n-1}x\cos x + \frac{n-1}{n} I_{n-2} is derived using:

A.Integration by parts with u=sinn1xu = \sin^{n-1}x and dv=sinxdxdv = \sin x \, dx
B.Substitution u=cosxu = \cos x
C.Trigonometric identity sin2x=1cos2x\sin^2 x = 1 - \cos^2 x
D.Direct integration of sinnx\sin^n x
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The reduction formula is derived by writing sinnx=sinn1xsinx\sin^n x = \sin^{n-1}x \sin x and applying integration by parts with u=sinn1xu = \sin^{n-1}x, dv=sinxdxdv = \sin x \, dx. This gives In=sinn1xcosx+(n1)sinn2xcos2xdxI_n = -\sin^{n-1}x \cos x + (n-1)\int \sin^{n-2}x \cos^2 x dx. Then using cos2x=1sin2x\cos^2 x = 1 - \sin^2 x and simplifying yields the formula.

Q6. Evaluate tan5xdx\int \tan^5 x \, dx using reduction formula tannxdx=tann1xn1tann2xdx\int \tan^n x dx = \frac{\tan^{n-1}x}{n-1} - \int \tan^{n-2}x dx. What is the result?

A.14tan4x12tan2x+lnsecx+C\frac{1}{4}\tan^4 x - \frac{1}{2}\tan^2 x + \ln|\sec x| + C
B.14tan4x12tan2xlnsecx+C\frac{1}{4}\tan^4 x - \frac{1}{2}\tan^2 x - \ln|\sec x| + C
C.14tan4x+12tan2xlnsecx+C\frac{1}{4}\tan^4 x + \frac{1}{2}\tan^2 x - \ln|\sec x| + C
D.14tan4x+12tan2x+lnsecx+C\frac{1}{4}\tan^4 x + \frac{1}{2}\tan^2 x + \ln|\sec x| + C
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Apply reduction formula twice: I5=14tan4xI3I_5 = \frac{1}{4}\tan^4 x - I_3, and I3=12tan2xI1I_3 = \frac{1}{2}\tan^2 x - I_1, with I1=tanxdx=lnsecxI_1 = \int \tan x dx = \ln|\sec x|. Combining gives 14tan4x12tan2x+lnsecx+C\frac{1}{4}\tan^4 x - \frac{1}{2}\tan^2 x + \ln|\sec x| + C. The alternating signs are crucial.

Q7. A student attempting to evaluate sin5xdx\int \sin^5 x \, dx using reduction formula stops after one Easy and writes 15sin4xcosx+45sin3xdx-\frac{1}{5}\sin^4 x\cos x + \frac{4}{5} \int \sin^3 x dx. What is the next step?

A.Apply reduction formula again to sin3xdx\int \sin^3 x dx
B.Substitute u=cosxu = \cos x
C.Use identity sin3x=(1cos2x)sinx\sin^3 x = (1-\cos^2 x)\sin x
D.Both A and C are valid next steps ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: After first reduction, sin3xdx\int \sin^3 x dx can be evaluated either by applying the reduction formula again (which gives 13sin2xcosx+23sinxdx-\frac{1}{3}\sin^2 x\cos x + \frac{2}{3}\int \sin x dx) or by substitution u=cosxu = \cos x. Both methods are correct and will yield equivalent results. The student's work is correct so far.

Q8. Which reduction formula is correctly stated for secnxdx\int \sec^n x \, dx?

A.secnxdx=secn1xtanxn1+n2n1secn2xdx\int \sec^n x dx = \frac{\sec^{n-1}x \tan x}{n-1} + \frac{n-2}{n-1} \int \sec^{n-2}x dx
B.secnxdx=secn2xtanxn1+n2n1secn2xdx\int \sec^n x dx = \frac{\sec^{n-2}x \tan x}{n-1} + \frac{n-2}{n-1} \int \sec^{n-2}x dx
C.secnxdx=secn2xtanxn1n2n1secn2xdx\int \sec^n x dx = \frac{\sec^{n-2}x \tan x}{n-1} - \frac{n-2}{n-1} \int \sec^{n-2}x dx
D.secnxdx=secn1xtanxn1n2n1secn2xdx\int \sec^n x dx = \frac{\sec^{n-1}x \tan x}{n-1} - \frac{n-2}{n-1} \int \sec^{n-2}x dx
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The standard reduction formula for secnx\sec^n x is secnxdx=secn2xtanxn1+n2n1secn2xdx\int \sec^n x dx = \frac{\sec^{n-2}x \tan x}{n-1} + \frac{n-2}{n-1} \int \sec^{n-2}x dx. This is derived by writing secnx=secn2xsec2x\sec^n x = \sec^{n-2}x \sec^2 x and applying integration by parts with u=secn2xu = \sec^{n-2}x, dv=sec2xdxdv = \sec^2 x dx. The signs and powers must match exactly.

Q9. What is cos6xdx\int \cos^6 x \, dx using reduction formula?

A.16cos5xsinx+524cos3xsinx+516x+532sin2x+C\frac{1}{6}\cos^5 x\sin x + \frac{5}{24}\cos^3 x\sin x + \frac{5}{16}x + \frac{5}{32}\sin 2x + C
B.16cos5xsinx+56(14cos3xsinx+38x+316sin2x)+C\frac{1}{6}\cos^5 x\sin x + \frac{5}{6}\left(\frac{1}{4}\cos^3 x\sin x + \frac{3}{8}x + \frac{3}{16}\sin 2x\right) + C
C.Both are equivalent ✅
D.Neither is correct
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: Applying reduction formula recursively: I6=16cos5xsinx+56I4I_6 = \frac{1}{6}\cos^5 x\sin x + \frac{5}{6}I_4, I4=14cos3xsinx+34I2I_4 = \frac{1}{4}\cos^3 x\sin x + \frac{3}{4}I_2, I2=12x+14sin2xI_2 = \frac{1}{2}x + \frac{1}{4}\sin 2x. Option B shows the expanded form, while option A shows the simplified form. Both are mathematically equivalent.

Q10. Using reduction formula, express 0πsin8xdx\int_0^{\pi} \sin^8 x \, dx in terms of 0πsin6xdx\int_0^{\pi} \sin^6 x \, dx.

A.780πsin6xdx\frac{7}{8} \int_0^{\pi} \sin^6 x dx
B.780πsin6xdx\frac{7}{8} \int_0^{\pi} \sin^6 x dx
C.780πsin6xdx\frac{7}{8} \int_0^{\pi} \sin^6 x dx
D.780πsin6xdx\frac{7}{8} \int_0^{\pi} \sin^6 x dx
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: For definite integrals from 0 to π\pi, 0πsinnxdx=n1n0πsinn2xdx\int_0^{\pi} \sin^n x dx = \frac{n-1}{n} \int_0^{\pi} \sin^{n-2} x dx. This follows from the reduction formula because the boundary term 1nsinn1xcosx-\frac{1}{n}\sin^{n-1}x\cos x evaluates to 0 at both 0 and π\pi. Thus I8=78I6I_8 = \frac{7}{8}I_6.

Q11. A common error when applying tannxdx=tann1xn1tann2xdx\int \tan^n x dx = \frac{\tan^{n-1}x}{n-1} - \int \tan^{n-2}x dx is:

A.Forgetting the minus sign between terms
B.Using sec2x\sec^2 x instead of tan2x\tan^2 x in the reduction
C.Misapplying the coefficient 1n1\frac{1}{n-1}
D.All of the above ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: Each listed error is common: the minus sign is often forgotten, students sometimes replace tann2x\tan^{n-2}x with secn2x\sec^{n-2}x, and the coefficient 1n1\frac{1}{n-1} is sometimes miswritten. The correct formula includes a minus sign and the coefficient 1n1\frac{1}{n-1} on the tann1x\tan^{n-1}x term.

Q12. What is the reduction formula for cotnxdx\int \cot^n x \, dx that is analogous to tangent?

A.cotnxdx=cotn1xn1cotn2xdx\int \cot^n x dx = -\frac{\cot^{n-1}x}{n-1} - \int \cot^{n-2}x dx
B.cotnxdx=cotn1xn1cotn2xdx\int \cot^n x dx = \frac{\cot^{n-1}x}{n-1} - \int \cot^{n-2}x dx
C.cotnxdx=cotn1xn1+cotn2xdx\int \cot^n x dx = -\frac{\cot^{n-1}x}{n-1} + \int \cot^{n-2}x dx
D.cotnxdx=cotn1xn1+cotn2xdx\int \cot^n x dx = \frac{\cot^{n-1}x}{n-1} + \int \cot^{n-2}x dx
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: For cotnx\cot^n x, the reduction formula is cotnxdx=cotn1xn1cotn2xdx\int \cot^n x dx = -\frac{\cot^{n-1}x}{n-1} - \int \cot^{n-2}x dx. The negative sign on the first term comes from the derivative of cotx\cot x being csc2x-\csc^2 x, and the minus sign between terms is analogous to the tangent formula.

Q13. If In=sinnxdxI_n = \int \sin^n x \, dx and nn is even, repeated Easy of reduction formula will eventually express InI_n in terms of:

A.sin0xdx=x\int \sin^0 x \, dx = x
B.sin1xdx=cosx\int \sin^1 x \, dx = -\cos x
C.sin2xdx=12x14sin2x\int \sin^2 x \, dx = \frac{1}{2}x - \frac{1}{4}\sin 2x
D.sin2xdx=12x+14sin2x\int \sin^2 x \, dx = \frac{1}{2}x + \frac{1}{4}\sin 2x
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: When nn is even, repeated reduction by 2 eventually reaches n=0n=0, giving sin0xdx=1dx=x\int \sin^0 x dx = \int 1 dx = x. When nn is odd, it reaches n=1n=1, giving cosx-\cos x. This is a key insight for evaluating integrals of sine and cosine powers.

Q14. Evaluate 0π/2cos7xdx\int_0^{\pi/2} \cos^7 x \, dx using reduction formula.

A.1635\frac{16}{35}
B.835\frac{8}{35}
C.3235\frac{32}{35}
D.2435\frac{24}{35}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: For odd nn, 0π/2cosnxdx=246(n1)357n\int_0^{\pi/2} \cos^n x dx = \frac{2\cdot4\cdot6\cdots(n-1)}{3\cdot5\cdot7\cdots n}. For n=7n=7, 246357=48105=1635\frac{2\cdot4\cdot6}{3\cdot5\cdot7} = \frac{48}{105} = \frac{16}{35}. This is the Wallis cosine formula derived from reduction formula.

Q15. A reduction formula In=n1nIn2I_n = \frac{n-1}{n} I_{n-2} is used to evaluate I10=0π/2cos10xdxI_{10} = \int_0^{\pi/2} \cos^{10} x dx. Starting from I0=π/2I_0 = \pi/2, what is I10I_{10}?

A.63π256\frac{63\pi}{256}
B.63π512\frac{63\pi}{512}
C.63π128\frac{63\pi}{128}
D.31π64\frac{31\pi}{64}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Apply recursively: I10=91078563412π2=97531108642π2=9453840π2=63256πI_{10} = \frac{9}{10}\cdot\frac{7}{8}\cdot\frac{5}{6}\cdot\frac{3}{4}\cdot\frac{1}{2}\cdot\frac{\pi}{2} = \frac{9\cdot7\cdot5\cdot3\cdot1}{10\cdot8\cdot6\cdot4\cdot2} \cdot \frac{\pi}{2} = \frac{945}{3840} \cdot \frac{\pi}{2} = \frac{63}{256}\pi.

Q16. Which of the following is NOT a correct Easy of a reduction formula?

A.sec3xdx=12secxtanx+12lnsecx+tanx+C\int \sec^3 x dx = \frac{1}{2}\sec x\tan x + \frac{1}{2}\ln|\sec x + \tan x| + C
B.tan4xdx=13tan3xtanx+x+C\int \tan^4 x dx = \frac{1}{3}\tan^3 x - \tan x + x + C
C.sin2xdx=12x14sin2x+C\int \sin^2 x dx = \frac{1}{2}x - \frac{1}{4}\sin 2x + C
D.cos5xdx=15cos4xsinx+45(13cos2xsinx+23cosx)+C\int \cos^5 x dx = \frac{1}{5}\cos^4 x\sin x + \frac{4}{5}\left(\frac{1}{3}\cos^2 x\sin x + \frac{2}{3}\cos x\right) + C
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: The last term in option D should be 23sinx\frac{2}{3}\sin x, not 23cosx\frac{2}{3}\cos x. The reduction formula for cosnx\cos^n x eventually reduces to cosxdx=sinx\int \cos x dx = \sin x. This is a common sign/function error when reducing.

Q17. How does the reduction formula In=1nsinn1xcosx+n1nIn2I_n = -\frac{1}{n}\sin^{n-1}x\cos x + \frac{n-1}{n}I_{n-2} relate to the derivative of sinn1xcosx\sin^{n-1}x\cos x?

A.The derivative of sinn1xcosx\sin^{n-1}x\cos x equals nsinn2xnsinnxn\sin^{n-2}x - n\sin^n x
B.The derivative of sinn1xcosx\sin^{n-1}x\cos x equals sinn2xsinnx\sin^{n-2}x - \sin^n x
C.The derivative of sinn1xcosx\sin^{n-1}x\cos x equals sinn2x+sinnx-\sin^{n-2}x + \sin^n x
D.The derivative of sinn1xcosx\sin^{n-1}x\cos x equals nsinn2x+nsinnx-n\sin^{n-2}x + n\sin^n x
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Derivative: ddx(sinn1xcosx)=(n1)sinn2xcos2xsinnx=(n1)sinn2x(1sin2x)sinnx=(n1)sinn2xnsinnx\frac{d}{dx}(\sin^{n-1}x\cos x) = (n-1)\sin^{n-2}x\cos^2 x - \sin^n x = (n-1)\sin^{n-2}x(1-\sin^2 x) - \sin^n x = (n-1)\sin^{n-2}x - n\sin^n x. Rearranging gives sinnx=1nddx(sinn1xcosx)+n1nsinn2x\sin^n x = -\frac{1}{n}\frac{d}{dx}(\sin^{n-1}x\cos x) + \frac{n-1}{n}\sin^{n-2}x, which integrates to the formula.

Q18. A problem requires evaluating sec5xdx\int \sec^5 x \, dx. Which sequence of reduction steps is correct?

A.I5=14sec3xtanx+34I3I_5 = \frac{1}{4}\sec^3 x\tan x + \frac{3}{4}I_3, I3=12secxtanx+12I1I_3 = \frac{1}{2}\sec x\tan x + \frac{1}{2}I_1
B.I5=14sec3xtanx+34I3I_5 = \frac{1}{4}\sec^3 x\tan x + \frac{3}{4}I_3, I3=12secxtanx+12I1I_3 = \frac{1}{2}\sec x\tan x + \frac{1}{2}I_1
C.I5=14sec3xtanx+34I3I_5 = \frac{1}{4}\sec^3 x\tan x + \frac{3}{4}I_3, I3=12secxtanx+12I1I_3 = \frac{1}{2}\sec x\tan x + \frac{1}{2}I_1
D.I5=14sec3xtanx+34I3I_5 = \frac{1}{4}\sec^3 x\tan x + \frac{3}{4}I_3, I3=12secxtanx+12I1I_3 = \frac{1}{2}\sec x\tan x + \frac{1}{2}I_1
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The correct reduction: I5=sec3xtanx4+34I3I_5 = \frac{\sec^3 x\tan x}{4} + \frac{3}{4}I_3, and I3=secxtanx2+12I1I_3 = \frac{\sec x\tan x}{2} + \frac{1}{2}I_1, where I1=secxdx=lnsecx+tanxI_1 = \int \sec x dx = \ln|\sec x + \tan x|. The coefficients and powers must be carefully tracked.

Q19. What is the primary advantage of using a reduction formula over direct integration?

A.It transforms a complex integral into a simpler form that can be evaluated recursively. ✅
B.It always produces a shorter answer.
C.It eliminates the need for trigonometric identities.
D.It avoids integration by parts entirely.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Reduction formulas systematically reduce the power of the function, making it possible to evaluate higher powers by repeated Easy. They often require integration by parts and identities, but provide a structured approach that is particularly useful for symbolic computation and pattern recognition.

Q20. Evaluate 0π/4tan6xdx\int_0^{\pi/4} \tan^6 x \, dx using reduction formula and the identity tan2x=sec2x1\tan^2 x = \sec^2 x - 1.

A.1513+1π4\frac{1}{5} - \frac{1}{3} + 1 - \frac{\pi}{4}
B.1513+1+π4\frac{1}{5} - \frac{1}{3} + 1 + \frac{\pi}{4}
C.15+13+1π4\frac{1}{5} + \frac{1}{3} + 1 - \frac{\pi}{4}
D.15+131+π4\frac{1}{5} + \frac{1}{3} - 1 + \frac{\pi}{4}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: I6=15tan5xI4I_6 = \frac{1}{5}\tan^5 x - I_4, I4=13tan3xI2I_4 = \frac{1}{3}\tan^3 x - I_2, I2=tanxxI_2 = \tan x - x. At x=π/4x = \pi/4, tanx=1\tan x = 1, so I6=1513+1π4I_6 = \frac{1}{5} - \frac{1}{3} + 1 - \frac{\pi}{4}. The alternating signs and evaluating at 0 (where tan=0) is key.

Q21. When using reduction formula cosnxdx=1ncosn1xsinx+n1ncosn2xdx\int \cos^n x dx = \frac{1}{n}\cos^{n-1}x\sin x + \frac{n-1}{n}\int \cos^{n-2}x dx, the term 1ncosn1xsinx\frac{1}{n}\cos^{n-1}x\sin x is often zero for definite integrals from 0 to π/2\pi/2. Why?

A.Because sin0=0\sin 0 = 0 and cos(π/2)=0\cos(\pi/2) = 0
B.Because sin(π/2)=0\sin(\pi/2) = 0 and cos0=0\cos 0 = 0
C.Because the term simplifies to a constant
D.Because the term integrates to zero
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: At x=0x=0, sin0=0\sin 0 = 0, so the term is 0. At x=π/2x=\pi/2, cos(π/2)=0\cos(\pi/2) = 0, so the term is 0. Thus the boundary term vanishes for this special interval, simplifying the evaluation to 0π/2cosnxdx=n1n0π/2cosn2xdx\int_0^{\pi/2} \cos^n x dx = \frac{n-1}{n} \int_0^{\pi/2} \cos^{n-2} x dx.

Q22. A student evaluates tan4xdx\int \tan^4 x \, dx and gets 13tan3x+tanxx+C\frac{1}{3}\tan^3 x + \tan x - x + C. Is this correct?

A.Yes, it is correct.
B.No, the sign before tanx\tan x should be negative. ✅
C.No, the coefficient of tan3x\tan^3 x should be 13\frac{1}{3}.
D.No, the term x-x should be +x+x.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The correct antiderivative is 13tan3xtanx+x+C\frac{1}{3}\tan^3 x - \tan x + x + C. The student likely used the reduction formula incorrectly: I4=13tan3xI2I_4 = \frac{1}{3}\tan^3 x - I_2, and I2=tanxxI_2 = \tan x - x, so I4=13tan3xtanx+x+CI_4 = \frac{1}{3}\tan^3 x - \tan x + x + C.

Q23. If In=0π/2sinnxdxI_n = \int_0^{\pi/2} \sin^n x \, dx, what is I2nI_{2n} in terms of I0I_0?

A.(2n1)!!(2n)!!π2\frac{(2n-1)!!}{(2n)!!} \cdot \frac{\pi}{2}
B.(2n1)!!(2n)!!π\frac{(2n-1)!!}{(2n)!!} \cdot \pi
C.(2n)!!(2n1)!!π2\frac{(2n)!!}{(2n-1)!!} \cdot \frac{\pi}{2}
D.(2n)!!(2n1)!!π\frac{(2n)!!}{(2n-1)!!} \cdot \pi
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is the Wallis sine formula: 0π/2sin2nxdx=135(2n1)246(2n)π2\int_0^{\pi/2} \sin^{2n} x dx = \frac{1\cdot3\cdot5\cdots(2n-1)}{2\cdot4\cdot6\cdots(2n)} \cdot \frac{\pi}{2}. This is derived by repeated Easy of the reduction formula In=n1nIn2I_n = \frac{n-1}{n}I_{n-2}.

Q24. Which of the following integrals would be best approached using a reduction formula?

A.sin4xcos2xdx\int \sin^4 x \cos^2 x dx
B.tan3xsec3xdx\int \tan^3 x \sec^3 x dx
C.sec4xtan2xdx\int \sec^4 x \tan^2 x dx
D.sin10xdx\int \sin^{10} x dx
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: While options A, B, and C can be handled by u-substitution or other methods, sin10xdx\int \sin^{10} x dx is most efficiently evaluated using the sine reduction formula. The reduction formula systematically reduces the power of sine, making it ideal for high even powers.

Q25. How would you evaluate sec7xdx\int \sec^7 x \, dx using reduction formula?

A.Apply reduction formula twice, ending with secxdx\int \sec x dx
B.Apply reduction formula twice, ending with sec3xdx\int \sec^3 x dx
C.Apply reduction formula three times, ending with secxdx\int \sec x dx
D.Apply reduction formula once, then substitute u=tanxu = \tan x
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: I7=sec5xtanx6+56I5I_7 = \frac{\sec^5 x\tan x}{6} + \frac{5}{6}I_5, I5=sec3xtanx4+34I3I_5 = \frac{\sec^3 x\tan x}{4} + \frac{3}{4}I_3, I3=secxtanx2+12I1I_3 = \frac{\sec x\tan x}{2} + \frac{1}{2}I_1, and I1=secxdxI_1 = \int \sec x dx. The reduction formula for odd powers eventually reduces to secx\sec x.

Q26. What is the result of applying reduction formula for sin3xdx\int \sin^3 x \, dx and then simplifying using sin2x=1cos2x\sin^2 x = 1 - \cos^2 x?

A.13cos3xcosx+C\frac{1}{3}\cos^3 x - \cos x + C
B.13cos3x+cosx+C-\frac{1}{3}\cos^3 x + \cos x + C
C.13sin3xsinx+C\frac{1}{3}\sin^3 x - \sin x + C
D.13sin3x+sinx+C-\frac{1}{3}\sin^3 x + \sin x + C
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: I3=13sin2xcosx+23sinxdx=13sin2xcosx23cosx+CI_3 = -\frac{1}{3}\sin^2 x\cos x + \frac{2}{3}\int \sin x dx = -\frac{1}{3}\sin^2 x\cos x - \frac{2}{3}\cos x + C. Using sin2x=1cos2x\sin^2 x = 1 - \cos^2 x, this becomes 13(1cos2x)cosx23cosx=13cosx+13cos3x23cosx=13cos3xcosx+C-\frac{1}{3}(1-\cos^2 x)\cos x - \frac{2}{3}\cos x = -\frac{1}{3}\cos x + \frac{1}{3}\cos^3 x - \frac{2}{3}\cos x = \frac{1}{3}\cos^3 x - \cos x + C.

Q27. A student evaluating 0π/2sin10xdx\int_0^{\pi/2} \sin^{10} x dx using reduction formula obtains 63π512\frac{63\pi}{512}. Is this correct?

A.Yes, because I10=91078563412π2I_{10} = \frac{9}{10}\cdot\frac{7}{8}\cdot\frac{5}{6}\cdot\frac{3}{4}\cdot\frac{1}{2}\cdot\frac{\pi}{2}
B.No, the final factor should be π\pi, not π/2\pi/2
C.No, the product should be 10987654321\frac{10}{9}\cdot\frac{8}{7}\cdot\frac{6}{5}\cdot\frac{4}{3}\cdot\frac{2}{1}
D.No, the product should be 91078563412\frac{9}{10}\cdot\frac{7}{8}\cdot\frac{5}{6}\cdot\frac{3}{4}\cdot\frac{1}{2}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The reduction formula for even powers from 0 to π/2\pi/2 is I2n=(2n1)!!(2n)!!π2I_{2n} = \frac{(2n-1)!!}{(2n)!!} \cdot \frac{\pi}{2}. For n=5n=5, 97531108642π2=9453840π2=63256π2=63π512\frac{9\cdot7\cdot5\cdot3\cdot1}{10\cdot8\cdot6\cdot4\cdot2} \cdot \frac{\pi}{2} = \frac{945}{3840} \cdot \frac{\pi}{2} = \frac{63}{256} \cdot \frac{\pi}{2} = \frac{63\pi}{512}.

Q28. What is the reduction formula for cscnxdx\int \csc^n x \, dx analogous to secnx\sec^n x?

A.cscnxdx=cscn2xcotxn1+n2n1cscn2xdx\int \csc^n x dx = -\frac{\csc^{n-2}x\cot x}{n-1} + \frac{n-2}{n-1}\int \csc^{n-2}x dx
B.cscnxdx=cscn2xcotxn1n2n1cscn2xdx\int \csc^n x dx = \frac{\csc^{n-2}x\cot x}{n-1} - \frac{n-2}{n-1}\int \csc^{n-2}x dx
C.cscnxdx=cscn1xcotxn1+n2n1cscn2xdx\int \csc^n x dx = \frac{\csc^{n-1}x\cot x}{n-1} + \frac{n-2}{n-1}\int \csc^{n-2}x dx
D.cscnxdx=cscn1xcotxn1n2n1cscn2xdx\int \csc^n x dx = -\frac{\csc^{n-1}x\cot x}{n-1} - \frac{n-2}{n-1}\int \csc^{n-2}x dx
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The standard reduction formula for cscnx\csc^n x is cscnxdx=cscn2xcotxn1+n2n1cscn2xdx\int \csc^n x dx = -\frac{\csc^{n-2}x\cot x}{n-1} + \frac{n-2}{n-1}\int \csc^{n-2}x dx. The negative sign comes from the derivative of cscx\csc x being cscxcotx-\csc x\cot x.

Q29. Evaluate 0π/2sin5xdx\int_0^{\pi/2} \sin^5 x \, dx using reduction formula.

A.815\frac{8}{15}
B.1615\frac{16}{15}
C.415\frac{4}{15}
D.215\frac{2}{15}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: For odd nn, 0π/2sin2n+1xdx=246(2n)357(2n+1)\int_0^{\pi/2} \sin^{2n+1} x dx = \frac{2\cdot4\cdot6\cdots(2n)}{3\cdot5\cdot7\cdots(2n+1)}. For n=2n=2 (since 2n+1=52n+1 = 5), 2435=815\frac{2\cdot4}{3\cdot5} = \frac{8}{15}. This is the Wallis sine formula for odd powers.

Q30. A reduction formula expresses InI_n in terms of In2I_{n-2}. What is the primary risk when applying this formula repeatedly?

A.Accumulation of arithmetic errors in coefficients
B.Forgetting the boundary term in definite integrals
C.Misapplying the formula for even vs odd n
D.All of the above ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: When applying reduction formulas repeatedly, each of these is a potential error: coefficients can become complex, boundary terms must be evaluated at each step, and the base case depends on parity. Careful bookkeeping is essential to avoid mistakes.

Q31. What is the value of 0πcos6xdx\int_0^{\pi} \cos^6 x \, dx using reduction formula?

A.5π16\frac{5\pi}{16}
B.5π8\frac{5\pi}{8}
C.3π16\frac{3\pi}{16}
D.3π8\frac{3\pi}{8}
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: For 0πcosnxdx\int_0^{\pi} \cos^n x dx, the reduction formula gives the same result as 0π/2cosnxdx\int_0^{\pi/2} \cos^n x dx multiplied by 2? Actually, 0πcos2nxdx=20π/2cos2nxdx=(2n1)!!(2n)!!π\int_0^{\pi} \cos^{2n} x dx = 2\int_0^{\pi/2} \cos^{2n} x dx = \frac{(2n-1)!!}{(2n)!!} \cdot \pi. For n=3n=3, 531642π=1548π=5π16\frac{5\cdot3\cdot1}{6\cdot4\cdot2} \cdot \pi = \frac{15}{48}\pi = \frac{5\pi}{16}.

Q32. If reduction formula for sinnx\sin^n x is applied to n=0n=0, what is I0I_0?

A.x+Cx + C
B.cosx+C-\cos x + C
C.sinx+C\sin x + C
D.00
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: When n=0n=0, sin0xdx=1dx=x+C\int \sin^0 x dx = \int 1 dx = x + C. This serves as the base case for even powers. The reduction formula reduces even powers down to I0I_0, which is xx.

Q33. Which of the following expressions is a correct simplification of sin7xcos2xdx\int \sin^7 x \cos^2 x dx using reduction formulas?

A.17cos7x25cos5x+13cos3xcosx+C\frac{1}{7}\cos^7 x - \frac{2}{5}\cos^5 x + \frac{1}{3}\cos^3 x - \cos x + C
B.17cos7x25cos5x+13cos3xcosx+C\frac{1}{7}\cos^7 x - \frac{2}{5}\cos^5 x + \frac{1}{3}\cos^3 x - \cos x + C
C.17cos7x25cos5x+13cos3xcosx+C\frac{1}{7}\cos^7 x - \frac{2}{5}\cos^5 x + \frac{1}{3}\cos^3 x - \cos x + C
D.17cos7x25cos5x+13cos3xcosx+C\frac{1}{7}\cos^7 x - \frac{2}{5}\cos^5 x + \frac{1}{3}\cos^3 x - \cos x + C
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Using u=cosxu = \cos x or sin7x=sinx(1cos2x)3\sin^7 x = \sin x(1-\cos^2 x)^3, the integral becomes (1u2)3u2du\int (1-u^2)^3 u^2 du. Expanding: (u23u4+3u6u8)du=13u335u5+37u719u9+C\int (u^2 - 3u^4 + 3u^6 - u^8) du = \frac{1}{3}u^3 - \frac{3}{5}u^5 + \frac{3}{7}u^7 - \frac{1}{9}u^9 + C. Substituting back gives the correct expression.

Q34. A table of integrals gives tannxdx=tann1xn1tann2xdx\int \tan^n x dx = \frac{\tan^{n-1}x}{n-1} - \int \tan^{n-2}x dx. Which is the corresponding reduction for cotnxdx\int \cot^n x dx?

A.cotnxdx=cotn1xn1cotn2xdx\int \cot^n x dx = -\frac{\cot^{n-1}x}{n-1} - \int \cot^{n-2}x dx
B.cotnxdx=cotn1xn1+cotn2xdx\int \cot^n x dx = -\frac{\cot^{n-1}x}{n-1} + \int \cot^{n-2}x dx
C.cotnxdx=cotn1xn1cotn2xdx\int \cot^n x dx = \frac{\cot^{n-1}x}{n-1} - \int \cot^{n-2}x dx
D.cotnxdx=cotn1xn1+cotn2xdx\int \cot^n x dx = \frac{\cot^{n-1}x}{n-1} + \int \cot^{n-2}x dx
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The correct reduction formula for cotnx\cot^n x is cotnxdx=cotn1xn1cotn2xdx\int \cot^n x dx = -\frac{\cot^{n-1}x}{n-1} - \int \cot^{n-2}x dx. The negative sign on the first term comes from the derivative of cotx\cot x being csc2x-\csc^2 x.

Q35. If sin8xdx=38x14sin2x+132sin4x+1128sin8x+C\int \sin^8 x \, dx = \frac{3}{8}x - \frac{1}{4}\sin 2x + \frac{1}{32}\sin 4x + \frac{1}{128}\sin 8x + C, what is 0πsin8xdx\int_0^{\pi} \sin^8 x \, dx?

A.3π8\frac{3\pi}{8}
B.3π4\frac{3\pi}{4}
C.3π16\frac{3\pi}{16}
D.3π2\frac{3\pi}{2}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The antiderivative contains terms sin2x,sin4x,sin8x\sin 2x, \sin 4x, \sin 8x, all of which evaluate to 0 at both 0 and π\pi. Only the linear term 38x\frac{3}{8}x contributes: 38(π0)=3π8\frac{3}{8}(\pi - 0) = \frac{3\pi}{8}.

Q36. What is the error in applying reduction formula secnxdx=secn2xtanxn1+n2n1secn2xdx\int \sec^n x dx = \frac{\sec^{n-2}x\tan x}{n-1} + \frac{n-2}{n-1}\int \sec^{n-2}x dx for n=2n=2?

A.It gives sec2xdx=tanx+01dx=tanx+C\int \sec^2 x dx = \tan x + 0 \cdot \int 1 dx = \tan x + C, which is correct.
B.It gives sec2xdx=tanx1+01dx=tanx+C\int \sec^2 x dx = \frac{\tan x}{1} + 0 \cdot \int 1 dx = \tan x + C, which is correct.
C.It gives sec2xdx=tanx+0\int \sec^2 x dx = \tan x + 0, but sec2xdx\int \sec^2 x dx is actually tanx\tan x, so no error.
D.All of the above confirm the formula works for n=2n=2. ✅
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: The reduction formula is valid for n2n \ge 2. For n=2n=2, sec0xtanx1+011dx=tanx+C\frac{\sec^0 x \tan x}{1} + \frac{0}{1}\int 1 dx = \tan x + C, which is correct. The formula breaks down for n=1n=1 because the denominator becomes 0, but n=2n=2 is fine.

Q37. In the derivation of cosnxdx=1ncosn1xsinx+n1ncosn2xdx\int \cos^n x dx = \frac{1}{n}\cos^{n-1}x\sin x + \frac{n-1}{n}\int \cos^{n-2}x dx, what is the key trigonometric identity used?

A.sin2x=1cos2x\sin^2 x = 1 - \cos^2 x
B.cos2x=1sin2x\cos^2 x = 1 - \sin^2 x
C.sin2x=2sinxcosx\sin 2x = 2\sin x\cos x
D.cos2xsin2x=cos2x\cos^2 x - \sin^2 x = \cos 2x
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: After applying integration by parts, one obtains cosnxdx=cosn1xsinx+(n1)cosn2xsin2xdx\int \cos^n x dx = \cos^{n-1}x\sin x + (n-1)\int \cos^{n-2}x\sin^2 x dx. Replacing sin2x\sin^2 x with 1cos2x1 - \cos^2 x and simplifying yields the reduction formula.

Q38. Which method is most efficient for evaluating 0π/2sin100xdx\int_0^{\pi/2} \sin^{100} x \, dx?

A.Using reduction formula repeatedly ✅
B.Using integration by parts
C.Using substitution u=cosxu = \cos x
D.Using a CAS
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Reduction formula In=n1nIn2I_n = \frac{n-1}{n}I_{n-2} gives a simple product formula. For n=100n=100, it is efficient to compute 99!!100!!π2\frac{99!!}{100!!} \cdot \frac{\pi}{2}. Integration by parts would be extremely tedious, and while a CAS is fast, the reduction formula provides insight and a closed form.

Q39. The reduction formula In=1nsinn1xcosx+n1nIn2I_n = -\frac{1}{n}\sin^{n-1}x\cos x + \frac{n-1}{n}I_{n-2} for sinnx\sin^n x is valid for:

A.n2n \ge 2
B.n0n \ge 0
C.n1n \ge 1
D.n3n \ge 3
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The formula is valid for n2n \ge 2. For n=0n=0 or n=1n=1, the base cases are handled separately. The formula reduces nn by 2, so it requires n20n-2 \ge 0 for the base case to be reached, hence n2n \ge 2.

Q40. What is sec4xdx\int \sec^4 x \, dx using reduction formula?

A.13sec2xtanx+23tanx+C\frac{1}{3}\sec^2 x\tan x + \frac{2}{3}\tan x + C
B.13sec2xtanx+23tanx+C\frac{1}{3}\sec^2 x\tan x + \frac{2}{3}\tan x + C
C.13sec2xtanx23tanx+C\frac{1}{3}\sec^2 x\tan x - \frac{2}{3}\tan x + C
D.13sec2xtanx23tanx+C\frac{1}{3}\sec^2 x\tan x - \frac{2}{3}\tan x + C
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: I4=sec2xtanx3+23I2I_4 = \frac{\sec^2 x\tan x}{3} + \frac{2}{3}I_2, and I2=tanxI_2 = \tan x. Thus I4=13sec2xtanx+23tanx+CI_4 = \frac{1}{3}\sec^2 x\tan x + \frac{2}{3}\tan x + C. This can also be verified by differentiating the result.

🔗 Related Topics (MCQs)