GELE Mathematics — Differential CalculusMisconception Buster
Mistake patterns in Differential Calculus — the trap questions GELE sets and the wrong assumptions reviewers make. This page walks through each misconception, why it is wrong, and how Professional Regulation Commission (PRC) — Board of Geodetic Engineering turns it into a tempting but incorrect answer choice.
Exam context
On the GELE 2026, the Mathematics subtest carries a "Core" weight in Professional Regulation Commission (PRC) — Board of Geodetic Engineering's pattern. Differential Calculus lands at position 5th out of 10 in the standard review order. Target score is 70% weighted average, no sub-test below 50%, and roughly a meaningful share of items come from Mathematics on a typical GELE paper.
Differential Calculus - Misconception Buster
Differential Calculus consistently appears in the Mathematics, Surveying, and Transportation Engineering (MSTE) portion of the PRC Civil Engineer Licensure Examination. Despite being taught in college, many reviewees lose marks not because they don't know the topic — but because they carry subtle misconceptions that produce wrong answers on exam day. This guide pinpoints the most dangerous wrong beliefs, shows exactly why they occur, contrasts wrong vs. correct solutions side by side, and equips you with trap questions that mirror actual board-exam item design. Master this guide and you eliminate a predictable source of lost points.
Summary
The ten most dangerous misconceptions in Differential Calculus for the PRC CE Board Exam share a common theme: mechanical application of memorized steps without conceptual understanding. The critical rules to internalize are: (1) In related rates, ALWAYS differentiate before substituting numerical values — substituting first destroys the rate terms. (2) f'(c) = 0 finds critical points; it does NOT confirm maxima or minima without further testing using f''(c) or the sign-change test. (3) The Product Rule is u'v + uv' — NOT u'·v'. (4) The Chain Rule applies to ALL composite functions including trigonometric, exponential, and logarithmic — never omit the inner derivative g'(x). (5) L'Hôpital's Rule is for indeterminate forms only — verify 0/0 or ∞/∞ before applying. (6) lim(x→0) sin(x)/x = 1 is a fundamental result, not zero. (7) In the radius of curvature formula, (y')² means the square of the first derivative — never confuse it with y''. (8) Optimization requires a constraint equation to reduce to one variable before differentiating. (9) When f''(c) = 0, the second-derivative test is inconclusive — always apply the first-derivative sign-change test rather than assuming inflection. (10) Tangent line slope equals f'(x₀) — it is NOT always zero. Mastering these corrections, backed by the four visual decision flowcharts and mindmap in this guide, will eliminate a predictable source of wrong answers and significantly improve your MSTE score on exam day.
Misconceptions
In related-rates problems, you can substitute the given numerical values into the equation BEFORE differentiating with respect to time.
Tags
- critical_error
- related_rates
- substitution_order
- conceptual_gap
Topic
Related Rates
Severity
critical
Exam Impact
Students who substitute first get dr/dt = 0 or a completely missing rate term, yielding a nonsensical answer of zero or infinity. This is one of the top causes of completely wrong related-rates answers on the board exam.
The Reality
When you substitute a constant numerical value for a variable BEFORE differentiating with respect to t, the derivative of that constant is zero — erasing the rate term you actually need. You must differentiate the general equation with respect to t first, THEN substitute the instantaneous values. The substitution step comes LAST.
Trap Question
Question
A 5 m ladder leans against a wall. The base slides away at 0.5 m/s. When the base is 3 m from the wall, how fast is the top sliding down? A student sets up x² + y² = 25, then substitutes x = 3 to get y = 4, giving 9 + 16 = 25 = constant, and concludes dy/dt = 0. Is the student correct?
Explanation
Differentiate x² + y² = 25 w.r.t. t FIRST: 2x(dx/dt) + 2y(dy/dt) = 0. THEN substitute x = 3, y = 4, dx/dt = 0.5: 2(3)(0.5) + 2(4)(dy/dt) = 0 → dy/dt = −3/8 = −0.375 m/s. The constant 25 differentiates to zero on the RIGHT side — not the left.
Wrong Answer
Yes, dy/dt = 0 because 9 + 16 = 25 is a fixed constant.
Correct Answer
No. dy/dt = −3(0.5)/4 = −0.375 m/s (top slides down at 0.375 m/s).
Misconception Id
M1
Correct Vs Incorrect
Correct Approach
CORRECT: Keep r as a variable. V = (4/3)πr³. Differentiate both sides w.r.t. t: dV/dt = 4πr²(dr/dt). NOW substitute: 10 = 4π(2)²(dr/dt) → dr/dt = 10/(16π) = 0.199 m/s.
Incorrect Approach
Problem: A sphere inflates at dV/dt = 10 m³/s. Find dr/dt when r = 2 m. WRONG: Student substitutes r = 2 first: V = (4/3)π(2)³ = 33.51 m³ (a constant). Then dV/dt = d(33.51)/dt = 0. Result: 0 = 10 → contradiction. The rate dr/dt is never found.
Why Students Believe It
Students see the given numbers (e.g., r = 2 m) and instinctively plug them in first to 'simplify' the equation, just as they would in an algebraic problem. It feels logical to reduce complexity before differentiating.
Setting f'(x) = 0 is SUFFICIENT to identify a maximum or minimum — you don't need to check further.
Tags
- critical_error
- optimization
- second_derivative_test
- endpoint_check
Topic
Maxima and Minima
Severity
critical
Exam Impact
Students who skip verification may select a minimum when the question asks for a maximum, or miss that the true extremum occurs at an endpoint. In box-volume and beam-deflection optimization problems on the board exam, this directly gives the wrong answer.
The Reality
f'(x) = 0 only identifies CRITICAL POINTS — these can be maxima, minima, or INFLECTION POINTS (saddle points). You must apply either the second-derivative test (f'' > 0 → min; f'' < 0 → max; f'' = 0 → inconclusive) or the first-derivative sign change test to confirm the nature of the critical point. In optimization, you must also check ENDPOINTS of a closed domain.
Trap Question
Question
Find the minimum value of f(x) = x³ − 3x on the closed interval [−2, 2]. A student solves f'(x) = 3x² − 3 = 0 → x = ±1, computes f(1) = −2 and declares it the minimum. Is this the complete and correct answer?
Explanation
On a closed interval, the absolute extremum is the largest or smallest value among all critical point values AND endpoint values. Always evaluate f at every critical point and both endpoints, then compare.
Wrong Answer
Yes, the minimum is f(1) = −2.
Correct Answer
The minimum is f(−2) = −2 as well, but you must also check endpoints. f(−2) = (−8) + 6 = −2 and f(2) = 8 − 6 = 2. So the minimum value is −2, occurring at both x = 1 AND x = −2. If the student forgot endpoints, they would miss x = −2.
Misconception Id
M2
Correct Vs Incorrect
Correct Approach
CORRECT: After finding x = 0 is a critical point of f(x) = x³, apply the first-derivative sign-change test: f'(x) = 3x² ≥ 0 for all x. The derivative does NOT change sign at x = 0, so it is an inflection point, not an extremum.
Incorrect Approach
WRONG: f(x) = x³. Set f'(x) = 3x² = 0 → x = 0. Student concludes x = 0 is a maximum or minimum. But f''(0) = 6(0) = 0 — inconclusive! And the function is neither max nor min at x = 0; it is an inflection point.
Why Students Believe It
Students memorize 'set the derivative to zero and solve' as the complete procedure. The first-derivative test is taught as the primary method, and many reviewees skip the verification step under exam time pressure.
The chain rule only applies when there is an obvious 'outer function' like a power — it does NOT apply to trigonometric or exponential composite functions.
Tags
- critical_error
- chain_rule
- formula_confusion
- composite_functions
Topic
Derivative Rules — Chain Rule
Severity
critical
Exam Impact
Forgetting the chain rule on trig and exponential composites produces wrong derivative values, wrong critical points, and wrong optimization answers. It affects nearly every complex differentiation problem on the board exam.
The Reality
The chain rule applies to EVERY composite function: d/dx[f(g(x))] = f'(g(x))·g'(x). This includes sin(g(x)), cos(g(x)), e^(g(x)), ln(g(x)), and any nested expression. Forgetting to multiply by g'(x) is one of the single most common errors in differentiation.
Trap Question
Question
Differentiate y = e^(x² + 2x). Which answer is correct? (A) y' = e^(x² + 2x) (B) y' = (2x + 2)e^(x² + 2x) (C) y' = (x² + 2x)e^(x² + 2x − 1)
Explanation
The outer function is e^u, whose derivative is e^u. The inner function is u = x² + 2x, whose derivative is 2x + 2. By chain rule: y' = e^(x² + 2x) · (2x + 2). Option (A) forgets the chain rule; option (C) wrongly applies the power rule to the exponent.
Wrong Answer
(A) y' = e^(x² + 2x)
Correct Answer
(B) y' = (2x + 2)e^(x² + 2x)
Misconception Id
M3
Correct Vs Incorrect
Correct Approach
CORRECT: Identify outer function f = sin(u) and inner function u = 3x². Then y' = cos(3x²) · d(3x²)/dx = cos(3x²) · 6x = 6x·cos(3x²).
Incorrect Approach
WRONG: Differentiate y = sin(3x²). Student writes y' = cos(3x²). Missing the derivative of the inner function 3x².
Why Students Believe It
Students first learn the chain rule with power functions like (2x+1)⁴, where the pattern is obvious. When they see sin(3x²) or e^(x²+1), they fail to recognize a composition and omit the inner derivative.
L'Hôpital's Rule can be applied to ANY fraction limit, not just indeterminate forms.
Tags
- major_error
- lhopital
- limits
- formula_misuse
Topic
Limits — L'Hôpital's Rule
Severity
major
Exam Impact
Misapplication of L'Hôpital on non-indeterminate limits produces entirely different (wrong) numerical answers. Students lose full marks on limit evaluation items.
The Reality
L'Hôpital's Rule is ONLY valid for indeterminate forms: 0/0, ∞/∞, and forms that can be algebraically converted to these (0·∞, ∞−∞, 0⁰, 1^∞, ∞⁰). If a limit evaluates directly (e.g., 5/3), applying L'Hôpital gives a WRONG answer. Always check whether the form is truly indeterminate before applying the rule.
Trap Question
Question
Evaluate: lim(x→1) (x³ + 2x)/(x² + x). A student applies L'Hôpital: (3x² + 2)/(2x + 1) → (3 + 2)/(2 + 1) = 5/3. Is this correct?
Explanation
Direct substitution gives lim = (1 + 2)/(1 + 1) = 3/2. L'Hôpital was wrongly applied, and in this case gives a different wrong value (5/3). Always verify indeterminate form first.
Wrong Answer
Yes, the answer is 5/3 by L'Hôpital's Rule.
Correct Answer
The answer IS 5/3, but NOT validly obtained by L'Hôpital. At x = 1: numerator = 1 + 2 = 3, denominator = 1 + 1 = 2. The form is 3/2, NOT 0/0. By coincidence the answer matches, but the method is wrong. The correct answer by direct substitution is 3/2, NOT 5/3.
Misconception Id
M4
Correct Vs Incorrect
Correct Approach
CORRECT: First check: at x = 2, numerator = 4 + 1 = 5; denominator = 2 + 3 = 5. Form = 5/5 = 1. This is NOT 0/0 or ∞/∞. Simply substitute directly: lim = 5/5 = 1.
Incorrect Approach
WRONG: Evaluate lim(x→2) (x² + 1)/(x + 3). Student sees a fraction and applies L'Hôpital: lim = (2x)/(1) = 2(2)/1 = 4. WRONG — the limit is NOT indeterminate at x = 2.
Why Students Believe It
Students learn L'Hôpital's Rule as a powerful limit tool and over-generalize it to all limits involving fractions. The rule is easy to apply mechanically, so students apply it even when the limit is not indeterminate.
The derivative of a product is the product of the derivatives: (uv)' = u'·v'.
Tags
- critical_error
- product_rule
- formula_confusion
- algebraic_mistake
Topic
Derivative Rules — Product Rule
Severity
critical
Exam Impact
Using (uv)' = u'·v' produces a completely wrong derivative, leading to incorrect critical points, wrong slopes of tangent lines, and wrong optimization answers.
The Reality
The Product Rule states: (uv)' = u'v + uv'. You must differentiate each factor separately and cross-multiply with the undifferentiated factor. The 'derivative of product equals product of derivatives' rule is FALSE and has no valid mathematical basis.
Trap Question
Question
Find dy/dx if y = x² · eˣ at x = 0. (A) 0 (B) 1 (C) 2 (D) 0 using (u'·v') = (2x)(eˣ)
Explanation
The answer is coincidentally 0 by both wrong and correct methods at x = 0, but for different reasons. A better test: find y'(1) = e¹(2 + 1) = 3e ≈ 8.15 vs wrong method: 2(1)·e¹ = 2e ≈ 5.44. These are different — confirming the wrong rule. Always use Product Rule.
Wrong Answer
(A) 0, using (u'·v') = 2(0)·e⁰ = 0.
Correct Answer
(A) 0, but obtained correctly: y' = 2x·eˣ + x²·eˣ = eˣ(2x + x²). At x = 0: y' = e⁰(0 + 0) = 1·0 = 0.
Misconception Id
M5
Correct Vs Incorrect
Correct Approach
CORRECT: Apply Product Rule. Let u = 3x², v = sin x. Then u' = 6x, v' = cos x. y' = u'v + uv' = (6x)(sin x) + (3x²)(cos x) = 6x sin x + 3x² cos x.
Incorrect Approach
WRONG: Differentiate y = (3x²)(sin x). Student writes y' = (6x)(cos x). This multiplies the individual derivatives — missing both cross terms.
Why Students Believe It
Students correctly learn that (u + v)' = u' + v' and assume the same rule distributes over multiplication. This is a direct analogy error — addition distributes into differentiation, but multiplication does NOT.
The radius of curvature formula uses y' as dy/dx but students square it incorrectly — they compute (y')² as y'' (the second derivative) or forget to square it.
Tags
- major_error
- formula_confusion
- radius_of_curvature
- notation_error
Topic
Curvature and Radius of Curvature
Severity
major
Exam Impact
Confusing (y')² with y'' gives a completely different numerical value for R. This is a direct source of wrong MCQ answers on curvature problems.
The Reality
In the radius of curvature formula, (y')² means the SQUARE of the first derivative — it is NOT the second derivative y''. These are completely different quantities. y' = dy/dx; (y')² = (dy/dx)²; y'' = d²y/dx². Always compute y' first, square it, add 1, then separately compute y'' for the denominator.
Trap Question
Question
Find the radius of curvature of y = x³ at x = 1. Given y'= 3x² and y'' = 6x. (A) R ≈ 3.73 (B) R ≈ 1.18 (C) R ≈ 5.59
Explanation
At x = 1: y' = 3(1)² = 3, so (y')² = 9. y'' = 6(1) = 6. R = [1 + 9]^(3/2)/|6| = 10^(3/2)/6 = 31.62/6 = 5.27 — wait, re-checking: 10^1.5 = 31.623; R = 31.623/6 = 5.27. Recheck option: (A) R = 10^(3/2)/6 = 5.27. Always: square y', NOT use y''.
Wrong Answer
(C) R ≈ 5.59, computed as R = [1 + 6(1)]^(3/2)/|6(1)| = 7^(3/2)/6 = 18.52/6 = 3.09 — using y'' instead of (y')².
Correct Answer
(A) R ≈ 3.73.
Misconception Id
M6
Correct Vs Incorrect
Correct Approach
CORRECT: y' = 2x; at x = 0, y' = 0. (y')² = 0² = 0. y'' = 2. R = [1 + (y')²]^(3/2)/|y''| = [1 + 0]^(3/2)/2 = 1/2 = 0.5 m.
Incorrect Approach
WRONG: For y = x², find R at origin. Student computes y' = 2x → at x=0, y'=0. y'' = 2. Then mistakenly computes R = [1 + y'']^(3/2)/|y''| = [1 + 2]^(3/2)/2 = 3^(3/2)/2 = 5.196/2 = 2.598. WRONG.
Why Students Believe It
The formula R = [1 + (y')²]^(3/2) / |y''| contains both y' and y'', and students confuse the notation. Under exam pressure, some compute 1 + y'' instead of 1 + (y')², treating the squared first derivative and the second derivative as interchangeable.
In optimization, once you write the objective function, you differentiate it immediately — you don't need a constraint equation.
Tags
- critical_error
- optimization
- constraint_equation
- single_variable
Topic
Maxima and Minima — Optimization
Severity
critical
Exam Impact
Students who skip the constraint end up with partial derivative conditions, wrong critical points, and incorrect optimal values. This affects the entire class of max-area, min-cost, max-volume problems in the board exam.
The Reality
Classical optimization problems always involve: (1) an OBJECTIVE FUNCTION (what you maximize/minimize) and (2) a CONSTRAINT (the limiting condition). The constraint is used to eliminate one variable, reducing the objective to a SINGLE-VARIABLE function before differentiating. Skipping the constraint means differentiating a multi-variable function and treating one variable as constant — which is wrong.
Trap Question
Question
A rectangular box with no lid is to be made from a 30 cm × 30 cm sheet by cutting equal squares of side x from each corner and folding up. A student differentiates V = x(30 − 2x)² WITHOUT writing the constraint first. He gets dV/dx = (30 − 2x)² + x·2(30 − 2x)(−2). Is his approach valid?
Explanation
In this problem, the substitution is built into the volume expression — the constraint (that cutting corners of size x leaves base side of 30−2x) is already incorporated. The student's differentiation is correct. dV/dx = (30−2x)² − 4x(30−2x) = (30−2x)[(30−2x) − 4x] = (30−2x)(30−6x) = 0. Solutions: x = 15 (degenerate) or x = 5. V_max = 5(20)² = 2000 cm³.
Wrong Answer
No, he should write the constraint first and keep x and (30 − 2x) as separate variables.
Correct Answer
Yes, his approach is valid because V = x(30 − 2x)² is already in one variable (x). The constraint was implicitly used when writing the volume formula.
Misconception Id
M7
Correct Vs Incorrect
Correct Approach
CORRECT: Step 1 — Constraint: 2x + 2y = 40 → y = 20 − x. Step 2 — Substitute into objective: A = x(20 − x) = 20x − x². Step 3 — Differentiate: dA/dx = 20 − 2x = 0 → x = 10, y = 10. Step 4 — Verify: A'' = −2 < 0 (maximum). A_max = 100 m².
Incorrect Approach
WRONG: Maximize area A = xy with perimeter 40 m. Student immediately differentiates: dA/dx = y. Sets y = 0 → no meaningful answer, or treats y as constant and gets x can be anything.
Why Students Believe It
Students focus on the quantity to maximize/minimize and rush to differentiate it. They overlook that the objective function often contains two or more variables, and without the constraint, they have more unknowns than equations.
A tangent line at a point is always horizontal (slope = 0) because 'tangent' suggests the curve just barely touches the line.
Tags
- major_error
- tangent_line
- conceptual_gap
- slope_misunderstanding
Topic
Tangent Lines and Derivatives
Severity
major
Exam Impact
Students who assume all tangent lines are horizontal set the slope to zero instead of evaluating f'(x₀), giving completely wrong tangent line equations and wrong answers for 'find the equation of the tangent line' problems.
The Reality
In differential calculus, the slope of the tangent line at any point (x₀, y₀) on a curve is f'(x₀) — which can be ANY real number, positive, negative, or zero. It is zero ONLY at a horizontal tangent (which occurs at local extrema). A tangent line is defined as the limit of secant lines, not as a line that barely touches the curve.
Trap Question
Question
The tangent line to y = x³ − 2x at x = 2 has slope: (A) 0 (B) 4 (C) 10 (D) 12
Explanation
y' = 3x² − 2. At x = 2: m = 3(4) − 2 = 12 − 2 = 10. The tangent line is NOT horizontal at this point. Only at local extrema is the slope zero.
Wrong Answer
(A) 0 — student assumes tangent is always horizontal.
Correct Answer
(C) 10.
Misconception Id
M8
Correct Vs Incorrect
Correct Approach
CORRECT: y' = 2x + 3. At x = 1: slope m = 2(1) + 3 = 5. Point: y(1) = 1 + 3 = 4, so (1, 4). Tangent line: y − 4 = 5(x − 1) → y = 5x − 1.
Incorrect Approach
WRONG: Find the equation of the tangent to y = x² + 3x at x = 1. Student assumes slope = 0 (tangent is horizontal). Writes y − 4 = 0(x − 1) → y = 4. Completely wrong.
Why Students Believe It
From geometry class, a tangent to a circle is perpendicular to the radius and appears to 'just touch' at one point. Students carry this image into calculus and assume all tangent lines are flat.
The derivative of ln(x) is 1/x regardless of what x represents — students forget the chain rule when the argument is a function of x.
Tags
- major_error
- chain_rule
- logarithmic_differentiation
- formula_confusion
Topic
Derivative Rules — Logarithmic Functions
Severity
major
Exam Impact
Students who write d/dx[ln(x² + 1)] = 1/(x² + 1) instead of 2x/(x² + 1) get wrong derivatives, wrong critical points in log-optimization problems, and wrong answers in related integration items.
The Reality
d/dx[ln(g(x))] = (1/g(x)) · g'(x) = g'(x)/g(x). The 1/x rule is only the special case when g(x) = x. For any other argument, the chain rule derivative of the inner function must multiply the result.
Trap Question
Question
Find dy/dx if y = ln(sin x). Which is correct? (A) 1/sin x (B) cos x / sin x = cot x (C) −cot x
Explanation
dy/dx = (1/sin x) · cos x = cos x / sin x = cot x. The chain rule requires multiplying by the derivative of sin x, which is cos x.
Wrong Answer
(A) 1/sin x — forgetting chain rule.
Correct Answer
(B) cot x.
Misconception Id
M9
Correct Vs Incorrect
Correct Approach
CORRECT: Let u = x² + 3x, so y = ln(u). dy/dx = (1/u)·(du/dx) = (2x + 3)/(x² + 3x).
Incorrect Approach
WRONG: Differentiate y = ln(x² + 3x). Student writes y' = 1/(x² + 3x). Missing the derivative of the inner function.
Why Students Believe It
d/dx[ln x] = 1/x is memorized as a standalone fact. Students apply it directly without recognizing that when x is replaced by a function g(x), the chain rule must be applied as well.
Partial derivatives treat other variables as constants, but students forget to apply product rule or chain rule when the 'constant' variable appears multiplied or composed with the differentiation variable.
Tags
- minor_error
- partial_derivatives
- chain_rule
- product_rule
Topic
Partial Derivatives
Severity
minor
Exam Impact
Missing chain rule or product rule in partial derivatives gives wrong partial derivative values, affecting problems on directional derivatives, gradient, and implicit differentiation in multivariable contexts.
The Reality
When computing ∂f/∂x, y is treated as a constant, but the RULES of differentiation (product rule, chain rule) still fully apply. For f = xy², ∂f/∂x = y² (correct, y² is constant). For f = x²·sin(xy), ∂f/∂x requires the product rule: 2x·sin(xy) + x²·cos(xy)·y.
Trap Question
Question
If f(x, y) = x²·eˣʸ, find ∂f/∂x. (A) 2x·eˣʸ (B) x²·y·eˣʸ (C) 2x·eˣʸ + x²·y·eˣʸ
Explanation
Product rule: ∂/∂x(x²·eˣʸ) = 2x·eˣʸ + x²·∂(eˣʸ)/∂x. Chain rule on eˣʸ: ∂(eˣʸ)/∂x = eˣʸ·y. Therefore ∂f/∂x = 2x·eˣʸ + x²·y·eˣʸ.
Wrong Answer
(A) 2x·eˣʸ — only differentiating x², treating eˣʸ as fully constant.
Correct Answer
(C) 2x·eˣʸ + x²·y·eˣʸ = eˣʸ(2x + x²y).
Misconception Id
M10
Correct Vs Incorrect
Correct Approach
CORRECT: f = x·sin(xy). Apply product rule: ∂f/∂x = (1)·sin(xy) + x·cos(xy)·(y) = sin(xy) + xy·cos(xy).
Incorrect Approach
WRONG: Find ∂f/∂x for f = x·sin(xy). Student writes ∂f/∂x = sin(xy). Only differentiates the x factor, ignores that sin(xy) also depends on x through the chain rule.
Why Students Believe It
Students correctly understand that in ∂/∂x, y is treated as a constant. But they then treat expressions like xy or y·sin(xy) as if y is just a number, forgetting that it still participates in product or chain rule structures.
If f'(c) = 0 and f''(c) = 0, there is no extremum at x = c — students conclude it must be an inflection point.
Tags
- major_error
- second_derivative_test
- inflection_point
- conceptual_gap
Topic
Maxima and Minima — Second Derivative Test
Severity
major
Exam Impact
Prematurely concluding 'inflection point' when the second-derivative test is inconclusive causes wrong classification of critical points — a common source of error in curve-sketching and optimization problems.
The Reality
'Inconclusive' means the second-derivative test gives no information — the point COULD be a maximum, minimum, or inflection point. You must use the FIRST-DERIVATIVE SIGN TEST to determine which. For example, f(x) = x⁴ has f'(0) = 0, f''(0) = 0, but x = 0 IS a minimum (not an inflection point).
Trap Question
Question
Given f(x) = x⁶, a student applies the second derivative test at x = 0: f'(0) = 0, f''(0) = 0. The student concludes x = 0 is an inflection point. Is this correct?
Explanation
The second-derivative test is inconclusive when f'' = 0. Always fall back on the first-derivative sign-change test. Inflection points require f'' to change sign — not just equal zero.
Wrong Answer
Yes, f''(0) = 0 means it is an inflection point.
Correct Answer
No. x = 0 is a minimum. f'(x) = 6x⁵ changes sign from negative (x < 0) to positive (x > 0) at x = 0, confirming a local minimum.
Misconception Id
M11
Correct Vs Incorrect
Correct Approach
CORRECT: When f''(c) = 0, use the sign test on f'(x). For f(x) = x⁴: f'(x) = 4x³. For x < 0, f' < 0 (decreasing). For x > 0, f' > 0 (increasing). Sign changes from − to + at x = 0 → LOCAL MINIMUM at x = 0.
Incorrect Approach
WRONG: f(x) = x⁴. f'(0) = 0, f''(0) = 0. Student concludes: 'f'' = 0, so x = 0 is an inflection point.' Wrong — x = 0 is actually a minimum.
Why Students Believe It
Students memorize: f'' > 0 → min, f'' < 0 → max, f'' = 0 → inconclusive. They interpret 'inconclusive' as meaning 'no extremum, therefore inflection point.'
lim(x→0) sin(x)/x = 0 because substituting x = 0 gives sin(0)/0 = 0/0 = 0.
Tags
- critical_error
- limits
- trig_limits
- indeterminate_forms
Topic
Limits — Fundamental Trigonometric Limits
Severity
critical
Exam Impact
Getting this fundamental limit wrong causes errors in deriving trigonometric derivatives, evaluating limits involving trig functions, and solving problems built on this foundational result.
The Reality
lim(x→0) sin(x)/x = 1. This is one of the FUNDAMENTAL LIMITS in calculus (the sinc limit). The form 0/0 is indeterminate — it does NOT equal 0, 1, or any other number by simple substitution. It must be evaluated by L'Hôpital's Rule (limit of cos x / 1 = 1) or geometric proof. This specific limit is the basis for derivatives of all trigonometric functions.
Trap Question
Question
Evaluate: lim(x→0) sin(5x)/(3x). (A) 0 (B) 1 (C) 5/3 (D) 3/5
Explanation
Rewrite: sin(5x)/(3x) = (5/3) · sin(5x)/(5x). As x→0, 5x→0, so sin(5x)/(5x)→1. Therefore the limit = (5/3)(1) = 5/3. General rule: lim(x→0) sin(ax)/(bx) = a/b.
Wrong Answer
(A) 0 or (B) 1.
Correct Answer
(C) 5/3.
Misconception Id
M12
Correct Vs Incorrect
Correct Approach
CORRECT: Recognize 0/0 indeterminate form. Apply L'Hôpital: lim(x→0) cos(x)/1 = cos(0)/1 = 1/1 = 1. OR use the standard result: lim(x→0) sin(x)/x = 1 (memorize this fundamental limit).
Incorrect Approach
WRONG: lim(x→0) sin(x)/x. Student substitutes x = 0: sin(0)/0 = 0/0 → 'equals 0 or undefined.' Student writes 0.
Why Students Believe It
Students see 0 in the numerator and conclude the limit is 0. They don't recognize this as an indeterminate form requiring special treatment, or they incorrectly simplify 0/0 as 0.
Quick Self Check
Substituting a value before differentiating converts a variable into a constant, making its time-derivative zero and eliminating the rate term you need. Always differentiate first, then substitute.
Statement
In a related-rates problem, it is correct to substitute the given numerical value of a variable into the equation before differentiating with respect to time.
f'(c) = 0 only identifies a critical point. It may be a local max, local min, or an inflection point (e.g., f(x) = x³ at x = 0). You must apply the second-derivative test or first-derivative sign-change test to classify it.
Statement
If f'(c) = 0, then x = c is guaranteed to be either a local maximum or a local minimum.
The Product Rule states (uv)' = u'v + uv'. The 'product of derivatives' formula is a common and critical misconception. For example, d/dx[x · eˣ] = eˣ + xeˣ, NOT eˣ.
Statement
The derivative of the product of two functions (uv)' equals u' · v' (the product of their individual derivatives).
This is one of the most fundamental limits in calculus, proven geometrically or by L'Hôpital's Rule. It is the basis for all trigonometric derivatives and is directly tested on the board exam.
Statement
lim(x→0) sin(x)/x = 1 is a standard result that must be memorized.
L'Hôpital's Rule is strictly valid only for indeterminate forms 0/0, ∞/∞, and convertible forms. Applying it to a determinate limit (e.g., a fraction that evaluates directly) gives a wrong answer.
Statement
L'Hôpital's Rule may be applied to any limit involving a fraction, not just indeterminate forms.
(y')² = (dy/dx)², which is the first derivative squared. y'' = d²y/dx² is the second derivative. These are completely different quantities and must not be confused in the curvature formula.
Statement
In the radius of curvature formula R = [1 + (y')²]^(3/2) / |y''|, the term (y')² means the square of the first derivative, not the second derivative y''.
f''(c) = 0 means the test gives no information — the point could still be a maximum, minimum, or inflection point. Use the first-derivative sign-change test to determine its nature. Example: f(x) = x⁴ has a minimum at x = 0 even though f''(0) = 0.
Statement
When the second-derivative test is inconclusive (f''(c) = 0), the critical point must be an inflection point.
Standard single-variable optimization requires differentiating a function of ONE variable. Without using the constraint to eliminate a variable, the objective function remains multi-variable and cannot be solved by single-variable calculus.
Statement
For optimization problems, the constraint equation must be used to reduce the objective function to a single variable before differentiating.
Ready to practise for the GELE 2026?
Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target GELE exam date.