Skip to main content
Detailed ExplanationCEUET · MathematicsReal content

CEUET MathematicsCalculus — Limits, Derivatives & IntegralsDetailed Explanation

Want to really understand Calculus — Limits, Derivatives & Integrals before tackling CEUET Mathematics questions? This detailed explanation breaks down every key concept, shows you why it matters for the CEUET 2026, and walks through the reasoning Centro Escolar University expects on high-difficulty questions.

Exam context

The Centro Escolar University Entrance Test is conducted by Centro Escolar University and is scheduled for Q3–Q4 2026. The Mathematics subtest is marked as "Core" in the official pattern, and Calculus — Limits, Derivatives & Integrals appears in position 9th of 9 in the CEUET Mathematics review rotation. Passing mark: Competitive overall score. Recent CEUET 2026 papers have drawn roughly a meaningful share of questions from this subject.

Calculus — Limits, Derivatives & Integrals - Detailed explanation

Calculus is one of the most important branches of mathematics that deals with continuous change. It consists of three main components: limits, derivatives, and integrals. These concepts are fundamental to understanding how quantities change and accumulate over time. In the UPCAT and other Philippine entrance exams, calculus problems test your ability to analyze rates of change, find maximum and minimum values, and calculate areas under curves. This chapter will guide you through each concept with step-by-step solutions and exam-focused examples.

Concepts

Limits

A limit describes what happens to a function as the input approaches a particular value. The notation lim(x→a) f(x) = L means that as x gets closer and closer to a, the function f(x) approaches the value L. Limits are the foundation of calculus because they allow us to analyze behavior at points where functions might not be defined or where direct substitution doesn't work.

Examples

When direct substitution gives 0/0, we need to use algebraic techniques like factoring to simplify the expression before taking the limit.

Scenario

Find lim(x→2) (x² - 4)/(x - 2)

Solution

Step 1: Try direct substitution: (2² - 4)/(2 - 2) = 0/0 (indeterminate form) Step 2: Factor the numerator: x² - 4 = (x + 2)(x - 2) Step 3: Simplify: [(x + 2)(x - 2)]/(x - 2) = x + 2 (for x ≠ 2) Step 4: Apply the limit: lim(x→2) (x + 2) = 2 + 2 = 4

For continuous functions like polynomials, we can simply substitute the value directly.

Scenario

Find lim(x→3) (2x + 1)

Solution

Step 1: Since this is a linear function, it's continuous everywhere Step 2: Apply direct substitution: lim(x→3) (2x + 1) = 2(3) + 1 = 7

Applications

  • Finding instantaneous rates of change
  • Analyzing continuity of functions
  • Determining asymptotic behavior
  • Foundation for derivatives and integrals

Misconceptions

  • Thinking the limit equals the function value at that point
  • Not recognizing when algebraic manipulation is needed
  • Confusing one-sided limits with two-sided limits

Related Concepts

  • Continuity
  • Derivatives
  • L'Hôpital's Rule

Common Exam Questions

Example

lim(x→1) (x² - 1)/(x - 1) = lim(x→1) (x + 1) = 2

Approach

Factor and simplify, then substitute

Question Type

Indeterminate forms (0/0)

Example

lim(x→∞) (3x² + 2x)/(x² - 1) = 3

Approach

Divide by highest power in denominator

Question Type

Limits at infinity

Key Points To Remember

  • Limits describe approaching behavior, not necessarily the actual value at a point
  • Direct substitution works when the function is continuous at the point
  • Use algebraic manipulation when direct substitution gives 0/0 or ∞/∞
  • Left-hand and right-hand limits must be equal for a limit to exist
  • Limit theorems allow you to break complex expressions into simpler parts

Derivatives

A derivative measures how fast a function is changing at any given point. It represents the instantaneous rate of change or the slope of the tangent line to the curve at a specific point. The derivative of f(x) is denoted as f'(x) or df/dx. Derivatives are calculated using the limit definition: f'(a) = lim(h→0) [f(a+h) - f(a)]/h, but we usually use derivative rules for efficiency.

Examples

For polynomials, we apply the power rule to each term and use the fact that the derivative of a sum is the sum of derivatives.

Scenario

Find the derivative of f(x) = 3x⁴ - 2x² + 5x - 7

Solution

Step 1: Apply the power rule to each term Step 2: d/dx(3x⁴) = 3 · 4x³ = 12x³ Step 3: d/dx(-2x²) = -2 · 2x = -4x Step 4: d/dx(5x) = 5 Step 5: d/dx(-7) = 0 Step 6: Combine: f'(x) = 12x³ - 4x + 5

Both methods give the same answer. Choose the method that seems easier for the given problem.

Scenario

Find the derivative of h(x) = (2x + 1)(x² - 3)

Solution

Method 1 - Product Rule: Step 1: Let f(x) = 2x + 1, g(x) = x² - 3 Step 2: f'(x) = 2, g'(x) = 2x Step 3: h'(x) = f'(x)g(x) + f(x)g'(x) Step 4: h'(x) = 2(x² - 3) + (2x + 1)(2x) Step 5: h'(x) = 2x² - 6 + 4x² + 2x = 6x² + 2x - 6 Method 2 - Expand first: Step 1: h(x) = 2x³ - 6x + x² - 3 = 2x³ + x² - 6x - 3 Step 2: h'(x) = 6x² + 2x - 6

Applications

  • Finding rates of change in physics and economics
  • Optimization problems (finding maximum and minimum values)
  • Analyzing motion and velocity
  • Marginal analysis in business

Misconceptions

  • Forgetting to apply the chain rule for composite functions
  • Mixing up product rule and quotient rule formulas
  • Not simplifying the final answer

Related Concepts

  • Limits
  • Critical Points
  • Optimization
  • Related Rates

Common Exam Questions

Example

Find f'(x) if f(x) = x³ + 2x - 1

Approach

Identify which rule to apply and execute step by step

Question Type

Basic differentiation using rules

Example

Find critical points of f(x) = x³ - 3x² + 2

Approach

Set derivative equal to zero and solve

Question Type

Applications - finding critical points

Key Points To Remember

  • Derivative of a constant is zero
  • Power rule: d/dx(xⁿ) = nxⁿ⁻¹
  • Product rule: d/dx[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)
  • Quotient rule: d/dx[f(x)/g(x)] = [f'(x)g(x) - f(x)g'(x)]/[g(x)]²
  • Chain rule: d/dx[f(g(x))] = f'(g(x)) · g'(x)

Integrals

Integration is the reverse process of differentiation. While derivatives measure rates of change, integrals measure accumulation. There are two types: indefinite integrals (antiderivatives) that give a family of functions, and definite integrals that give numerical values representing areas under curves. The Fundamental Theorem of Calculus connects derivatives and integrals, showing they are inverse operations.

Examples

For polynomial integration, we apply the power rule to each term separately and don't forget the constant of integration for indefinite integrals.

Scenario

Find ∫(3x² - 4x + 2)dx

Solution

Step 1: Apply the sum rule to separate terms Step 2: ∫3x²dx - ∫4xdx + ∫2dx Step 3: Apply power rule to each term: - ∫3x²dx = 3 · x³/3 = x³ - ∫4xdx = 4 · x²/2 = 2x² - ∫2dx = 2x Step 4: Combine and add constant: x³ - 2x² + 2x + C

For definite integrals, we find the antiderivative then subtract F(a) from F(b). The constant C cancels out.

Scenario

Evaluate ∫[from 0 to 2](x² + 1)dx

Solution

Step 1: Find the antiderivative: ∫(x² + 1)dx = x³/3 + x + C Step 2: Apply the Fundamental Theorem of Calculus: ∫[from 0 to 2](x² + 1)dx = [x³/3 + x][from 0 to 2] Step 3: Substitute upper limit: (2³/3 + 2) = 8/3 + 2 = 14/3 Step 4: Subtract lower limit: (0³/3 + 0) = 0 Step 5: Final answer: 14/3 - 0 = 14/3

Applications

  • Calculating areas under curves
  • Finding volumes of solids of revolution
  • Determining displacement from velocity
  • Computing work done by variable forces

Misconceptions

  • Forgetting the constant of integration for indefinite integrals
  • Not applying limits correctly in definite integrals
  • Confusing integration and differentiation rules

Related Concepts

  • Area under curves
  • Fundamental Theorem of Calculus
  • Substitution method
  • Integration by parts

Common Exam Questions

Example

Find ∫(2x³ - 5x + 1)dx

Approach

Apply power rule and basic integration formulas

Question Type

Basic antiderivatives

Example

Evaluate ∫[from 1 to 3]x²dx

Approach

Find antiderivative, then apply limits

Question Type

Definite integrals

Key Points To Remember

  • Indefinite integral: ∫f(x)dx = F(x) + C, where F'(x) = f(x)
  • Definite integral: ∫[from a to b]f(x)dx = F(b) - F(a)
  • Power rule for integration: ∫xⁿdx = xⁿ⁺¹/(n+1) + C (n ≠ -1)
  • Constant multiple rule: ∫cf(x)dx = c∫f(x)dx
  • Sum rule: ∫[f(x) + g(x)]dx = ∫f(x)dx + ∫g(x)dx

Practice Problems

This problem requires factoring the difference of cubes to resolve the indeterminate form.

Problem

Find lim(x→1) (x³ - 1)/(x - 1)

Solution

Step 1: Direct substitution gives 0/0 (indeterminate) Step 2: Factor numerator: x³ - 1 = (x - 1)(x² + x + 1) Step 3: Simplify: [(x - 1)(x² + x + 1)]/(x - 1) = x² + x + 1 Step 4: Apply limit: lim(x→1)(x² + x + 1) = 1² + 1 + 1 = 3

The product rule is essential when you have two functions multiplied together.

Problem

Find the derivative of f(x) = (x² + 3x)(2x - 1)

Solution

Using Product Rule: Step 1: Let u = x² + 3x, v = 2x - 1 Step 2: u' = 2x + 3, v' = 2 Step 3: f'(x) = u'v + uv' = (2x + 3)(2x - 1) + (x² + 3x)(2) Step 4: Expand: = 4x² - 2x + 6x - 3 + 2x² + 6x Step 5: Simplify: f'(x) = 6x² + 10x - 3

This represents the area under the line y = 2x + 3 from x = 0 to x = 1.

Problem

Evaluate ∫[from 0 to 1](2x + 3)dx

Solution

Step 1: Find antiderivative: ∫(2x + 3)dx = x² + 3x + C Step 2: Apply Fundamental Theorem: [x² + 3x][from 0 to 1] Step 3: Substitute x = 1: 1² + 3(1) = 4 Step 4: Substitute x = 0: 0² + 3(0) = 0 Step 5: Subtract: 4 - 0 = 4

Exam Preparation Tips

  • Master the basic limit, derivative, and integral rules before attempting complex problems
  • Practice identifying which rule or method to use for different problem types
  • Always check your work by differentiating your integral or taking limits
  • For UPCAT, focus on basic applications rather than advanced techniques
  • Memorize common derivatives and integrals to save time during exams
  • Draw graphs when possible to visualize the problem
  • Show all steps clearly - partial credit is often given for correct methodology
  • Practice word problems that apply calculus to real-world situations
Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…

In summary

Calculus is a powerful mathematical tool that describes change and accumulation in the real world. Mastering limits, derivatives, and integrals requires understanding both the concepts and the computational techniques. For UPCAT success, focus on the fundamental rules and their applications rather than advanced techniques. Practice regularly with step-by-step solutions, and always verify your answers. Remember that calculus problems in entrance exams typically test your ability to apply basic rules correctly rather than your knowledge of complex theorems. The key to success is consistent practice with the fundamental concepts presented in this chapter.

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.