CELE Engineering Mathematics — Integral CalculusSummary
In the CELE Engineering Mathematics subtest, Integral Calculus is one of the few chapters where mastering the fundamentals can lift your score quickly. Professional Regulation Commission (PRC) — Board of Civil Engineering frequently pulls questions from this chapter because the concepts cascade into later Engineering Mathematics topics. Here is the summary you need: core ideas, terms, formulas, and what to watch out for on exam day.
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 Integral Calculus is the 6th 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.
Integral Calculus - Summary
Integral calculus is the mathematical foundation for calculating areas, volumes, centroids, and moments of inertia — quantities essential in structural analysis, foundation design, and fluid mechanics. As the inverse of differentiation, integration accumulates infinitesimal quantities to solve real-world engineering problems. For civil engineers, mastery of integration techniques is critical for analyzing loaded beams, designing water tanks, and determining structural properties per NSCP 2015 and AISC 360 standards. This summary covers fundamental integration rules, definite integrals, area calculations between curves, volumes of revolution, and centroid/moment determination — all core topics in PRC examinations.
Key Concepts
An antiderivative F(x) of a function f(x) satisfies F'(x) = f(x). The indefinite integral ∫f(x)dx represents the family of all antiderivatives and is written as F(x) + C, where C is the constant of integration. Basic rules include: ∫x^n dx = x^(n+1)/(n+1) + C (for n ≠ -1), ∫(1/x)dx = ln|x| + C, ∫e^x dx = e^x + C, ∫sin(x)dx = -cos(x) + C, and ∫cos(x)dx = sin(x) + C. The constant C represents an infinite family of vertical shifts of the same function — a critical detail on PRC exams.
Concept
Antiderivatives and Indefinite Integrals
Importance
Essential foundation for all integration work; the constant of integration often appears as a separate mark in licensure exams.
The definite integral ∫[a,b] f(x)dx = F(b) − F(a), where F is any antiderivative of f. This represents the net accumulation of f(x) over the interval [a, b]. The Fundamental Theorem connects differentiation and integration: if F'(x) = f(x), then ∫[a,b] f(x)dx = F(b) − F(a). Geometrically, a definite integral equals the signed area under the curve — positive above the x-axis, negative below. The limits a (lower) and b (upper) are crucial; reversing them negates the result.
Concept
Definite Integrals and the Fundamental Theorem of Calculus
Importance
Core concept for all practical calculations of areas and volumes; appears frequently in PRC structural analysis problems involving load distribution.
When two curves y = f(x) (upper) and y = g(x) (lower) intersect at x = a and x = b, the area enclosed is A = ∫[a,b] [f(x) − g(x)]dx. Critical steps: (1) identify which curve is above the other in the interval, (2) find intersection points algebraically, (3) set up the integral with upper minus lower, (4) integrate and evaluate. If curves cross within the interval, split the integral at crossing points. For vertical strips (integrating with respect to x), the height of each strip is the difference of the y-values. For horizontal strips (integrating with respect to y), solve for x and use the difference of x-values.
Concept
Area Between Curves
Importance
Frequently tested in PRC exams; essential for understanding load distributions and pressure diagrams in structural engineering.
When a planar region is revolved about an axis, it generates a solid of revolution. The disk method (revolving about the x-axis) uses V = π∫[a,b] [R(x)]² dx, where R(x) is the distance from the axis to the curve (the radius). The washer method extends this: V = π∫[a,b] ([R_outer(x)]² − [R_inner(x)]²) dx, subtracting the volume of the inner hollow region. When revolving about the y-axis, use R as the horizontal distance. The key is identifying the outer radius (farther from axis) and inner radius (closer to axis, if any). Common error: forgetting to square the radius or confusing which function is outer/inner.
Concept
Volumes of Revolution — Disk and Washer Methods
Importance
Essential for designing cylindrical tanks, pipes, and pressure vessels; standard PRC examination topic with typical 2–3 questions.
For solids generated by revolving about the y-axis, the shell method is often simpler: V = 2π∫[a,b] x·f(x) dx. Here, x is the radius of the cylindrical shell (distance from the y-axis), and f(x) is the height of the shell. A vertical strip at position x (thickness dx) at height f(x) traces a thin cylindrical shell when revolved. The factor 2πx is the circumference of the shell, f(x) is its height, and dx is its thickness. Choose this method when the solid is easier to describe using vertical strips and revolution about a vertical axis.
Concept
Volumes of Revolution — Cylindrical Shell Method
Importance
Preferred for certain geometries; PRC reviewers should be able to switch between disk and shell methods depending on the problem setup.
Substitution (u-substitution) simplifies complex integrals. Steps: (1) identify a substitution u = g(x) such that du/dx = g'(x), so du = g'(x)dx, (2) rewrite the integral in terms of u, (3) integrate with respect to u, (4) substitute back to x. Example: ∫2x·e^(x²)dx — let u = x², then du = 2x dx, so the integral becomes ∫e^u du = e^u + C = e^(x²) + C. For definite integrals, change the limits: if u = g(x), then new limits are u(a) and u(b). Critical error: forgetting to substitute both the integrand and the differential (dx).
Concept
Integration Techniques — Substitution
Importance
Fundamental technique for handling composite functions; essential for PRC problem-solving efficiency.
For products of functions, use ∫u dv = uv − ∫v du. Strategy: choose u as the function that becomes simpler when differentiated (often logarithmic or polynomial), and dv as the remaining part. Example: ∫x·e^x dx — let u = x (so du = dx) and dv = e^x dx (so v = e^x). Then ∫x·e^x dx = x·e^x − ∫e^x dx = x·e^x − e^x + C = e^x(x − 1) + C. LIATE rule helps select u: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential — prioritize earlier categories as u. Integration by parts may need to be applied repeatedly.
Concept
Integration Techniques — Integration by Parts
Importance
Critical technique for problems involving products of polynomials and exponentials or trig functions; common in PRC structural mechanics.
Decompose rational functions (polynomials over polynomials) into simpler fractions before integrating. For a proper fraction (degree of numerator < degree of denominator), factor the denominator and express the fraction as a sum of partial fractions. Example: (1/(x² − 1)) = (1/((x−1)(x+1))) = (1/2)·(1/(x−1)) − (1/2)·(1/(x+1)). Then ∫(1/(x² − 1))dx = (1/2)ln|x−1| − (1/2)ln|x+1| + C. For improper fractions, perform polynomial long division first. Each factor (x − a) in the denominator contributes a term A/(x − a); repeated factors (x − a)^n contribute multiple terms.
Concept
Integration Techniques — Partial Fractions
Importance
Essential for integrating rational functions; frequently appears in transform analysis and control systems within civil engineering courses.
The centroid (geometric center) of a planar region is found by: x̄ = ∫x dA / ∫dA and ȳ = ∫y_centroid dA / ∫dA, where y_centroid is the y-coordinate of the centroid of each differential area element. For a vertical strip of width dx and height y, dA = y·dx and the centroid of the strip is at (x, y/2). Thus ȳ = ∫(y/2)·(y dx) / ∫(y dx) = ∫(y²/2) dx / ∫y dx. A common error is using y instead of y/2 in the numerator. Centroids are essential for structural analysis — the centroid of cross-sections determines neutral axes for bending.
Concept
Centroids and First Moments of Area
Importance
Crucial for calculating section properties per AISC 360 and NSCP 2015; used in beam analysis and foundation design. PRC typically includes 1–2 centroid problems.
The second moment of area (often called moment of inertia in engineering contexts, denoted I) measures resistance to bending: I_x = ∫y² dA and I_y = ∫x² dA. For a vertical strip, dA = y dx, so I_x = ∫y² · (y dx) = ∫y³ dx. The polar moment J = I_x + I_y. The parallel axis theorem relates moments about different axes: I = I_centroid + A·d², where d is the perpendicular distance between axes and A is the total area. These are critical for designing beams (AISC 360) and calculating deflections.
Concept
Moments of Inertia and Second Moments of Area
Importance
Fundamental to structural design; appears in beam deflection formulas and stress analysis per NSCP 2015 and AISC 360.
The length of a curve y = f(x) from x = a to x = b is given by L = ∫[a,b] √(1 + (dy/dx)²) dx. For curves given as x = g(y), use L = ∫[c,d] √(1 + (dx/dy)²) dy. The integrand √(1 + (dy/dx)²) represents the length of an infinitesimal segment. Parametric curves use L = ∫√((dx/dt)² + (dy/dt)²) dt. Arc length integrals are often difficult to evaluate analytically; numerical methods are sometimes used in practice.
Concept
Arc Length
Importance
Less frequently tested than areas and volumes but important for pipeline design and cable length calculations in civil engineering.
Important Points
- Always include the constant of integration C in indefinite integrals; omitting it is a common mistake that costs marks on PRC exams.
- For definite integrals, use the Fundamental Theorem: ∫[a,b] f(x)dx = F(b) − F(a). Memorize common antiderivatives: ∫x^n dx = x^(n+1)/(n+1) + C, ∫(1/x)dx = ln|x| + C, ∫e^x dx = e^x + C.
- Area between curves: identify which curve is above; set upper minus lower. If curves cross, split the integral at intersection points.
- Disk method for revolution about x-axis: V = π∫R² dx. Washer method: V = π∫(R_outer² − R_inner²) dx. Shell method for y-axis: V = 2π∫x·f(x) dx.
- Centroid calculation: use y/2 (not y) for the centroid of a vertical strip in the y-coordinate formula. x̄ = ∫x dA / A, ȳ = ∫(y/2)·y dx / ∫y dx.
- Second moment of inertia: I_x = ∫y² dA (about x-axis), I_y = ∫x² dA (about y-axis). Use parallel axis theorem for offset calculations.
- Substitution: change both the integrand and the limits for definite integrals. For indefinite integrals, substitute back to the original variable.
- Integration by parts (∫u dv = uv − ∫v du): choose u strategically using LIATE rule. Apply repeatedly if needed.
- Partial fractions: factor the denominator; for (x − a)^n factors, include A/(x − a), A/(x − a)², etc., up to n terms.
- Verification: differentiate your answer to check it matches the original integrand. For definite integrals, verify that limits are correctly evaluated.
- Common PRC pitfalls: forgetting to square R in disk method, confusing upper and lower curves, omitting C in indefinite integrals, and misidentifying the centroid position of strips.
Chapter Objectives
- Master fundamental integration rules and antiderivatives for polynomials, exponentials, and trigonometric functions
- Apply definite integrals to calculate areas between curves and bounded regions
- Solve volumes of revolution using disk/washer and cylindrical shell methods
- Calculate centroids, moments of inertia, and second moments of area by integration
- Develop problem-solving strategies for selecting appropriate integration techniques
- Interpret integration results in practical structural and hydraulic engineering contexts
- Recognize common mistakes in integration and apply verification methods
Concept Relationships
Integration is the inverse of differentiation. If F'(x) = f(x), then ∫f(x)dx = F(x) + C. The Fundamental Theorem formalizes this: ∫[a,b] f(x)dx = F(b) − F(a). Understanding this inverse relationship is key to applying integration in solving real-world problems.
Relationship
Differentiation ↔ Integration
A definite integral geometrically represents the signed area between the curve y = f(x) and the x-axis from x = a to x = b. When f(x) > 0, area is positive; when f(x) < 0, area is negative (below the axis). This concept extends to areas between two curves (upper minus lower) and forms the basis for volume calculations.
Relationship
Definite Integral → Area Under Curve
When an area between curves is revolved about an axis, the disk/washer method generalizes the area concept to three dimensions. The cross-sectional area A(x) = π[R(x)]² is integrated along the axis of revolution to yield volume. This hierarchical relationship shows how 2D integrals extend to 3D.
Relationship
Area Between Curves → Volume of Revolution
Substitution works for composite functions (chain rule inverse), integration by parts for products (product rule inverse), and partial fractions for rational functions. Recognizing which method applies requires pattern recognition—a skill developed through practice on varied PRC-style problems.
Relationship
Integration Methods → Technique Selection Strategy
The centroid of a cross-section determines its neutral axis (the line through which bending moments cause no stress). NSCP 2015 and AISC 360 design procedures rely on centroid calculations to determine bending stresses σ = M·y/I, where y is distance from the neutral axis and I is the second moment of inertia.
Relationship
Centroid → Structural Neutral Axis
First moments ∫x dA and ∫y dA yield centroid coordinates when divided by area A. Second moments (moments of inertia) ∫x² dA and ∫y² dA quantify resistance to bending and are used in deflection and stress calculations. Both are essential for structural design per AISC 360.
Relationship
First Moment (∫x dA) ↔ Second Moment (∫x² dA)
Practical Applications
In structural analysis per NSCP 2015, distributed loads are represented as continuous functions. The total load on a beam segment is Q = ∫[x₁,x₂] w(x) dx, where w(x) is load per unit length. Shear force V(x) = ∫w(x) dx + C, and bending moment M(x) = ∫V(x) dx + C. Understanding integration is essential for constructing shear and moment diagrams.
Application
Beam Load and Shear Force Calculation
Engineering Context
Critical for analyzing non-uniform loads (triangular, parabolic distributions) on beams and slabs in building design.
Steel I-beams and concrete sections are analyzed by dividing them into simple shapes (rectangles, triangles), calculating the centroid and I for each part, then using ȳ = ΣA·ȳ_i / ΣA and the parallel axis theorem I = ΣI_centroid + ΣA·d². Integration extends this to curved boundaries (circular sections, fillets).
Application
Centroid and Moment of Inertia of Composite Sections
Engineering Context
Per AISC 360 and NSCP 2015, accurate section properties are mandatory for stress and deflection calculations in building and bridge design.
Hydrostatic pressure at depth h is p(h) = ρgh (where ρ is fluid density, g is gravity). The total force on a submerged vertical surface of height H is F = ∫[0,H] p(h)·A(h) dh, where A(h) is the horizontal width at depth h. For a rectangular surface, F = ρg·∫[0,H] h·b dh = ρg·b·H²/2.
Application
Water Pressure and Hydrostatic Force on Submerged Surfaces
Engineering Context
Essential for dam, tank, and retaining wall design in Philippine civil engineering practice.
For cylindrical tanks revolved about a vertical axis, V = π∫[0,H] [R(h)]² dh. For conical or more complex shapes, the cross-sectional area A(h) varies with height. Integration determines tank capacity and is essential for sizing municipal water systems per Philippine design standards.
Application
Volume of Water Storage Tanks
Engineering Context
Critical for water resource engineering and municipal infrastructure projects throughout the Philippines.
The differential equation for beam deflection is EI(d⁴y/dx⁴) = M(x), where E is elastic modulus, I is moment of inertia, y is deflection, and M(x) is bending moment. Solving requires integrating four times to obtain y(x). Double integration (∫∫M(x)dx²) gives the deflection curve, which must satisfy boundary conditions (support conditions).
Application
Deflection of Beams
Engineering Context
Per NSCP 2015 and AISC 360, deflection limits are critical for serviceability checks in building design; excessive deflection may cause cracking or ponding.
For retaining walls, dams, and floating structures, stability depends on the location of the center of gravity (centroid). Overturning safety factor = M_resisting / M_overturning requires accurate centroid calculations using integration for non-rectangular sections.
Application
Center of Gravity and Stability Analysis
Engineering Context
Essential for foundation and earth structures design; incorrect centroid calculations can lead to unsafe designs in Philippine seismic zones.
For shafts and members under torsion, shear stress τ = T·r/J, where T is torque, r is radial distance, and J is polar moment of inertia. For non-circular sections (e.g., rectangular or complex profiles), J = ∫(x² + y²) dA requires integration to determine.
Application
Moment of Inertia for Torsional Stress Analysis
Engineering Context
Important for mechanical systems, turbine design, and power transmission components in industrial civil engineering projects.
The catenary curve y = a·cosh(x/a) models cables under their own weight. Arc length L = ∫√(1 + (dy/dx)²) dx determines cable length and sag in suspension bridges and power transmission lines.
Application
Arc Length in Cable and Suspension System Design
Engineering Context
Essential for bridge engineering and utility infrastructure design in the Philippines, particularly for typhoon-resistant structures.
In summary
Integral calculus is the mathematical gateway to practical civil engineering problem-solving. From calculating structural properties (centroids, moments of inertia per AISC 360 and NSCP 2015) to determining hydrostatic forces and tank volumes, integration transforms theoretical mathematics into real-world engineering analysis. The PRC Civil Engineer Licensure Examination tests mastery through carefully crafted problems requiring technique selection, accurate setup, and careful computation. Success depends on: (1) memorizing fundamental antiderivatives and the Fundamental Theorem, (2) practicing problem-type recognition to select appropriate techniques (substitution, integration by parts, partial fractions), (3) understanding geometric interpretations (area between curves, volumes of solids of revolution), (4) rigorously applying centroid and inertia formulas with correct element selection, and (5) verifying results through differentiation or physical reasonableness checks. The hierarchical relationship between indefinite integrals, definite integrals, area calculations, and volume determinations forms a logical progression that mirrors how engineering practice builds from simple to complex analyses. Reviewees who master these foundational concepts and practice extensively on board-style problems will be well-positioned to solve the demanding integration problems that appear on the PRC examination.
Next steps
Build mastery through progressive practice: (1) Strengthen basic antiderivatives—solve 20 problems using power, exponential, and trigonometric rules until automatic. (2) Practice definite integrals and area-between-curves problems (target 15–20 problems with hand-sketched graphs to verify limits). (3) Develop volume-of-revolution expertise by solving 10–15 disk/washer and shell method problems, clearly identifying radii and axes. (4) Master centroid calculations for composite and curved regions by working 8–10 problems involving integration of x·dA and y·dA. (5) For each integration technique (substitution, by parts, partial fractions), complete 5–10 focused problems to build speed and accuracy. (6) Attempt past PRC examination questions (2–3 full-length practice exams) to simulate exam conditions and manage time under pressure. (7) For weak areas, revisit the concept videos, rework related examples, and consult NSCP 2015, AISC 360, and ACI 318 standards to see how integration appears in actual engineering codes. (8) Form study groups with fellow reviewees to discuss problem-solving strategies, compare results, and learn alternative solution methods. Consistent, deliberate practice over 6–8 weeks will build the confidence and competence required to handle integral calculus questions on the PRC licensure 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.