Skip to main content
Detailed ExplanationCELE · Engineering MathematicsReal content

CELE Engineering MathematicsDifferential CalculusDetailed Explanation

Detailed explanation of Differential Calculus for the CELE 2026. Full depth, full reasoning — exactly what you need when Professional Regulation Commission (PRC) — Board of Civil Engineering tests this chapter with applied or scenario-based questions in the CELE Engineering Mathematics subtest.

Exam context

Professional Regulation Commission (PRC) — Board of Civil Engineering runs the Civil Engineer Licensure Examination on May and November 2026. Its Engineering Mathematics section sits under a "Core" weighting, and Differential Calculus is the 5th chapter in the 10-chapter CELE Engineering Mathematics rotation. The CELE passing mark is 70% weighted average, no sub-test below 50%, and the most recent 2026 paper drew about a meaningful share of questions from Engineering Mathematics.

Differential Calculus - Detailed Explanation

Differential calculus is one of the most heavily tested topics in the Mathematics, Surveying, and Transportation Engineering (MSTE) portion of the PRC Civil Engineer Licensure Examination. It underpins structural analysis (finding maximum moments), hydraulics (optimizing pipe flow), and geotechnical engineering (slope stability). This chapter covers the four pillars of differential calculus that consistently appear on board exams: (1) Limits and Continuity, (2) Differentiation Rules, (3) Maxima and Minima with Optimization, and (4) Related Rates. Every concept is explained with worked, board-style numerical problems in SI units, and common pitfalls that have tripped up examinees are explicitly flagged. Mastery of this chapter typically accounts for 8–12 items on the MSTE paper.

Concepts

Limits and Continuity

A limit describes the value that a function f(x) approaches as x approaches some value a, written lim(x→a) f(x) = L. The limit exists when the left-hand limit equals the right-hand limit. Continuity at x = a requires three conditions: (1) f(a) is defined, (2) lim(x→a) f(x) exists, and (3) lim(x→a) f(x) = f(a). In board exams, limits most often appear as indeterminate forms that require algebraic manipulation or L'Hôpital's Rule. The seven indeterminate forms are: 0/0, ∞/∞, 0·∞, ∞−∞, 0^0, 1^∞, and ∞^0. L'Hôpital's Rule states that if lim f(x)/g(x) yields 0/0 or ∞/∞, then lim f(x)/g(x) = lim f'(x)/g'(x), provided the latter limit exists. You may apply L'Hôpital's Rule repeatedly until the indeterminate form is resolved. For polynomial or rational functions, always try direct substitution first, then factoring, then L'Hôpital's Rule as a last resort.

Examples

Factoring and cancellation is the fastest algebraic technique for 0/0 forms involving polynomials. The cancelled factor (x − 3) creates a 'hole' in the graph at x = 3 but does not affect the limit.

Scenario

Board-Style Problem: Evaluate lim(x→3) (x² − 9)/(x − 3).

Solution

Step 1: Direct substitution yields (9 − 9)/(3 − 3) = 0/0 — indeterminate. Step 2: Factor the numerator: x² − 9 = (x − 3)(x + 3). Step 3: Cancel the common factor: lim(x→3) [(x − 3)(x + 3)]/(x − 3) = lim(x→3) (x + 3). Step 4: Substitute: 3 + 3 = 6. Answer: 6

Multiplying and dividing by the argument of sine is the standard manipulation that converts the expression to the form sin(u)/u → 1. This trick appears frequently on board exams with different coefficients.

Scenario

Board-Style Problem: Evaluate lim(x→0) (sin 3x)/(5x) using the standard limit.

Solution

Step 1: Rewrite as (3/5) · [sin(3x)/(3x)]. Step 2: As x → 0, 3x → 0, so sin(3x)/(3x) → 1. Step 3: Answer = (3/5)(1) = 3/5 = 0.6.

For rational functions as x → ∞, the fastest method is dividing by the highest power of x. The terms with 1/x and 1/x² vanish. L'Hôpital's Rule also works but requires two applications here.

Scenario

Board-Style Problem: Evaluate lim(x→∞) (3x² + 5x)/(2x² − 7) using L'Hôpital's Rule.

Solution

Step 1: Direct substitution gives ∞/∞ — indeterminate. Step 2: Apply L'Hôpital once: lim (6x + 5)/(4x) — still ∞/∞. Step 3: Apply L'Hôpital again: lim 6/4 = 3/2. Alternative (faster): Divide numerator and denominator by x²: lim (3 + 5/x)/(2 − 7/x²) = (3 + 0)/(2 − 0) = 3/2. Answer: 3/2

Applications

  • Determining whether a structural load function is continuous over a span.
  • Evaluating indeterminate forms in fluid mechanics velocity profiles.
  • Checking continuity of soil bearing capacity equations at transition zones.
  • Computing the limiting efficiency of machines and hydraulic systems.
  • Foundation for understanding the derivative as a limit of a difference quotient.

Misconceptions

  • MISTAKE: Concluding a limit does not exist just because direct substitution is undefined — the limit may still exist.
  • MISTAKE: Applying L'Hôpital's Rule to forms that are NOT 0/0 or ∞/∞ without first converting them.
  • MISTAKE: Confusing 'the limit exists' with 'the function is continuous' — continuity requires three conditions, not just the limit.
  • MISTAKE: Thinking lim(x→a) f(x) = f(a) always — this only holds when f is continuous at a.
  • MISTAKE: Applying L'Hôpital's Rule to a product form 0·∞ directly — you must first rewrite as 0/0 or ∞/∞.

Related Concepts

  • Derivative definition as a limit
  • Asymptotes of curves
  • Continuity and differentiability
  • Taylor and Maclaurin series
  • Epsilon-delta definition

Common Exam Questions

Example

lim(x→2) (x³ − 8)/(x − 2). Factor: x³ − 8 = (x − 2)(x² + 2x + 4). Cancel: lim = x² + 2x + 4 at x = 2 = 4 + 4 + 4 = 12.

Approach

Try direct substitution → if 0/0, factor and cancel OR apply L'Hôpital's Rule.

Question Type

Evaluate an indeterminate limit (0/0 form)

Example

lim(x→0) sin(4x)/x = 4 · lim sin(4x)/(4x) = 4(1) = 4.

Approach

Use lim sin(u)/u = 1 by manipulating coefficients to match the argument.

Question Type

Evaluate a limit involving trigonometric functions

Example

lim(x→∞) (5x³ − 2x)/(x³ + 1) = 5/1 = 5.

Approach

Divide numerator and denominator by the highest power of x in the denominator.

Question Type

Evaluate a limit at infinity for rational functions

Key Points To Remember

  • Try direct substitution first before any other technique.
  • Factor and cancel common factors to resolve 0/0 forms algebraically.
  • L'Hôpital's Rule applies only to 0/0 and ∞/∞ — convert other forms first.
  • lim(x→0) sin(x)/x = 1 and lim(x→0) (1−cos x)/x = 0 — memorize these.
  • lim(x→∞)(1 + 1/x)^x = e — this is a fundamental limit.
  • A function is continuous on an interval if it is continuous at every point in that interval.
  • Polynomial and exponential functions are continuous everywhere; rational functions are continuous except where the denominator is zero.

Differentiation Rules

The derivative f'(x) measures the instantaneous rate of change of f at x. Geometrically, it is the slope of the tangent line to the curve at that point. On the MSTE exam, you must be able to differentiate efficiently using the standard rules without wasting time. The essential rules are: (1) Power Rule: d/dx[xⁿ] = nxⁿ⁻¹; (2) Constant Multiple Rule: d/dx[cf] = c·f'; (3) Sum/Difference Rule: d/dx[f ± g] = f' ± g'; (4) Product Rule: d/dx[uv] = u'v + uv'; (5) Quotient Rule: d/dx[u/v] = (u'v − uv')/v²; (6) Chain Rule: d/dx[f(g(x))] = f'(g(x))·g'(x). The chain rule is the most commonly misapplied rule — it is needed whenever you differentiate a composite function (a function inside another function). Standard derivatives to memorize: d/dx[sin x] = cos x, d/dx[cos x] = −sin x, d/dx[tan x] = sec²x, d/dx[eˣ] = eˣ, d/dx[ln x] = 1/x, d/dx[aˣ] = aˣ ln a, d/dx[log_a x] = 1/(x ln a), d/dx[sin⁻¹x] = 1/√(1−x²), d/dx[tan⁻¹x] = 1/(1+x²). Implicit differentiation is used when y cannot be solved explicitly — differentiate both sides with respect to x and treat every derivative of y as dy/dx using the chain rule.

Examples

The outer power rule gives 4(inner)³ and we multiply by the derivative of the inner function 4x. Many examinees forget to multiply by the inner derivative — the most common chain-rule mistake.

Scenario

Board-Style Problem: Find dy/dx if y = (2x² + 1)⁴.

Solution

Step 1: Identify the outer function f(u) = u⁴ and inner function u = 2x² + 1. Step 2: Apply Chain Rule: dy/dx = 4(2x² + 1)³ · d/dx(2x² + 1). Step 3: d/dx(2x² + 1) = 4x. Step 4: dy/dx = 4(2x² + 1)³ · 4x = 16x(2x² + 1)³. Answer: dy/dx = 16x(2x² + 1)³

Straightforward power-rule application. The derivative at a specific point equals the slope of the tangent line at that point. This type of problem often appears as the first question in a calculus set.

Scenario

Board-Style Problem: For y = 3x³ − 5x² + 2x, find y' and evaluate y'(2).

Solution

Step 1: Apply power rule term by term. y' = 3(3x²) − 5(2x) + 2(1) = 9x² − 10x + 2. Step 2: Substitute x = 2: y'(2) = 9(4) − 10(2) + 2 = 36 − 20 + 2 = 18. Answer: y'(2) = 18

Two terms result from the product rule. Neither term can be simplified further. On exam problems, always identify u and v explicitly before applying the rule to avoid sign errors.

Scenario

Board-Style Problem: Differentiate y = x²·sin(x) using the Product Rule.

Solution

Step 1: Let u = x² (so u' = 2x) and v = sin x (so v' = cos x). Step 2: Product Rule: y' = u'v + uv' = 2x·sin x + x²·cos x. Answer: y' = 2x sin x + x² cos x

This is the equation of a circle. The key is that d/dx(y²) = 2y·(dy/dx) by the chain rule because y is a function of x. The result dy/dx = −x/y gives the slope of the tangent to the circle at any point (x, y).

Scenario

Board-Style Problem: Find dy/dx by implicit differentiation for x² + y² = 25.

Solution

Step 1: Differentiate both sides with respect to x: d/dx(x²) + d/dx(y²) = d/dx(25) 2x + 2y(dy/dx) = 0. Step 2: Solve for dy/dx: 2y(dy/dx) = −2x dy/dx = −x/y. Answer: dy/dx = −x/y

Applications

  • Computing the slope of a bending-moment diagram at any section of a beam.
  • Finding the rate of change of stress in a member under varying load.
  • Deriving velocity (v = dx/dt) and acceleration (a = dv/dt) in kinematics.
  • Determining the sensitivity of a surveying instrument reading to small changes in input.
  • Computing the marginal cost in project cost-optimization models.

Misconceptions

  • MISTAKE: Using the power rule on an exponential function — d/dx[2ˣ] ≠ x·2^(x−1). Correct: d/dx[2ˣ] = 2ˣ ln 2.
  • MISTAKE: Forgetting the chain rule for composite functions — d/dx[sin(3x)] ≠ cos(3x). Correct: cos(3x)·3.
  • MISTAKE: In implicit differentiation, treating y as a constant — every derivative involving y must include dy/dx.
  • MISTAKE: Applying the product rule only to exactly two terms — extend it iteratively for three or more factors.
  • MISTAKE: Confusing the derivative of ln|u| — it is u'/u, not 1/u alone when u is a function of x.

Related Concepts

  • Limits (derivative as a limit of difference quotient)
  • Maxima and minima (f' = 0 at critical points)
  • Related rates (differentiating with respect to time)
  • Tangent and normal lines to curves
  • Taylor and Maclaurin series (higher-order derivatives)

Common Exam Questions

Example

y = (3x² − 1)/(x + 2). Use quotient rule: y' = [(6x)(x+2) − (3x²−1)(1)]/(x+2)² = (3x²+12x+1)/(x+2)².

Approach

Apply power rule, then quotient rule if needed. Simplify the result.

Question Type

Differentiate a polynomial or rational function

Example

y = e^(3x²). Outer: eᵘ, inner: 3x². y' = e^(3x²) · 6x = 6xe^(3x²).

Approach

Identify outer and inner functions. Apply: d/dx[outer(inner)] = outer'(inner) × inner'.

Question Type

Differentiate a composite (chain rule) function

Example

y = x³ − 2x at x = 1: y' = 3x² − 2, slope = 3(1) − 2 = 1. y(1) = −1. Tangent: y + 1 = 1(x − 1), or y = x − 2.

Approach

Compute f'(x₀) for the slope, then use point-slope form: y − y₀ = m(x − x₀).

Question Type

Find the slope or equation of a tangent line

Key Points To Remember

  • Power Rule: bring the exponent down as a coefficient, reduce the exponent by 1.
  • Product Rule memory aid: 'first times derivative of second plus second times derivative of first' (fd's + sd'f).
  • Quotient Rule: 'low d-high minus high d-low, over low squared' — (vdu − udv)/v².
  • Chain Rule: 'derivative of the outside (keeping inside unchanged) times derivative of the inside.'
  • The chain rule is needed for ANY composite function — e.g., sin(3x²), e^(x²+1), (2x+1)^5.
  • For implicit differentiation: d/dx[y²] = 2y·(dy/dx), not just 2y.
  • d/dx[xˣ] requires logarithmic differentiation, not just the power or exponential rule.

Maxima and Minima — Optimization

A local maximum is a point where f(a) ≥ f(x) for all x near a; a local minimum is where f(a) ≤ f(x) for all x near a. Critical points occur where f'(x) = 0 or f'(x) is undefined. The First Derivative Test classifies critical points by the sign change of f': positive-to-negative means maximum, negative-to-positive means minimum, no sign change means neither (inflection point). The Second Derivative Test provides a quicker classification: if f'(c) = 0 and f''(c) < 0, then c is a local maximum; if f''(c) > 0, it is a local minimum; if f''(c) = 0, the test is inconclusive. For optimization problems — the most heavily tested application on the MSTE exam — the standard four-step procedure is: (1) Draw and label a diagram. (2) Identify the quantity Q to be optimized and express Q in terms of the relevant variables. (3) Use the given constraint to reduce Q to a function of a single variable. (4) Differentiate, set Q' = 0, solve, and verify with the second derivative test or interval analysis. Always check the domain of the variable (physical constraints such as positive length, positive volume, etc.) and verify that the critical point is indeed the desired extremum — especially for closed-interval optimization where endpoints must also be evaluated.

Examples

For a fixed perimeter, the rectangle with maximum area is always a square. The second derivative test confirms a maximum. This is one of the most classic board exam optimization problems.

Scenario

Board-Style Problem: A rectangle has a perimeter of 40 m. Find the dimensions that give maximum area.

Solution

Step 1: Let x = length and y = width. Constraint: 2x + 2y = 40 → x + y = 20 → y = 20 − x. Step 2: Objective function: A = xy = x(20 − x) = 20x − x². Step 3: Differentiate: dA/dx = 20 − 2x. Step 4: Set equal to zero: 20 − 2x = 0 → x = 10 m. Step 5: y = 20 − 10 = 10 m. Step 6: Verify: d²A/dx² = −2 < 0 → maximum confirmed. Step 7: A_max = 10(10) = 100 m². Answer: x = y = 10 m (a square), A_max = 100 m²

The quadratic formula gave two roots; the physical domain (0 < x < 15) eliminates x = 15. Always check domain constraints in box problems. The answer x = 5 cm is one-sixth of the sheet dimension — a common result for square sheets.

Scenario

Board-Style Problem: An open-top box is to be made from a square sheet of cardboard 30 cm × 30 cm by cutting equal squares of side x from each corner and folding up the sides. Find x that maximizes the volume.

Solution

Step 1: After cutting corners of side x: Base = (30 − 2x) cm × (30 − 2x) cm, Height = x cm. Constraint on domain: 0 < x < 15 (physical constraint). Step 2: V = x(30 − 2x)² = x(900 − 120x + 4x²) = 900x − 120x² + 4x³. Step 3: dV/dx = 900 − 240x + 12x². Step 4: Set equal to zero: 12x² − 240x + 900 = 0 → x² − 20x + 75 = 0. Step 5: Factor or use quadratic formula: (x − 5)(x − 15) = 0 → x = 5 or x = 15. Step 6: x = 15 is at the boundary (box with zero base) — rejected. So x = 5 cm. Step 7: Verify: d²V/dx² = −240 + 24x. At x = 5: −240 + 120 = −120 < 0 → maximum. Step 8: V_max = 5(30 − 10)² = 5(400) = 2000 cm³. Answer: x = 5 cm, V_max = 2000 cm³

For a closed cylindrical can, the minimum-surface-area solution always satisfies h = 2r (height equals diameter). This elegant result is worth memorizing. Always substitute the constraint early to reduce to a single variable.

Scenario

Board-Style Problem: A cylindrical can (closed top and bottom) must hold a volume of 1 L (= 0.001 m³). Find the radius and height that minimize the total surface area.

Solution

Step 1: Constraint: V = πr²h = 0.001 m³ → h = 0.001/(πr²). Step 2: Total surface area: A = 2πr² + 2πrh. Substitute h: A = 2πr² + 2πr[0.001/(πr²)] = 2πr² + 0.002/r. Step 3: dA/dr = 4πr − 0.002/r². Step 4: Set equal to zero: 4πr = 0.002/r² → r³ = 0.002/(4π) = 0.0005/π. r³ = 1.592 × 10⁻⁴ m³ → r = (1.592 × 10⁻⁴)^(1/3) = 0.05419 m ≈ 54.2 mm. Step 5: h = 0.001/(π × 0.05419²) = 0.001/0.009228 = 0.1084 m ≈ 108.4 mm. Note: h = 2r → h/r = 2 → the optimal can has height equal to diameter. Step 6: d²A/dr² = 4π + 0.004/r³ > 0 → minimum confirmed. Answer: r ≈ 54.2 mm, h ≈ 108.4 mm, giving minimum surface area.

Applications

  • Designing the most economical cross-section for beams (minimize material for given moment capacity).
  • Finding the optimal dimensions of a water tank to minimize construction cost (material = surface area).
  • Locating the point of maximum bending moment on a simply supported beam.
  • Optimizing the angle of a highway curve for minimum earthwork.
  • Minimizing heat loss (surface area) for a storage tank with fixed volume in mechanical engineering.

Misconceptions

  • MISTAKE: Only checking f'(x) = 0 and forgetting to evaluate f at the domain endpoints for closed-interval problems.
  • MISTAKE: Not verifying whether the critical point is a maximum or minimum — always apply the second derivative test or sign analysis.
  • MISTAKE: Setting up the objective function with two variables and trying to differentiate without using the constraint to reduce to one variable.
  • MISTAKE: Accepting a negative value for a physical dimension (length, radius, height must be positive).
  • MISTAKE: Confusing an inflection point (f'' = 0) with an extremum — an inflection point where f' = 0 is a saddle point, not a max or min.

Related Concepts

  • Differentiation rules (needed to compute f' and f'')
  • Critical points and inflection points
  • Curve sketching using f' and f''
  • Second derivative test
  • Related rates (also uses differentiation of a constrained relationship)

Common Exam Questions

Example

A farmer has 100 m of fencing for a rectangular field against a wall (one side free). Maximize area. Let x = width (2 sides), y = length (1 side). 2x + y = 100 → y = 100 − 2x. A = xy = x(100 − 2x). A' = 100 − 4x = 0 → x = 25 m. A_max = 25(50) = 1250 m².

Approach

Express the objective function using the constraint to eliminate one variable. Differentiate, set to zero, verify with second derivative.

Question Type

Maximize area or volume given a perimeter or surface area constraint

Example

Open-top box with square base, volume = 32 m³. Base costs PHP 200/m², sides cost PHP 100/m². Minimize cost. V = x²h = 32 → h = 32/x². C = 200x² + 4(100)(xh) = 200x² + 400x(32/x²) = 200x² + 12800/x. C' = 400x − 12800/x² = 0 → x³ = 32 → x = 2√2 m. (Conceptual; actual numbers yield this approach.)

Approach

Identify the cost function in terms of dimensions, use the volume or area constraint to reduce variables, differentiate and solve.

Question Type

Minimum cost or material problems

Example

f(x) = x³ − 3x on [0, 2]. f'(x) = 3x² − 3 = 0 → x = 1. f(0) = 0, f(1) = 1 − 3 = −2, f(2) = 8 − 6 = 2. Absolute max = 2 at x = 2; absolute min = −2 at x = 1.

Approach

Find all critical points in (a,b), evaluate f at critical points and at endpoints a and b, compare all values.

Question Type

Find the absolute maximum or minimum on a closed interval

Key Points To Remember

  • Critical points: solve f'(x) = 0. Also check where f'(x) is undefined.
  • Second Derivative Test: f''(c) < 0 → maximum; f''(c) > 0 → minimum.
  • For closed-interval [a, b]: evaluate f at all critical points AND at x = a and x = b.
  • Optimization step: use the constraint to eliminate one variable before differentiating.
  • Common constraint-objective pairs: (perimeter fixed, maximize area), (surface area fixed, maximize volume), (cost equation, minimize cost).
  • A square or equilateral shape often yields the optimum for equal-side problems — verify analytically.
  • Inflection point: f''(x) = 0 and sign of f'' changes — it is a point where concavity changes, NOT an extremum.

Related Rates

Related rates problems involve two or more quantities that change simultaneously with respect to time t. The key insight is that when we differentiate a geometric or physical relationship with respect to t, we obtain a relationship between the rates of change (derivatives with respect to t) of those quantities. The standard five-step procedure for related rates is: (1) Draw a clear diagram and label all quantities with their values and rates. (2) Write the equation relating the relevant quantities (use geometry, Pythagorean theorem, similar triangles, volume or area formulas, etc.). (3) Differentiate both sides of the equation implicitly with respect to t. (4) Substitute the known values of quantities and given rates into the differentiated equation. (5) Solve for the unknown rate. CRITICAL WARNING: Do not substitute the numerical values of the changing quantities before differentiating — only substitute after differentiation. This is the single most common error in related-rates problems on the board exam. Common geometric relationships used: Pythagorean theorem (x² + y² = L² for ladder problems), volume formulas (sphere, cylinder, cone), area formulas, and the Law of Cosines for general triangles.

Examples

The key step is differentiating the volume formula before substituting r = 2. If you substituted r = 2 into V = (4/3)π(8) first, you would get a constant and lose the relationship. This is the classic balloon problem on the MSTE exam.

Scenario

Board-Style Problem: A spherical balloon is being inflated at dV/dt = 10 m³/s. Find the rate at which the radius is increasing when r = 2 m.

Solution

Step 1: Volume of sphere: V = (4/3)πr³. Step 2: Differentiate with respect to t: dV/dt = 4πr² · (dr/dt). Step 3: Substitute known values: dV/dt = 10, r = 2: 10 = 4π(2)² · (dr/dt) 10 = 16π · (dr/dt) dr/dt = 10/(16π) = 5/(8π) ≈ 0.199 m/s. Answer: dr/dt ≈ 0.199 m/s

The negative sign for dy/dt correctly indicates that y is decreasing (top moving down). The Pythagorean theorem is the geometric relationship. Differentiation gives the rate relationship. Do not forget to find y before substituting into the differentiated equation.

Scenario

Board-Style Problem: A 5 m ladder leans against a vertical wall. The base slides away from the wall at 0.5 m/s. How fast is the top of the ladder sliding down when the base is 3 m from the wall?

Solution

Step 1: Let x = distance of base from wall, y = height of top on wall. Relationship: x² + y² = 5² = 25. Step 2: At the given instant: x = 3, y = √(25 − 9) = √16 = 4 m. Step 3: Differentiate with respect to t: 2x(dx/dt) + 2y(dy/dt) = 0. Step 4: Substitute x = 3, y = 4, dx/dt = +0.5 m/s (base moving away): 2(3)(0.5) + 2(4)(dy/dt) = 0 3 + 8(dy/dt) = 0 dy/dt = −3/8 = −0.375 m/s. Answer: The top is sliding down at 0.375 m/s (negative = downward).

Using similar triangles (r = h·tan 30°) eliminates r, reducing V to a function of h alone. This is the standard cone-tank technique. The negative sign indicates the level is falling. The half-angle of 30° gives r/h = tan 30° = 1/√3.

Scenario

Board-Style Problem: Water drains from a conical tank (vertex down, half-angle 30°) at 2 m³/min. Find the rate at which the water level is dropping when h = 3 m.

Solution

Step 1: For a cone with half-angle 30°: r = h·tan(30°) = h/√3. Step 2: Volume of water: V = (1/3)πr²h = (1/3)π(h/√3)²h = (1/3)π(h²/3)h = πh³/9. Step 3: Differentiate with respect to t: dV/dt = (π/9)(3h²)(dh/dt) = (πh²/3)(dh/dt). Step 4: Substitute dV/dt = −2 (draining), h = 3: −2 = π(9)/3 · (dh/dt) = 3π(dh/dt) dh/dt = −2/(3π) ≈ −0.2122 m/min. Answer: The water level is dropping at approximately 0.212 m/min.

Applications

  • Computing the rate of rise of floodwater in a drainage channel of known cross-section.
  • Determining how fast settlement propagates through a soil layer during consolidation.
  • Finding the rate at which the angle of a surveying instrument changes as a target moves.
  • Computing the rate of change of stress in a pressurized pipeline as it expands thermally.
  • Tracking the rate at which the shadow of a building changes length at different times of day.

Misconceptions

  • MISTAKE (Most Critical): Substituting the numerical value of a variable before differentiating with respect to t — this makes the variable a constant and its derivative zero.
  • MISTAKE: Forgetting to apply the chain rule — d/dt[r²] = 2r(dr/dt), not just 2r.
  • MISTAKE: Using the wrong sign — rates of increase are positive, rates of decrease are negative.
  • MISTAKE: Not identifying which rate is given (dV/dt) and which is asked for (dr/dt) before setting up the equation.
  • MISTAKE: In conical problems, differentiating V = (1/3)πr²h without first using similar triangles to eliminate r — this leads to a more complex equation requiring both dr/dt and dh/dt.

Related Concepts

  • Chain rule and implicit differentiation (mathematical tools for related rates)
  • Volume and area formulas from solid geometry
  • Similar triangles (for cone problems)
  • Pythagorean theorem (for ladder and distance problems)
  • Optimization (both use constrained differentiation)

Common Exam Questions

Example

A circular oil slick expands at dA/dt = 5 m²/s. Find dr/dt when r = 10 m. A = πr². dA/dt = 2πr(dr/dt). 5 = 2π(10)(dr/dt). dr/dt = 5/(20π) = 1/(4π) ≈ 0.0796 m/s.

Approach

Write V or A in terms of r. Differentiate. Substitute known r and dr/dt or dV/dt.

Question Type

Expanding/contracting sphere or circle (volume or area related rates)

Example

Base moves out at dx/dt = 0.5 m/s, x = 3, y = 4, L = 5. dy/dt = −x(dx/dt)/y = −3(0.5)/4 = −0.375 m/s.

Approach

Use Pythagorean theorem. Differentiate implicitly. Substitute known values at the given instant.

Question Type

Ladder or right-triangle problems

Example

Cylindrical tank (radius R = 2 m) fills at 3 m³/min. V = πR²h = 4πh. dV/dt = 4π(dh/dt). 3 = 4π(dh/dt). dh/dt = 3/(4π) ≈ 0.239 m/min.

Approach

Use similar triangles to relate r and h. Express V in terms of h only. Differentiate. Substitute.

Question Type

Conical or cylindrical tank draining or filling

Key Points To Remember

  • Always differentiate first with respect to t, THEN substitute numbers.
  • Use implicit differentiation — treat every variable as a function of t.
  • Clearly define all variables and what is known vs. unknown before writing equations.
  • The chain rule produces the time-derivative terms: d/dt(x²) = 2x(dx/dt).
  • Common setups: ladder against wall (Pythagorean), expanding sphere/circle, conical tank draining, shadow lengthening.
  • For conical tanks: use similar triangles to eliminate one variable before differentiating.
  • Units must be consistent — if radius is in metres and time in seconds, dV/dt is in m³/s.

Tangent Lines, Radius of Curvature, and Higher-Order Derivatives

The tangent line to a curve y = f(x) at the point (x₀, y₀) has slope m = f'(x₀) and equation y − y₀ = m(x − x₀). The normal line at the same point is perpendicular to the tangent: its slope is −1/m (negative reciprocal), giving the equation y − y₀ = (−1/m)(x − x₀). The radius of curvature R at any point on a curve measures how sharply the curve bends at that point. A large R means gentle curvature (almost straight), a small R means sharp curvature. The formula is R = [1 + (y')²]^(3/2) / |y''|. In road design, the radius of curvature of the pavement centerline determines safe vehicle speeds. The curvature κ = 1/R. The center of curvature lies on the normal to the curve at distance R from the point of tangency. Higher-order derivatives: the second derivative y'' = d²y/dx² gives the concavity of the curve (y'' > 0 means concave up, y'' < 0 means concave down). An inflection point occurs where y'' = 0 and the sign of y'' changes. The third derivative and beyond appear in Taylor-series expansions and in advanced beam-deflection formulas. For the MSTE exam, mastery of the tangent line equation and radius-of-curvature formula are essential for the geometry portion of calculus questions.

Examples

The procedure has four clear steps: find the point, differentiate, evaluate the slope, apply point-slope form. The normal line at this point has slope = −1/1 = −1, giving y + 1 = −1(x − 1) → y = −x.

Scenario

Board-Style Problem: Find the equation of the tangent line to y = x³ − 2x at x = 1.

Solution

Step 1: Find y at x = 1: y(1) = 1 − 2 = −1. Point: (1, −1). Step 2: Find y': y' = 3x² − 2. Step 3: Slope at x = 1: m = 3(1)² − 2 = 1. Step 4: Tangent line: y − (−1) = 1(x − 1) → y + 1 = x − 1 → y = x − 2. Answer: y = x − 2

At the vertex of the parabola y = x², the curvature is maximum (smallest radius of curvature). The formula gives R = 0.5, meaning a circle of radius 0.5 fits the curve best at the origin. Away from the origin, curvature decreases (R increases).

Scenario

Board-Style Problem: Find the radius of curvature of y = x² at the origin (0, 0).

Solution

Step 1: Find y': y' = 2x. At x = 0: y' = 0. Step 2: Find y'': y'' = 2. At x = 0: y'' = 2. Step 3: Apply the formula: R = [1 + (y')²]^(3/2) / |y''| = [1 + 0²]^(3/2) / |2| = 1^(3/2) / 2 = 1/2 = 0.5. Answer: R = 0.5 (dimensionless if no units given; 0.5 m if curve is in metres)

Applications

  • Highway and railroad curve design: the radius of curvature determines the design speed.
  • Beam deflection: the curvature of a deflected beam equals M/EI where M is bending moment and EI is flexural rigidity.
  • Optics and lens design: radius of curvature of lens surfaces determines focal length.
  • Structural analysis: inflection points of the elastic curve correspond to zero-moment points.
  • Partial derivatives used in heat transfer equations, fluid flow equations (PDEs in engineering practice).

Misconceptions

  • MISTAKE: Using the slope of the tangent as the slope of the normal — the normal is perpendicular, so its slope is the negative reciprocal.
  • MISTAKE: Forgetting absolute value in the radius-of-curvature formula — R is always positive.
  • MISTAKE: Confusing an inflection point with an extremum — at an inflection point f'' = 0 but f' is not necessarily zero.
  • MISTAKE: In partial differentiation, differentiating y terms when taking ∂/∂x — y is treated as a constant.

Related Concepts

  • Differentiation rules (needed for y' and y'')
  • Concavity and inflection points
  • Beam deflection (EI·y'' = M from structural analysis)
  • Highway curve design (radius of curvature in route surveying)
  • Partial derivatives and multivariable calculus

Common Exam Questions

Example

y = √x at x = 4. y' = 1/(2√x), slope = 1/(2·2) = 1/4. y(4) = 2. Tangent: y − 2 = (1/4)(x − 4) → y = x/4 + 1. Normal slope = −4: y − 2 = −4(x − 4) → y = −4x + 18.

Approach

Compute f'(x₀) for slope, write point-slope form. Normal slope = negative reciprocal.

Question Type

Find the equation of the tangent or normal line to a curve at a given point

Example

y = sin x at x = 0. y' = cos(0) = 1. y'' = −sin(0) = 0. R = [1+1]^(3/2)/|0| → R = ∞ (straight — no curvature at inflection). Try at x = π/2: y' = 0, y'' = −1. R = 1^(3/2)/1 = 1.

Approach

Find y' and y'' at the given point. Apply R = [1+(y')²]^(3/2)/|y''|.

Question Type

Compute the radius of curvature at a given point

Key Points To Remember

  • Slope of tangent at (x₀, y₀): m = f'(x₀).
  • Tangent line equation: y − y₀ = f'(x₀)(x − x₀).
  • Normal line slope: −1/f'(x₀) (perpendicular to tangent).
  • Radius of curvature: R = [1 + (y')²]^(3/2) / |y''|.
  • At an inflection point y'' = 0 — this is NOT necessarily where curvature is maximum.
  • Concave up (bowl shape) ↔ y'' > 0; concave down (dome shape) ↔ y'' < 0.
  • For a circle of radius r, R = r everywhere (constant curvature).
  • Partial derivatives: for f(x, y), ∂f/∂x means differentiate with respect to x, treating y as constant, and vice versa.

Practice Problems

Both numerator and denominator factor with (x − 2). After cancellation, direct substitution completes the evaluation. This type appears frequently as a warm-up limit problem on the MSTE exam.

Problem

Problem 1 (Limits): Evaluate lim(x→2) (x³ − 8)/(x² − 4).

Solution

Step 1: Direct substitution: (8 − 8)/(4 − 4) = 0/0 — indeterminate. Step 2: Factor numerator: x³ − 8 = (x − 2)(x² + 2x + 4). Factor denominator: x² − 4 = (x − 2)(x + 2). Step 3: Cancel (x − 2): lim(x→2) [(x² + 2x + 4)/(x + 2)]. Step 4: Substitute x = 2: (4 + 4 + 4)/(2 + 2) = 12/4 = 3. Answer: 3

Two applications of the chain rule are needed: once for the square, once for the argument 3x. The double-angle simplification [2sin(u)cos(u) = sin(2u)] is a bonus — it may be required by the answer choices in multiple-choice format.

Problem

Problem 2 (Chain Rule): Differentiate y = sin²(3x).

Solution

Step 1: Rewrite as y = [sin(3x)]². Step 2: Apply chain rule (outer = u², inner = sin(3x)): dy/dx = 2[sin(3x)] · d/dx[sin(3x)]. Step 3: Apply chain rule again on sin(3x) (outer = sin u, inner = 3x): d/dx[sin(3x)] = cos(3x) · 3 = 3cos(3x). Step 4: Combine: dy/dx = 2sin(3x) · 3cos(3x) = 6sin(3x)cos(3x). Simplify using double-angle identity: 6sin(3x)cos(3x) = 3sin(6x). Answer: dy/dx = 3sin(6x)

The quadratic gives two roots; physical constraints eliminate the larger root. The second derivative test confirms the maximum. This non-square sheet problem is more common on the actual board exam than the square sheet version.

Problem

Problem 3 (Optimization): A 3 m × 4 m rectangular sheet of metal is bent to form an open-top box by cutting equal squares of side x from each corner. Find x for maximum volume.

Solution

Step 1: After cutting: Length = 4 − 2x, Width = 3 − 2x, Height = x. Domain: 0 < x < 1.5 (limited by the shorter side). Step 2: V = x(4 − 2x)(3 − 2x) = x(12 − 8x − 6x + 4x²) = x(12 − 14x + 4x²). V = 12x − 14x² + 4x³. Step 3: dV/dx = 12 − 28x + 12x². Set equal to zero: 12x² − 28x + 12 = 0 → 3x² − 7x + 3 = 0. Step 4: Quadratic formula: x = [7 ± √(49 − 36)]/6 = [7 ± √13]/6. √13 ≈ 3.606. x = (7 + 3.606)/6 ≈ 1.768 (outside domain, rejected). x = (7 − 3.606)/6 ≈ 0.566 m. Step 5: d²V/dx² = −28 + 24x. At x ≈ 0.566: −28 + 13.58 = −14.42 < 0 → maximum. V_max = 0.566(4 − 1.131)(3 − 1.131) = 0.566(2.869)(1.869) ≈ 3.03 m³ ≈ 3.03 × 10⁶ cm³. Answer: x ≈ 0.566 m for maximum volume of approximately 3.03 m³

dy/dt is negative because y is decreasing. dx/dt is positive because x is increasing. The simple ratio from the equation: dx/dt = −(y/x)(dy/dt) = (6/8)(0.3) = 0.225 m/s. This shortcut works for any ladder problem.

Problem

Problem 4 (Related Rates): A 10 m ladder leans against a vertical wall. The top slides down at 0.3 m/s. How fast is the base moving away from the wall when the top is 6 m above the ground?

Solution

Step 1: Let y = height of top, x = distance of base. x² + y² = 100. Step 2: At the given instant: y = 6, x = √(100 − 36) = √64 = 8 m. Step 3: Differentiate with respect to t: 2x(dx/dt) + 2y(dy/dt) = 0. Step 4: Substitute x = 8, y = 6, dy/dt = −0.3 m/s (top moving down): 2(8)(dx/dt) + 2(6)(−0.3) = 0 16(dx/dt) − 3.6 = 0 dx/dt = 3.6/16 = 0.225 m/s. Answer: The base is moving away from the wall at 0.225 m/s.

The radius of curvature at (1, 0) on the curve y = ln x is 2√2. The formula requires evaluating y' and y'' at the specific point, then substituting. Note that [2]^(3/2) = 2^1 × 2^(1/2) = 2√2.

Problem

Problem 5 (Radius of Curvature): Find the radius of curvature of y = ln x at x = 1.

Solution

Step 1: y' = 1/x. At x = 1: y' = 1. Step 2: y'' = −1/x². At x = 1: y'' = −1. Step 3: Apply formula: R = [1 + (y')²]^(3/2) / |y''| = [1 + 1²]^(3/2) / |−1| = [2]^(3/2) / 1 = 2√2 ≈ 2.828. Answer: R = 2√2 ≈ 2.83 (units same as the x-axis units)

Two applications of L'Hôpital's Rule are needed because the form remains 0/0 after the first application. Alternatively, using the Maclaurin series: eˣ = 1 + x + x²/2 + ..., so (eˣ − 1 − x)/x² = (x²/2 + ...)/x² → 1/2. The series approach is often faster for examinees who know it.

Problem

Problem 6 (L'Hôpital's Rule): Evaluate lim(x→0) (eˣ − 1 − x)/x².

Solution

Step 1: Direct substitution: (1 − 1 − 0)/0 = 0/0 — indeterminate. Step 2: Apply L'Hôpital's Rule (differentiate numerator and denominator): lim(x→0) [eˣ − 1]/(2x). Still 0/0. Step 3: Apply L'Hôpital's Rule again: lim(x→0) eˣ/2 = e⁰/2 = 1/2. Answer: 1/2

The product rule is applied to the term 3xy, giving 3(y + x·dy/dx). After collecting, dy/dx is expressed as a function of x and y. Substituting the point (1, 1) gives the slope of the tangent line as −1.

Problem

Problem 7 (Implicit Differentiation): For the curve x² + 3xy + y² = 7, find dy/dx at the point (1, 1).

Solution

Step 1: Differentiate both sides with respect to x: 2x + 3[y + x(dy/dx)] + 2y(dy/dx) = 0. (Product rule on 3xy: d/dx[3xy] = 3[y + x(dy/dx)]) Step 2: Expand: 2x + 3y + 3x(dy/dx) + 2y(dy/dx) = 0. Step 3: Collect dy/dx terms: (3x + 2y)(dy/dx) = −2x − 3y. dy/dx = −(2x + 3y)/(3x + 2y). Step 4: Substitute (1, 1): dy/dx = −(2 + 3)/(3 + 2) = −5/5 = −1. Answer: dy/dx = −1 at (1, 1)

The shortest-ladder-over-fence problem uses the formula L = (a^(2/3) + h^(2/3))^(3/2) where a is the horizontal distance from the ladder base to the fence and h is the fence height, valid when the ladder barely clears the fence. The critical step is expressing L in terms of one variable and minimizing. This is an advanced board-exam optimization problem.

Problem

Problem 8 (Optimization — Engineering Context): A 2 m high fence stands 1 m from a tall vertical wall. Find the length of the shortest ladder that can lean over the fence and touch the wall.

Solution

Step 1: Let θ = angle of ladder with the ground. The ladder consists of two segments: the part over the fence and the part touching the wall. Length L = length from wall-base to ladder-tip = (1 + x)/cos θ where x is the horizontal distance from fence to wall contact. Alternatively, set up directly: if the ladder's base is at horizontal distance d from the wall (d > 1), and the fence is at distance d − 1 from the base: Using similar triangles and the constraint that the ladder passes over the top of the fence (height 2 m at distance 1 m from base): Let a = horizontal segment from base to fence-foot extended = 1, fence height = 2. L = a/cos θ + wall-portion. By calculus: L(θ) = (1·sec θ) + (2·csc θ) = sec θ + 2 csc θ (with a = 1, fence height = 2, per unit analysis). Wait — systematic setup: Base of ladder at x = b from fence (b > 0). Ladder makes angle θ with ground. At fence (1 m from base of ladder base): height = (1)·tan θ = 2 → but this is for a specific angle only. Best direct approach: Let the foot of the ladder be at distance a from the fence (a > 0). The foot-to-wall distance = a + 1. Height at wall = L·sin θ. By similar triangles: 2/1 = L·sin θ/(a + 1) and a = L·cos θ − 1. Set a as parameter: L = (a + 1)·√(1 + 4/a²)... This becomes complex. Use the standard result: L = [(a^(2/3) + b^(2/3))^(3/2)] where a = horizontal offset = 1 m, b = fence height = 2 m. L_min = (1^(2/3) + 2^(2/3))^(3/2) = (1 + 1.587)^(3/2) = (2.587)^(3/2) = 2.587 × √2.587 = 2.587 × 1.608 ≈ 4.16 m. Answer: L_min ≈ 4.16 m

Exam Preparation Tips

  • Memorize the derivative of every standard function: power, exponential, logarithmic, all six trig functions, and all six inverse trig functions. These are tested directly and as components of chain-rule problems.
  • For optimization problems, always draw a labeled diagram, identify what to maximize/minimize, express it in one variable using the constraint, differentiate, and verify with the second derivative test. Skipping any of these steps costs points.
  • In related-rates problems: NEVER substitute numbers before differentiating. This single rule prevents the most common mistake on the exam.
  • Practice factoring techniques for limits: difference of cubes (a³ − b³ = (a − b)(a² + ab + b²)), difference of squares, sum of cubes. These appear in limits where direct substitution gives 0/0.
  • Know the special limits by heart: lim(x→0) sin(x)/x = 1, lim(x→0)(1 − cos x)/x = 0, lim(x→∞)(1 + 1/n)ⁿ = e, lim(x→0)(eˣ − 1)/x = 1.
  • For the radius of curvature formula R = [1 + (y')²]^(3/2)/|y''|: compute y' and y'' first, evaluate at the given point, then substitute. Never substitute the x-value before computing the derivatives.
  • On multiple-choice exam sets, if the answer choices are widely spaced, an estimate or order-of-magnitude check can eliminate wrong options quickly. If choices are close, compute fully.
  • For the Second Derivative Test: f''(c) < 0 is maximum (think of an inverted parabola — concave down), f''(c) > 0 is minimum (like a bowl — concave up). Associate the sign with the shape.
  • Practice implicit differentiation regularly — it appears in tangent-line problems, related-rates problems, and in the calculus of parametric curves. The key step: every d/dx of a y-term produces a dy/dx factor.
  • For conical tank problems, always relate r and h using similar triangles FIRST before differentiating — this simplifies the volume formula to one variable.
  • Allocate exam time wisely: straightforward differentiation and limits take 1–2 minutes; optimization and related-rates problems take 3–5 minutes. If stuck, skip and return.
  • Review the product rule and quotient rule by deriving them from the limit definition — understanding WHY they work makes them less likely to be misapplied under exam pressure.
  • When finding the absolute maximum on a closed interval [a, b]: list all critical points in (a, b), evaluate f at each critical point AND at the endpoints a and b, then compare all values. The largest value is the absolute maximum.
  • Confirm that your answer makes physical sense: lengths and areas must be positive, the 'maximum volume' should be larger than volumes at boundary points, and a 'rate of decrease' should be negative.
Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…

In summary

Differential calculus is a non-negotiable competency for every civil engineering licensure examinee. The four core topics — Limits, Differentiation Rules, Maxima-Minima Optimization, and Related Rates — collectively account for 8–12 items on the MSTE paper and form the mathematical foundation for structural mechanics, hydraulics, geotechnics, and transportation engineering. To master this chapter: (1) Be fluent in all differentiation rules, especially the chain rule for composite functions. (2) Follow the systematic optimization procedure — draw, identify, constrain, differentiate, verify — without skipping steps. (3) In related rates, burn this rule into memory: DIFFERENTIATE FIRST, SUBSTITUTE SECOND. (4) Know your special limits (sin x / x = 1, L'Hôpital's conditions) and apply them confidently. (5) For tangent lines and curvature, the formulas are direct — practice their application until they become automatic. Civil engineering problems — from the design of the most economical concrete beam cross-section to the rate at which a reservoir fills during a storm event — are fundamentally optimization and rate-of-change problems. A civil engineer who is strong in differential calculus is better equipped to make sound, quantitative engineering decisions. As you prepare for the board exam, work through all eight practice problems in this chapter, revisit the common misconceptions after each problem set, and use the flowcharts and mind maps as quick-reference aids in the days before the examination. Kaya mo ito — good luck on the board exam!

Ready to practise for the CELE 2026?

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