Standard

Practice Set A — Integration and Accumulation of Change

20 questions • 30 minutes • auto-graded with full solutions
30:00
0 / 20 answered
Auto-graded practice from the Integration and Accumulation of Change question bank.
0 / 20
0Correct
0Wrong
0Skipped
0:00Time used
Multiple Choice
Question 1
What is the integral of cos(x) dx?
Solution: The antiderivative of cos(x) is sin(x) + C.
Question 2
What is the integral of a constant k with respect to x?
Solution: The antiderivative of a constant k is kx + C.
Question 3
The integral from 0 to 5 of 0 dx equals:
Solution: The integral of the zero function is 0 over any interval.
Question 4
The Fundamental Theorem of Calculus connects:
Solution: The FTC establishes that differentiation and integration are inverse operations.
Question 5
If the integral from 1 to 4 of f(x) dx = 10, what is the integral from 4 to 1 of f(x) dx?
Solution: Reversing the limits of integration negates the value: -10.
Question 6
If integral from 0 to 2 of f = 3 and integral from 2 to 5 of f = 7, then integral from 0 to 5 of f equals:
Solution: By additivity of integrals over adjacent intervals: 3 + 7 = 10.
Question 7
If integral from 0 to 3 of f(x) dx = 8, what is integral from 0 to 3 of 5 f(x) dx?
Solution: The constant multiple property: integral of 5f = 5 * integral of f = 5 * 8 = 40.
Question 8
Evaluate the integral from 1 to 3 of x^2 dx.
Solution: Antiderivative x^3/3. Evaluate: 27/3 - 1/3 = 26/3.
Question 9
Evaluate the integral from 0 to pi of sin(x) dx.
Solution: Antiderivative -cos(x). Evaluate: -cos(pi) - (-cos(0)) = -(-1) - (-1) = 1 + 1 = 2.
Question 10
Evaluate the integral from 1 to e of (1/x) dx.
Solution: Antiderivative ln|x|. Evaluate: ln(e) - ln(1) = 1 - 0 = 1.
Question 11
Evaluate the integral from 0 to 2 of (3x^2 - 2x) dx.
Solution: Antiderivative x^3 - x^2. Evaluate: (8 - 4) - 0 = 4.
Question 12
What is the integral of (1/x^2) dx?
Solution: Write as x^(-2). Integral = x^(-1)/(-1) + C = -1/x + C.
Question 13
What is the integral of sec^2(x) dx?
Solution: Since d/dx tan(x) = sec^2(x), the antiderivative of sec^2(x) is tan(x) + C.
Question 14
What is the integral of e^(2x) dx?
Solution: The antiderivative of e^(kx) is (1/k)e^(kx) + C. For k = 2: (1/2)e^(2x) + C.
Question 15
Using u-substitution, what is the integral of 2x(x^2 + 1)^3 dx?
Solution: Let u = x^2 + 1, du = 2x dx. Integral becomes integral of u^3 du = u^4/4 + C = (x^2 + 1)^4/4 + C.
Question 16
For the integral of cos(3x) dx, the appropriate substitution gives:
Solution: Let u = 3x, du = 3 dx. Integral = (1/3) integral cos(u) du = (1/3)sin(3x) + C.
Question 17
What is the integral of sin(x) cos(x) dx (using u = sin x)?
Solution: Let u = sin x, du = cos x dx. Integral = integral u du = u^2/2 + C = (1/2)sin^2(x) + C.
Question 18
To integrate (x^2 + x)/x, first simplify to:
Solution: Divide each term by x: (x^2 + x)/x = x + 1, which integrates easily to x^2/2 + x + C.
Question 19
To integrate (x^3 + 2x)/x, rewrite the integrand as:
Solution: Divide term by term: (x^3 + 2x)/x = x^2 + 2, which integrates to x^3/3 + 2x + C.
Question 20
What is the integral of 1/(x^2 + 1) dx?
Solution: This is a standard form: the antiderivative of 1/(x^2 + 1) is arctan(x) + C.