🎓 BookMCQ
← Back to 6. Integration

📝 Properties of indefinite integrals (24 MCQs)

📖 From Calculus • 6. Integration • 24 questions available

What is Properties of indefinite integrals?

Definition:
Indefinite integrals follow linearity properties, allowing constants to be factored out and sums to be integrated term-by-term. Specifically, [af(x)+bg(x)]dx=af(x)dx+bg(x)dx\int [af(x) + bg(x)] \, dx = a\int f(x) \, dx + b\int g(x) \, dx, simplifying complex expressions into manageable parts.

Example:
Evaluate (3x24sin(x))dx\int (3x^2 - 4\sin(x)) \, dx. Split: 3x2dx4sin(x)dx=3(x33)4(cos(x))+C=x3+4cos(x)+C3\int x^2 \, dx - 4\int \sin(x) \, dx = 3(\frac{x^3}{3}) - 4(-\cos(x)) + C = x^3 + 4\cos(x) + C.

Reason:
These properties make integration flexible and systematic, allowing students to break down complicated integrands into simpler components that match known basic formulas.

5
Easy
11
Medium
8
Hard

📝 All Properties of indefinite integrals MCQs

Q1. A student evaluates 3cosxdx\int 3\cos x\,dx as 3sinx+C3\sin x + C. Later, they integrate 3cosxdx\int 3\cos x\,dx again but write the result as 3sinx+2C3\sin x + 2C. Both answers are considered correct because:

A.The constant of integration can absorb any numerical value
B.The derivative of 3sinx+2C3\sin x + 2C is also 3cosx3\cos x
C.The factor 2 in front of C is meaningless
D.The integral of a constant multiple is always that multiple times the variable of integration
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: The correct reasoning is that 2C2C is still an arbitrary constant since CC is arbitrary; if CC can be any real number, then 2C2C also can be any real number. Thus, 3sinx+2C3\sin x + 2C is just a different way of writing 3\sin x + C', where C' = 2C. Option A is incorrect because the constant doesn't "absorb" the factor 2; it's the arbitrariness of CC that makes it valid. Option C is false; the factor matters in notation but not in the result set. Option D oversimplifies the property.

Q2. A student writes 2xdx=x2+C\int 2x\,dx = x^2 + C and another writes 2xdx=x2+3\int 2x\,dx = x^2 + 3. Which statement is true?

A.Both are correct antiderivatives since they differ by a constant ✅
B.The second is incorrect because the constant must be denoted by CC
C.The first is correct only if C=0C = 0
D.The second is incorrect because the constant should be arbitrary
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The family of all antiderivatives of 2x2x is x2+Cx^2 + C, where CC is any real constant. The expression x2+3x^2 + 3 is just a specific member of this family with C=3C = 3. Thus, both are valid antiderivatives. Option B is wrong because any real number can be a constant, not just CC. Option C is false because CC can be any number, not just zero. Option D is incorrect because a specific constant is allowed; the arbitrary constant simply allows for all possibilities.

Q3. Given that F'(x) = f(x) and G'(x) = g(x), the correct expression for [3f(x)2g(x)]dx\int [3f(x) - 2g(x)]\,dx is:

A.3F(x)2G(x)+C3F(x) - 2G(x) + C
B.3F(x)2G(x)3F(x) - 2G(x)
C.3F(x)+2G(x)+C3F(x) + 2G(x) + C
D.F(x)G(x)+CF(x) - G(x) + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The integral of a linear combination is the linear combination of the integrals, by the properties of the indefinite integral. Since f(x)dx=F(x)+C1\int f(x)\,dx = F(x) + C_1 and g(x)dx=G(x)+C2\int g(x)\,dx = G(x) + C_2, then [3f(x)2g(x)]dx=3f(x)dx2g(x)dx=3F(x)2G(x)+C\int [3f(x) - 2g(x)]\,dx = 3\int f(x)\,dx - 2\int g(x)\,dx = 3F(x) - 2G(x) + C. The constant CC absorbs 3C12C23C_1 - 2C_2. Option B misses the constant of integration. Option C has the wrong sign on 2. Option D incorrectly combines the functions.

Q4. Which of the following is NOT a valid property of the indefinite integral?

A.[f(x)+g(x)]dx=f(x)dx+g(x)dx\int [f(x) + g(x)]\,dx = \int f(x)\,dx + \int g(x)\,dx
B.kf(x)dx=kf(x)dx\int k f(x)\,dx = k \int f(x)\,dx (k constant)
C.f(x)g(x)dx=f(x)dxg(x)dx\int f(x)g(x)\,dx = \int f(x)\,dx \cdot \int g(x)\,dx
D.[f(x)g(x)]dx=f(x)dxg(x)dx\int [f(x) - g(x)]\,dx = \int f(x)\,dx - \int g(x)\,dx
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: The integral of a product is NOT equal to the product of integrals. There is no general product rule for indefinite integrals. Options A, B, and D are correct linearity properties: the integral of a sum/difference is the sum/difference of the integrals, and constants can be factored out. Option C represents a common misconception where students incorrectly apply linearity to multiplication, which is invalid. Integration does not distribute over multiplication; special techniques like integration by parts are needed for products.

Q5. Evaluate: (3x22x2+4)dx\int \left(3x^2 - \frac{2}{x^2} + 4\right) dx

A.x3+2x+4x+Cx^3 + \frac{2}{x} + 4x + C
B.x32x+4x+Cx^3 - \frac{2}{x} + 4x + C
C.x3+2x+Cx^3 + \frac{2}{x} + C
D.3x32x+4x+C3x^3 - \frac{2}{x} + 4x + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Applying linearity and the power rule: 3x2dx=x3+C1\int 3x^2\,dx = x^3 + C_1. For 2x2dx\int -\frac{2}{x^2}\,dx, rewrite as 2x2dx=2(x11)=2x1=2x+C2-2\int x^{-2}\,dx = -2\left(\frac{x^{-1}}{-1}\right) = 2x^{-1} = \frac{2}{x} + C_2. And 4dx=4x+C3\int 4\,dx = 4x + C_3. Combining gives x3+2x+4x+Cx^3 + \frac{2}{x} + 4x + C. Option B has the wrong sign on 2/x2/x. Option C omits the 4x4x term. Option D incorrectly keeps the coefficient 3 on x3x^3.

Q6. A common mistake is to write 1x2dx=13x3+C\int \frac{1}{x^2}\,dx = \frac{1}{3x^3} + C by incorrectly applying the power rule. The correct integral is:

A.1x+C-\frac{1}{x} + C
B.lnx2+C\ln|x^2| + C
C.13x3+C\frac{-1}{3x^3} + C
D.1x+C\frac{1}{x} + C
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Rewrite 1x2\frac{1}{x^2} as x2x^{-2}. Applying the power rule xndx=xn+1n+1+C\int x^n\,dx = \frac{x^{n+1}}{n+1} + C for n1n \neq -1 gives x11=1x+C\frac{x^{-1}}{-1} = -\frac{1}{x} + C. The erroneous answer 13x3\frac{1}{3x^3} would come from treating the denominator as if it were x3x^3 and then integrating incorrectly. Option B is wrong because the integral of 1/x21/x^2 is not logarithmic; the rule 1/xdx=lnx+C\int 1/x\,dx = \ln|x| + C only applies when the exponent is exactly -1. Option D has the wrong sign.

Q7. Consider the two antiderivatives F(x)=sin2x+CF(x) = \sin^2 x + C and G(x)=cos2x+CG(x) = -\cos^2 x + C. Which statement correctly describes their relationship?

A.They are unrelated
B.They are equal only when C=0C=0
C.They differ by a constant and are both antiderivatives of the same function ✅
D.They are not both antiderivatives of any function
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: Since sin2x+cos2x=1\sin^2 x + \cos^2 x = 1, we have sin2x=1cos2x\sin^2 x = 1 - \cos^2 x. Thus, F(x)=1cos2x+C=cos2x+(C+1)F(x) = 1 - \cos^2 x + C = -\cos^2 x + (C+1). Let C' = C+1. Then F(x) = -\cos^2 x + C' = G(x). Both are valid antiderivatives of 2sinxcosx=sin2x2\sin x \cos x = \sin 2x. Option A is wrong; they are related by a constant difference. Option B is false because a constant shift can make them equal for any CC. Option D is incorrect because they both differentiate to sin2x\sin 2x.

Q8. A student argues that since 2xdx=x2+C\int 2x\,dx = x^2 + C and 2dx=2x+C\int 2\,dx = 2x + C, then (2x+2)dx=(x2+C)+(2x+C)=x2+2x+2C\int (2x + 2)\,dx = (x^2 + C) + (2x + C) = x^2 + 2x + 2C, and concludes the constant is always doubled in sums. What is the flaw?

A.There is no flaw; the reasoning is correct
B.The student incorrectly assumes the same CC in both integrals ✅
C.The integrals should be multiplied, not added
D.The constant of integration is always zero for sums
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: In the expression (x2+C1)+(2x+C2)=x2+2x+(C1+C2)(x^2 + C_1) + (2x + C_2) = x^2 + 2x + (C_1 + C_2), the constants from different integrals are independent and should be denoted differently (e.g., C1C_1 and C2C_2). The final constant is just C1+C2C_1+C_2, which is still an arbitrary constant, not 2C2C (unless one incorrectly assumes C1=C2C_1=C_2). Option A is wrong because there is a flaw. Option C is irrelevant; integration is linear, not multiplicative. Option D is wrong; the constant can be any number, not always zero.

Q9. Find the indefinite integral: (tan2x+1)dx\int (\tan^2 x + 1)\,dx

A.tanx+C\tan x + C
B.sec2x+C\sec^2 x + C
C.cotx+C-\cot x + C
D.secxtanx+C\sec x \tan x + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Using the trigonometric identity tan2x+1=sec2x\tan^2 x + 1 = \sec^2 x. So (tan2x+1)dx=sec2xdx=tanx+C\int (\tan^2 x + 1)\,dx = \int \sec^2 x\,dx = \tan x + C. Option B is wrong because sec2x\sec^2 x is the integrand, not the integral; differentiating sec2x+C\sec^2 x + C would not give sec2x\sec^2 x. Option C is the antiderivative of csc2x\csc^2 x, not sec2x\sec^2 x. Option D is the derivative of secx\sec x, not its antiderivative. Recognizing the identity is key to simplifying the integrand before integrating.

Q10. Which of the following represents the most general antiderivative of f(x)=0f(x) = 0?

A.00
B.CC
C.x+Cx + C
D.11
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The derivative of any constant CC is 0, so the family of all functions whose derivative is zero is the set of all constant functions, i.e., f(x)=Cf(x) = C. Option A is just one specific antiderivative (with C=0). Option C is the antiderivative of 1, not 0. Option D is another specific constant. This question tests Easy of the fact that the integral of zero is a constant, emphasizing the arbitrary nature of the constant of integration.

Q11. Evaluate cosxsin2xdx\int \frac{\cos x}{\sin^2 x}\,dx

A.cscx+C-\csc x + C
B.cscx+C\csc x + C
C.secx+C-\sec x + C
D.secx+C\sec x + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Rewrite the integrand as cscxcotx\csc x \cot x because cosxsin2x=1sinxcosxsinx=cscxcotx\frac{\cos x}{\sin^2 x} = \frac{1}{\sin x} \cdot \frac{\cos x}{\sin x} = \csc x \cot x. The derivative of cscx-\csc x is cscxcotx\csc x \cot x. Thus, the integral is cscx+C-\csc x + C. Option B has the wrong sign. Option C is the antiderivative of secxtanx\sec x \tan x with a negative sign, which is not the given integrand. Option D is the antiderivative of secxtanx\sec x \tan x with the positive sign. It's important to recognize the derivative relationships of trigonometric functions.

Q12. If f(x)dx=F(x)+C\int f(x)\,dx = F(x) + C and g(x)dx=G(x)+C\int g(x)\,dx = G(x) + C, what is [f(x)g(x)]dx\int [f(x) - g(x)]\,dx in terms of FF and GG?

A.F(x)G(x)+CF(x) - G(x) + C
B.F(x)+G(x)+CF(x) + G(x) + C
C.F(x)G(x)F(x) - G(x)
D.F(x)/G(x)+CF(x)/G(x) + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The integral of a difference is the difference of the integrals: [f(x)g(x)]dx=f(x)dxg(x)dx=[F(x)+C1][G(x)+C2]=F(x)G(x)+(C1C2)\int [f(x) - g(x)]\,dx = \int f(x)\,dx - \int g(x)\,dx = [F(x) + C_1] - [G(x) + C_2] = F(x) - G(x) + (C_1 - C_2). Since C1C_1 and C2C_2 are arbitrary constants, their difference is also an arbitrary constant, which can be represented by CC. Option B would represent the integral of a sum, not a difference. Option C misses the constant of integration. Option D is not a valid property.

Q13. A student solved 12xdx\int \frac{1}{2x}\,dx as 12ln2x+C\frac{1}{2}\ln|2x| + C. Is this correct?

A.Yes, because ddx[12ln2x]=12x\frac{d}{dx}[\frac{1}{2}\ln|2x|] = \frac{1}{2x}
B.No, it should be 12lnx+C\frac{1}{2}\ln|x| + C
C.Yes, but the constant C must be zero
D.No, it should be lnx+C\ln|\sqrt{x}| + C
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Using the chain rule, ddx[12ln2x]=1212x2=12x\frac{d}{dx}[\frac{1}{2}\ln|2x|] = \frac{1}{2} \cdot \frac{1}{2x} \cdot 2 = \frac{1}{2x}. So the answer is correct. However, note that 12ln2x+C=12(lnx+ln2)+C=12lnx+(12ln2+C)\frac{1}{2}\ln|2x| + C = \frac{1}{2}(\ln|x| + \ln 2) + C = \frac{1}{2}\ln|x| + (\frac{1}{2}\ln 2 + C). Since 12ln2\frac{1}{2}\ln 2 is a constant, it can be absorbed into CC. Thus, the standard answer 12lnx+C\frac{1}{2}\ln|x| + C is also correct, and they differ by a constant. Option B is also correct but not the only correct; the question asks if the student's answer is correct. Option C is false. Option D is another correct form, but option A correctly identifies the derivative.

Q14. Given that f(x)dx=lnx+C\int f(x)\,dx = \ln|x| + C, what is 5f(x)dx\int 5f(x)\,dx?

A.5lnx+C5\ln|x| + C
B.ln5x+C\ln|5x| + C
C.5lnx+5C5\ln|x| + 5C
D.lnx5+C\ln|x|^5 + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The constant multiple rule states 5f(x)dx=5f(x)dx=5(lnx+C1)=5lnx+5C1\int 5f(x)\,dx = 5\int f(x)\,dx = 5(\ln|x| + C_1) = 5\ln|x| + 5C_1. Since 5C15C_1 is just an arbitrary constant, we can write it as CC. Option B is incorrect; ln5x=ln5+lnx\ln|5x| = \ln 5 + \ln|x|, which is not a constant multiple of lnx\ln|x|. Option C is the intermediate step but not the most simplified or standard form. Option D is equivalent to lnx5=5lnx\ln|x|^5 = 5\ln|x| (by log properties), which is also a correct antiderivative, but option A is the simplest and most direct Easy of the rule. The question expects the direct Easy of the constant multiple rule.

Q15. What is the indefinite integral of f(x)=sinx+cosxf(x) = \sin x + \cos x?

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

📖 Explanation: We integrate term by term: sinxdx=cosx+C1\int \sin x\,dx = -\cos x + C_1 and cosxdx=sinx+C2\int \cos x\,dx = \sin x + C_2. Combining gives cosx+sinx+(C1+C2)=sinxcosx+C-\cos x + \sin x + (C_1 + C_2) = \sin x - \cos x + C. Option B is the derivative of sinx+cosx-\sin x + \cos x, which is cosxsinx-\cos x - \sin x, not the original integrand. Option C is the integrand itself, not its antiderivative. Option D is the antiderivative of sinxcosx-\sin x - \cos x, not sinx+cosx\sin x + \cos x. Recognizing the basic derivatives of sine and cosine is crucial.

Q16. A student claims that x2dx\int x^2\,dx and t2dt\int t^2\,dt are different because they use different variables. Is this correct?

A.Yes, because the variable changes the function
B.No, both represent the same family of functions x33+C\frac{x^3}{3} + C
C.Yes, because the constant of integration changes
D.No, the integrals cannot be compared
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The variable of integration in an indefinite integral is a dummy variable. x2dx=x33+C\int x^2\,dx = \frac{x^3}{3} + C and t2dt=t33+C\int t^2\,dt = \frac{t^3}{3} + C. They represent the same rule: the antiderivative of the square of the independent variable is the cube of that variable divided by 3. The name of the variable does not affect the form of the result. Option A is wrong; the variable is just a placeholder. Option C is wrong; the arbitrary constant is always arbitrary regardless of the variable. Option D is false; they are comparable and identical in form.

Q17. The integral of sec2x\sec^2 x is tanx+C\tan x + C. Therefore, the integral of sec2(3x)\sec^2 (3x) is:

A.13tan(3x)+C\frac{1}{3}\tan(3x) + C
B.3tan(3x)+C3\tan(3x) + C
C.tan(3x)+C\tan(3x) + C
D.sec2(3x)tan(3x)+C\sec^2(3x)\tan(3x) + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Using substitution or the chain rule in reverse, if u=3xu = 3x, then du=3dxdu = 3dx, so dx=du/3dx = du/3. Thus, sec2(3x)dx=13sec2udu=13tanu+C=13tan(3x)+C\int \sec^2(3x)\,dx = \frac{1}{3}\int \sec^2 u\,du = \frac{1}{3}\tan u + C = \frac{1}{3}\tan(3x) + C. Option B misses the necessary factor of 1/31/3 from the derivative of 3x3x. Option C is the answer one would get if they incorrectly ignored the chain rule. Option D is the derivative of sec(3x)\sec(3x), not its antiderivative. This question tests the Easy of the chain rule in integration.

Q18. Evaluate (ex+ex)dx\int (e^x + e^{-x})\,dx

A.exex+Ce^x - e^{-x} + C
B.ex+ex+Ce^x + e^{-x} + C
C.ex+ex+2Ce^x + e^{-x} + 2C
D.exexe^x - e^{-x}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The integral of exe^x is ex+C1e^x + C_1. The integral of exe^{-x} is ex+C2-e^{-x} + C_2, because ddx[ex]=ex\frac{d}{dx}[-e^{-x}] = e^{-x}. Combining gives exex+Ce^x - e^{-x} + C. Option B is the integrand itself. Option C incorrectly adds the constants. Option D misses the constant of integration. This question tests the integration of exponential functions, especially the negative exponent case, and reinforces the importance of the arbitrary constant.

Q19. What is the integral of f(x)=11+x2+11x2f(x) = \frac{1}{1+x^2} + \frac{1}{\sqrt{1-x^2}}?

A.tan1x+sin1x+C\tan^{-1} x + \sin^{-1} x + C
B.tan1xsin1x+C\tan^{-1} x - \sin^{-1} x + C
C.11+x2+11x2+C\frac{1}{1+x^2} + \frac{1}{\sqrt{1-x^2}} + C
D.x1+x2+x1x2+C\frac{x}{1+x^2} + \frac{x}{\sqrt{1-x^2}} + C
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This requires recognizing standard integral forms. 11+x2dx=tan1x+C1\int \frac{1}{1+x^2}\,dx = \tan^{-1} x + C_1 and 11x2dx=sin1x+C2\int \frac{1}{\sqrt{1-x^2}}\,dx = \sin^{-1} x + C_2. Therefore, the integral is tan1x+sin1x+C\tan^{-1} x + \sin^{-1} x + C. Option B has the wrong sign on the sine inverse term. Option C is just the original function. Option D is incorrect; it looks like the derivative of a quotient, not a standard integral. This question tests the ability to identify standard integrals from inverse trigonometric functions, a key concept in the chapter.

Q20. If f(x)dx=x2+cosx+C\int f(x)\,dx = x^2 + \cos x + C, what is the function f(x)f(x)?

A.2xsinx2x - \sin x
B.2x+sinx2x + \sin x
C.x33+sinx\frac{x^3}{3} + \sin x
D.x33sinx\frac{x^3}{3} - \sin x
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The function f(x)f(x) is the derivative of the antiderivative. Differentiating x2+cosx+Cx^2 + \cos x + C gives 2xsinx+02x - \sin x + 0. So, f(x)=2xsinxf(x) = 2x - \sin x. Option B is the derivative of x2cosxx^2 - \cos x, which is not the given antiderivative. Option C is the antiderivative of x2+cosxx^2 + \cos x with a different constant. Option D is the antiderivative of x2sinxx^2 - \sin x. This tests the fundamental inverse relationship between differentiation and integration.

Q21. A student simplifies (3x+5)2dx\int (3x + 5)^2\,dx by first squaring the integrand to get (9x2+30x+25)dx\int (9x^2 + 30x + 25)\,dx and then integrating. Which property of integrals allows them to do this?

A.The sum/difference rule
B.The constant multiple rule
C.The power rule
D.The integrand can always be manipulated algebraically before integrating ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: The student is using algebraic manipulation to rewrite the integrand in a more integrable form. This is allowed because the integral of a function is defined on the function itself; rewriting it using algebraic identities (like expanding a square) produces an equivalent expression. The sum/difference rule is then used to integrate the resulting polynomial. While options A, B, and C are used in the integration step, the initial step of simplifying the integrand is a valid algebraic technique, not a property of the integral itself. Option D best describes the general principle of simplifying the integrand before applying integration rules.

Q22. Given the graph of f(x)f(x) has a maximum at x=2x=2, what can be said about the graph of its antiderivative F(x)F(x) (assuming F'(x)=f(x))?

A.F(x)F(x) has an inflection point at x=2x=2
B.F(x)F(x) has a maximum at x=2x=2
C.F(x)F(x) has a minimum at x=2x=2
D.Nothing can be determined without more information
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Since F'(x) = f(x), the derivative of FF is ff. A maximum of f(x)f(x) means f'(x) changes from positive to negative at x=2x=2. But f'(x) = F''(x). Thus, the second derivative of FF changes from positive to negative at x=2x=2, which is the definition of an inflection point. A local extremum of FF occurs where f(x)=0f(x) = 0, not where f(x)f(x) has a maximum. Option B and C are wrong because a maximum of ff doesn't imply f=0f=0. Option D is incorrect; we can determine it's an inflection point. This is an advanced HOTS question connecting graph behavior of a function and its antiderivative.

Q23. A function F(x)F(x) is an antiderivative of f(x)f(x). Which of the following is NOT an antiderivative of f(x)f(x)?

A.F(x)+5F(x) + 5
B.F(x)+πF(x) + \pi
C.F(x)+xF(x) + x
D.F(x)+10F(x) + 10
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: The most general antiderivative of f(x)f(x) is F(x)+CF(x) + C, where CC is any constant. Adding any constant to F(x)F(x) yields another antiderivative. However, adding xx (a non-constant function) does not generally yield an antiderivative of f(x)f(x), because the derivative of F(x)+xF(x) + x is f(x)+1f(x) + 1, which is only equal to f(x)f(x) if 1=01 = 0, which is false. Options A, B, and D add constants and are valid. This question tests the fundamental understanding that adding any constant to an antiderivative preserves the derivative, but adding a non-constant does not.

Q24. A common error: 11x2dx=12(1x2)1/2+C\int \frac{1}{\sqrt{1-x^2}}\,dx = \frac{1}{2}(1-x^2)^{-1/2} + C. Why is this wrong?

A.Because the derivative of (1x2)1/2(1-x^2)^{-1/2} is x(1x2)3/2x(1-x^2)^{-3/2}, not 11x2\frac{1}{\sqrt{1-x^2}}
B.Because the power rule doesn't apply to negative exponents
C.Because the derivative of sin1x\sin^{-1}x is 11x2\frac{1}{\sqrt{1-x^2}}
D.Because the constant of integration is missing
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The correct antiderivative is sin1x+C\sin^{-1} x + C. The student incorrectly applied the power rule as if the integrand were u1/2u^{-1/2}, forgetting the chain rule factor from differentiating uu. Differentiating the student's answer gives ddx[12(1x2)1/2]=12(12)(1x2)3/2(2x)=x2(1x2)3/2\frac{d}{dx}[\frac{1}{2}(1-x^2)^{-1/2}] = \frac{1}{2} \cdot (-\frac{1}{2})(1-x^2)^{-3/2} \cdot (-2x) = \frac{x}{2(1-x^2)^{3/2}}, which is not the original integrand. Option B is false; the power rule applies for n1n \neq -1. Option C is the correct rule but doesn't explain why the student's answer is wrong. Option D is not the main error; the algebra is flawed.

🔗 Related Topics (MCQs)