CSE1200 -- Exam Pattern Analysis

Based on 13 past exams (2019--2025): 4 Midterms, 5 Endterms, 4 Resits

33
Distinct Patterns
13
Exams Analyzed
~200
Total Questions
2019--2025
Year Range
Appears in 7+ exams
Appears in 4--6 exams
Appears in 1--3 exams
MID Midterm
END Endterm
RES Resit

Table of Contents

  1. Power Series: Interval / Radius of Convergence
  2. Critical Points + Second Derivative Test (Multivariable)
  3. Double Integrals (Setup, Evaluate, Interchange Order)
  4. Complex Roots (zn = c)
  5. Linearization / Linear Approximation
  6. Directional Derivative
  7. Improper Integrals
  8. Recursive Sequences (Monotonicity, Boundedness, Limit)
  9. Implicit Differentiation
  10. Limits (0/0 Indeterminate Form)
  11. Asymptotes (Vertical, Horizontal, Oblique)
  12. Integration Techniques (Substitution, By Parts)
  13. Taylor Series for Anti-Derivative + Error Bound
  14. Absolute Max/Min on Closed Domain (Multivariable)
  15. Gradient Vector
  16. Series Convergence / Divergence Classification
  17. Match Functions to Graphs / Contour Plots
  18. Complex Number Arithmetic (a + bi Form)
  19. Indeterminate Form Limits (1, 00)
  20. Higher-Order Derivative from Power Series
  21. Geometric / Telescoping Series (Find Sum)
  22. Inverse Function (Formula + Domain)
  23. Inverse Trig Simplification
  24. Extreme Values on Closed Interval (Single Variable)
  25. Symmetry in Definite Integrals (Odd/Even Functions)
  26. Sketch Maximal Domain (Multivariable)
  27. Limits at Infinity / Squeeze Theorem
  28. Limits via Taylor Series Expansion
  29. FTC Application / Critical Points via FTC
  30. Euler's Formula / Complex Trig Identities
  31. Area Between Curves
  32. Mean Value Theorem Application
  33. Newton-Raphson Method

1. Power Series: Interval / Radius of Convergence Very High

END 2019 O1a-b • 2020 O9a • 2023 O1a • 2024 O1a • 2025 O1a  |  RES 2019 O2a-b • 2023 O1a • 2024 O1a-c • 2025 O1a
Given a power series ∑ cn(x − a)n, find the radius of convergence R, the interval of convergence, and determine behavior at the boundary points.

Methods to Solve

Example (END 2024 O1a): Find interval of convergence of ∑ (−1)nn · (n+1)/n2 · (x+1)n. Ratio test gives R = π, center a = −1. Check x = −1 − π (diverges by comparison) and x = −1 + π (converges by alternating series test). Interval: (−1−π, −1+π].

2. Critical Points + Second Derivative Test (Multivariable) Very High

END 2019 O2 • 2020 O10 • 2023 O2a • 2024 O2a • 2025 O2a  |  RES 2019 O3b-c • 2023 O2a • 2024 O2a • 2025 O2a
Find all critical points of f(x,y) by solving ∇f = 0, then classify each as local max, local min, or saddle point using the second derivative test (Hessian determinant).

Methods to Solve

Example (END 2020 O10): f(x,y) = 4x3 + 6x2y + y3 − 3y2. Solve fx = 12x2 + 12xy = 0 and fy = 6x2 + 3y2 − 6y = 0. Critical points: (0,0), (0,2), (−1,1). At (0,2): D = −144 < 0 ⇒ saddle.

3. Double Integrals (Setup, Evaluate, Interchange Order) Very High

END 2019 S4 • 2020 O11 • 2023 O3a • 2024 O3 • 2025 O3  |  RES 2019 S8 • 2023 O3 • 2024 O3 • 2025 O3
Compute a double integral &iint;D f(x,y) dA over a given region D. Often requires sketching the region, choosing the correct order of integration (dx dy vs dy dx), and sometimes interchanging the order to make the integral tractable.

Methods to Solve

Example (END 2023 O3a): Compute &iint;T cos(x2) dA over the triangle with vertices (0,0), (2,0), (2,2). Integrating dy dx: ∫020x cos(x2) dy dx = ∫02 x cos(x2) dx = sin(4)/2.

4. Complex Roots (zn = c) Very High

END 2019 S3 • 2020 S2 • 2023 S2 • 2024 O5a • 2025 S3  |  RES 2019 S7b • 2023 S6 • 2024 O5a • 2025 O5a
Find all complex solutions to zn = c, where c is a complex number. Express solutions in polar or a + bi form.

Methods to Solve

Example (END 2025 S3): Solve (z−2)3 = −8. Set w = z−2, solve w3 = −8 = 8e. wk = 2ei(π+2πk)/3. Then zk = wk + 2 gives z = 1 ± i√3 and z = 0.

5. Linearization / Linear Approximation Very High

MID 2020 Q7-8 • 2023 Q9 • 2025 Q9  |  END 2019 S5c • 2020 S6a • 2025 O1b  |  RES 2019 S5 • 2023 S1
Find the linearization L(x) of a function near a point, or use it to approximate a value. For multivariable functions, find the tangent plane.

Methods to Solve

Example (MID 2023 Q9): Approximate ln(1.1). Use f(x) = ln(x) near a = 1: L(x) = ln(1) + (1/1)(x−1) = x − 1. So ln(1.1) ≈ 0.1.

6. Directional Derivative Very High

END 2019 S5d • 2020 S6b-c • 2023 S3 • 2024 S2b • 2025 S1  |  RES 2019 S6b • 2023 S4 • 2024 S2b
Compute the directional derivative Duf(a,b) = ∇f(a,b) · u, the rate of change of f in a given direction u. May also ask for the direction of steepest ascent/descent or the maximum/minimum directional derivative.

Methods to Solve

Example (END 2023 S3): f(x,y) = x cos(πy) − xy at P = (1,1). ∇f = (cos(πy) − y, −πx sin(πy) − x) = (−2, −1). Steepest descent direction: (2,1)/√5. Directional derivative in that direction: −√5.

7. Improper Integrals Very High

MID 2020 Q11 • 2023 Q5, Q12 • 2024 Q7b • 2025 Q8  |  END 2025 S4  |  RES 2019 O1 • 2023 S5 • 2025 S6b
Evaluate integrals with infinite limits (Type 1) or integrands with singularities (Type 2). Determine convergence or divergence, and if convergent, find the value.

Methods to Solve

Example (MID 2020 Q11):1 ln(x)/x3 dx. IBP: u = ln(x), dv = x−3dx. Get [−ln(x)/(2x2)]1 + ∫ 1/(2x3) dx = 0 + 1/4 = 1/4.

8. Recursive Sequences (Monotonicity, Boundedness, Limit) Very High

MID 2020 Q12 • 2023 Q11 • 2024 Q8 • 2025 Q10  |  END 2019 O3  |  RES 2019 O4 • 2023 S2
Given a sequence defined by a0 = c and an+1 = f(an), prove it converges (usually via monotone convergence theorem) and find the limit.

Methods to Solve

Example (MID 2025 Q10): a0 = −2, an+1 = √(2an + 8). Show increasing: an+1 ≥ an. Show bounded: an ≤ 4. Fixed point: L = √(2L+8) ⇒ L2 = 2L+8 ⇒ L = 4 (discard L = −2). Answer: 4.

9. Implicit Differentiation Very High

MID 2020 Q6 • 2023 Q10 • 2024 Q4 • 2025 Q13  |  RES 2019 S4 • 2023 O5 • 2025 S3
Given an implicit equation F(x,y) = 0, find dy/dx or the slope of the tangent line at a given point. Sometimes find points where the tangent is horizontal or vertical (extremal points on the curve).

Methods to Solve

Example (MID 2020 Q6): 2x2 − x = y3 − 7y. Differentiate: 4x − 1 = (3y2 − 7) dy/dx. At (2,−1): dy/dx = (8−1)/(3−7) = 7/(−4) = −7/4.

10. Limits (0/0 Indeterminate Form) High

MID 2020 Q3 • 2023 Q2-3 • 2024 Q2, Q13 • 2025 Q1  |  RES 2019 S3a • 2025 S1
Compute limits where direct substitution gives 0/0. Requires algebraic manipulation or L'Hôpital's rule to resolve the indeterminate form.

Methods to Solve

Example (MID 2025 Q1): limx→2 (x3 − 3x2 + 4)/(x3 − 4x2 + 4x). Factor: both have (x−2) factor. After cancellation or by L'Hôpital: limit = (3·4 − 6)/(3·4 − 8 + 4) = 6/8 = 3/4.

11. Asymptotes (Vertical, Horizontal, Oblique) High

MID 2020 Q5 • 2023 Q14 • 2024 Q12 • 2025 Q14  |  RES 2024 S1 • 2025 S2
Find all asymptotes of a given function: vertical (where the function blows up), horizontal (behavior as x → ±∞), and oblique/slant (linear behavior at ±∞).

Methods to Solve

Example (MID 2025 Q14): h(x) = (√(x6+3x5) − x3)/(x2−2x+1). Vertical asymptote at x = 1. Horizontal asymptote y = 3/2 as x → +∞. Oblique asymptote y = −2x − 11/2 as x → −∞.

12. Integration Techniques (Substitution, By Parts) High

MID 2020 Q9-10 • 2023 Q6 • 2024 Q7a, Q9, Q11 • 2025 Q7  |  RES 2024 S4 • 2025 S4
Evaluate integrals using u-substitution, integration by parts, or a combination. Includes reduction formulas and LIATE ordering.

Methods to Solve

Example (MID 2024 Q11): ∫ x2 arctan(x) dx. LIATE: u = arctan(x), dv = x2dx. Then du = 1/(1+x2)dx, v = x3/3. Result: (x3/3)arctan(x) − ∫ x3/(3(1+x2))dx. Simplify the remaining integral by polynomial division.

13. Taylor Series for Anti-Derivative + Error Bound High

END 2023 O4 • 2024 O4 • 2025 O4  |  RES 2023 O4 • 2024 S3 • 2025 O4
Given a function f(x) (often without a closed-form antiderivative), find the Taylor series of ∫ f(x) dx, then use it to approximate ∫ab f(x) dx with a given error bound.

Methods to Solve

Example (END 2025 O4): f(x) = ex2. Series: ∑ x2n/n!. Anti-derivative: F(x) = ∑ x2n+1/((2n+1)n!). To approximate ∫01 with error < 0.06, sum terms until |aN+1| < 0.06.

14. Absolute Max/Min on Closed Domain (Multivariable) High

END 2023 O2b • 2024 O2b • 2025 O2b  |  RES 2023 O2b • 2024 O2b • 2025 O2b
Find the absolute maximum and minimum of f(x,y) on a closed and bounded domain D. By the Extreme Value Theorem, these must occur at critical points in the interior or on the boundary.

Methods to Solve

Example (RES 2023 O2b): f(x,y) = 2x2 − 4xy + 4y on D = {0.5 ≤ x ≤ 3, 0 ≤ y ≤ 2}. Interior critical point: (1,1), f = 2. Check all 4 edges and corners. Compare to find absolute max and min.

15. Gradient Vector High

END 2019 S5b • 2020 S6a • 2023 S3a • 2024 S2a • 2025 S1a  |  RES 2024 S2a
Compute the gradient vector ∇f = (fx, fy) of a multivariable function and evaluate at a given point. Often a sub-part leading to directional derivative or tangent plane questions.

Methods to Solve

16. Series Convergence / Divergence Classification High

END 2020 S3, O8 • 2024 O6 • 2025 O7  |  RES 2024 O4a • 2025 S6
Determine whether a given series is absolutely convergent, conditionally convergent, or divergent. Choose the appropriate convergence test.

Methods to Solve

Example (END 2024 O6): (a) ∑(−1)n 3n/((n+1)4n): ratio test gives 3/4 < 1, absolutely convergent. (b) ∑ n e−n2: comparison with e−n, convergent. (c) ∑(−1)n n/(3n2−n−1): lim an = 0, alternating, but check |an| ~ 1/(3n) diverges ⇒ conditionally convergent.

17. Match Functions to Graphs / Contour Plots High

END 2019 S6 • 2020 S7 • 2023 S4  |  RES 2023 S3 • 2025 S5
Match multivariable function formulas to their 3D surface plots or 2D contour plots (level curves).

Methods to Solve

18. Complex Number Arithmetic (a + bi Form) High

END 2019 S2 • 2020 S1  |  RES 2019 S7a • 2024 O5b • 2025 O5b
Perform arithmetic operations on complex numbers (division, powers, modulus, argument) and express results in a + bi form or polar form.

Methods to Solve

Example (END 2020 S1): z = (2−i)/(3+i). Multiply by conjugate: z = (2−i)(3−i)/((3+i)(3−i)) = (6−2i−3i+i2)/(9+1) = (5−5i)/10 = 1/2 − i/2.

19. Indeterminate Form Limits (1, 00, ∞0) High

MID 2020 Q4 • 2023 Q15 • 2024 Q6 • 2025 Q4
Compute limits of the form [f(x)]g(x) where the base and exponent create an indeterminate form (1, 00, or ∞0).

Methods to Solve

Example (MID 2020 Q4): limx→0 (1−3x)1/x = elim (1/x)ln(1−3x) = elim ln(1−3x)/x. L'Hôpital: elim −3/(1−3x) / 1 = e−3.

20. Higher-Order Derivative from Power Series High

END 2023 O1b • 2024 O1b • 2025 S2  |  RES 2023 O1b
Given a power series representation g(x) = ∑ cn(x−a)n, compute a specific higher-order derivative g(k)(a).

Methods to Solve

Example (END 2025 S2): f(x) = x2 arctan(x). arctan(x) = ∑ (−1)nx2n+1/(2n+1). So f(x) = ∑ (−1)nx2n+3/(2n+1). The x9 term (n=3): c9 = (−1)3/7 = −1/7. f(9)(0) = 9! · (−1/7) = −9!/7.

21. Geometric / Telescoping Series (Find Sum) High

END 2020 S3 • 2024 S4  |  RES 2019 S2 • 2025 S6a
Identify a series as geometric (or related to geometric via differentiation/integration) and compute its exact sum.

Methods to Solve

Example (END 2024 S4):n=1 n/2n−1. Use d/dx[∑ xn] = ∑ nxn−1 = 1/(1−x)2. Evaluate at x = 1/2: ∑ n/2n−1 = 1/(1/2)2 = 4.

22. Inverse Function (Formula + Domain) Low

MID 2023 Q1 • 2024 Q1 • 2025 Q12
Given a function f with a restricted domain that makes it one-to-one, find the formula for f−1(x) and specify its domain.

Methods to Solve

Example (MID 2024 Q1): f(x) = −x2 + x + 2 on [1,∞). Swap: x = −y2 + y + 2. Solve: y = (1 − √(9−4x))/2 (choose minus sign since y ≥ 1 requires checking). Domain of f−1 = range of f = (−∞, 2].

23. Inverse Trig Simplification Low

MID 2020 Q2 • 2025 Q2  |  RES 2019 S1
Simplify expressions involving inverse trigonometric functions (arcsin, arccos, arctan) to algebraic expressions or exact values without inverse trig.

Methods to Solve

Example (MID 2020 Q2a): tan(arcsin(1/√7)). Draw triangle: opposite = 1, hypotenuse = √7, adjacent = √6. So tan = 1/√6.

24. Extreme Values on Closed Interval (Single Variable) Low

MID 2023 Q4 • 2025 Q3  |  END 2024 S1
Find the absolute maximum and minimum of a single-variable function on a closed interval [a,b].

Methods to Solve

25. Symmetry in Definite Integrals (Odd/Even Functions) Low

MID 2023 Q16 • 2024 Q10 • 2025 Q11
Recognize that an integrand is an odd function on a symmetric interval [−a, a], so the integral is zero.

Methods to Solve

Example (MID 2025 Q11):−ππ (x3ex4 + x2sin(x)cos(x)) dx. Both terms are odd functions on [−π, π], so the integral = 0.

26. Sketch Maximal Domain (Multivariable) Low

END 2019 S5a • 2020 S5  |  RES 2019 O3a
Given a multivariable function f(x,y), determine and sketch the maximal domain where f is defined.

Methods to Solve

27. Limits at Infinity / Squeeze Theorem Low

MID 2023 Q7 • 2025 Q5  |  RES 2019 S3b
Compute limits as x → ∞ where L'Hôpital fails or is inapplicable (e.g., oscillating terms). Use algebraic manipulation or the squeeze theorem.

Methods to Solve

28. Limits via Taylor Series Expansion Low

END 2019 O1c • 2020 O9b
Compute a limit by substituting Taylor/Maclaurin expansions into the expression, then simplifying.

Methods to Solve

Example (END 2020 O9b): limx→0 f(x)/(cos(x2)−1). Expand cos(x2) = 1 − x4/2 + ..., so denominator ~ −x4/2. Expand f(x) from its power series, divide, and take the limit.

29. FTC Application / Critical Points via FTC Low

MID 2024 Q3  |  END 2023 O3b
Use the Fundamental Theorem of Calculus to differentiate functions defined as integrals, g(x) = ∫ax f(t) dt, and find critical points or evaluate related integrals.

Methods to Solve

30. Euler's Formula / Complex Trig Identities Low

END 2025 O6  |  RES 2025 O5c
Prove Euler's formula e = cos(θ) + i sin(θ) using power series, or derive trigonometric identities from complex exponentials.

Methods to Solve

31. Area Between Curves Low

MID 2025 Q6
Find the area enclosed between two curves by integrating the difference of the upper and lower functions.

Methods to Solve

32. Mean Value Theorem Application Low

MID 2023 Q8
Apply the Mean Value Theorem (MVT) to a word problem or function to conclude the existence of a point where f'(c) equals a specific value.

Methods to Solve

Example (MID 2023 Q8): Car drives 100 km in 2 hours. By MVT, there exists t0 where v(t0) = 100/2 = 50 km/h.

33. Newton-Raphson Method Low

END 2025 O5
Sketch or apply Newton's method to find roots of an equation, showing how the iterative sequence converges graphically.

Methods to Solve


Generated from 13 exams: Midterms 2020, 2023, 2024, 2025 | Endterms 2019, 2020, 2023, 2024, 2025 | Resits 2019, 2023, 2024, 2025
CSE1200 Calculus, TU Delft