🎓 BookMCQ
← Back to 6. Integration

📝 Basic integration formulas list (30 MCQs)

📖 From Calculus • 6. Integration • 30 questions available

What is Basic integration formulas list?

Definition:
Basic integration formulas are standard results derived from differentiation rules, used to integrate common functions directly. Key formulas include xndx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C for n1n \neq -1, and exdx=ex+C\int e^x \, dx = e^x + C.

Example:
Integrate (5x4+2ex)dx\int (5x^4 + 2e^x) \, dx. Apply formulas term-wise: 5(x55)+2(ex)+C=x5+2ex+C5(\frac{x^5}{5}) + 2(e^x) + C = x^5 + 2e^x + C. Verify by differentiating the result.

Reason:
These formulas serve as building blocks for more complex integration techniques, enabling quick evaluation of standard functions without deriving from first principles each time.

13
Easy
13
Medium
4
Hard

📝 All Basic integration formulas list MCQs

Q1. A student uses the power rule to evaluate x1dx\int x^{-1} \, dx and obtains x00+C\frac{x^{0}}{0} + C. What is the fundamental error in this approach?

A.The power rule is invalid for r=1r = -1 because it leads to division by zero, so the integral should be evaluated as lnx+C\ln|x| + C. ✅
B.The student should have used the product rule instead.
C.The constant of integration should be zero in this case.
D.The error is that the variable of integration was not specified correctly.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The power rule for integration, xrdx=xr+1r+1+C\int x^r \, dx = \frac{x^{r+1}}{r+1} + C, fails when r=1r = -1 because it results in division by zero. This is the foundational reason why the integral of 1/x1/x is a special case, resulting in the natural logarithm function lnx+C\ln|x| + C. The student's attempt to apply the power rule in this case shows a lack of understanding of its limitations and the exceptional nature of the reciprocal function.

Q2. A student evaluates secxtanxdx\int \sec x \tan x \, dx and gets lnsecx+C\ln|\sec x| + C. Is this correct, and if not, what is the correct result?

A.No, the correct result is secx+C\sec x + C. ✅
B.No, the correct result is cscx+C\csc x + C.
C.No, the correct result is lnsecx+tanx+C\ln|\sec x + \tan x| + C.
D.Yes, it is correct.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The derivative of secx\sec x is secxtanx\sec x \tan x. Therefore, the antiderivative of secxtanx\sec x \tan x is secx+C\sec x + C. The student's answer, lnsecx+C\ln|\sec x| + C, is the antiderivative of tanx\tan x. This is a Easy question testing the knowledge of standard trigonometric derivatives and their corresponding integration formulas, which are fundamental to integral calculus.

Q3. Given the derivative formula ddx[tan1x]=11+x2\frac{d}{dx}[ \tan^{-1} x ] = \frac{1}{1 + x^2}, what is the correct corresponding integration formula?

A.11+x2dx=tan1x+C\int \frac{1}{1 + x^2} \, dx = \tan^{-1} x + C
B.tan1xdx=11+x2+C\int \tan^{-1} x \, dx = \frac{1}{1 + x^2} + C
C.11+x2dx=cot1x+C\int \frac{1}{1 + x^2} \, dx = -\cot^{-1} x + C
D.sec1xdx=11+x2+C\int \sec^{-1} x \, dx = \frac{1}{1 + x^2} + C
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The integration formula is the inverse operation of differentiation. If the derivative of tan1x\tan^{-1} x is 1/(1+x2)1/(1+x^2), then the integral of 1/(1+x2)1/(1+x^2) is tan1x\tan^{-1} x. The constant of integration, CC, is essential to represent the family of all antiderivatives. This question tests the fundamental relationship between differentiation and integration, a core concept in calculus.

Q4. What is the general antiderivative of f(x)=11x2f(x) = \frac{1}{\sqrt{1 - x^2}}?

A.sin1x+C\sin^{-1} x + C
B.cos1x+C\cos^{-1} x + C
C.sin1x+C-\sin^{-1} x + C
D.Both sin1x+C\sin^{-1} x + C and cos1x+C-\cos^{-1} x + C are valid. ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: The derivative of sin1x\sin^{-1} x is 1/1x21/\sqrt{1-x^2}, and the derivative of cos1x-\cos^{-1} x is also 1/1x21/\sqrt{1-x^2}. Since antiderivatives can differ by a constant, both sin1x+C\sin^{-1} x + C and cos1x+C-\cos^{-1} x + C are correct. This highlights the fact that antiderivatives are not unique and can be expressed in multiple ways due to trigonometric identities, which is a key Medium in integration.

Q5. Evaluate the integral 4cosxdx\int 4 \cos x \, dx.

A.4sinx+C4 \sin x + C
B.4sinx+C-4 \sin x + C
C.4sinx+4C4 \sin x + 4C
D.sin4x+C\sin 4x + C
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Using the constant multiple rule and the basic integral of cosine, 4cosxdx=4cosxdx=4sinx+C\int 4 \cos x \, dx = 4 \int \cos x \, dx = 4 \sin x + C. The constant CC is a single arbitrary constant. Option C is incorrect because it introduces an unnecessary constant 4C4C, which is still just an arbitrary constant and should be simplified. This question assesses the ability to apply a standard formula and the property of constants in integration.

Q6. A student claims that (x2+1)dx=x2dx+1dx\int (x^2 + 1) \, dx = \int x^2 \, dx + \int 1 \, dx because integration distributes over sums. Is this a valid Easy of the properties of indefinite integrals?

A.Yes, it is valid and it simplifies to x33+x+C\frac{x^3}{3} + x + C. ✅
B.No, this is incorrect; integration does not distribute over sums.
C.Yes, it is valid, but the constant of integration must be zero.
D.No, the correct way is to use the product rule.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The sum/difference rule for indefinite integrals states that the integral of a sum is the sum of the integrals. This is a direct consequence of the sum rule for derivatives. The student's statement is a correct Easy of this property. The correct evaluation is x33+x+C\frac{x^3}{3} + x + C. This question tests the understanding of the linearity of integration, a fundamental property.

Q7. A student evaluates 1xdx\int \frac{1}{\sqrt{x}} \, dx as 112x12+C=2x12+C\frac{1}{-\frac{1}{2}} x^{-\frac{1}{2}} + C = -2x^{-\frac{1}{2}} + C, but a friend gets 2x+C2\sqrt{x} + C. Who is correct?

A.The friend is correct; the student made an error in the exponent. ✅
B.The student is correct; the friend made an error.
C.Both are correct because they differ by a constant.
D.Neither is correct; the correct answer is 2x+C\frac{2}{\sqrt{x}} + C.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The function 1/x=x1/21/\sqrt{x} = x^{-1/2}. Applying the power rule, x1/2dx=x1/21/2+C=2x1/2+C=2x+C\int x^{-1/2} \, dx = \frac{x^{1/2}}{1/2} + C = 2x^{1/2} + C = 2\sqrt{x} + C. The student incorrectly added 1 to the exponent 1/2-1/2 to get 1/21/2 but then used the derivative rule instead of the integration rule. This is a classic error in applying the power rule for integration.

Q8. Consider the integral I=xsin(x2)dxI = \int x \sin(x^2) \, dx. Which of the following statements correctly identifies the need for a specific integration technique?

A.No special technique is needed; the integral is a standard formula cos(x2)+C-\cos(x^2) + C.
B.A uu-substitution is needed with u=x2u = x^2, turning it into a standard sine integral. ✅
C.Integration by parts is required because it's a product of two functions.
D.This integral is impossible to evaluate in terms of elementary functions.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This integral is a perfect candidate for uu-substitution. Let u=x2u = x^2, then du=2xdxdu = 2x \, dx. The integral becomes 12sinudu=12cosu+C=12cos(x2)+C\frac{1}{2} \int \sin u \, du = -\frac{1}{2} \cos u + C = -\frac{1}{2} \cos(x^2) + C. Recognizing the composition of functions where the derivative of the inner function is present is the skill being tested here, linking substitution to standard formulas.

Q9. Which of the following is the correct evaluation of x2+1x2dx\int \frac{x^2 + 1}{x^2} \, dx by first simplifying the integrand?

A.(1+x2)dx=x1x+C\int (1 + x^{-2}) \, dx = x - \frac{1}{x} + C
B.(1+1)dx=2x+C\int (1 + 1) \, dx = 2x + C
C.(x2+1)x2dx=13x3x1+C\int (x^2 + 1) \cdot x^{-2} \, dx = -\frac{1}{3}x^{-3} - x^{-1} + C
D.(1x2)dx=x+1x+C\int (1 - x^{-2}) \, dx = x + \frac{1}{x} + C
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a multi-step problem. First, simplify the integrand by dividing each term in the numerator by x2x^2, giving 1+x21 + x^{-2}. Then apply the power rule: 1dx+x2dx=x1x+C\int 1 \, dx + \int x^{-2} \, dx = x - \frac{1}{x} + C. Option A is correct. This tests the ability to manipulate an algebraic expression to make it integrable using basic formulas, a crucial skill in calculus.

Q10. Find x4+1x2+1dx\int \frac{x^4 + 1}{x^2 + 1} \, dx after appropriate algebraic manipulation.

A.x33+xtan1x+C\frac{x^3}{3} + x - \tan^{-1} x + C
B.x33x+tan1x+C\frac{x^3}{3} - x + \tan^{-1} x + C
C.x33xtan1x+C\frac{x^3}{3} - x - \tan^{-1} x + C
D.x33+x+tan1x+C\frac{x^3}{3} + x + \tan^{-1} x + C
💡 Difficulty: easy | ✅ Correct: A

Q11. The derivative of a function is f'(x) = \sec^2 x + \csc x \cot x. What is the most general form of the original function f(x)f(x) based on the integration formulas for its components?

A.tanxcscx+C\tan x - \csc x + C
B.tanx+cscx+C\tan x + \csc x + C
C.secxcotx+C\sec x - \cot x + C
D.cotx+cscx+C-\cot x + \csc x + C
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: We need to find the antiderivative of each term. The antiderivative of sec2x\sec^2 x is tanx\tan x. The antiderivative of cscxcotx\csc x \cot x is cscx-\csc x. Combining them gives tanxcscx+C\tan x - \csc x + C. This question tests the student's ability to recognize derivatives of trigonometric functions in reverse, which is the basis of integration, and to apply the sum rule.

Q12. The graph of f'(x) is shown as a horizontal line y=3y = 3. What does the graph of the antiderivative f(x)f(x) look like?

A.A straight line with a slope of 3. ✅
B.A horizontal line at y=3xy = 3x.
C.A parabola.
D.An exponential curve.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Since f'(x) = 3, the antiderivative is f(x)=3x+Cf(x) = 3x + C, which represents a family of straight lines with a slope of 3. The graph of any antiderivative is a line. This question connects a graphical representation of a derivative to the algebraic form of its antiderivative. The constant CC corresponds to the vertical shift of the line, but the slope remains constant at 3.

Q13. A student evaluated 1xdx\int \frac{1}{x} \, dx as lnx+C\ln x + C and claimed the answer is valid for all xx. Analyze this error and identify the correct answer.

A.The error is that lnx\ln x is only defined for x>0x > 0; the correct antiderivative is lnx+C\ln|x| + C. ✅
B.The error is that the constant of integration should be zero.
C.There is no error; lnx+C\ln x + C is correct for all xx.
D.The error is that the integral should be 10x0+C\frac{1}{0} x^{0} + C.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The natural logarithm function lnx\ln x is only defined for positive real numbers. The integral 1xdx\int \frac{1}{x} \, dx requires the absolute value to extend the domain to x<0x < 0. The derivative of lnx\ln|x| is 1/x1/x for all x0x \neq 0. Option B is the correct response. This is a classic and important subtlety in integral calculus that students often overlook.

Q14. A particle's velocity is given by v(t)=costv(t) = \cos t. Given that its initial position is s(0)=0s(0) = 0, what is its position function s(t)s(t) based on the integral of velocity?

A.sint\sin t
B.sint-\sin t
C.sint+1\sin t + 1
D.cost-\cos t
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Position is the antiderivative of velocity. costdt=sint+C\int \cos t \, dt = \sin t + C. Using the initial condition s(0)=0s(0) = 0, we have 0=sin(0)+C0 = \sin(0) + C, so C=0C = 0. Therefore, s(t)=sints(t) = \sin t. This applies the integral of cosine to solve a classic physics problem, linking calculus to rectilinear motion.

Q15. Consider the expressions F(x)=tan1xF(x) = \tan^{-1} x and G(x)=tan1(1/x)G(x) = -\tan^{-1}(1/x). Are these two functions both antiderivatives of the same function, and if so, what is the function?

A.Yes, both are antiderivatives of 1/(1+x2)1/(1+x^2). ✅
B.No, they are antiderivatives of different functions.
C.Yes, they are antiderivatives of x/(1+x2)x/(1+x^2).
D.No, because one is not defined for all real numbers.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The derivative of both tan1x\tan^{-1} x and tan1(1/x)-\tan^{-1}(1/x) is 1/(1+x2)1/(1+x^2) (for x0x \neq 0). Although they differ by a constant on their intervals of definition, they are antiderivatives of the same function. This question highlights that antiderivatives are not unique and can have different algebraic forms due to trigonometric identities, reinforcing the concept of the constant of integration.

Q16. Evaluate the definite integral 121xdx\int_{1}^{2} \frac{1}{x} \, dx after first finding the antiderivative.

A.ln2\ln 2
B.ln2ln1=0\ln 2 - \ln 1 = 0
C.ln2ln1=ln2\ln 2 - \ln 1 = \ln 2
D.12ln2\frac{1}{2} \ln 2
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: The antiderivative of 1/x1/x is lnx\ln|x|. Evaluating from 1 to 2 gives ln2ln1=ln20=ln2\ln|2| - \ln|1| = \ln 2 - 0 = \ln 2. This is a straightforward Easy of the Fundamental Theorem of Calculus after finding the antiderivative. It tests the student's ability to connect indefinite integration formulas to definite integral evaluation.

Q17. A student applies the formula 11+x2dx=tan1x+C\int \frac{1}{1+x^2} \, dx = \tan^{-1} x + C to evaluate 14+x2dx\int \frac{1}{4+x^2} \, dx and incorrectly obtains tan1(x/2)+C\tan^{-1}(x/2) + C. What is the correct result?

A.12tan1(x2)+C\frac{1}{2} \tan^{-1}\left(\frac{x}{2}\right) + C
B.tan1(x2)+C\tan^{-1}\left(\frac{x}{2}\right) + C
C.14tan1(x)+C\frac{1}{4} \tan^{-1}(x) + C
D.12tan1(x)+C\frac{1}{2} \tan^{-1}(x) + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The correct formula is dxa2+x2=1atan1(xa)+C\int \frac{dx}{a^2 + x^2} = \frac{1}{a} \tan^{-1}\left(\frac{x}{a}\right) + C. Here a=2a = 2, so the result is 12tan1(x2)+C\frac{1}{2} \tan^{-1}\left(\frac{x}{2}\right) + C. The student forgot the constant factor 1/a1/a. This is a common error when using generalized integration formulas, testing the student's ability to apply and adjust standard formulas correctly.

Q18. Which of the following is the correct simplification and integration of cosxsin2xdx\int \frac{\cos x}{\sin^2 x} \, dx?

A.cscxcotxdx=cscx+C\int \csc x \cot x \, dx = -\csc x + C
B.secxtanxdx=secx+C\int \sec x \tan x \, dx = \sec x + C
C.1sinx1sinxdx=csc2xdx=cotx+C\int \frac{1}{\sin x} \cdot \frac{1}{\sin x} \, dx = \int \csc^2 x \, dx = -\cot x + C
D.1cosx1tanxdx=lnsecx+C\int \frac{1}{\cos x} \cdot \frac{1}{\tan x} \, dx = \ln|\sec x| + C
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Rewrite cosxsin2x=1sinxcosxsinx=cscxcotx\frac{\cos x}{\sin^2 x} = \frac{1}{\sin x} \cdot \frac{\cos x}{\sin x} = \csc x \cot x. The integral of cscxcotx\csc x \cot x is a standard formula. This question requires simplifying a trigonometric expression and recognizing a standard derivative-in-reverse (of cscx\csc x). It tests Medium of trigonometric identities and their relation to integration formulas.

Q19. The derivative of exe^x is exe^x. What is the integral of 5ex5e^x, and how does the constant factor affect the antiderivative?

A.5ex+C5e^x + C, the constant factor is pulled out of the integral. ✅
B.e5x+Ce^{5x} + C, the constant is absorbed into the exponent.
C.5ex+5C5e^x + 5C, which is a different family of functions.
D.ex+Ce^x + C, the constant 5 does not affect the integral.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The constant multiple rule allows us to write 5exdx=5exdx=5ex+C\int 5e^x \, dx = 5 \int e^x \, dx = 5e^x + C. The constant CC is an arbitrary constant of integration. While 5ex+5C5e^x + 5C is also technically correct, it is conventionally simplified to 5ex+C5e^x + C. This question tests the understanding of the constant multiple rule and the meaning of the constant of integration. Option B is a common mistake where students think constants multiply within the function.

Q20. A velocity function is modeled by v(t)=11+t2v(t) = \frac{1}{1+t^2}. What is the displacement function s(t)s(t) if s(0)=0s(0) = 0, and how does this relate to the area under the curve?

A.s(t)=tan1ts(t) = \tan^{-1} t, which represents the area under vv from 0 to tt. ✅
B.s(t)=tan1t+1s(t) = \tan^{-1} t + 1, because you must add 1.
C.s(t)=sec1ts(t) = \sec^{-1} t, which represents the area under vv.
D.s(t)=ln(1+t2)s(t) = \ln(1+t^2), which represents the area under vv.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Displacement is the antiderivative of velocity. 11+t2dt=tan1t+C\int \frac{1}{1+t^2} \, dt = \tan^{-1} t + C. With s(0)=0s(0) = 0, C=0C = 0. Thus s(t)=tan1ts(t) = \tan^{-1} t. By the Fundamental Theorem of Calculus, s(t)=0tv(u)dus(t) = \int_0^t v(u) \, du, which is the area under the velocity curve from 0 to tt. This directly links the integration formula for 1/(1+x2)1/(1+x^2) to a physical interpretation.

Q21. Given that the derivative of secx\sec x is secxtanx\sec x \tan x, what is the derivative of secxtanxdx\int \sec x \tan x \, dx if the constant of integration is CC?

A.secxtanx\sec x \tan x
B.secx+C\sec x + C
C.secxtanx+C\sec x \tan x + C
D.0
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The Fundamental Theorem of Calculus states that if F(x)=f(x)dxF(x) = \int f(x) \, dx, then F&#039;(x) = f(x). Since secxtanxdx=secx+C\int \sec x \tan x \, dx = \sec x + C, its derivative is secxtanx\sec x \tan x. The constant CC disappears upon differentiation. This question tests the inverse relationship between differentiation and integration, a core concept.

Q22. A curve has the property that its slope at any point (x,y)(x, y) is 3x23x^2. What is the equation of the curve if it passes through (1,2)(1, 2)?

A.y=x3+1y = x^3 + 1
B.y=x3+2y = x^3 + 2
C.y=3x2+1y = 3x^2 + 1
D.y=x3+Cy = x^3 + C
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The slope is dy/dx=3x2dy/dx = 3x^2. Integrating gives y=x3+Cy = x^3 + C. Using the point (1,2)(1, 2): 2=13+C2 = 1^3 + C, so C=1C = 1. Thus y=x3+1y = x^3 + 1. This applies integration formulas to solve a geometric problem, connecting calculus to curves and slopes.

Q23. A student integrates xx2+1dx\int \frac{x}{x^2+1} \, dx and gets ln(x2+1)+C\ln(x^2+1) + C. Analyze the error and provide the correct solution.

A.The student forgot the factor 12\frac{1}{2}; the correct answer is 12lnx2+1+C\frac{1}{2} \ln|x^2+1| + C. ✅
B.The student used the wrong formula; the correct answer is tan1x+C\tan^{-1} x + C.
C.The student's answer is correct for x>0x > 0.
D.The student made no error; it is ln(x2+1)+C\ln(x^2+1) + C.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Let u=x2+1u = x^2+1, then du=2xdxdu = 2x \, dx. So xx2+1dx=121udu=12lnu+C=12ln(x2+1)+C\int \frac{x}{x^2+1} \, dx = \frac{1}{2} \int \frac{1}{u} \, du = \frac{1}{2} \ln|u| + C = \frac{1}{2} \ln(x^2+1) + C. The student forgot the factor 1/21/2 from the chain rule. This is a classic uu-substitution error, testing the ability to apply the technique correctly.

Q24. Evaluate 1xx24dx\int \frac{1}{x\sqrt{x^2 - 4}} \, dx using a formula.

A.12sec1(x2)+C\frac{1}{2} \sec^{-1}\left(\frac{x}{2}\right) + C
B.sec1(x)+C\sec^{-1}(x) + C
C.12sec1(x)+C\frac{1}{2} \sec^{-1}(x) + C
D.sec1(x/2)+C\sec^{-1}(x/2) + C
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Using the generalized formula duuu2a2=1asec1ua+C\int \frac{du}{u\sqrt{u^2 - a^2}} = \frac{1}{a} \sec^{-1}\left|\frac{u}{a}\right| + C. Here u=xu = x and a=2a = 2, so the integral is 12sec1(x/2)+C\frac{1}{2} \sec^{-1}(x/2) + C. This tests the ability to recall and apply a more advanced integration formula, including the constant factor 1/a1/a, which is a common point of error.

Q25. Which of the following is NOT a valid antiderivative of f(x)=sinxf(x) = \sin x on the interval (,)(-\infty, \infty)?

A.cosx+5-\cos x + 5
B.cosxπ-\cos x - \pi
C.cosx+1-\cos x + 1
D.cosx\cos x
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: All antiderivatives of sinx\sin x are of the form cosx+C-\cos x + C. Options A, B, and C are all of this form (with C=5,π,1C = 5, -\pi, 1, respectively). Option D, cosx\cos x, is not an antiderivative of sinx\sin x because its derivative is sinx-\sin x, not sinx\sin x. This question tests the understanding of the family of antiderivatives and the requirement that the derivative of the candidate must equal the integrand.

Q26. A particle's acceleration is constant at a(t)=10a(t) = 10. If its initial velocity is v(0)=5v(0) = 5, what is the velocity function v(t)v(t), and how does it relate to the integration of a constant function?

A.v(t)=10t+5v(t) = 10t + 5, which shows that integrating a constant gives a linear function. ✅
B.v(t)=10t+Cv(t) = 10t + C, which is a linear function.
C.v(t)=5t+10v(t) = 5t + 10, which is linear.
D.v(t)=10tv(t) = 10t, which is linear.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Integrating acceleration gives velocity: v(t)=10dt=10t+Cv(t) = \int 10 \, dt = 10t + C. Using v(0)=5v(0) = 5, we get C=5C = 5, so v(t)=10t+5v(t) = 10t + 5. This is a direct Easy of the constant multiple rule and the integral of a constant, linking it to a physical context.

Q27. A student incorrectly states that 1x2+4dx=1x2+4+C\int \frac{1}{x^2 + 4} \, dx = \frac{1}{x^2+4} + C. What is the correct evaluation and what concept is being misapplied?

A.The correct answer is 12tan1(x/2)+C\frac{1}{2} \tan^{-1}(x/2) + C. The student is treating integration as just taking the reciprocal. ✅
B.The correct answer is lnx2+4+C\ln|x^2+4| + C. The student forgot the uu-substitution.
C.The correct answer is 12lnx2+4+C\frac{1}{2} \ln|x^2+4| + C. The student forgot the uu-substitution.
D.The correct answer is tan1(x/2)+C\tan^{-1}(x/2) + C. The student missed the constant factor.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The student is confusing integration with differentiation or just taking the reciprocal. The correct formula for dxx2+a2\int \frac{dx}{x^2 + a^2} is 1atan1(x/a)+C\frac{1}{a} \tan^{-1}(x/a) + C. Here a=2a = 2, so the answer is 12tan1(x/2)+C\frac{1}{2} \tan^{-1}(x/2) + C. This is a profound misunderstanding of what an integral is; the student is not performing the inverse operation of differentiation.

Q28. Given the graph of f&#039;(x) is a line with a positive slope, what can you say about the graph of f(x)f(x) and its concavity?

A.The graph of f(x)f(x) is concave up, because f&#039;&#039;(x) > 0. ✅
B.The graph of f(x)f(x) is concave down, because f&#039;&#039;(x) < 0.
C.The graph of f(x)f(x) is a line with a positive slope.
D.The graph of f(x)f(x) is increasing at a decreasing rate.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: If f&#039;(x) is a line with a positive slope, then its derivative f&#039;&#039;(x) is a positive constant. A positive second derivative indicates that the function f(x)f(x) is concave up. This question links the graphical behavior of a derivative to the concavity of its antiderivative, a key concept in curve sketching and analysis.

Q29. A student asks, 'Since the derivative of lnx\ln x is 1/x1/x, why can't I just say 1xdx=lnx\int \frac{1}{x} \, dx = \ln x without the absolute value?' How would you respond to correct their conceptual misunderstanding?

A.The domain of lnx\ln x is x>0x > 0. The integral represents all antiderivatives, which must be defined for x<0x < 0 as well, hence lnx\ln|x|. ✅
B.You can, because lnx\ln x is correct for all xx.
C.The integral should be lnx\ln x only when x>0x > 0, and ln(x)\ln(-x) when x<0x < 0.
D.The absolute value is not needed for definite integrals.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The student's understanding is incomplete. While the derivative of lnx\ln x is 1/x1/x for x>0x > 0, the function 1/x1/x is defined for all x0x \neq 0. The antiderivative must be valid for all x0x \neq 0. The function lnx\ln|x| satisfies this because its derivative is 1/x1/x for both positive and negative xx. This highlights the importance of domain when finding antiderivatives. The constant of integration CC is also crucial, as it represents the entire family of functions whose derivative is 1/x1/x.

Q30. Evaluate the following integral by first rewriting the integrand using a trigonometric identity: sec2xtanxdx\int \sec^2 x \tan x \, dx.

A.12sec2x+C\frac{1}{2} \sec^2 x + C
B.12tan2x+C\frac{1}{2} \tan^2 x + C
C.secx+C\sec x + C
D.Both A and B are correct. ✅
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: This integral can be solved using two different substitutions. If u=secxu = \sec x, du=secxtanxdxdu = \sec x \tan x \, dx, the integral becomes udu=12u2+C=12sec2x+C\int u \, du = \frac{1}{2} u^2 + C = \frac{1}{2} \sec^2 x + C. If u=tanxu = \tan x, du=sec2xdxdu = \sec^2 x \, dx, the integral becomes udu=12u2+C=12tan2x+C\int u \, du = \frac{1}{2} u^2 + C = \frac{1}{2} \tan^2 x + C. Since 12sec2x=12(tan2x+1)\frac{1}{2} \sec^2 x = \frac{1}{2} (\tan^2 x + 1), the two results differ by a constant, and both are valid antiderivatives. This question tests the student's ability to see multiple solution paths and understand that antiderivatives are families of functions.

🔗 Related Topics (MCQs)