Skip to main content
Misconception BusterCEUET · MathematicsReal content

CEUET MathematicsCalculus — Limits, Derivatives & IntegralsMisconception Buster

Misconception buster for Calculus — Limits, Derivatives & Integrals. Every concept has a shadow — the subtly wrong version that looks right on first glance. Centro Escolar University builds CEUET questions around those shadows. This page shows you the truth behind the traps.

Exam context

Centro Escolar University runs the Centro Escolar University Entrance Test on Q3–Q4 2026. Its Mathematics section sits under a "Core" weighting, and Calculus — Limits, Derivatives & Integrals is the 9th chapter in the 9-chapter CEUET Mathematics rotation. The CEUET passing mark is Competitive overall score, and the most recent 2026 paper drew about a meaningful share of questions from Mathematics.

Calculus — Limits, Derivatives & Integrals - Misconception buster

Calculus misconceptions are among the most dangerous for UPCAT and other entrance exams because they compound - one wrong understanding leads to multiple wrong answers. These misconceptions often stem from algebra habits that don't apply to calculus, or from memorizing formulas without understanding their meaning. Mastering these corrections can boost your calculus score by 20-30 points.

Summary

The most critical calculus misconceptions stem from mechanical application of rules without understanding their limitations. Always check for special cases (like n = -1 in integration, or 0/0 in limits), remember that product and quotient rules have specific formulas that must be memorized exactly, and understand that limits describe behavior near points, not necessarily at points. Practice identifying these trap scenarios in exam questions to avoid losing easy marks.

Misconceptions

The limit of f(x)/g(x) as x approaches a always equals f(a)/g(a)

Tags

  • indeterminate_forms
  • common_error
  • substitution_trap

Topic

Limits

Severity

critical

Exam Impact

This misconception causes wrong answers in 60% of limit problems involving rational functions, losing 15-20 points in typical exams.

The Reality

The limit quotient rule only applies when the limit of the denominator is NOT zero. When both numerator and denominator approach zero, you get an indeterminate form 0/0 that requires factoring, rationalization, or L'Hôpital's rule.

Trap Question

Question

Find lim(x→3) (x²-9)/(x-3)

Explanation

Factor the numerator: (x²-9) = (x+3)(x-3). So the limit becomes lim(x→3) (x+3)(x-3)/(x-3) = lim(x→3) (x+3) = 6

Wrong Answer

0 or undefined (because 0/0)

Correct Answer

6

Misconception Id

M1

Correct Vs Incorrect

Correct Approach

Factor first: lim(x→2) (x²-4)/(x-2) = lim(x→2) (x+2)(x-2)/(x-2) = lim(x→2) (x+2) = 4

Incorrect Approach

For lim(x→2) (x²-4)/(x-2), students substitute: (2²-4)/(2-2) = 0/0 and conclude the limit doesn't exist or equals 0.

Why Students Believe It

Students apply the quotient rule for limits mechanically without checking if the denominator equals zero. They think limits work like simple substitution in all cases.

The derivative of (fg) equals f'g'

Tags

  • product_rule
  • formula_confusion
  • distribution_error

Topic

Derivatives

Severity

critical

Exam Impact

This error appears in 70% of differentiation problems involving products, causing systematic wrong answers worth 10-15 points.

The Reality

The product rule states: (fg)' = f'g + fg'. You must keep one function unchanged while differentiating the other, then add both terms.

Trap Question

Question

Find d/dx[(2x+1)(x²-3)]

Explanation

Using product rule: f = 2x+1, f' = 2, g = x²-3, g' = 2x. So (fg)' = 2(x²-3) + (2x+1)(2x) = 2x² - 6 + 4x² + 2x = 6x² + 2x - 6

Wrong Answer

2(2x) = 4x

Correct Answer

6x² + 2x - 6

Misconception Id

M2

Correct Vs Incorrect

Correct Approach

Using product rule: f = x², f' = 2x, g = 3x+1, g' = 3. So (fg)' = (2x)(3x+1) + (x²)(3) = 6x² + 2x + 3x² = 9x² + 2x

Incorrect Approach

For d/dx[x²(3x+1)], students calculate: d/dx[x²] · d/dx[3x+1] = 2x · 3 = 6x

Why Students Believe It

Students incorrectly assume that derivatives distribute over multiplication, similar to how they work with addition: (f+g)' = f'+g'.

∫f(x)dx from a to b equals F(a) - F(b) where F is the antiderivative

Tags

  • fundamental_theorem
  • sign_error
  • evaluation_order

Topic

Integrals

Severity

critical

Exam Impact

This sign error causes wrong answers in 50% of definite integral problems, often resulting in negative answers where positive ones are expected.

The Reality

The correct formula is F(b) - F(a), where b is the upper limit and a is the lower limit. This represents the net change from a to b.

Trap Question

Question

Evaluate ∫₂⁵ 3x² dx

Explanation

F(x) = x³, so F(5) - F(2) = 125 - 8 = 117. Always upper limit minus lower limit.

Wrong Answer

-117 (from F(2) - F(5) = 8 - 125)

Correct Answer

117

Misconception Id

M3

Correct Vs Incorrect

Correct Approach

Find F(x) = x², then calculate F(3) - F(1) = 9 - 1 = 8. Upper limit minus lower limit.

Incorrect Approach

For ∫₁³ 2x dx, students find F(x) = x², then calculate F(1) - F(3) = 1 - 9 = -8

Why Students Believe It

Students mix up the order in the Fundamental Theorem of Calculus, thinking it follows the same pattern as subtraction problems they learned earlier.

The derivative of xⁿ is always nxⁿ⁻¹, even when n = 0

Tags

  • power_rule
  • constant_rule
  • special_cases

Topic

Derivatives

Severity

major

Exam Impact

This causes errors in about 30% of basic differentiation problems involving constants, losing 5-8 points.

The Reality

When n = 0, we have x⁰ = 1 (a constant), and the derivative of any constant is 0. The power rule gives 0·x⁻¹ = 0, which works, but students often write 0·x⁻¹ as undefined.

Trap Question

Question

Find d/dx[7 + x³]

Explanation

The derivative of a constant (7) is 0, and d/dx[x³] = 3x². So the answer is 0 + 3x² = 3x².

Wrong Answer

7(-1)x⁻² + 3x² (treating 7 as 7x⁰ incorrectly)

Correct Answer

3x²

Misconception Id

M4

Correct Vs Incorrect

Correct Approach

d/dx[5] = 0 because 5 is a constant. Or using power rule properly: 5(0)x⁻¹ = 0

Incorrect Approach

For d/dx[5], students write: d/dx[5x⁰] = 5(0)x⁻¹ = 0/x = undefined

Why Students Believe It

Students apply the power rule mechanically without considering special cases, thinking all powers follow the same pattern.

lim(x→∞) (polynomial) is always infinity

Tags

  • infinity_limits
  • polynomial_behavior
  • leading_term

Topic

Limits

Severity

major

Exam Impact

This misconception affects 40% of limit problems involving polynomials and rational functions, losing 8-12 points.

The Reality

The limit depends on the leading term's coefficient and degree. If the leading coefficient is negative and the degree is odd, the limit is -∞. For even degrees with negative leading coefficients, it's still +∞.

Trap Question

Question

Find lim(x→∞) (-x⁴ + 100x³ + 1000)

Explanation

The leading term is -x⁴. Since the degree is even (4), the limit is +∞ regardless of the negative coefficient. Even powers are always positive for large |x|.

Wrong Answer

+∞ (thinking all polynomials go to positive infinity)

Correct Answer

+∞

Misconception Id

M5

Correct Vs Incorrect

Correct Approach

Look at leading term: -2x³. As x→∞, this goes to -∞ because the coefficient is negative and degree is odd.

Incorrect Approach

For lim(x→∞) (-2x³ + 5x - 1), students think: 'polynomial goes to +∞'

Why Students Believe It

Students think that as x gets very large, any polynomial must also get very large, without considering the leading coefficient or degree.

∫xⁿ dx = xⁿ⁺¹/(n+1) + C works for all values of n

Tags

  • power_rule
  • special_cases
  • logarithmic_integral

Topic

Integrals

Severity

major

Exam Impact

This causes wrong answers in 25% of integration problems involving 1/x, losing 6-10 points in typical exams.

The Reality

The power rule fails when n = -1 because we'd have x⁰/0, which is undefined. For n = -1, ∫x⁻¹ dx = ∫(1/x) dx = ln|x| + C.

Trap Question

Question

Evaluate ∫(3/x + x²) dx

Explanation

Split the integral: ∫(3/x) dx + ∫x² dx = 3∫(1/x) dx + ∫x² dx = 3ln|x| + x³/3 + C

Wrong Answer

3x⁰/0 + x³/3 + C = undefined

Correct Answer

3ln|x| + x³/3 + C

Misconception Id

M6

Correct Vs Incorrect

Correct Approach

∫(1/x) dx = ln|x| + C. This is a special case that must be memorized separately.

Incorrect Approach

For ∫(1/x) dx, students write: ∫x⁻¹ dx = x⁰/0 + C = undefined or 1/0 + C

Why Students Believe It

Students memorize the power rule for integration without learning about the exception when n = -1, thinking it applies universally.

The quotient rule is (f/g)' = f'/g'

Tags

  • quotient_rule
  • formula_confusion
  • distribution_error

Topic

Derivatives

Severity

major

Exam Impact

This error appears in 35% of problems involving quotients of functions, losing 8-12 points per exam.

The Reality

The quotient rule is (f/g)' = (g·f' - f·g')/g². The denominator is squared, and you subtract (not add) the second term.

Trap Question

Question

Find d/dx[x²/(x+1)]

Explanation

Using quotient rule: f = x², f' = 2x, g = x+1, g' = 1. So (f/g)' = [(x+1)(2x) - (x²)(1)]/(x+1)² = (2x² + 2x - x²)/(x+1)² = (x² + 2x)/(x+1)²

Wrong Answer

2x/1 = 2x

Correct Answer

(x² + 2x)/(x+1)²

Misconception Id

M7

Correct Vs Incorrect

Correct Approach

Using quotient rule: f = 2x+1, f' = 2, g = x-3, g' = 1. So (f/g)' = [(x-3)(2) - (2x+1)(1)]/(x-3)² = (2x-6-2x-1)/(x-3)² = -7/(x-3)²

Incorrect Approach

For d/dx[(2x+1)/(x-3)], students calculate: d/dx[2x+1]/d/dx[x-3] = 2/1 = 2

Why Students Believe It

Students assume the quotient rule works like the product rule error, thinking derivatives distribute over division just like they wrongly think they distribute over multiplication.

If lim(x→a) f(x) = L, then f(a) = L

Tags

  • limit_vs_value
  • continuity
  • conceptual_gap

Topic

Limits

Severity

major

Exam Impact

This conceptual error affects understanding of continuity and appears in 30% of advanced limit problems, losing 6-10 points.

The Reality

Limits describe the behavior near a point, not at the point. The function might be undefined at x = a, or might have a different value there due to a 'hole' or jump discontinuity.

Trap Question

Question

If lim(x→2) (x²-4)/(x-2) = 4, what is the value of the function at x = 2?

Explanation

At x = 2, we get (4-4)/(2-2) = 0/0, which is undefined. The limit equals 4, but the function has no value at x = 2 (there's a hole in the graph).

Wrong Answer

4

Correct Answer

Undefined

Misconception Id

M8

Correct Vs Incorrect

Correct Approach

f(1) = (1²-1)/(1-1) = 0/0 = undefined, but lim(x→1) f(x) = lim(x→1) (x+1) = 2. The limit exists but the function value doesn't.

Incorrect Approach

For f(x) = (x²-1)/(x-1), students think: since lim(x→1) f(x) = 2, then f(1) = 2

Why Students Believe It

Students confuse limits with function values, thinking that what the function approaches must equal what the function actually equals at that point.

∫ (f + g) dx = ∫f dx · ∫g dx

Tags

  • linearity
  • addition_rule
  • basic_integration

Topic

Integrals

Severity

minor

Exam Impact

This error affects about 20% of basic integration problems, losing 4-6 points per exam.

The Reality

Integration is linear over addition: ∫(f + g) dx = ∫f dx + ∫g dx. The sum of integrals equals the integral of the sum, not their product.

Trap Question

Question

Evaluate ∫(2x + 3) dx

Explanation

∫(2x + 3) dx = ∫2x dx + ∫3 dx = x² + 3x + C. We add the integrals of each term, not multiply them.

Wrong Answer

∫2x dx · ∫3 dx = x² · 3x = 3x³

Correct Answer

x² + 3x + C

Misconception Id

M9

Correct Vs Incorrect

Correct Approach

∫(x + 1) dx = ∫x dx + ∫1 dx = x²/2 + x + C

Incorrect Approach

For ∫(x + 1) dx, students calculate: ∫x dx · ∫1 dx = (x²/2) · (x) = x³/2

Why Students Believe It

Students mix up the linearity property of integration with multiplication, thinking integrals work like the distributive property for products.

The derivative tells you the value of the function at each point

Tags

  • conceptual_gap
  • interpretation
  • derivative_meaning

Topic

Derivatives

Severity

minor

Exam Impact

This conceptual confusion affects interpretation problems and appears in 15% of application questions, losing 3-5 points.

The Reality

The derivative f'(x) gives the instantaneous rate of change (slope of tangent line) of f(x) at point x, not the value of f(x) itself.

Trap Question

Question

If f'(3) = -2, what can you conclude about f(3)?

Explanation

f'(3) = -2 tells us the function is decreasing at rate 2 when x = 3, but gives no information about the actual value f(3). The function could have any value at x = 3.

Wrong Answer

f(3) = -2

Correct Answer

Nothing definite about f(3) can be concluded

Misconception Id

M10

Correct Vs Incorrect

Correct Approach

If f'(2) = 3, it means: 'The function f is increasing at rate 3 when x = 2' or 'The tangent line has slope 3 at x = 2'

Incorrect Approach

If f'(2) = 3, students think: 'The function f has value 3 when x = 2'

Why Students Believe It

Students confuse f'(x) with f(x), thinking the derivative gives the height of the original function rather than its rate of change.

Quick Self Check

Since the denominator doesn't equal zero when x = 5, we can substitute directly using the limit quotient rule.

Statement

lim(x→5) (x+3)/(x-2) = (5+3)/(5-2) = 8/3

This incorrectly applies (fg)' = f'g'. The correct answer using the product rule is 3x²(2x+1) + x³(2) = 6x³ + 3x² + 2x³ = 8x³ + 3x².

Statement

The derivative of x³(2x+1) is 3x²(2) = 6x²

This correctly applies the Fundamental Theorem: F(b) - F(a) where F(x) = x³/3.

Statement

∫₁⁴ x² dx = (4³/3) - (1³/3) = 64/3 - 1/3 = 21

Constants don't change, so their rate of change (derivative) is always zero.

Statement

The derivative of any constant is always zero

∫(1/x) dx = ln|x| + C. The power rule doesn't work when n = -1; this is a special case.

Statement

∫(1/x) dx = x⁰/0 + C, which is undefined

Limits describe behavior near a point, not necessarily at the point. f(2) could be undefined or have a different value.

Statement

If lim(x→2) f(x) = 7, then f(2) must equal 7

The leading term -3x⁴ dominates. Since the degree (4) is even, the limit is +∞ despite the negative coefficient.

Statement

lim(x→∞) (-3x⁴ + x² + 100) = +∞

This is the correct quotient rule formula: derivative of top times bottom, minus top times derivative of bottom, all over bottom squared.

Statement

The quotient rule is (f/g)' = (f'g - fg')/g²

Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…

Ready to practise for the CEUET 2026?

Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target CEUET exam date.