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=a∫f(x)dx+b∫g(x)dx, simplifying complex expressions into manageable parts.
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 as 3sinx+C. Later, they integrate ∫3cosxdx again but write the result as 3sinx+2C. Both answers are considered correct because:
A.The constant of integration can absorb any numerical value
B.The derivative of 3sinx+2C is also 3cosx ✅
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 2C is still an arbitrary constant since C is arbitrary; if C can be any real number, then 2C also can be any real number. Thus, 3sinx+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 C 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 and another writes ∫2xdx=x2+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 C
C.The first is correct only if C=0
D.The second is incorrect because the constant should be arbitrary
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The family of all antiderivatives of 2x is x2+C, where C is any real constant. The expression x2+3 is just a specific member of this family with C=3. Thus, both are valid antiderivatives. Option B is wrong because any real number can be a constant, not just C. Option C is false because C 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 is:
A.3F(x)−2G(x)+C ✅
B.3F(x)−2G(x)
C.3F(x)+2G(x)+C
D.F(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 and ∫g(x)dx=G(x)+C2, then ∫[3f(x)−2g(x)]dx=3∫f(x)dx−2∫g(x)dx=3F(x)−2G(x)+C. The constant C absorbs 3C1−2C2. 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
B.∫kf(x)dx=k∫f(x)dx (k constant)
C.∫f(x)g(x)dx=∫f(x)dx⋅∫g(x)dx ✅
D.∫[f(x)−g(x)]dx=∫f(x)dx−∫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: ∫(3x2−x22+4)dx
A.x3+x2+4x+C ✅
B.x3−x2+4x+C
C.x3+x2+C
D.3x3−x2+4x+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Applying linearity and the power rule: ∫3x2dx=x3+C1. For ∫−x22dx, rewrite as −2∫x−2dx=−2(−1x−1)=2x−1=x2+C2. And ∫4dx=4x+C3. Combining gives x3+x2+4x+C. Option B has the wrong sign on 2/x. Option C omits the 4x term. Option D incorrectly keeps the coefficient 3 on x3.
Q6. A common mistake is to write ∫x21dx=3x31+C by incorrectly applying the power rule. The correct integral is:
A.−x1+C ✅
B.ln∣x2∣+C
C.3x3−1+C
D.x1+C
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Rewrite x21 as x−2. Applying the power rule ∫xndx=n+1xn+1+C for n=−1 gives −1x−1=−x1+C. The erroneous answer 3x31 would come from treating the denominator as if it were x3 and then integrating incorrectly. Option B is wrong because the integral of 1/x2 is not logarithmic; the rule ∫1/xdx=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+C and G(x)=−cos2x+C. Which statement correctly describes their relationship?
A.They are unrelated
B.They are equal only when C=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, we have sin2x=1−cos2x. Thus, F(x)=1−cos2x+C=−cos2x+(C+1). Let C' = C+1. Then F(x) = -\cos^2 x + C' = G(x). Both are valid antiderivatives of 2sinxcosx=sin2x. 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 C. Option D is incorrect because they both differentiate to sin2x.
Q8. A student argues that since ∫2xdx=x2+C and ∫2dx=2x+C, then ∫(2x+2)dx=(x2+C)+(2x+C)=x2+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 C 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), the constants from different integrals are independent and should be denoted differently (e.g., C1 and C2). The final constant is just C1+C2, which is still an arbitrary constant, not 2C (unless one incorrectly assumes C1=C2). 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
A.tanx+C ✅
B.sec2x+C
C.−cotx+C
D.secxtanx+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Using the trigonometric identity tan2x+1=sec2x. So ∫(tan2x+1)dx=∫sec2xdx=tanx+C. Option B is wrong because sec2x is the integrand, not the integral; differentiating sec2x+C would not give sec2x. Option C is the antiderivative of csc2x, not sec2x. Option D is the derivative of secx, 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)=0?
A.0
B.C ✅
C.x+C
D.1
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: The derivative of any constant C is 0, so the family of all functions whose derivative is zero is the set of all constant functions, i.e., f(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 ∫sin2xcosxdx
A.−cscx+C ✅
B.cscx+C
C.−secx+C
D.secx+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Rewrite the integrand as cscxcotx because sin2xcosx=sinx1⋅sinxcosx=cscxcotx. The derivative of −cscx is cscxcotx. Thus, the integral is −cscx+C. Option B has the wrong sign. Option C is the antiderivative of secxtanx with a negative sign, which is not the given integrand. Option D is the antiderivative of secxtanx with the positive sign. It's important to recognize the derivative relationships of trigonometric functions.
Q12. If ∫f(x)dx=F(x)+C and ∫g(x)dx=G(x)+C, what is ∫[f(x)−g(x)]dx in terms of F and G?
A.F(x)−G(x)+C ✅
B.F(x)+G(x)+C
C.F(x)−G(x)
D.F(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)dx−∫g(x)dx=[F(x)+C1]−[G(x)+C2]=F(x)−G(x)+(C1−C2). Since C1 and C2 are arbitrary constants, their difference is also an arbitrary constant, which can be represented by C. 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 ∫2x1dx as 21ln∣2x∣+C. Is this correct?
A.Yes, because dxd[21ln∣2x∣]=2x1 ✅
B.No, it should be 21ln∣x∣+C
C.Yes, but the constant C must be zero
D.No, it should be ln∣x∣+C
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: Using the chain rule, dxd[21ln∣2x∣]=21⋅2x1⋅2=2x1. So the answer is correct. However, note that 21ln∣2x∣+C=21(ln∣x∣+ln2)+C=21ln∣x∣+(21ln2+C). Since 21ln2 is a constant, it can be absorbed into C. Thus, the standard answer 21ln∣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=ln∣x∣+C, what is ∫5f(x)dx?
A.5ln∣x∣+C ✅
B.ln∣5x∣+C
C.5ln∣x∣+5C
D.ln∣x∣5+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The constant multiple rule states ∫5f(x)dx=5∫f(x)dx=5(ln∣x∣+C1)=5ln∣x∣+5C1. Since 5C1 is just an arbitrary constant, we can write it as C. Option B is incorrect; ln∣5x∣=ln5+ln∣x∣, which is not a constant multiple of ln∣x∣. Option C is the intermediate step but not the most simplified or standard form. Option D is equivalent to ln∣x∣5=5ln∣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+cosx?
A.sinx−cosx+C ✅
B.−sinx+cosx+C
C.sinx+cosx+C
D.−cosx−sinx+C
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: We integrate term by term: ∫sinxdx=−cosx+C1 and ∫cosxdx=sinx+C2. Combining gives −cosx+sinx+(C1+C2)=sinx−cosx+C. Option B is the derivative of −sinx+cosx, which is −cosx−sinx, not the original integrand. Option C is the integrand itself, not its antiderivative. Option D is the antiderivative of −sinx−cosx, not sinx+cosx. Recognizing the basic derivatives of sine and cosine is crucial.
Q16. A student claims that ∫x2dx and ∫t2dt 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 3x3+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=3x3+C and ∫t2dt=3t3+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 is tanx+C. Therefore, the integral of sec2(3x) is:
A.31tan(3x)+C ✅
B.3tan(3x)+C
C.tan(3x)+C
D.sec2(3x)tan(3x)+C
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Using substitution or the chain rule in reverse, if u=3x, then du=3dx, so dx=du/3. Thus, ∫sec2(3x)dx=31∫sec2udu=31tanu+C=31tan(3x)+C. Option B misses the necessary factor of 1/3 from the derivative of 3x. Option C is the answer one would get if they incorrectly ignored the chain rule. Option D is the derivative of sec(3x), not its antiderivative. This question tests the Easy of the chain rule in integration.
Q18. Evaluate ∫(ex+e−x)dx
A.ex−e−x+C ✅
B.ex+e−x+C
C.ex+e−x+2C
D.ex−e−x
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The integral of ex is ex+C1. The integral of e−x is −e−x+C2, because dxd[−e−x]=e−x. Combining gives ex−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)=1+x21+1−x21?
A.tan−1x+sin−1x+C ✅
B.tan−1x−sin−1x+C
C.1+x21+1−x21+C
D.1+x2x+1−x2x+C
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: This requires recognizing standard integral forms. ∫1+x21dx=tan−1x+C1 and ∫1−x21dx=sin−1x+C2. Therefore, the integral is tan−1x+sin−1x+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, what is the function f(x)?
A.2x−sinx ✅
B.2x+sinx
C.3x3+sinx
D.3x3−sinx
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The function f(x) is the derivative of the antiderivative. Differentiating x2+cosx+C gives 2x−sinx+0. So, f(x)=2x−sinx. Option B is the derivative of x2−cosx, which is not the given antiderivative. Option C is the antiderivative of x2+cosx with a different constant. Option D is the antiderivative of x2−sinx. This tests the fundamental inverse relationship between differentiation and integration.
Q21. A student simplifies ∫(3x+5)2dx by first squaring the integrand to get ∫(9x2+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) has a maximum at x=2, what can be said about the graph of its antiderivative F(x) (assuming F'(x)=f(x))?
A.F(x) has an inflection point at x=2 ✅
B.F(x) has a maximum at x=2
C.F(x) has a minimum at x=2
D.Nothing can be determined without more information
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Since F'(x) = f(x), the derivative of F is f. A maximum of f(x) means f'(x) changes from positive to negative at x=2. But f'(x) = F''(x). Thus, the second derivative of F changes from positive to negative at x=2, which is the definition of an inflection point. A local extremum of F occurs where f(x)=0, not where f(x) has a maximum. Option B and C are wrong because a maximum of f doesn't imply f=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) is an antiderivative of f(x). Which of the following is NOT an antiderivative of f(x)?
A.F(x)+5
B.F(x)+π
C.F(x)+x ✅
D.F(x)+10
💡 Difficulty: medium | ✅ Correct: C
📖 Explanation: The most general antiderivative of f(x) is F(x)+C, where C is any constant. Adding any constant to F(x) yields another antiderivative. However, adding x (a non-constant function) does not generally yield an antiderivative of f(x), because the derivative of F(x)+x is f(x)+1, which is only equal to f(x) if 1=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: ∫1−x21dx=21(1−x2)−1/2+C. Why is this wrong?
A.Because the derivative of (1−x2)−1/2 is x(1−x2)−3/2, not 1−x21 ✅
B.Because the power rule doesn't apply to negative exponents
C.Because the derivative of sin−1x is 1−x21
D.Because the constant of integration is missing
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The correct antiderivative is sin−1x+C. The student incorrectly applied the power rule as if the integrand were u−1/2, forgetting the chain rule factor from differentiating u. Differentiating the student's answer gives dxd[21(1−x2)−1/2]=21⋅(−21)(1−x2)−3/2⋅(−2x)=2(1−x2)3/2x, which is not the original integrand. Option B is false; the power rule applies for n=−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.