Calculus 1 Quiz: Integration Long Division And Completing Square
20 questions · exam conditions
0:00
Integration Long Division And Completing SquareQuestion 1 of 20

Which of the following is equivalent to 2x1x26x+13dx\int \frac{2x - 1}{x^2 - 6x + 13} dx?

ln(x26x+13)+52arctan(x32)+C\ln(x^2 - 6x + 13) + \frac{5}{2}\arctan\left(\frac{x-3}{2}\right) + C
ln(x26x+13)+5arctan(x32)+C\ln(x^2 - 6x + 13) + 5\arctan\left(\frac{x-3}{2}\right) + C
12ln(x26x+13)+52arctan(x32)+C\frac{1}{2}\ln(x^2 - 6x + 13) + \frac{5}{2}\arctan\left(\frac{x-3}{2}\right) + C
ln(x26x+13)72arctan(x32)+C\ln(x^2 - 6x + 13) - \frac{7}{2}\arctan\left(\frac{x-3}{2}\right) + C
← Back to quizzes

Calculus 1 Quiz

Calculus 1 Quiz: Integration Long Division And Completing Square

Practice Integration Long Division And Completing Square in Calculus 1 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Integration Long Division And Completing Square, giving you a quick way to practice the rules, question types, and explanations that matter most for Calculus 1.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Which of the following is equivalent to 2x1x26x+13dx\int \frac{2x - 1}{x^2 - 6x + 13} dx?

  1. ln(x26x+13)+52arctan(x32)+C\ln(x^2 - 6x + 13) + \frac{5}{2}\arctan\left(\frac{x-3}{2}\right) + C (correct answer)
  2. ln(x26x+13)+5arctan(x32)+C\ln(x^2 - 6x + 13) + 5\arctan\left(\frac{x-3}{2}\right) + C
  3. 12ln(x26x+13)+52arctan(x32)+C\frac{1}{2}\ln(x^2 - 6x + 13) + \frac{5}{2}\arctan\left(\frac{x-3}{2}\right) + C
  4. ln(x26x+13)72arctan(x32)+C\ln(x^2 - 6x + 13) - \frac{7}{2}\arctan\left(\frac{x-3}{2}\right) + C
Explanation: The denominator x26x+13x^2 - 6x + 13 is an irreducible quadratic. First, complete the square: x26x+13=(x26x+9)+4=(x3)2+22x^2 - 6x + 13 = (x^2 - 6x + 9) + 4 = (x-3)^2 + 2^2. The derivative of the original denominator is 2x62x-6. We manipulate the numerator to contain this term: 2x1=(2x6)+52x - 1 = (2x - 6) + 5. Now, split the integral: (2x6)+5x26x+13dx=2x6x26x+13dx+5(x3)2+4dx.\int \frac{(2x - 6) + 5}{x^2 - 6x + 13} dx = \int \frac{2x - 6}{x^2 - 6x + 13} dx + \int \frac{5}{(x-3)^2 + 4} dx. The first integral is solved with a u-substitution u=x26x+13u = x^2 - 6x + 13, yielding lnx26x+13\ln|x^2 - 6x + 13|. The quadratic is always positive, so the absolute value is not needed. The second integral is an arctangent form: 512arctan(x32)5 \cdot \frac{1}{2}\arctan\left(\frac{x-3}{2}\right). Combining these gives ln(x26x+13)+52arctan(x32)+C\ln(x^2 - 6x + 13) + \frac{5}{2}\arctan\left(\frac{x-3}{2}\right) + C.

Question 2

Evaluate the definite integral 01x2x+1dx\int_0^1 \frac{x^2}{x+1} dx.

  1. 12-\frac{1}{2}
  2. ln(2)+12\ln(2) + \frac{1}{2}
  3. 1ln(2)1 - \ln(2)
  4. ln(2)12\ln(2) - \frac{1}{2} (correct answer)
Explanation: When you encounter a rational function where the degree of the numerator is close to the degree of the denominator, polynomial long division is often your best approach. Here, we have x2x+1\frac{x^2}{x+1}, where both numerator and denominator are degree 1 apart. Dividing x2x^2 by (x+1)(x+1):
  • x2=(x+1)xxx^2 = (x+1) \cdot x - x
  • x=(x+1)(1)+1-x = (x+1) \cdot (-1) + 1
So x2x+1=x1+1x+1\frac{x^2}{x+1} = x - 1 + \frac{1}{x+1} Now we can integrate term by term: 01x2x+1dx=01(x1+1x+1)dx\int_0^1 \frac{x^2}{x+1} dx = \int_0^1 \left(x - 1 + \frac{1}{x+1}\right) dx =[x22x+lnx+1]01= \left[\frac{x^2}{2} - x + \ln|x+1|\right]_0^1 =(121+ln(2))(00+ln(1))= \left(\frac{1}{2} - 1 + \ln(2)\right) - \left(0 - 0 + \ln(1)\right) =12+ln(2)=ln(2)12= -\frac{1}{2} + \ln(2) = \ln(2) - \frac{1}{2} Answer D is correct. Answer A gives 12-\frac{1}{2}, which would result from forgetting the logarithmic term entirely. Answer B gives ln(2)+12\ln(2) + \frac{1}{2}, a sign error when computing 121\frac{1}{2} - 1. Answer C gives 1ln(2)1 - \ln(2), likely from incorrectly handling the polynomial division or making multiple arithmetic errors. Study tip: When integrating rational functions, always check if polynomial long division simplifies the problem first. This technique transforms difficult integrals into manageable polynomial plus simple rational terms.

Question 3

To evaluate dxax2+bx+c\int \frac{dx}{ax^2+bx+c} where b24ac<0b^2-4ac < 0 and a>0a>0, completing the square transforms the denominator into the form a[(x+k)2+h2]a[(x+k)^2+h^2]. What is hh in terms of a,b,ca, b, c?

  1. b24ac2a\frac{\sqrt{b^2-4ac}}{2a}
  2. 4acb22a\frac{\sqrt{4ac-b^2}}{2a} (correct answer)
  3. b2a\frac{b}{2a}
  4. 4acb2a\frac{\sqrt{4ac-b^2}}{a}
Explanation: When you encounter integrals with quadratic denominators where the discriminant is negative, completing the square is essential to transform the expression into a form that leads to an inverse tangent antiderivative. To complete the square for ax2+bx+cax^2 + bx + c, you factor out the coefficient of x2x^2 first: a(x2+bax+ca)a(x^2 + \frac{b}{a}x + \frac{c}{a}). Then complete the square inside the parentheses by adding and subtracting (b2a)2(\frac{b}{2a})^2: a[x2+bax+b24a2b24a2+ca]a\left[x^2 + \frac{b}{a}x + \frac{b^2}{4a^2} - \frac{b^2}{4a^2} + \frac{c}{a}\right] This becomes: a[(x+b2a)2+cab24a2]a\left[\left(x + \frac{b}{2a}\right)^2 + \frac{c}{a} - \frac{b^2}{4a^2}\right] Simplifying the constant term: cab24a2=4acb24a2\frac{c}{a} - \frac{b^2}{4a^2} = \frac{4ac - b^2}{4a^2} So we have: a[(x+b2a)2+4acb24a2]a\left[\left(x + \frac{b}{2a}\right)^2 + \frac{4ac - b^2}{4a^2}\right] Comparing with a[(x+k)2+h2]a[(x+k)^2 + h^2], we see that h2=4acb24a2h^2 = \frac{4ac - b^2}{4a^2}, so h=4acb22ah = \frac{\sqrt{4ac - b^2}}{2a}, which is choice B. Choice A uses b24ac\sqrt{b^2 - 4ac}, which would be imaginary since b24ac<0b^2 - 4ac < 0. Choice C gives you kk, not hh. Choice D has the wrong denominator—it should be 2a2a, not aa. Remember: when b24ac<0b^2 - 4ac < 0, always flip the sign under the square root to 4acb24ac - b^2 during completing the square to ensure you're working with real numbers.

Question 4

For what value of b>0b > 0 does 0b2xx2+1dx=012x3+2x+1x2+1dx\int_0^b \frac{2x}{x^2+1} dx = \int_0^1 \frac{2x^3+2x+1}{x^2+1} dx?

  1. e1+π/41e^{1+\pi/4} - 1
  2. eπ/41\sqrt{e^{\pi/4} - 1}
  3. e1\sqrt{e - 1}
  4. e1+π/41\sqrt{e^{1+\pi/4} - 1} (correct answer)
Explanation: When you encounter equations with definite integrals, you need to evaluate each integral separately and then solve for the unknown parameter. This question tests your ability to compute integrals and work with logarithmic equations. First, let's evaluate the left integral. For 0b2xx2+1dx\int_0^b \frac{2x}{x^2+1} dx, notice that the derivative of x2+1x^2+1 is 2x2x, so this is a perfect setup for substitution. Let u=x2+1u = x^2+1, then du=2xdxdu = 2x\,dx. This gives us 1udu=lnu=ln(x2+1)\int \frac{1}{u} du = \ln|u| = \ln(x^2+1). Evaluating from 0 to bb: ln(b2+1)ln(1)=ln(b2+1)\ln(b^2+1) - \ln(1) = \ln(b^2+1). For the right integral, split 2x3+2x+1x2+1\frac{2x^3+2x+1}{x^2+1} by polynomial long division: 2x3+2x+1x2+1=2x+1x2+1\frac{2x^3+2x+1}{x^2+1} = 2x + \frac{1}{x^2+1}. So 01(2x+1x2+1)dx=[x2+arctan(x)]01=1+π4\int_0^1 \left(2x + \frac{1}{x^2+1}\right) dx = [x^2 + \arctan(x)]_0^1 = 1 + \frac{\pi}{4}. Setting the integrals equal: ln(b2+1)=1+π4\ln(b^2+1) = 1 + \frac{\pi}{4}. Solving for bb: b2+1=e1+π/4b^2+1 = e^{1+\pi/4}, so b2=e1+π/41b^2 = e^{1+\pi/4} - 1, giving b=e1+π/41b = \sqrt{e^{1+\pi/4} - 1}. Choice A omits the square root, choice B uses only π/4\pi/4 in the exponent (missing the 1), and choice C uses only ee (missing the π/4\pi/4). Study tip: When comparing definite integrals, evaluate each separately first, then solve the resulting equation. Watch for substitution opportunities when the numerator is the derivative of the denominator.

Question 5

Let F(x)=x4x2+1dxF(x) = \int \frac{x^4}{x^2+1} dx. If F(0)=1F(0) = 1, what is the value of F(1)F(1)?

  1. 13+π4\frac{1}{3} + \frac{\pi}{4} (correct answer)
  2. π423\frac{\pi}{4} - \frac{2}{3}
  3. 13+π4+1\frac{1}{3} + \frac{\pi}{4} + 1
  4. 23-\frac{2}{3}
Explanation: First, perform long division on x4x2+1\frac{x^4}{x^2+1}. A quick way is to rewrite the numerator: x4x2+1=x41+1x2+1=(x21)(x2+1)+1x2+1=x21+1x2+1\frac{x^4}{x^2+1} = \frac{x^4-1+1}{x^2+1} = \frac{(x^2-1)(x^2+1)+1}{x^2+1} = x^2-1 + \frac{1}{x^2+1}. Now, integrate: F(x)=(x21+1x2+1)dx=x33x+arctan(x)+CF(x) = \int (x^2-1 + \frac{1}{x^2+1}) dx = \frac{x^3}{3} - x + \arctan(x) + C. Use the initial condition F(0)=1F(0) = 1: 030+arctan(0)+C=1    C=1\frac{0}{3} - 0 + \arctan(0) + C = 1 \implies C=1. So, F(x)=x33x+arctan(x)+1F(x) = \frac{x^3}{3} - x + \arctan(x) + 1. Finally, evaluate at x=1x=1: F(1)=1331+arctan(1)+1=13+π4F(1) = \frac{1^3}{3} - 1 + \arctan(1) + 1 = \frac{1}{3} + \frac{\pi}{4}.

Question 6

Which integral is generated by an appropriate u-substitution after preparing dx34x4x2\int \frac{dx}{\sqrt{3-4x-4x^2}} for integration?

  1. 121u2+4du\frac{1}{2} \int \frac{1}{\sqrt{u^2+4}} du
  2. 14u2du\int \frac{1}{\sqrt{4-u^2}} du
  3. 1u24du\int \frac{1}{\sqrt{u^2-4}} du
  4. 1214u2du\frac{1}{2} \int \frac{1}{\sqrt{4-u^2}} du (correct answer)
Explanation: When you encounter an integral with a quadratic expression under a square root, you need to complete the square first, then use u-substitution to transform it into a standard form. Starting with dx34x4x2\int \frac{dx}{\sqrt{3-4x-4x^2}}, first factor out the coefficient of x2x^2 from the quadratic: 34x4x2=4(x2+x)+33-4x-4x^2 = -4(x^2+x) + 3. To complete the square for x2+xx^2+x, add and subtract (12)2=14(\frac{1}{2})^2 = \frac{1}{4}: x2+x=(x+12)214x^2+x = (x+\frac{1}{2})^2 - \frac{1}{4}. Substituting back: 34x4x2=4[(x+12)214]+3=4(x+12)2+1+3=44(x+12)23-4x-4x^2 = -4[(x+\frac{1}{2})^2 - \frac{1}{4}] + 3 = -4(x+\frac{1}{2})^2 + 1 + 3 = 4 - 4(x+\frac{1}{2})^2. The integral becomes dx44(x+12)2\int \frac{dx}{\sqrt{4 - 4(x+\frac{1}{2})^2}}. Now substitute u=2(x+12)u = 2(x+\frac{1}{2}), so du=2dxdu = 2dx or dx=12dudx = \frac{1}{2}du. Also, 4(x+12)2=u24(x+\frac{1}{2})^2 = u^2. This gives us 12du4u2=12du4u2\int \frac{\frac{1}{2}du}{\sqrt{4-u^2}} = \frac{1}{2}\int \frac{du}{\sqrt{4-u^2}}, which matches answer D. Answer A has the wrong sign (u2+4u^2+4 instead of 4u24-u^2) and represents a different standard form. Answer B is missing the factor of 12\frac{1}{2} that comes from the u-substitution. Answer C has both the wrong sign under the square root and represents yet another standard form entirely. Study tip: Always complete the square first for quadratic expressions under radicals, then carefully track coefficients during u-substitution to avoid losing constant factors.

Question 7

Find the area of the region enclosed by the graph of y=x2+x+1x2+1y = \frac{x^2+x+1}{x^2+1}, the x-axis, and the lines x=0x=0 and x=1x=1.

  1. 12ln(2)\frac{1}{2}\ln(2)
  2. 1+π41 + \frac{\pi}{4}
  3. 1+12ln(2)1 + \frac{1}{2}\ln(2) (correct answer)
  4. 1+ln(2)1 + \ln(2)
Explanation: When you encounter an area problem with a rational function, your first instinct should be to set up a definite integral. Here you need to find the area between the curve y=x2+x+1x2+1y = \frac{x^2+x+1}{x^2+1} and the x-axis from x=0x=0 to x=1x=1. The key insight is recognizing that this rational function can be simplified using polynomial long division or by rewriting the numerator strategically. Notice that x2+x+1=(x2+1)+xx^2+x+1 = (x^2+1) + x, so: x2+x+1x2+1=x2+1x2+1+xx2+1=1+xx2+1\frac{x^2+x+1}{x^2+1} = \frac{x^2+1}{x^2+1} + \frac{x}{x^2+1} = 1 + \frac{x}{x^2+1} Now the integral becomes much more manageable: 01(1+xx2+1)dx=011dx+01xx2+1dx\int_0^1 \left(1 + \frac{x}{x^2+1}\right)dx = \int_0^1 1\,dx + \int_0^1 \frac{x}{x^2+1}dx The first integral gives you x01=1x\big|_0^1 = 1. For the second, use the substitution u=x2+1u = x^2+1, so du=2xdxdu = 2x\,dx, giving you 12lnx2+101=12[ln(2)ln(1)]=12ln(2)\frac{1}{2}\ln|x^2+1|\big|_0^1 = \frac{1}{2}[\ln(2) - \ln(1)] = \frac{1}{2}\ln(2). Therefore, the total area is 1+12ln(2)1 + \frac{1}{2}\ln(2), which is answer C. Answer A gives only the logarithmic portion, missing the constant term. Answer B incorrectly involves π4\frac{\pi}{4}, which would appear if you mistakenly used arctan(x)\arctan(x). Answer D doubles the logarithmic coefficient, likely from forgetting the factor of 12\frac{1}{2} in the substitution. Strategy tip: Always look for ways to decompose rational functions before integrating—polynomial long division or strategic rewriting can transform a difficult integral into simple, recognizable forms.

Question 8

The integral xnx1dx\int \frac{x^n}{x-1} dx for an integer n1n \geq 1 results in a function of the form P(x)+lnx1+CP(x) + \ln|x-1| + C, where P(x)P(x) is a polynomial. What is the degree of P(x)P(x)?

  1. n1n-1
  2. nn (correct answer)
  3. n+1n+1
  4. 11
Explanation: To integrate xnx1\frac{x^n}{x-1}, we perform polynomial long division. The division of xnx^n by x1x-1 results in a quotient and a remainder. Using the remainder theorem, the remainder is (1)n=1(1)^n=1. The quotient, Q(x)Q(x), will have a degree of n1n-1.
xnx1=Q(x)+1x1\frac{x^n}{x-1} = Q(x) + \frac{1}{x-1}
where Q(x)=xn1+xn2++x+1Q(x) = x^{n-1} + x^{n-2} + \dots + x + 1.
The integral is then:
(xn1+xn2++x+1+1x1)dx\int \left(x^{n-1} + x^{n-2} + \dots + x + 1 + \frac{1}{x-1}\right) dx
The term P(x)P(x) in the result corresponds to the integral of the polynomial Q(x)Q(x):
P(x)=Q(x)dx=(xn1+xn2++1)dxP(x) = \int Q(x) dx = \int (x^{n-1} + x^{n-2} + \dots + 1) dx
P(x)=xnn+xn1n1++xP(x) = \frac{x^n}{n} + \frac{x^{n-1}}{n-1} + \dots + x
The highest power of xx in P(x)P(x) is nn, so the degree of the polynomial P(x)P(x) is nn.

Question 9

Consider the integral I=P(x)Q(x)dxI = \int \frac{P(x)}{Q(x)} dx, where P(x)P(x) is a polynomial of degree 4, Q(x)Q(x) is a polynomial of degree 2, and Q(x)Q(x) is irreducible. Which sequence of steps is the most direct and appropriate method to evaluate II?

  1. Perform long division, then complete the square on the denominator of the resulting rational term and split this term into logarithmic and arctangent parts for integration. (correct answer)
  2. Apply partial fraction decomposition directly to the integrand P(x)Q(x)\frac{P(x)}{Q(x)}, expressing it as a sum of simpler rational functions.
  3. Complete the square in the denominator Q(x)Q(x) first, then attempt to simplify the entire rational expression before integrating.
  4. Use a single u-substitution with u=Q(x)u = Q(x) and transform the entire integral in terms of uu before proceeding.
Explanation: Since the degree of the numerator P(x)P(x) (4) is greater than or equal to the degree of the denominator Q(x)Q(x) (2), the first required step is polynomial long division. This will result in an expression of the form Quotient+RemainderQ(x)\text{Quotient} + \frac{\text{Remainder}}{Q(x)}, where the degree of the Remainder is less than 2. The Quotient is a polynomial and can be integrated easily. The term RemainderQ(x)\frac{\text{Remainder}}{Q(x)} has an irreducible quadratic denominator, so the next step is to complete the square in Q(x)Q(x). After completing the square, the fraction is typically split into two parts: one that integrates to a natural logarithm and one that integrates to an arctangent.

Question 10

Let f(x)=1x24x+5f(x) = \frac{1}{x^2-4x+5} and g(x)=12xx2g(x) = \frac{1}{\sqrt{2x-x^2}}. Let A=23f(x)dxA = \int_2^3 f(x)dx and B=11.5g(x)dxB = \int_1^{1.5} g(x)dx. Which of the following describes the relationship between A and B?

  1. A=π6,B=π4A = \frac{\pi}{6}, B = \frac{\pi}{4}
  2. A=π4,B=π6A = \frac{\pi}{4}, B = \frac{\pi}{6} (correct answer)
  3. A=arctan(3),B=arcsin(0.5)A = \arctan(3), B = \arcsin(0.5)
  4. A=ln(2),B=ln(1.5)A = \ln(2), B = \ln(1.5)
Explanation: When you encounter integrals with expressions like 1x24x+5\frac{1}{x^2-4x+5} or 12xx2\frac{1}{\sqrt{2x-x^2}}, look for opportunities to complete the square and use inverse trigonometric function formulas. For integral A, complete the square in the denominator: x24x+5=(x2)2+1x^2-4x+5 = (x-2)^2+1. So A=231(x2)2+1dxA = \int_2^3 \frac{1}{(x-2)^2+1}dx. Using substitution u=x2u = x-2, when x=2x=2, u=0u=0; when x=3x=3, u=1u=1. This gives us A=011u2+1du=arctan(u)01=arctan(1)arctan(0)=π4A = \int_0^1 \frac{1}{u^2+1}du = \arctan(u)\Big|_0^1 = \arctan(1) - \arctan(0) = \frac{\pi}{4}. For integral B, complete the square under the square root: 2xx2=(x22x)=(x1)2+12x-x^2 = -(x^2-2x) = -(x-1)^2+1. So B=11.511(x1)2dxB = \int_1^{1.5} \frac{1}{\sqrt{1-(x-1)^2}}dx. Using substitution u=x1u = x-1, when x=1x=1, u=0u=0; when x=1.5x=1.5, u=0.5u=0.5. This gives us B=00.511u2du=arcsin(u)00.5=arcsin(0.5)arcsin(0)=π6B = \int_0^{0.5} \frac{1}{\sqrt{1-u^2}}du = \arcsin(u)\Big|_0^{0.5} = \arcsin(0.5) - \arcsin(0) = \frac{\pi}{6}. Therefore A=π4A = \frac{\pi}{4} and B=π6B = \frac{\pi}{6}, making B correct. Choice A reverses these values. Choice C stops at the intermediate step before evaluating the special angles. Choice D incorrectly suggests these are logarithmic integrals rather than inverse trigonometric ones. Remember: expressions of the form 1u2+1\frac{1}{u^2+1} integrate to arctan(u)\arctan(u), while 11u2\frac{1}{\sqrt{1-u^2}} integrates to arcsin(u)\arcsin(u). Complete the square first to recognize these patterns.

Question 11

A certain calculation requires finding the antiderivative of f(x)=x+14x2+1f(x) = \frac{x+1}{4x^2+1}. Another calculation requires finding the antiderivative of g(x)=x34x2+1g(x) = \frac{x^3}{4x^2+1}. Which of the following statements is true?

  1. Evaluating f(x)dx\int f(x) dx requires long division, while g(x)dx\int g(x) dx does not.
  2. Evaluating g(x)dx\int g(x) dx requires long division, while f(x)dx\int f(x) dx does not. (correct answer)
  3. Both integrals require long division as a first step.
  4. Neither integral requires long division, they can both be solved by direct substitution.
Explanation: When you encounter rational functions where the degree of the numerator is greater than or equal to the degree of the denominator, you need to consider whether polynomial long division is necessary before integration. For f(x)dx=x+14x2+1dx\int f(x) dx = \int \frac{x+1}{4x^2+1} dx, the numerator has degree 1 and denominator has degree 2, so the degree of the numerator is less than the denominator. This means you can integrate directly using substitution and partial fraction techniques. You can split this as x4x2+1dx+14x2+1dx\int \frac{x}{4x^2+1} dx + \int \frac{1}{4x^2+1} dx. The first integral uses u-substitution with u=4x2+1u = 4x^2+1, and the second is an arctangent form. For g(x)dx=x34x2+1dx\int g(x) dx = \int \frac{x^3}{4x^2+1} dx, the numerator has degree 3 and denominator has degree 2. Since the numerator's degree is higher, you must perform polynomial long division first. Dividing x3x^3 by 4x2+14x^2+1 gives you 14x116+1164x2+1\frac{1}{4}x - \frac{1}{16} + \frac{\frac{1}{16}}{4x^2+1}, which you can then integrate term by term. Option A incorrectly states that f(x)f(x) requires long division when it doesn't. Option C is wrong because only g(x)g(x) needs long division. Option D is incorrect because g(x)g(x) cannot be solved by direct substitution alone due to the degree issue. Study tip: Always compare the degrees of numerator and denominator first. If the numerator's degree is greater than or equal to the denominator's degree, perform long division before attempting integration.

Question 12

The expression x4+3x2+1x2+1\frac{x^4+3x^2+1}{x^2+1} can be simplified to P(x)+Cx2+1P(x) + \frac{C}{x^2+1} where P(x)P(x) is a polynomial and CC is a constant. Find 03x4+3x2+1x2+1dx\int_0^{\sqrt{3}} \frac{x^4+3x^2+1}{x^2+1} dx.

  1. 33+π33\sqrt{3} + \frac{\pi}{3}
  2. 33π33\sqrt{3} - \frac{\pi}{3} (correct answer)
  3. 3π3\sqrt{3} - \frac{\pi}{3}
  4. 33π63\sqrt{3} - \frac{\pi}{6}
Explanation: When you encounter a rational function where the degree of the numerator is greater than or equal to the degree of the denominator, you need to perform polynomial long division first. This separates the function into a polynomial part plus a simpler rational remainder. Let's divide x4+3x2+1x^4 + 3x^2 + 1 by x2+1x^2 + 1. Since there's no x3x^3 term in the numerator, we get:
  • x4÷x2=x2x^4 ÷ x^2 = x^2, giving x2(x2+1)=x4+x2x^2(x^2 + 1) = x^4 + x^2
  • Subtracting: (x4+3x2+1)(x4+x2)=2x2+1(x^4 + 3x^2 + 1) - (x^4 + x^2) = 2x^2 + 1
  • 2x2÷x2=22x^2 ÷ x^2 = 2, giving 2(x2+1)=2x2+22(x^2 + 1) = 2x^2 + 2
  • Subtracting: (2x2+1)(2x2+2)=1(2x^2 + 1) - (2x^2 + 2) = -1
So x4+3x2+1x2+1=x2+2+1x2+1\frac{x^4+3x^2+1}{x^2+1} = x^2 + 2 + \frac{-1}{x^2+1} Now integrate: 03(x2+21x2+1)dx\int_0^{\sqrt{3}} \left(x^2 + 2 - \frac{1}{x^2+1}\right) dx This becomes: [x33+2xarctan(x)]03\left[\frac{x^3}{3} + 2x - \arctan(x)\right]_0^{\sqrt{3}} Evaluating: ((3)33+23arctan(3))(0+00)\left(\frac{(\sqrt{3})^3}{3} + 2\sqrt{3} - \arctan(\sqrt{3})\right) - (0 + 0 - 0) =333+23π3=3+23π3=33π3= \frac{3\sqrt{3}}{3} + 2\sqrt{3} - \frac{\pi}{3} = \sqrt{3} + 2\sqrt{3} - \frac{\pi}{3} = 3\sqrt{3} - \frac{\pi}{3} Answer B is correct. Answer A adds instead of subtracts the arctangent term. Answer C miscalculates the polynomial integration. Answer D uses π6\frac{\pi}{6} instead of π3\frac{\pi}{3} for arctan(3)\arctan(\sqrt{3}). Study tip: Always perform polynomial long division when the numerator's degree isn't smaller than the denominator's, and remember that arctan(3)=π3\arctan(\sqrt{3}) = \frac{\pi}{3}.

Question 13

Which expression represents the integral 12x2+4x+10dx\int \frac{1}{2x^2 + 4x + 10} dx?

  1. 14arctan(x+12)+C\frac{1}{4}\arctan\left(\frac{x+1}{2}\right) + C (correct answer)
  2. 12arctan(x+12)+C\frac{1}{2}\arctan\left(\frac{x+1}{2}\right) + C
  3. 12arctan(x+1)+C\frac{1}{2}\arctan(x+1) + C
  4. 14ln(2x2+4x+10)+C\frac{1}{4}\ln(2x^2+4x+10) + C
Explanation: First, factor out the leading coefficient from the denominator: 12(x2+2x+5)dx=121x2+2x+5dx\int \frac{1}{2(x^2 + 2x + 5)} dx = \frac{1}{2} \int \frac{1}{x^2 + 2x + 5} dx. Next, complete the square for the quadratic in the denominator: x2+2x+5=(x2+2x+1)+4=(x+1)2+22x^2 + 2x + 5 = (x^2 + 2x + 1) + 4 = (x+1)^2 + 2^2. The integral becomes 121(x+1)2+22dx\frac{1}{2} \int \frac{1}{(x+1)^2 + 2^2} dx. This is an arctangent form 1aarctan(ua)\frac{1}{a}\arctan(\frac{u}{a}) with u=x+1u=x+1 and a=2a=2. Integrating gives: 12[12arctan(x+12)]+C=14arctan(x+12)+C\frac{1}{2} \left[ \frac{1}{2} \arctan\left(\frac{x+1}{2}\right) \right] + C = \frac{1}{4} \arctan\left(\frac{x+1}{2}\right) + C.

Question 14

Find the area of the region bounded by the graph of f(x)=1x24x+13f(x) = \frac{1}{x^2 - 4x + 13}, the x-axis, and the lines x=2x=2 and x=5x=5.

  1. π4\frac{\pi}{4}
  2. ln(2)\ln(2)
  3. π9\frac{\pi}{9}
  4. π12\frac{\pi}{12} (correct answer)
Explanation: The area is given by the definite integral A=251x24x+13dxA = \int_{2}^{5} \frac{1}{x^2 - 4x + 13} dx. The denominator is an irreducible quadratic, so we complete the square:
x24x+13=(x24x+4)+9=(x2)2+32x^2 - 4x + 13 = (x^2 - 4x + 4) + 9 = (x-2)^2 + 3^2
The integral becomes 251(x2)2+32dx\int_{2}^{5} \frac{1}{(x-2)^2 + 3^2} dx. Let u=x2u = x-2, so du=dxdu = dx. The limits of integration change from x=2,5x=2, 5 to u=0,3u=0, 3.
A=031u2+32du=[13arctan(u3)]03A = \int_{0}^{3} \frac{1}{u^2 + 3^2} du = \left[ \frac{1}{3}\arctan\left(\frac{u}{3}\right) \right]_{0}^{3}
Evaluating at the limits gives:
13arctan(33)13arctan(03)=13arctan(1)0=13π4=π12\frac{1}{3}\arctan\left(\frac{3}{3}\right) - \frac{1}{3}\arctan\left(\frac{0}{3}\right) = \frac{1}{3}\arctan(1) - 0 = \frac{1}{3} \cdot \frac{\pi}{4} = \frac{\pi}{12}

Question 15

Evaluate the integral 311x2+2x+5dx\int_{-3}^{1} \frac{1}{x^2+2x+5} dx.

  1. π2\frac{\pi}{2}
  2. 00
  3. π8\frac{\pi}{8}
  4. π4\frac{\pi}{4} (correct answer)
Explanation: The denominator x2+2x+5x^2+2x+5 has no real roots, so we complete the square.
x2+2x+5=(x2+2x+1)+4=(x+1)2+22x^2+2x+5 = (x^2+2x+1)+4 = (x+1)^2+2^2
The integral is 311(x+1)2+22dx\int_{-3}^{1} \frac{1}{(x+1)^2+2^2} dx. We use the substitution u=x+1u=x+1, so du=dxdu=dx. The limits change from x=3,1x=-3, 1 to u=2,2u=-2, 2.
221u2+22du=[12arctan(u2)]22\int_{-2}^{2} \frac{1}{u^2+2^2} du = \left[ \frac{1}{2}\arctan\left(\frac{u}{2}\right) \right]_{-2}^{2}
Evaluating at the limits:
12arctan(22)12arctan(22)=12arctan(1)12arctan(1)\frac{1}{2}\arctan\left(\frac{2}{2}\right) - \frac{1}{2}\arctan\left(\frac{-2}{2}\right) = \frac{1}{2}\arctan(1) - \frac{1}{2}\arctan(-1)
=12(π4)12(π4)=π8+π8=π4= \frac{1}{2}\left(\frac{\pi}{4}\right) - \frac{1}{2}\left(-\frac{\pi}{4}\right) = \frac{\pi}{8} + \frac{\pi}{8} = \frac{\pi}{4}
Alternatively, recognizing that 1u2+4\frac{1}{u^2+4} is an even function, the integral is 2021u2+4du=2[12arctan(u2)]02=arctan(1)arctan(0)=π42 \int_{0}^{2} \frac{1}{u^2+4} du = 2 \left[ \frac{1}{2}\arctan(\frac{u}{2}) \right]_{0}^{2} = \arctan(1) - \arctan(0) = \frac{\pi}{4}.

Question 16

Which of the following is equivalent to the indefinite integral x3+2x2+6x+5x2+2x+2dx\int \frac{x^3 + 2x^2 + 6x + 5}{x^2 + 2x + 2} dx?

  1. x22+32ln(x2+2x+2)+C\frac{x^2}{2} + \frac{3}{2}\ln(x^2+2x+2) + C
  2. x22+2ln(x2+2x+2)+arctan(x+1)+C\frac{x^2}{2} + 2\ln(x^2+2x+2) + \arctan(x+1) + C (correct answer)
  3. x22+2ln(x2+2x+2)+12arctan(x+12)+C\frac{x^2}{2} + 2\ln(x^2+2x+2) + \frac{1}{2}\arctan(\frac{x+1}{2}) + C
  4. xln(x2+2x+2)+arctan(x+1)+Cx \ln(x^2+2x+2) + \arctan(x+1) + C
Explanation: The degree of the numerator is greater than the degree of the denominator, so we use long division first.
x3+2x2+6x+5x2+2x+2=x+4x+5x2+2x+2\frac{x^3 + 2x^2 + 6x + 5}{x^2 + 2x + 2} = x + \frac{4x+5}{x^2+2x+2}
The integral becomes xdx+4x+5x2+2x+2dx\int x\,dx + \int \frac{4x+5}{x^2+2x+2} dx. The first term is x22\frac{x^2}{2}. For the second term, we split the fraction. The derivative of the denominator is 2x+22x+2. We create this in the numerator:
4x+5=2(2x+2)+14x+5 = 2(2x+2) + 1
So, 4x+5x2+2x+2dx=2(2x+2)x2+2x+2dx+1x2+2x+2dx\int \frac{4x+5}{x^2+2x+2} dx = \int \frac{2(2x+2)}{x^2+2x+2} dx + \int \frac{1}{x^2+2x+2} dx. The first part is 2ln(x2+2x+2)2\ln(x^2+2x+2). For the second part, complete the square: x2+2x+2=(x+1)2+1x^2+2x+2 = (x+1)^2+1.
1(x+1)2+1dx=arctan(x+1)\int \frac{1}{(x+1)^2+1} dx = \arctan(x+1)
Combining all parts gives x22+2ln(x2+2x+2)+arctan(x+1)+C\frac{x^2}{2} + 2\ln(x^2+2x+2) + \arctan(x+1) + C.

Question 17

Which of the following is equivalent to 2x3x2+6x+10dx\int \frac{2x-3}{x^2+6x+10} dx?

  1. ln(x2+6x+10)+9arctan(x+3)+C\ln(x^2+6x+10) + 9\arctan(x+3) + C
  2. ln(x2+6x+10)3arctan(x+3)+C\ln(x^2+6x+10) - 3\arctan(x+3) + C
  3. ln(x2+6x+10)9arctan(x+3)+C\ln(x^2+6x+10) - 9\arctan(x+3) + C (correct answer)
  4. 12ln(x2+6x+10)9arctan(x+3)+C\frac{1}{2}\ln(x^2+6x+10) - 9\arctan(x+3) + C
Explanation: The integrand's denominator is an irreducible quadratic. The derivative of x2+6x+10x^2+6x+10 is 2x+62x+6. We manipulate the numerator to contain this expression:
2x3=(2x+6)92x-3 = (2x+6) - 9
This allows us to split the integral into two parts:
2x+6x2+6x+10dx9x2+6x+10dx\int \frac{2x+6}{x^2+6x+10} dx - \int \frac{9}{x^2+6x+10} dx
The first integral is a standard natural log form, yielding ln(x2+6x+10)\ln(x^2+6x+10) (absolute value is not needed as the quadratic is always positive). For the second integral, we complete the square in the denominator:
x2+6x+10=(x2+6x+9)+1=(x+3)2+1x^2+6x+10 = (x^2+6x+9)+1 = (x+3)^2+1
So the second integral is 91(x+3)2+1dx=9arctan(x+3)-9 \int \frac{1}{(x+3)^2+1} dx = -9\arctan(x+3).
Combining the parts gives ln(x2+6x+10)9arctan(x+3)+C\ln(x^2+6x+10) - 9\arctan(x+3) + C.

Question 18

Let f(x)=2x34x2+3x5x2f(x) = \frac{2x^3 - 4x^2 + 3x - 5}{x-2}. The integral f(x)dx\int f(x) dx can be written as G(x)+CG(x) + C. Which of the following is G(x)G(x)?

  1. 23x34x2+19x43lnx+2\frac{2}{3}x^3 - 4x^2 + 19x - 43\ln|x+2|
  2. 23x3+3x\frac{2}{3}x^3 + 3x
  3. 23x3+3x(x2)1\frac{2}{3}x^3 + 3x - (x-2)^{-1}
  4. 23x3+3x+lnx2\frac{2}{3}x^3 + 3x + \ln|x-2| (correct answer)
Explanation: To integrate f(x)f(x), we first simplify it using polynomial division. Since the denominator is of the form xcx-c, we can use synthetic division with c=2c=2. The coefficients of the numerator are 2,4,3,52, -4, 3, -5. \ \begin{array}{c|cccc} 2 & 2 & -4 & 3 & -5 \\ & & 4 & 0 & 6 \\ \hline & 2 & 0 & 3 & 1 \end{array} $$ \ This means that $\frac{2x^3 - 4x^2 + 3x - 5}{x-2} = 2x^2 + 0x + 3 + \frac{1}{x-2}$. \ Now, we integrate this expression: \ $$ \int \left( 2x^2 + 3 + \frac{1}{x-2} \right) dx = \frac{2x^3}{3} + 3x + \ln|x-2| $$ \ Thus, $G(x) = \frac{2}{3}x^3 + 3x + \ln|x-2|$.

Question 19

For what values of the constant bb does the integral 1x2+bx+1dx\int \frac{1}{x^2+bx+1} dx result in an expression involving an arctangent function, rather than a natural logarithm?

  1. 2<b<2-2 < b < 2 (correct answer)
  2. b=2b = 2 or b=2b = -2
  3. All real values of bb
  4. b>2b > 2 or b<2b < -2
Explanation: When you encounter an integral of the form 1x2+bx+1dx\int \frac{1}{x^2+bx+1} dx, the key is recognizing that the result depends on whether the quadratic denominator can be factored into real linear terms or not. This determines whether you'll use partial fractions (leading to logarithms) or complete the square (leading to arctangent). The quadratic x2+bx+1x^2+bx+1 factors into real linear terms when its discriminant is positive: b24(1)(1)>0b^2-4(1)(1) > 0, or b2>4b^2 > 4. When this happens, you can use partial fractions, resulting in natural logarithms. However, when the discriminant is negative (b2<4b^2 < 4), the quadratic has no real roots, so you complete the square and get an arctangent form. For an arctangent result, you need b2<4b^2 < 4, which means 2<b<2-2 < b < 2. This makes choice A correct. Choice B (b=±2b = ±2) represents the boundary cases where b2=4b^2 = 4, giving a perfect square denominator and resulting in a simple rational function, not arctangent. Choice C incorrectly suggests the form doesn't depend on bb's value. Choice D (b>2b > 2 or b<2b < -2) gives the conditions for logarithmic results, which is the opposite of what we want. Study tip: Remember the discriminant rule for rational function integration: negative discriminant → arctangent, positive discriminant → logarithm. The boundary between these regions (where the discriminant equals zero) often appears as a distractor choice.

Question 20

A particle's velocity is given by v(t)=18+2tt2v(t) = \frac{1}{\sqrt{8+2t-t^2}} for tt in the interval (2,4)(-2, 4). Find the displacement of the particle from t=0t=0 to t=2t=2.

  1. 2arcsin(13)2\arcsin(\frac{1}{3}) (correct answer)
  2. arcsin(13)\arcsin(\frac{1}{3})
  3. 00
  4. 23arcsin(13)\frac{2}{3}\arcsin(\frac{1}{3})
Explanation: Displacement is the integral of velocity, so we must evaluate 0218+2tt2dt\int_{0}^{2} \frac{1}{\sqrt{8+2t-t^2}} dt. To handle the quadratic in the square root, we complete the square:
8+2tt2=(t22t8)=((t22t+1)9)=((t1)29)=9(t1)28+2t-t^2 = -(t^2 - 2t - 8) = -( (t^2 - 2t + 1) - 9 ) = -((t-1)^2 - 9) = 9-(t-1)^2
The integral becomes 0219(t1)2dt\int_{0}^{2} \frac{1}{\sqrt{9-(t-1)^2}} dt. We use the substitution u=t1u = t-1, so du=dtdu = dt. The limits of integration become u(0)=1u(0)= -1 and u(2)=1u(2) = 1.
1119u2du=11132u2du\int_{-1}^{1} \frac{1}{\sqrt{9-u^2}} du = \int_{-1}^{1} \frac{1}{\sqrt{3^2-u^2}} du
This is the standard form for arcsin:
[arcsin(u3)]11=arcsin(13)arcsin(13)\left[ \arcsin\left(\frac{u}{3}\right) \right]_{-1}^{1} = \arcsin\left(\frac{1}{3}\right) - \arcsin\left(-\frac{1}{3}\right)
Since arcsin(x)=arcsin(x)\arcsin(-x) = -\arcsin(x), this is arcsin(13)(arcsin(13))=2arcsin(13)\arcsin(\frac{1}{3}) - (-\arcsin(\frac{1}{3})) = 2\arcsin(\frac{1}{3}).