🎓 BookMCQ
← Back to 8. Principles of integral Evaluation

📝 Improper rational functions partial fractions (40 MCQs)

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

What is Improper rational functions partial fractions?

Definition:
If the degree of numerator P(x)P(x) is greater than or equal to denominator Q(x)Q(x), perform polynomial long division first to separate the proper rational part before applying partial fraction decomposition.

Example:
For x2+1x+1\frac{x^2+1}{x+1}, divide to get x1+2x+1x-1 + \frac{2}{x+1}. Integrate to x22x+2lnx+1+C\frac{x^2}{2} - x + 2\ln|x+1| + C.

Reason:
Partial fractions only apply to proper rational functions; division ensures the remainder is proper, allowing standard decomposition techniques to be applied correctly.

21
Easy
8
Medium
11
Hard

📝 All Improper rational functions partial fractions MCQs

Q1. For the improper rational function x3+2x21x21\frac{x^3+2x^2-1}{x^2-1}, what is the correct first step to evaluate its integral?

A.Perform long division to rewrite as x+2+x+1x21x+2 + \frac{x+1}{x^2-1}
B.Directly apply partial fraction decomposition without any modification
C.Use the substitution u=x21u = x^2 - 1
D.Rewrite as (x21)(x+2)+(x+1)x21\frac{(x^2-1)(x+2)+(x+1)}{x^2-1}
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The integrand is improper because the degree of numerator (3) is greater than that of denominator (2). The correct first step is to perform polynomial long division, which yields x+2+x+1x21x+2 + \frac{x+1}{x^2-1}. This separates the polynomial part x+2x+2 (which integrates easily) from a proper rational function that can then be decomposed using partial fractions. Directly applying partial fractions is incorrect because the method requires a proper fraction. The given rewrite in option D represents the same long division result but in a factored form.

Q2. Given the improper integral x4+1x2+1dx\int \frac{x^4+1}{x^2+1} dx, which approach would be most efficient?

A.Perform long division to get x21+2x2+1x^2-1 + \frac{2}{x^2+1}
B.Use partial fractions directly after factoring denominator
C.Substitute u=x2u = x^2
D.Use integration by parts with u=x4+1u = x^4+1
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The integrand x4+1x2+1\frac{x^4+1}{x^2+1} is improper. Long division yields x21+2x2+1x^2-1 + \frac{2}{x^2+1}. This is efficient because (x21)dx\int (x^2-1) dx is elementary and 2x2+1dx=2tan1x+C\int \frac{2}{x^2+1} dx = 2\tan^{-1}x + C. Direct partial fractions without division is impossible since the function is not proper. The other options either make the problem more complex or are irrelevant.

Q3. What is the result of performing long division on 3x32x2+5x1x2+1\frac{3x^3-2x^2+5x-1}{x^2+1}?

A.3x2+2x+1x2+13x-2 + \frac{2x+1}{x^2+1}
B.3x2+5x1x2+13x-2 + \frac{5x-1}{x^2+1}
C.3x2+2x1x2+13x-2 + \frac{2x-1}{x^2+1}
D.3x2+2x+1x2+13x-2 + \frac{2x+1}{x^2+1}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Correct long division: 3x32x2+5x13x^3-2x^2+5x-1 divided by x2+1x^2+1 gives quotient 3x23x-2 and remainder 2x+12x+1, because (x2+1)(3x2)=3x32x2+3x2(x^2+1)(3x-2) = 3x^3-2x^2+3x-2, subtracting this from the numerator yields 2x+12x+1. This proper fraction can then be decomposed if needed. Options B and C have incorrect remainders.

Q4. Evaluate x3+2x2+3x+4x2+x+1dx\int \frac{x^3+2x^2+3x+4}{x^2+x+1} dx.

A.x22+3x2+12lnx2+x+1+53tan1(2x+13)+C\frac{x^2}{2} + \frac{3x}{2} + \frac{1}{2}\ln|x^2+x+1| + \frac{5}{\sqrt{3}}\tan^{-1}\left(\frac{2x+1}{\sqrt{3}}\right)+C
B.x22+3x2+12lnx2+x+1+53tan1(2x+13)+C\frac{x^2}{2} + \frac{3x}{2} + \frac{1}{2}\ln|x^2+x+1| + \frac{5}{3}\tan^{-1}\left(\frac{2x+1}{\sqrt{3}}\right)+C
C.x2+3x+lnx2+x+1+tan1(2x+13)+Cx^2 + 3x + \ln|x^2+x+1| + \tan^{-1}\left(\frac{2x+1}{\sqrt{3}}\right)+C
D.x22+3x2+12lnx2+x+1+53tan1(2x+13)+C\frac{x^2}{2} + \frac{3x}{2} + \frac{1}{2}\ln|x^2+x+1| + \frac{5}{\sqrt{3}}\tan^{-1}\left(\frac{2x+1}{\sqrt{3}}\right)+C
💡 Difficulty: easy | ✅ Correct: A

Q5. A student decomposes 2x33x2+1x21\frac{2x^3-3x^2+1}{x^2-1} as Ax+Bx1+Cx+Dx+1\frac{Ax+B}{x-1} + \frac{Cx+D}{x+1} without long division. What is the error?

A.The function is improper; partial fractions require proper rational functions ✅
B.The denominators are not factored completely
C.The coefficients should be constants, not linear expressions
D.There is no error; this is a valid decomposition
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The degree of numerator (3) is greater than the degree of denominator (2), so the function is improper. Partial fraction decomposition is only valid for proper rational functions where numerator degree < denominator degree. The student must first perform long division to get a polynomial part plus a proper fraction. The attempt to directly decompose an improper function will lead to an incorrect result because the decomposition form assumes the fraction is proper. The error is not in the coefficients but in the applicability of the method.

Q6. If x2+3x+2x3+2x2+xdx\int \frac{x^2+3x+2}{x^3+2x^2+x} dx is evaluated, what is the role of the polynomial part after long division?

A.There is no polynomial part because the fraction is proper ✅
B.The polynomial part is xx and integrates to x22\frac{x^2}{2}
C.The polynomial part is 11 and integrates to xx
D.The polynomial part is x+1x+1 and integrates to x22+x\frac{x^2}{2}+x
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The denominator x3+2x2+x=x(x2+2x+1)=x(x+1)2x^3+2x^2+x = x(x^2+2x+1) = x(x+1)^2. The degree of numerator (2) is less than the degree of denominator (3), so the rational function is proper. Therefore, no long division is needed. The method of partial fractions can be applied directly. The polynomial part is zero. This is a common misconception: students often perform long division when the fraction is already proper, wasting time and potentially introducing errors.

Q7. What is the decomposition of x3+2x2+x+1x(x2+1)\frac{x^3+2x^2+x+1}{x(x^2+1)} after making it proper?

A.x+2+Ax+Bx+Cx2+1x+2 + \frac{A}{x} + \frac{Bx+C}{x^2+1}
B.Ax+Bx+Cx2+1\frac{A}{x} + \frac{Bx+C}{x^2+1}
C.x+2+Ax+Bx2+1x+2 + \frac{A}{x} + \frac{B}{x^2+1}
D.x+2+Ax+Bxx2+1x+2 + \frac{A}{x} + \frac{Bx}{x^2+1}
💡 Difficulty: easy | ✅ Correct: A

Q8. After decomposing an improper rational function, the integral of the polynomial part (3x22x+1)dx\int (3x^2-2x+1) dx is:

A.x3x2+x+Cx^3 - x^2 + x + C
B.3x32x2+x+C3x^3 - 2x^2 + x + C
C.x33x22+x+C\frac{x^3}{3} - \frac{x^2}{2} + x + C
D.x3x2+x+Cx^3 - x^2 + x + C
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The integral of a polynomial is obtained by integrating term by term: 3x2dx=x3\int 3x^2 dx = x^3, 2xdx=x2\int -2x dx = -x^2, 1dx=x\int 1 dx = x. So the antiderivative is x3x2+x+Cx^3 - x^2 + x + C. This is a straightforward Easy of the power rule for integration, which is essential when handling the polynomial part of an improper rational function.

Q9. A physicist models the potential energy as U(x)=x3+2xx21dxU(x) = \int \frac{x^3+2x}{x^2-1} dx. What is U(x)U(x) if U(0)=0U(0)=0?

A.x22+32lnx112lnx+112\frac{x^2}{2} + \frac{3}{2}\ln|x-1| - \frac{1}{2}\ln|x+1| - \frac{1}{2}
B.x22+32lnx1+12lnx+132\frac{x^2}{2} + \frac{3}{2}\ln|x-1| + \frac{1}{2}\ln|x+1| - \frac{3}{2}
C.x22+32lnx112lnx+1+C\frac{x^2}{2} + \frac{3}{2}\ln|x-1| - \frac{1}{2}\ln|x+1| + C
D.x22+32lnx112lnx+112\frac{x^2}{2} + \frac{3}{2}\ln|x-1| - \frac{1}{2}\ln|x+1| - \frac{1}{2}
💡 Difficulty: medium | ✅ Correct: A

Q10. What is the partial fraction decomposition of the proper fraction from 2x2+3x+1x3+x\frac{2x^2+3x+1}{x^3+x} after any necessary long division?

A.Ax+Bx+Cx2+1\frac{A}{x} + \frac{Bx+C}{x^2+1}
B.Ax+Bx2+1\frac{A}{x} + \frac{B}{x^2+1}
C.Ax+Bxx2+1\frac{A}{x} + \frac{Bx}{x^2+1}
D.Ax+Bx2+1+Cx\frac{Ax+B}{x^2+1} + \frac{C}{x}
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The fraction 2x2+3x+1x3+x\frac{2x^2+3x+1}{x^3+x} is proper (degree 2 vs 3). Factor denominator: x(x2+1)x(x^2+1). Since x2+1x^2+1 is irreducible quadratic, the decomposition includes a term for the linear factor xx (which is A/xA/x) and a term for the irreducible quadratic x2+1x^2+1 (which is (Bx+C)/(x2+1)(Bx+C)/(x^2+1)). The numerator for the quadratic factor must be linear because the degree of the denominator is 2. Options B and C incorrectly assume a constant numerator for the quadratic term.

Q11. Given 3x42x3+5x24x+1x2+1dx\int \frac{3x^4-2x^3+5x^2-4x+1}{x^2+1} dx, after long division, what is the proper fraction to decompose?

A.2x3+4x24x+1x2+1\frac{-2x^3+4x^2-4x+1}{x^2+1}
B.3x22x+2x2+1\frac{3x^2-2x+2}{x^2+1}
C.3x22x+2x2+1\frac{3x^2-2x+2}{x^2+1}
D.3x22x+2x2+1\frac{3x^2-2x+2}{x^2+1}
💡 Difficulty: easy | ✅ Correct: A

Q12. In the integral x3+1x24dx\int \frac{x^3+1}{x^2-4} dx, what is the correct form after long division?

A.x+4x+1x24x + \frac{4x+1}{x^2-4}
B.x+x+1x24x + \frac{x+1}{x^2-4}
C.x+4x+1x24x + \frac{4x+1}{x^2-4}
D.x+4x+1x24x + \frac{4x+1}{x^2-4}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Long division: x3+1x^3+1 divided by x24x^2-4. xx times x24=x34xx^2-4 = x^3-4x. Subtract: (x3+1)(x34x)=4x+1(x^3+1) - (x^3-4x) = 4x+1. So quotient = xx, remainder = 4x+14x+1. Thus x3+1x24=x+4x+1x24\frac{x^3+1}{x^2-4} = x + \frac{4x+1}{x^2-4}. The proper fraction can then be decomposed: 4x+1(x2)(x+2)=Ax2+Bx+2\frac{4x+1}{(x-2)(x+2)} = \frac{A}{x-2} + \frac{B}{x+2}. Finding A and B: 4x+1=A(x+2)+B(x2)4x+1 = A(x+2)+B(x-2). x=2: 9=4A => A=9/4. x=-2: -7=-4B => B=7/4. So integral = x22+94lnx2+74lnx+2+C\frac{x^2}{2} + \frac{9}{4}\ln|x-2| + \frac{7}{4}\ln|x+2| + C.

Q13. A student integrates x4+1x21dx\int \frac{x^4+1}{x^2-1} dx by first decomposing x4+1x21=Ax1+Bx+1\frac{x^4+1}{x^2-1} = \frac{A}{x-1} + \frac{B}{x+1}. What is the flaw?

A.The fraction is improper; the numerator degree is greater than denominator ✅
B.The decomposition should include a polynomial part
C.The decomposition should include a polynomial part
D.The denominators should be (x1)2(x-1)^2 and (x+1)2(x+1)^2
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The fraction x4+1x21\frac{x^4+1}{x^2-1} is improper because the numerator degree (4) is greater than the denominator degree (2). Partial fraction decomposition as given is only valid for proper fractions. The correct approach is to first perform long division: x4+1x21=x2+1+2x21\frac{x^4+1}{x^2-1} = x^2+1 + \frac{2}{x^2-1} (since (x21)(x2+1)=x41(x^2-1)(x^2+1) = x^4-1, remainder 2). Then decompose 2x21=1x11x+1\frac{2}{x^2-1} = \frac{1}{x-1} - \frac{1}{x+1}. So integral = x33+x+lnx1lnx+1+C\frac{x^3}{3} + x + \ln|x-1| - \ln|x+1| + C. The student's attempt ignores the polynomial part.

Q14. What is the integral of 2x33x2+4x5x22x+1dx\int \frac{2x^3-3x^2+4x-5}{x^2-2x+1} dx?

A.x2+x+4lnx12x1+Cx^2 + x + 4\ln|x-1| - \frac{2}{x-1} + C
B.x2+x+4lnx1+2x1+Cx^2 + x + 4\ln|x-1| + \frac{2}{x-1} + C
C.x2+x+4lnx12x1+Cx^2 + x + 4\ln|x-1| - \frac{2}{x-1} + C
D.x2+x+4lnx12x1+Cx^2 + x + 4\ln|x-1| - \frac{2}{x-1} + C
💡 Difficulty: easy | ✅ Correct: A

Q15. For what values of AA and BB does x2+2x+3(x1)(x+1)=1+Ax1+Bx+1\frac{x^2+2x+3}{(x-1)(x+1)} = 1 + \frac{A}{x-1} + \frac{B}{x+1} hold?

A.A=2, B=1 ✅
B.A=1, B=2
C.A=3, B=0
D.A=0, B=3
💡 Difficulty: hard | ✅ Correct: A

Q16. How many terms are in the partial fraction decomposition of x5+1(x2+1)2(x1)\frac{x^5+1}{(x^2+1)^2(x-1)} after making it proper?

A.The decomposition has a polynomial part of degree 2 plus 3 fractional terms ✅
B.It has a polynomial part of degree 1 plus 4 fractional terms
C.It has a polynomial part of degree 0 plus 3 fractional terms
D.It has a polynomial part of degree 3 plus 2 fractional terms
💡 Difficulty: hard | ✅ Correct: A

Q17. Evaluate 11x3+2x2+x+1x2+1dx\int_{-1}^{1} \frac{x^3+2x^2+x+1}{x^2+1} dx using improper rational function techniques.

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

Q18. A student computes x3+1x24x+4dx\int \frac{x^3+1}{x^2-4x+4} dx as x22+2x+4lnx29x2+C\frac{x^2}{2}+2x+4\ln|x-2| - \frac{9}{x-2} + C. Is this correct? If not, what is the error?

A.Incorrect; the remainder after long division is wrong ✅
B.Incorrect; the partial fraction coefficients are wrong
C.Correct
D.Incorrect; the polynomial part should be x+4x+4
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Denominator x24x+4=(x2)2x^2-4x+4 = (x-2)^2. Long division: x3+1x^3+1 divided by x24x+4x^2-4x+4. First term: x gives x34x2+4xx^3-4x^2+4x. Subtract: 4x24x+14x^2-4x+1. Second term: +4 gives 4x216x+164x^2-16x+16. Subtract: 12x1512x-15. So quotient = x+4x+4, remainder = 12x1512x-15. So integrand = x+4+12x15(x2)2x+4 + \frac{12x-15}{(x-2)^2}. Decompose 12x15(x2)2=Ax2+B(x2)2\frac{12x-15}{(x-2)^2} = \frac{A}{x-2} + \frac{B}{(x-2)^2}. Multiply: 12x15=A(x2)+B12x-15 = A(x-2) + B. x=2: 9 = B. So B=9. Equate: 12x = Ax => A=12. Then -15 = -2A+B = -24+9 = -15 works. So 12x15(x2)2=12x2+9(x2)2\frac{12x-15}{(x-2)^2} = \frac{12}{x-2} + \frac{9}{(x-2)^2}. Integrate: (x+4)dx=x22+4x\int (x+4) dx = \frac{x^2}{2}+4x. 12x2dx=12lnx2\int \frac{12}{x-2} dx = 12\ln|x-2|. 9(x2)2dx=9x2\int \frac{9}{(x-2)^2} dx = -\frac{9}{x-2}. So correct integral = x22+4x+12lnx29x2+C\frac{x^2}{2}+4x+12\ln|x-2| - \frac{9}{x-2} + C. The student's answer has 2x2x and 4ln4\ln and 9/(x2)-9/(x-2). The polynomial part is wrong: it should be 4x, not 2x. So error is in the polynomial part.

Q19. Which of the following is the correct decomposition of x3+2x25x6x23x+2\frac{x^3+2x^2-5x-6}{x^2-3x+2}?

A.x+5+6x12x2x+5 + \frac{6}{x-1} - \frac{2}{x-2}
B.x+5+6x1+2x2x+5 + \frac{6}{x-1} + \frac{2}{x-2}
C.x+5+6x12x2x+5 + \frac{6}{x-1} - \frac{2}{x-2}
D.x+5+6x12x2x+5 + \frac{6}{x-1} - \frac{2}{x-2}
💡 Difficulty: easy | ✅ Correct: A

Q20. For the improper integral 01x3+2x2+1x2+xdx\int_{0}^{1} \frac{x^3+2x^2+1}{x^2+x} dx, why is the value finite even though the integrand is improper?

A.After long division, the proper fraction has no singularities in [0,1]
B.The improper nature is resolved by cancellation of the (x) factor ✅
C.The integrand is actually proper
D.The integral diverges
💡 Difficulty: hard | ✅ Correct: B

Q21. In the decomposition of x41x3x\frac{x^4-1}{x^3-x}, what is the polynomial part after long division?

A.xx
B.x2x^2
C.11
D.x+1x+1
💡 Difficulty: easy | ✅ Correct: A

Q22. Which of the following is the correct antiderivative of x3+3x2+3x+1x2+2x+1\frac{x^3+3x^2+3x+1}{x^2+2x+1}?

A.x22+x+C\frac{x^2}{2}+x + C
B.x22+x+lnx+1+C\frac{x^2}{2}+x + \ln|x+1| + C
C.x22+x+C\frac{x^2}{2}+x + C
D.x22+x1x+1+C\frac{x^2}{2}+x - \frac{1}{x+1} + C
💡 Difficulty: easy | ✅ Correct: A

Q23. What is the integral of 2x3+3x2+4x+5x2+2dx\int \frac{2x^3+3x^2+4x+5}{x^2+2} dx?

A.x2+3x+2ln(x2+2)+12tan1(x2)+Cx^2+3x+2\ln(x^2+2) + \frac{1}{\sqrt{2}}\tan^{-1}(\frac{x}{\sqrt{2}}) + C
B.x2+3x+2ln(x2+2)+12tan1(x2)+Cx^2+3x+2\ln(x^2+2) + \frac{1}{\sqrt{2}}\tan^{-1}(\frac{x}{\sqrt{2}}) + C
C.x2+3x+2ln(x2+2)+12tan1(x2)+Cx^2+3x+2\ln(x^2+2) + \frac{1}{\sqrt{2}}\tan^{-1}(\frac{x}{\sqrt{2}}) + C
D.x2+3x+2ln(x2+2)+12tan1(x2)+Cx^2+3x+2\ln(x^2+2) + \frac{1}{\sqrt{2}}\tan^{-1}(\frac{x}{\sqrt{2}}) + C
💡 Difficulty: easy | ✅ Correct: A

Q24. A student evaluates x3+2xx21dx\int \frac{x^3+2x}{x^2-1} dx and gets x22+lnx1+lnx+1+C\frac{x^2}{2}+\ln|x-1|+\ln|x+1|+C. What mistake did they make?

A.They forgot the polynomial part from long division ✅
B.They used the wrong partial fraction coefficients
C.They forgot the constant of integration
D.They integrated the improper fraction directly
💡 Difficulty: medium | ✅ Correct: A

Q25. For x4+1x3+1dx\int \frac{x^4+1}{x^3+1} dx, the long division yields quotient xx and remainder x+1-x+1. What is the correct integral?

A.x2223lnx+1+13ln(x2x+1)23tan1(2x13)+C\frac{x^2}{2} - \frac{2}{3}\ln|x+1| + \frac{1}{3}\ln(x^2-x+1) - \frac{2}{\sqrt{3}}\tan^{-1}(\frac{2x-1}{\sqrt{3}}) + C
B.x2223lnx+1+13ln(x2x+1)+23tan1(2x13)+C\frac{x^2}{2} - \frac{2}{3}\ln|x+1| + \frac{1}{3}\ln(x^2-x+1) + \frac{2}{\sqrt{3}}\tan^{-1}(\frac{2x-1}{\sqrt{3}}) + C
C.x2223lnx+1+13ln(x2x+1)23tan1(2x13)+C\frac{x^2}{2} - \frac{2}{3}\ln|x+1| + \frac{1}{3}\ln(x^2-x+1) - \frac{2}{\sqrt{3}}\tan^{-1}(\frac{2x-1}{\sqrt{3}}) + C
D.x2223lnx+1+13ln(x2x+1)+C\frac{x^2}{2} - \frac{2}{3}\ln|x+1| + \frac{1}{3}\ln(x^2-x+1) + C
💡 Difficulty: easy | ✅ Correct: A

Q26. Which of the following integrals requires polynomial long division before partial fractions?

A.3x2+2x+1x31dx\int \frac{3x^2+2x+1}{x^3-1} dx
B.2x33x2+1x24dx\int \frac{2x^3-3x^2+1}{x^2-4} dx
C.5x2+3x3+2xdx\int \frac{5x^2+3}{x^3+2x} dx
D.x+1x23x+2dx\int \frac{x+1}{x^2-3x+2} dx
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: An integral requires long division if the rational function is improper, i.e., the degree of the numerator is greater than or equal to the degree of the denominator. In option A: degree 2 vs 3 (proper). Option B: degree 3 vs 2 (improper, requires long division). Option C: degree 2 vs 3 (proper). Option D: degree 1 vs 2 (proper). So only option B requires long division. This tests the student's ability to recognize the condition for applying long division.

Q27. After long division, x3+2x2+3x+4x2+x+1=x+1+x+3x2+x+1\frac{x^3+2x^2+3x+4}{x^2+x+1} = x+1 + \frac{x+3}{x^2+x+1}. What is the integral?

A.x22+x+12lnx2+x+1+53tan1(2x+13)+C\frac{x^2}{2}+x+\frac{1}{2}\ln|x^2+x+1|+\frac{5}{\sqrt{3}}\tan^{-1}(\frac{2x+1}{\sqrt{3}})+C
B.x22+x+12lnx2+x+1+53tan1(2x+13)+C\frac{x^2}{2}+x+\frac{1}{2}\ln|x^2+x+1|+\frac{5}{\sqrt{3}}\tan^{-1}(\frac{2x+1}{\sqrt{3}})+C
C.x22+x+12lnx2+x+1+52tan1(2x+13)+C\frac{x^2}{2}+x+\frac{1}{2}\ln|x^2+x+1|+\frac{5}{2}\tan^{-1}(\frac{2x+1}{\sqrt{3}})+C
D.x22+x+12lnx2+x+1+52tan1(2x+13)+C\frac{x^2}{2}+x+\frac{1}{2}\ln|x^2+x+1|+\frac{5}{2}\tan^{-1}(\frac{2x+1}{\sqrt{3}})+C
💡 Difficulty: easy | ✅ Correct: A

Q28. The integral x4+1x21dx\int \frac{x^4+1}{x^2-1} dx is evaluated. After long division, the proper fraction is 2x21\frac{2}{x^2-1}. What is the final result?

A.x33+x+lnx1lnx+1+C\frac{x^3}{3}+x+\ln|x-1|-\ln|x+1|+C
B.x33+x+lnx1+lnx+1+C\frac{x^3}{3}+x+\ln|x-1|+\ln|x+1|+C
C.x33+x+lnx1lnx+1+C\frac{x^3}{3}+x+\ln|x-1|-\ln|x+1|+C
D.x33+x+lnx1lnx+1+C\frac{x^3}{3}+x+\ln|x-1|-\ln|x+1|+C
💡 Difficulty: easy | ✅ Correct: A

Q29. A student claims that x3+1x2+xdx=x22x+lnx+lnx+1+C\int \frac{x^3+1}{x^2+x} dx = \frac{x^2}{2}-x+\ln|x|+\ln|x+1|+C. Is this correct?

A.No, the polynomial part should be x1x-1 not xx
B.No, the polynomial part should be x1x-1 not xx
C.No, the coefficients of the logs are wrong
D.Yes, it is correct
💡 Difficulty: medium | ✅ Correct: A

Q30. What is the integral of x3+2x2+x+2x2+xdx\int \frac{x^3+2x^2+x+2}{x^2+x} dx?

A.x22+x+lnx+lnx+1+C\frac{x^2}{2}+x+\ln|x|+\ln|x+1|+C
B.x22+x+lnx+lnx+1+C\frac{x^2}{2}+x+\ln|x|+\ln|x+1|+C
C.x22+x+lnx+lnx+1+C\frac{x^2}{2}+x+\ln|x|+\ln|x+1|+C
D.x22+x+lnx+lnx+1+C\frac{x^2}{2}+x+\ln|x|+\ln|x+1|+C
💡 Difficulty: easy | ✅ Correct: A

Q31. If x3+ax2+bx+cx21dx=x22+2x+lnx1lnx+1+C\int \frac{x^3+ax^2+bx+c}{x^2-1} dx = \frac{x^2}{2}+2x+\ln|x-1|-\ln|x+1|+C, what are a,b,ca,b,c?

A.a=2, b=1, c=2 ✅
B.a=2, b=1, c=2
C.a=2, b=1, c=2
D.a=2, b=1, c=2
💡 Difficulty: medium | ✅ Correct: A

Q32. What is the partial fraction decomposition of 3x2+2x+1x3+x\frac{3x^2+2x+1}{x^3+x} after making it proper? (The fraction is proper)

A.1x+2x+1x2+1\frac{1}{x} + \frac{2x+1}{x^2+1}
B.1x+2x+1x2+1\frac{1}{x} + \frac{2x+1}{x^2+1}
C.1x+2x+1x2+1\frac{1}{x} + \frac{2x+1}{x^2+1}
D.1x+2x+1x2+1\frac{1}{x} + \frac{2x+1}{x^2+1}
💡 Difficulty: easy | ✅ Correct: A

Q33. A graph of the integrand y=x3+2x25x6x23x+2y = \frac{x^3+2x^2-5x-6}{x^2-3x+2} has a hole at x=2. After simplifying, what is the integral?

A.x22+5x+8lnx1+C\frac{x^2}{2}+5x+8\ln|x-1|+C
B.x22+5x+8lnx1+C\frac{x^2}{2}+5x+8\ln|x-1|+C
C.x22+5x+8lnx1+C\frac{x^2}{2}+5x+8\ln|x-1|+C
D.x22+5x+8lnx1+C\frac{x^2}{2}+5x+8\ln|x-1|+C
💡 Difficulty: hard | ✅ Correct: A

Q34. Which of the following is the correct decomposition of x4+2x3+3x2+2x+1x2+1\frac{x^4+2x^3+3x^2+2x+1}{x^2+1} after long division?

A.x2+2x+2+2x1x2+1x^2+2x+2 + \frac{2x-1}{x^2+1}
B.x2+2x+2+2x1x2+1x^2+2x+2 + \frac{2x-1}{x^2+1}
C.x2+2x+2+2x1x2+1x^2+2x+2 + \frac{2x-1}{x^2+1}
D.x2+2x+2+2x1x2+1x^2+2x+2 + \frac{2x-1}{x^2+1}
💡 Difficulty: easy | ✅ Correct: A

Q35. A student incorrectly integrates x2+1x1dx\int \frac{x^2+1}{x-1} dx as (x1)33+2(x1)+C\frac{(x-1)^3}{3} + 2(x-1) + C. What is the correct result and what is the student's error?

A.Correct: x22+x+2lnx1+C\frac{x^2}{2}+x+2\ln|x-1|+C; student used substitution incorrectly ✅
B.Correct: x22+x+2lnx1+C\frac{x^2}{2}+x+2\ln|x-1|+C; student used substitution incorrectly
C.Correct: x22+x+2lnx1+C\frac{x^2}{2}+x+2\ln|x-1|+C; student used substitution incorrectly
D.Correct: x22+x+2lnx1+C\frac{x^2}{2}+x+2\ln|x-1|+C; student used substitution incorrectly
💡 Difficulty: medium | ✅ Correct: A

Q36. If 2x3+3x2+4x+5x2+2x+2dx=x2+x+lnx2+2x+2+tan1(x+1)+C\int \frac{2x^3+3x^2+4x+5}{x^2+2x+2} dx = x^2+x+\ln|x^2+2x+2|+\tan^{-1}(x+1)+C, what is the value of the integral from 0 to 1?

A.2+ln5ln2+π4π4=2+ln(5/2)2 + \ln 5 - \ln 2 + \frac{\pi}{4} - \frac{\pi}{4} = 2 + \ln(5/2)
B.2+ln5ln2+π4π4=2+ln(5/2)2 + \ln 5 - \ln 2 + \frac{\pi}{4} - \frac{\pi}{4} = 2 + \ln(5/2)
C.2+ln5ln22 + \ln 5 - \ln 2
D.2+ln5ln2+π42 + \ln 5 - \ln 2 + \frac{\pi}{4}
💡 Difficulty: easy | ✅ Correct: A

Q37. What is the area under the curve y=x3+2xx2+1y = \frac{x^3+2x}{x^2+1} from x=0 to x=2?

A.x22+ln(x2+1)\frac{x^2}{2} + \ln(x^2+1) evaluated from 0 to 2 = 2 + \ln 5 ✅
B.x22+ln(x2+1)\frac{x^2}{2} + \ln(x^2+1) evaluated from 0 to 2 = 2 + \ln 5
C.x22+ln(x2+1)\frac{x^2}{2} + \ln(x^2+1) evaluated from 0 to 2 = 2 + \ln 5
D.x22+ln(x2+1)\frac{x^2}{2} + \ln(x^2+1) evaluated from 0 to 2 = 2 + \ln 5
💡 Difficulty: hard | ✅ Correct: A

Q38. For the improper rational function x3+1x24\frac{x^3+1}{x^2-4}, what is the integral after long division and partial fractions?

A.x22+94lnx2+74lnx+2+C\frac{x^2}{2} + \frac{9}{4}\ln|x-2| + \frac{7}{4}\ln|x+2| + C
B.x22+94lnx274lnx+2+C\frac{x^2}{2} + \frac{9}{4}\ln|x-2| - \frac{7}{4}\ln|x+2| + C
C.x22+94lnx2+74lnx+2+C\frac{x^2}{2} + \frac{9}{4}\ln|x-2| + \frac{7}{4}\ln|x+2| + C
D.x22+94lnx2+74lnx+2+C\frac{x^2}{2} + \frac{9}{4}\ln|x-2| + \frac{7}{4}\ln|x+2| + C
💡 Difficulty: easy | ✅ Correct: A

Q39. If the graph of y=x3+2x25x6x23x+2y = \frac{x^3+2x^2-5x-6}{x^2-3x+2} has vertical asymptotes at x=1 and x=2, what is the integral x3+2x25x6x23x+2dx\int \frac{x^3+2x^2-5x-6}{x^2-3x+2} dx?

A.x22+5x+8lnx1+C\frac{x^2}{2}+5x+8\ln|x-1|+C
B.x22+5x+8lnx1+C\frac{x^2}{2}+5x+8\ln|x-1|+C
C.x22+5x+8lnx1+C\frac{x^2}{2}+5x+8\ln|x-1|+C
D.x22+5x+8lnx1+C\frac{x^2}{2}+5x+8\ln|x-1|+C
💡 Difficulty: hard | ✅ Correct: A

Q40. A student integrates x4+1x21dx\int \frac{x^4+1}{x^2-1} dx and gets x33+x+lnx1lnx+1+C\frac{x^3}{3}+x+\ln|x-1|-\ln|x+1|+C. The student's answer is correct. If they wanted to check by differentiating, what would be the result?

A.x2+1+1x11x+1=x4+1x21x^2+1+\frac{1}{x-1}-\frac{1}{x+1} = \frac{x^4+1}{x^2-1}
B.x2+1+1x11x+1=x4+1x21x^2+1+\frac{1}{x-1}-\frac{1}{x+1} = \frac{x^4+1}{x^2-1}
C.x2+1+1x11x+1=x4+1x21x^2+1+\frac{1}{x-1}-\frac{1}{x+1} = \frac{x^4+1}{x^2-1}
D.x2+1+1x11x+1=x4+1x21x^2+1+\frac{1}{x-1}-\frac{1}{x+1} = \frac{x^4+1}{x^2-1}
💡 Difficulty: hard | ✅ Correct: A

🔗 Related Topics (MCQs)