CELE Engineering Mechanics — Dynamics: KinematicsStudy Notes
Thorough study notes for Dynamics: Kinematics — the fastest path from zero to ready for CELE Engineering Mechanics. Structured for self-study reviewers who cannot attend a review centre, these notes cover the full concept library plus the CELE-specific twists Professional Regulation Commission (PRC) — Board of Civil Engineering adds to its questions.
Exam context
On the CELE 2026, the Engineering Mechanics subtest carries a "Core" weight in Professional Regulation Commission (PRC) — Board of Civil Engineering's pattern. Dynamics: Kinematics lands at position 7th out of 8 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 Engineering Mechanics on a typical CELE paper.
Dynamics: Kinematics - Study Notes
Kinematics is the branch of dynamics that describes motion without considering the forces causing it. For civil engineering graduates preparing for the PRC licensure exam, mastery of kinematics is essential for solving problems involving machinery, projectile motion, and rotating structures. This comprehensive study guide covers rectilinear motion (constant and variable acceleration), projectile motion, and rotational kinematics with worked examples at professional-practice level. All problems use SI units and are pitched at board-exam difficulty.
Summary
Kinematics describes motion using position, velocity, and acceleration without invoking forces. This study guide has covered the four main domains tested on the PRC Civil Engineer Licensure Examination: (1) Rectilinear motion with constant acceleration, solved using the three kinematic equations (v = v₀ + at, s = v₀t + ½at², v² = v₀² + 2as); (2) Rectilinear motion with variable acceleration, requiring calculus integration; (3) Projectile motion, where horizontal and vertical motions are independent and linked only by time (key formulas: R = (v₀²/g) sin(2θ), H = (v₀²/2g) sin²(θ)); and (4) Rotational kinematics, with equations mirroring rectilinear ones but using angle θ (rad), angular velocity ω (rad/s), and angular acceleration α (rad/s²), with the critical conversion ω [rad/s] = 2πN/60 from rpm. Mastery of kinematics requires: (a) clear understanding of sign conventions and coordinate systems; (b) fluent use of the kinematic equation trio, selecting the right one to avoid unnecessary algebra; (c) proficiency in converting units, especially rpm to rad/s; (d) ability to separate 2D motion into components (as in projectile problems) or recognize coupled motion (as in rotating rigid bodies); and (e) a systematic approach: define the positive direction, list given values, identify the unknown, select the appropriate equation, and check reasonableness of the answer. For civil engineering applications, kinematics appears in falling object hazard analysis, construction equipment dynamics (cranes, mixers, drills), vehicle braking safety on grades and site roads, water/concrete projectile trajectories, and centrifugal effects in rotating machinery. The PRC exam often disguises kinematics problems in practical scenarios; your job is to extract the motion parameters and apply the formulas confidently. Key exam success strategies: (1) Always define a coordinate system with a positive direction; (2) Convert to SI units before calculations; (3) Avoid sign errors by carefully tracking the direction of velocity and acceleration; (4) Practice graphical interpretation (v-t and s-t plots) to develop intuition; (5) Memorize the constant-a trio and the projectile and rotational formulas; (6) Check every answer for reasonableness (e.g., impact velocity must be ≥ √(2gh) for a free fall); and (7) Draw diagrams for all problems, especially projectile and rotation scenarios. Work through the exercises and examples provided, then attempt past PRC exam problems on kinematics. With disciplined practice and careful attention to sign conventions and units, you will confidently solve any kinematics problem the licensure examination presents.
Sections
Kinematics is the study of motion described purely by position, velocity, and acceleration, independent of the forces producing the motion. In civil engineering, kinematics appears in machine dynamics, construction equipment operation, and structural vibration analysis. The fundamental kinematic variables are: • Position (s): location along a reference axis, measured in meters (m) • Velocity (v): rate of change of position, measured in meters per second (m/s). Instantaneously, v = ds/dt • Acceleration (a): rate of change of velocity, measured in meters per second squared (m/s²). Instantaneously, a = dv/dt = v(dv/ds) These three quantities are linked by calculus. Once you know one function (say, acceleration as a function of time), you can integrate to find the others. Key insight: Kinematics answers 'what is moving and how?' Kinetics (the next chapter) answers 'why?' by introducing forces. For the licensure exam, most problems give you the motion parameters and ask you to solve for unknowns using kinematic relations.
Heading
1. Fundamentals of Kinematics
Examples
Understanding the kinematic relations
If a particle's position is s(t) = 5t² + 2t (meters), find velocity and acceleration at t = 3 s.
Solution
v = ds/dt = 10t + 2 → at t=3: v = 10(3) + 2 = 32 m/s. a = dv/dt = 10 → a = 10 m/s² (constant). This shows how differentiation links position to velocity to acceleration.
Key Points
- Kinematics describes motion without considering forces
- Three core variables: position (s), velocity (v), acceleration (a)
- Relationships: v = ds/dt and a = dv/dt
- Motion can be rectilinear (straight line), projectile, or rotational
- SI units: position in meters, velocity in m/s, acceleration in m/s²
Rectilinear motion occurs along a straight line. When the acceleration is constant, three kinematic equations apply (the 'constant-a trio'). These are the backbone of licensure exam problems. The three fundamental equations are: (1) v = v₀ + at (2) s = v₀t + ½at² (3) v² = v₀² + 2as Where: • v₀ = initial velocity (m/s) • v = final velocity (m/s) • a = constant acceleration (m/s²), can be positive (speeding up) or negative (slowing down/deceleration) • t = time elapsed (s) • s = displacement (m), measured from initial position These three equations are not independent; any one can be derived from the other two. Experienced problem-solvers choose which equation to use based on which variables are given and which are unknown. Derivation insight: Starting from a = dv/dt and assuming constant a: ∫dv = ∫a dt → v - v₀ = at → v = v₀ + at (Equation 1) Integrating again: ∫ds = ∫(v₀ + at) dt → s = v₀t + ½at² (Equation 2) From v = v₀ + at, eliminate t: t = (v - v₀)/a, substitute into Equation 2 to get v² = v₀² + 2as (Equation 3). Sign convention: Choose a positive direction (typically rightward or upward). Velocities and accelerations in the positive direction are positive; those opposing are negative. If a = -4 m/s², the object is decelerating if moving in the positive direction. Common scenarios in civil engineering: • Braking (deceleration): a < 0, final velocity = 0 • Free fall: a = g = 9.81 m/s² (downward), typically v₀ = 0 • Accelerating machinery: constant a > 0
Heading
2. Rectilinear Motion with Constant Acceleration
Examples
Braking distance calculation
A concrete mixer truck traveling at 20 m/s applies brakes uniformly and comes to rest in 5 seconds. Find (a) the deceleration, (b) the braking distance.
Solution
Given: v₀ = 20 m/s, v = 0, t = 5 s. (a) From v = v₀ + at: 0 = 20 + a(5) → a = -4 m/s². The magnitude of deceleration is 4 m/s². (b) From s = v₀t + ½at²: s = 20(5) + ½(-4)(5²) = 100 - 50 = 50 m. Check with v² = v₀² + 2as: 0 = 400 + 2(-4)s → s = 50 m ✓. The truck needs 50 meters to stop.
Free fall from height
A worker drops a wrench from the top of a 45 m high building. Taking g = 9.81 m/s² and ignoring air resistance, find (a) the time to hit the ground, (b) the impact velocity.
Solution
Set positive direction downward. Given: s = 45 m, v₀ = 0, a = g = 9.81 m/s². (a) From s = v₀t + ½at²: 45 = 0 + ½(9.81)t² → t² = 45/(4.905) = 9.174 → t = 3.03 s. (b) From v = v₀ + at: v = 0 + 9.81(3.03) = 29.7 m/s. Or v² = v₀² + 2as: v² = 0 + 2(9.81)(45) = 882.9 → v = 29.7 m/s ✓.
Acceleration with unknown time
A construction crane accelerates uniformly from rest over a distance of 200 m, reaching a velocity of 30 m/s. What is the acceleration?
Solution
Given: v₀ = 0, v = 30 m/s, s = 200 m, find a. Use v² = v₀² + 2as: (30)² = 0 + 2a(200) → 900 = 400a → a = 2.25 m/s².
Key Points
- Three kinematic equations for constant acceleration: v = v₀ + at, s = v₀t + ½at², v² = v₀² + 2as
- Choose the equation with the given and unknown variables; avoid extra algebra
- Negative acceleration represents deceleration or opposing motion
- Displacement (s) is measured from the starting position; distance is the total path length
- Free fall: a = 9.81 m/s² downward (use g = 9.81 m/s² for Philippine exam standard)
- Plot v vs. t: a straight line with slope = a; area under curve = displacement
When acceleration is not constant — for example, a(t) = 3t or a = f(v) — you must integrate the fundamental definitions to find velocity and displacement. Starting from: • a = dv/dt (definition of acceleration) • v = ds/dt (definition of velocity) If you are given a(t), integrate to find v(t): v(t) = v₀ + ∫₀ᵗ a(t') dt' Then integrate again to find s(t): s(t) = s₀ + ∫₀ᵗ v(t') dt' Alternatively, if acceleration is given as a function of position or velocity, use the chain rule: a = dv/dt = (dv/ds)(ds/dt) = v(dv/ds) Rearranging: a ds = v dv Integrating both sides: ∫a ds = ∫v dv This approach is useful when a depends on v or s but not explicitly on t. Example scenario: Hydraulic dampers or air resistance, where a depends on velocity. For licensure exam purposes, variable acceleration problems typically give a(t) and ask you to find v(t) and s(t). These require careful integration and good calculus skills.
Heading
3. Rectilinear Motion with Variable Acceleration
Examples
Linear acceleration with time
A construction vehicle starts from rest with acceleration a(t) = 2t m/s² (linearly increasing). Find velocity and displacement after 6 seconds.
Solution
Given a(t) = 2t, v₀ = 0, s₀ = 0. Integrate to find v(t): v = ∫a dt = ∫2t dt = t² + C. Apply v₀ = 0 at t = 0: C = 0, so v(t) = t². At t = 6: v = 6² = 36 m/s. Integrate again: s = ∫v dt = ∫t² dt = (t³/3) + C'. Apply s₀ = 0 at t = 0: C' = 0, so s(t) = t³/3. At t = 6: s = 6³/3 = 216/3 = 72 m.
Acceleration as function of velocity
A falling object experiences air resistance such that a = g - kv², where g = 10 m/s², k = 0.01 s²/m. Find the terminal velocity (velocity at which a = 0).
Solution
At terminal velocity, a = 0: 0 = g - kv² → v² = g/k = 10/0.01 = 1000 → v_terminal = √1000 = 31.6 m/s. This is the maximum falling speed for this object; it occurs when air resistance equals gravitational force.
Key Points
- Variable acceleration: use integration, not the constant-a trio
- Given a(t): integrate to get v(t), then integrate again to get s(t)
- Use initial conditions (v₀, s₀) as integration constants
- If a depends on v or s: rearrange to a ds = v dv and integrate both sides
- Numerical integration may be necessary if the integral is complex or non-standard
Projectile motion is the motion of an object launched into the air under gravity alone, with no other forces (ignoring air resistance). The key insight is that horizontal and vertical motions are independent and can be analyzed separately. Setup: An object is launched with initial speed v₀ at angle θ above the horizontal. Decompose the initial velocity: • Horizontal component: v₀ₓ = v₀ cos θ • Vertical component: v₀ᵧ = v₀ sin θ Horizontal motion (no acceleration): • x = v₀ cos θ · t • vₓ = v₀ cos θ (constant) Vertical motion (constant downward acceleration g): • y = v₀ sin θ · t - ½gt² • vᵧ = v₀ sin θ - gt These equations assume launch and landing at the same height and g = 9.81 m/s² downward. Key results (derived for equal launch and landing heights): 1. Time of flight (when y = 0, excluding t = 0): 0 = v₀ sin θ · t - ½gt² t = 2v₀ sin θ / g 2. Range (horizontal distance traveled): R = v₀ cos θ · t = v₀ cos θ · (2v₀ sin θ / g) = 2v₀² sin θ cos θ / g = v₀² sin(2θ) / g Maximum range occurs at θ = 45° (since sin(2×45°) = sin 90° = 1) 3. Maximum height (at t = T/2, where T = time of flight, or where vᵧ = 0): H = (v₀ sin θ)² / (2g) = v₀² sin² θ / (2g) 4. Velocity at any time: Horizontal: vₓ = v₀ cos θ (unchanged) Vertical: vᵧ = v₀ sin θ - gt Magnitude: v = √(vₓ² + vᵧ²) Direction: tan φ = vᵧ / vₓ (angle below horizontal at impact) Civil engineering applications: • Concrete pump placement (where will concrete land?) • Water projectile paths in fountains • Safety calculations for falling objects near construction sites • Trajectory analysis for launching equipment Common exam variations: • Different launch and landing heights: solve 0 = y₀ + v₀ sin θ · t - ½gt² for t • Clear an obstacle: substitute x and y at obstacle location, check y > y_obstacle • Maximize range over an incline: requires calculus optimization
Heading
4. Projectile Motion
Examples
Classic projectile — range and maximum height
A construction site needs to project a safety net launcher from ground level at v₀ = 25 m/s and θ = 35°. Find (a) the range, (b) the maximum height, (c) the time of flight. Use g = 9.81 m/s².
Solution
(a) Range: R = v₀² sin(2θ) / g = (25)² sin(70°) / 9.81 = 625(0.9397) / 9.81 = 59.8 m. (b) Max height: H = v₀² sin² θ / (2g) = (25)² (sin 35°)² / (2×9.81) = 625(0.574)² / 19.62 = 625(0.329) / 19.62 = 10.5 m. (c) Time of flight: t = 2v₀ sin θ / g = 2(25)(sin 35°) / 9.81 = 2(25)(0.574) / 9.81 = 28.7 / 9.81 = 2.92 s.
Projectile clearing an obstacle
From ground level, a ball is thrown at v₀ = 20 m/s and θ = 40°. A wall 2 m tall stands 25 m away horizontally. Does the ball clear the wall? If yes, by how much?
Solution
At the wall location, x = 25 m. From x = v₀ cos θ · t: 25 = 20 cos(40°) · t = 20(0.766) · t → t = 25 / 15.32 = 1.63 s. At this time, find y: y = v₀ sin θ · t - ½gt² = 20 sin(40°)(1.63) - ½(9.81)(1.63)² = 20(0.643)(1.63) - 4.905(2.657) = 20.96 - 13.03 = 7.93 m. Since y = 7.93 m > 2 m, the ball clears the wall by 7.93 - 2 = 5.93 m.
Projectile from elevated platform
A tool is thrown horizontally from a 30 m high platform at v₀ = 15 m/s. How far from the base of the platform does it land?
Solution
Since thrown horizontally, θ = 0°, so v₀ₓ = 15 m/s, v₀ᵧ = 0. From y = v₀ᵧ · t - ½gt²: -30 = 0 - ½(9.81)t² (negative because downward displacement). Solve: t² = 60 / 9.81 = 6.12 → t = 2.47 s. Horizontal distance: x = v₀ₓ · t = 15(2.47) = 37.1 m.
Key Points
- Decompose initial velocity: v₀ₓ = v₀ cos θ, v₀ᵧ = v₀ sin θ
- Horizontal and vertical motions are independent, linked only by time t
- Horizontal motion: constant velocity vₓ = v₀ cos θ
- Vertical motion: constant downward acceleration a = g = 9.81 m/s²
- Range formula: R = v₀² sin(2θ) / g; maximum at θ = 45°
- Maximum height: H = v₀² sin² θ / (2g)
- Time of flight: t = 2v₀ sin θ / g (for equal launch and landing heights)
- For unequal heights, solve y = 0 for t: 0 = y₀ + v₀ sin θ · t - ½gt²
Rotational motion describes objects spinning or orbiting about a fixed axis. Just as rectilinear motion uses s, v, a, rotational motion uses angle θ, angular velocity ω, and angular acceleration α. Angular kinematics (for constant angular acceleration) mirrors the rectilinear equations exactly: (1) ω = ω₀ + αt (2) θ = ω₀t + ½αt² (3) ω² = ω₀² + 2αθ Where: • θ = angular displacement (radians, rad) • ω₀ = initial angular velocity (rad/s) • ω = final angular velocity (rad/s) • α = angular acceleration (rad/s²), positive for speeding up, negative for slowing down • t = time (s) Unit conversion — critical for exam success: • 1 revolution (rev) = 2π radians • Angular velocity in rpm (revolutions per minute): ω [rad/s] = (2π N) / 60, where N [rpm] • Example: 300 rpm = (2π × 300) / 60 = 6π / 60 × 100 = 31.42 rad/s Link between rotation and linear motion of a point at radius r from the axis: • Arc length: s = rθ • Linear velocity: v = rω (tangential velocity) • Tangential acceleration: aₜ = rα • Centripetal (normal) acceleration: aₙ = v² / r = rω² (always directed toward the axis) Total acceleration of a point: The tangential component aₜ and normal component aₙ are perpendicular. Total acceleration magnitude: a = √(aₜ² + aₙ²). Civil engineering applications: • Rotating machinery in construction (concrete mixers, drill bits, pulleys) • Centrifugal effects in rotating structures • Angular motion of cranes, excavators, and pivoting equipment • Rotating shafts and coupled systems Note: If angular acceleration is not constant, integrate as with rectilinear variable acceleration: ω = ω₀ + ∫α dt and θ = θ₀ + ∫ω dt
Heading
5. Rotational (Angular) Kinematics
Examples
Flywheel angular acceleration
A concrete mixer drum starts from rest and accelerates uniformly to 300 rpm in 10 seconds. Find (a) the angular acceleration, (b) the angular displacement in radians and revolutions, (c) the tangential velocity at the rim if the drum radius is 0.6 m.
Solution
Given: ω₀ = 0, ω = 300 rpm = (2π × 300) / 60 = 31.42 rad/s, t = 10 s, r = 0.6 m. (a) From ω = ω₀ + αt: 31.42 = 0 + α(10) → α = 3.142 rad/s². (b) From θ = ω₀t + ½αt²: θ = 0 + ½(3.142)(10)² = 157.1 rad. Convert to revolutions: 157.1 / (2π) = 157.1 / 6.283 = 25 revolutions. (c) Tangential velocity at rim: v = rω = 0.6 × 31.42 = 18.85 m/s.
Deceleration of rotating machinery
A drill press, initially spinning at 600 rpm, is turned off and comes to rest due to friction in 40 seconds. Assume constant angular deceleration. Find (a) the angular deceleration, (b) the total number of revolutions before stopping.
Solution
Given: ω₀ = 600 rpm = (2π × 600) / 60 = 62.83 rad/s, ω = 0, t = 40 s. (a) From ω = ω₀ + αt: 0 = 62.83 + α(40) → α = -1.571 rad/s² (negative for deceleration). Magnitude: |α| = 1.571 rad/s². (b) From θ = ω₀t + ½αt²: θ = 62.83(40) + ½(-1.571)(40)² = 2513.2 - 1257.6 = 1255.6 rad. Revolutions: 1255.6 / (2π) = 1255.6 / 6.283 = 200 revolutions.
Centripetal acceleration on rotating structure
A construction crane rotates about a vertical axis. At radius r = 12 m, a point on the boom rotates with angular velocity ω = 0.4 rad/s. Find the centripetal acceleration and the tangential velocity.
Solution
Given: r = 12 m, ω = 0.4 rad/s. Centripetal acceleration: aₙ = rω² = 12 × (0.4)² = 12 × 0.16 = 1.92 m/s² (always directed toward the axis). Tangential velocity: v = rω = 12 × 0.4 = 4.8 m/s. If the boom is also accelerating angularly at α = 0.05 rad/s², then tangential acceleration aₜ = rα = 12 × 0.05 = 0.6 m/s². Total acceleration: a = √(aₜ² + aₙ²) = √(0.6² + 1.92²) = √(0.36 + 3.686) = √4.046 = 2.01 m/s².
Key Points
- Rotational equations for constant α: ω = ω₀ + αt, θ = ω₀t + ½αt², ω² = ω₀² + 2αθ
- Angular quantities: θ in radians (rad), ω in rad/s, α in rad/s²
- Conversion: ω [rad/s] = 2πN / 60, where N is in rpm
- Link to linear motion: v = rω, s = rθ, aₜ = rα, aₙ = v²/r = rω²
- Tangential acceleration aₜ changes speed; normal acceleration aₙ changes direction
- Total acceleration: a = √(aₜ² + aₙ²)
- Angular displacement θ must be in radians, not degrees, for kinematic equations
The behavior of a moving object can be visualized through graphs of position, velocity, and acceleration versus time. These graphical representations are powerful tools for understanding and solving kinematics problems. Position vs. Time (s-t graph): • For constant velocity: straight line with slope = v • For constant acceleration: parabolic curve (concave up if a > 0, concave down if a < 0) • Slope at any point = instantaneous velocity at that time • Horizontal line: object is stationary (v = 0) Velocity vs. Time (v-t graph): • For constant acceleration: straight line with slope = a • Area under the curve = displacement • Slope at any point = instantaneous acceleration • Horizontal line: uniform motion (a = 0) • Triangular or trapezoidal areas: easy displacement calculations Acceleration vs. Time (a-t graph): • For constant acceleration: horizontal line • Area under the curve = change in velocity • Useful for variable acceleration problems For licensure exam problems, you may be asked to: 1. Read values from a provided graph 2. Sketch a graph given motion descriptions 3. Interpret physical meaning (does the object change direction? When?) 4. Calculate area under v-t curve to find displacement Key insight: A v-t graph tells you everything. The slope gives acceleration. If the line crosses the time axis (v = 0), the object momentarily stops. If the line crosses from positive to negative velocity, the object reverses direction. Application: In multi-phase motion (accelerate, cruise, brake), each phase appears as a distinct segment on the v-t graph, making it easy to calculate total displacement and time.
Heading
6. Graphical Representation of Motion
Examples
Interpreting a v-t graph
A vehicle's velocity versus time graph shows: (0–5 s) linear increase from 0 to 20 m/s, (5–15 s) constant at 20 m/s, (15–20 s) linear decrease to 0. Calculate the total displacement.
Solution
Phase 1 (0–5 s): Triangle area = ½ × 5 × 20 = 50 m. Phase 2 (5–15 s): Rectangle area = 10 × 20 = 200 m. Phase 3 (15–20 s): Triangle area = ½ × 5 × 20 = 50 m. Total displacement = 50 + 200 + 50 = 300 m. Acceleration phase 1: a₁ = 20/5 = 4 m/s². Acceleration phase 3: a₃ = -20/5 = -4 m/s².
Position graph analysis
An object's position is s(t) = t² - 4t + 3 (meters, 0 ≤ t ≤ 5 s). Identify when the object is stationary and when it reverses direction.
Solution
Velocity: v = ds/dt = 2t - 4. Setting v = 0: 2t - 4 = 0 → t = 2 s. At t = 2 s, the object momentarily stops. For 0 < t < 2, v < 0 (moving backward, negative direction). For 2 < t ≤ 5, v > 0 (moving forward, positive direction). The object reverses direction at t = 2 s. Position at t = 2: s = (2)² - 4(2) + 3 = 4 - 8 + 3 = -1 m. Acceleration: a = dv/dt = 2 m/s² (constant and positive).
Key Points
- s-t graph: slope = velocity; parabola indicates constant acceleration
- v-t graph: slope = acceleration; area under curve = displacement
- a-t graph: area under curve = change in velocity
- v = 0 at a turning point (local maximum or minimum on s-t graph)
- Changing direction: v-t graph crosses the t-axis
- Multi-phase motion: distinct linear segments on v-t graph for each phase
- For constant a, v-t is a straight line; s-t is parabolic
Kinematics is not abstract theory; it directly applies to real civil engineering scenarios. Understanding how to model and solve motion problems is essential for safety analysis, equipment specification, and project planning. Application 1: Falling object hazards When working at heights (common in high-rise construction), engineers must calculate impact velocities and stopping times for dropped objects. Given drop height and assuming free fall (a = g), you can find impact speed using v² = 2gh. Protective measures can then be designed around this worst-case velocity. Example: A tool dropped from 50 m height reaches v = √(2 × 9.81 × 50) = √(981) = 31.3 m/s. This helps determine whether nets or barriers are adequate. Application 2: Construction equipment dynamics Crane operators must understand the motion of loads. When a hook accelerates upward at 2 m/s² and the load mass is 5000 kg, the tension in the cable is T = m(g + a) = 5000(9.81 + 2) = 59,050 N. Kinematics gives the acceleration; kinetics (next chapter) gives the forces. Application 3: Vehicle safety on construction sites Construction vehicles must brake safely. For a dump truck accelerating at 1.5 m/s² over 200 m, final velocity is v = √(v₀² + 2as) = √(0 + 2 × 1.5 × 200) = √(600) = 24.5 m/s. Limiting entry speeds ensures safe braking distances. Application 4: Water projectile paths in fountains or irrigation For landscape features within construction projects, understanding projectile motion of water ensures proper clearance and landing zones. A spray nozzle at height 2 m with launch angle 35° and speed 10 m/s follows the equations of projectile motion. Application 5: Rotating equipment safety A concrete mixer rotating at 30 rpm (ω = π rad/s) has a centripetal acceleration of a = rω² at radius r. For r = 0.8 m, a = 0.8 × π² ≈ 7.9 m/s². Workers near such equipment must wear secure clothing to prevent entanglement. Application 6: Slope and grade calculations On inclined surfaces, an object's motion can be analyzed by decomposing acceleration. A component along the slope: a‖ = g sin θ. This affects safe operation of equipment on grades and affects braking distance calculations. PRC exam relevance: The licensure exam includes scenario problems where you must set up kinematic equations based on a practical situation (e.g., "A crane lifts a load with constant acceleration; find the tension if..."). Your ability to extract the given information and choose the right equation separates high scorers from average performers.
Heading
7. Applications in Civil Engineering
Examples
Falling object impact analysis
A 2 kg wrench is dropped from a 40 m high building. (a) Find the impact velocity. (b) If it falls into a sand pile that brings it to rest over 0.05 m, find the average deceleration during impact.
Solution
(a) Using v² = v₀² + 2as with v₀ = 0, a = 9.81 m/s², s = 40 m: v² = 0 + 2(9.81)(40) = 784.8 → v = 28 m/s. (b) During impact, v₀ = 28 m/s, v = 0, s = 0.05 m. From v² = v₀² + 2as: 0 = 784.8 + 2a(0.05) → a = -784.8 / 0.1 = -7848 m/s². The deceleration is extremely large, which is why the sand pile is necessary; without it, the wrench would cause severe damage. This calculation is essential for safety planning.
Concrete pump placement
A concrete pump launches wet concrete at 15 m/s at a 40° angle to fill a form 20 m away horizontally. Will the concrete reach the target? At what height does it arrive?
Solution
From x = v₀ cos θ · t: 20 = 15 cos(40°) · t = 15(0.766) · t → t = 20 / 11.49 = 1.74 s. At this time, height: y = v₀ sin θ · t - ½gt² = 15 sin(40°)(1.74) - ½(9.81)(1.74)² = 15(0.643)(1.74) - 4.905(3.03) = 16.78 - 14.86 = 1.92 m. Yes, the concrete reaches the target at height 1.92 m, assuming the form is positioned accordingly.
Crane load motion and forces
A 500 kg load is lifted by a crane with upward acceleration 0.5 m/s². Find the tension in the cable during the acceleration phase.
Solution
This is a kinetics problem (forces), but kinematics gives the acceleration. The net force on the load is F_net = ma = 500 × 0.5 = 250 N upward. The cable tension T must overcome the weight and provide the net upward force: T - mg = ma → T = m(g + a) = 500(9.81 + 0.5) = 500(10.31) = 5155 N. If the load were hanging stationary, T would equal only mg = 500(9.81) = 4905 N. The extra 250 N is needed for acceleration.
Key Points
- Falling object analysis: v² = v₀² + 2as (with a = g downward)
- Impact velocity from height h: v = √(2gh)
- Equipment acceleration affects cable tension, structural loads, and safety
- Vehicle braking: use v² = v₀² + 2as with a = -a_brake
- Projectile motion (water, concrete, tools): separate x and y components
- Centripetal acceleration: a = v²/r = rω²; critical for rotating machinery safety
- On inclines: effective acceleration = g sin θ (along the slope)
- Real-world scenarios require identifying given data and selecting appropriate equations
Success on the PRC Civil Engineer Licensure Examination requires not only understanding kinematics but also avoiding systematic errors. Here are the most frequent mistakes reviewees make and how to avoid them. Pitfall 1: Incorrect sign of acceleration Mistake: Treating deceleration as positive or confusing the sign convention. Solution: Always define a positive direction (usually rightward or upward). If an object slows down, its acceleration opposes its velocity and must have the opposite sign. For free fall, downward is typically positive, so a = +g. Example: A car braking has a = -4 m/s² if moving forward (positive). If the car is rolling backward (negative velocity) and brakes, acceleration is still negative (opposing backward motion). Pitfall 2: Confusing range and displacement Mistake: Treating total distance traveled as displacement in projectile motion. Solution: Displacement is the straight-line distance from start to end. Distance is the path length. For projectile problems starting and ending at the same height, the "range" is horizontal displacement only. Pitfall 3: Using rpm instead of rad/s Mistake: Forgetting to convert rpm to rad/s before using rotational kinematic equations. Solution: Always convert first: ω [rad/s] = (2π N) / 60 where N is in rpm. Test your answer: 60 rpm should give 2π rad/s ≈ 6.28 rad/s. Example mistake: A 300 rpm motor. Using ω = 300 in equations (forgetting conversion) gives completely wrong answers. Correct: ω = 2π(300)/60 = 31.42 rad/s. Pitfall 4: Misinterpreting projectile angle Mistake: Using sin² θ in the range formula or sin θ in the height formula. Solution: Memorize correctly: R = (v₀²/g) sin(2θ) for range; H = (v₀²/2g) sin² θ for max height. The range uses sin(2θ), not sin θ or sin² θ. Pitfall 5: Forgetting units consistency Mistake: Mixing m with cm, m/s with km/h, or rad/s with deg/s. Solution: Always work in SI units: meters, seconds, m/s, m/s², radians. Convert everything upfront. Pitfall 6: Choosing the wrong kinematic equation Mistake: Using an equation with variables you don't have, leading to unnecessary algebra. Solution: List given variables and unknowns. Choose the equation containing only these (avoiding extra variables). For example: • If given v₀, v, a and you want s: use v² = v₀² + 2as (avoids t). • If given v₀, s, t and you want v: use v = v₀ + at (after finding a from s = v₀t + ½at²) or use v² = v₀² + 2as (avoid t). Pitfall 7: Misreading graph-based problems Mistake: Confusing slope and area under curves in motion graphs. Solution: On a v-t graph, slope = acceleration, area = displacement. On an s-t graph, slope = velocity. On an a-t graph, area = velocity change. Pitfall 8: Not checking reasonableness Mistake: Accepting an answer that violates physical principles (e.g., impact velocity lower than free-fall velocity for a dropped object). Solution: Always sanity-check: Does the answer make sense? A 2 m drop should not cause impact velocity of 50 m/s. Use v = √(2gh) ≈ √(20 × h) for quick mental estimates. Exam strategy tips: 1. Read the problem carefully. Underline given values and circle what you must find. 2. Draw a diagram with a clear coordinate system and positive direction marked. 3. Convert all values to SI units immediately. 4. List the three constant-a equations and identify which one(s) have only given and desired variables. 5. Solve algebraically before plugging in numbers (if possible) — reduces arithmetic errors. 6. Check units in your final answer. An acceleration answer in m/s (not m/s²) signals an error. 7. Perform a reasonableness check: Does this make physical sense? 8. For projectile problems, always separate horizontal (no acceleration) and vertical (g downward) components. 9. If time is not given/wanted, use v² = v₀² + 2as; if distance is not given/wanted, use v = v₀ + at.
Heading
8. Common Pitfalls and Exam Tips
Examples
Common sign error — corrected
A ball thrown upward at 20 m/s reaches its max height when v = 0. Find the time to max height. Wrong method: 0 = 20 + 9.81t → t = -2.04 s (negative time — wrong!). What's the mistake?
Solution
The mistake: treating g as positive when it opposes upward motion. Correct method: Set positive direction upward. Initial velocity v₀ = +20 m/s (upward). Acceleration a = -9.81 m/s² (downward, opposes positive direction). At max height, v = 0. From v = v₀ + at: 0 = 20 + (-9.81)t → 0 = 20 - 9.81t → t = 20/9.81 = 2.04 s. Positive time — correct!
rpm conversion pitfall — avoided
A drill bit spins at 1200 rpm and decelerates uniformly to rest in 8 seconds. Find angular deceleration. Bad approach: ω₀ = 1200 (treating as rad/s) gives wrong answer. Correct approach?
Solution
Convert first: ω₀ = 2π(1200)/60 = 2π(20) = 40π ≈ 125.66 rad/s. Final: ω = 0. From ω = ω₀ + αt: 0 = 125.66 + α(8) → α = -125.66/8 = -15.71 rad/s². If you forgot to convert and used 1200 directly, you'd get α = -1200/8 = -150 rad/s², which is 10 times too large — a critical error.
Equation selection — smart vs. brute force
Given: v₀ = 5 m/s, v = 25 m/s, a = 2 m/s². Find distance s. Brute force: Use v = v₀ + at to find t, then use s = v₀t + ½at². Smart approach?
Solution
Smart: Use v² = v₀² + 2as directly. (25)² = (5)² + 2(2)s → 625 = 25 + 4s → s = 600/4 = 150 m. One equation, one step. Brute force: v = v₀ + at → 25 = 5 + 2t → t = 10 s. Then s = 5(10) + ½(2)(10)² = 50 + 100 = 150 m. Same answer, but more work and more chances for arithmetic error. On a high-pressure exam, smart equation selection saves time and reduces mistakes.
Key Points
- Sign convention: define positive direction and apply consistently
- Deceleration is negative acceleration in the direction of motion
- Convert rpm to rad/s using ω = 2πN / 60 before calculations
- Projectile range: R = (v₀²/g) sin(2θ); max height: H = (v₀²/2g) sin² θ
- Always work in SI units; convert upfront to avoid errors
- Choose kinematic equations strategically to avoid unnecessary variables
- v-t graph: slope = a, area = displacement; s-t graph: slope = v
- Check reasonableness: dropped object impact velocity must match v = √(2gh)
- Diagram and coordinate system clarify the problem and prevent sign errors
- Solve algebraically before substituting numbers for cleaner work
This section provides a quick-reference table of all essential kinematic formulas organized by topic. Memorize these formulas or have them readily available during practice. **Rectilinear Motion (Constant Acceleration)** v = v₀ + at (velocity) s = v₀t + ½at² (displacement) v² = v₀² + 2as (velocity without time) v_avg = (v₀ + v) / 2 (average velocity) s = v_avg · t (alternative displacement formula) Free fall (a = g = 9.81 m/s², downward positive): v = gt (starting from rest) h = ½gt² (height fallen from rest) v² = 2gh (velocity from height h) **Rectilinear Motion (Variable Acceleration)** v = ∫ a dt (integrate acceleration to get velocity) s = ∫ v dt (integrate velocity to get displacement) a = v(dv/ds) (for a as function of v or s) **Projectile Motion** (launch height = landing height) v₀ₓ = v₀ cos θ (horizontal component of launch velocity) v₀ᵧ = v₀ sin θ (vertical component of launch velocity) x = v₀ cos θ · t (horizontal position) y = v₀ sin θ · t - ½gt² (vertical position) vₓ = v₀ cos θ (constant horizontal velocity) vᵧ = v₀ sin θ - gt (vertical velocity) R = v₀² sin(2θ) / g (range, level ground) H = v₀² sin²(θ) / (2g) (maximum height) t_flight = 2v₀ sin(θ) / g (time of flight) θ_max_range = 45° (angle for maximum range) **Rotational (Angular) Kinematics** (constant angular acceleration) ω = ω₀ + αt (angular velocity) θ = ω₀t + ½αt² (angular displacement) ω² = ω₀² + 2αθ (angular velocity without time) Unit conversion: ω [rad/s] = 2π N / 60 (from N in rpm) 1 rev = 2π rad Link between rotation and linear motion (at radius r): s = rθ (arc length) v = rω (tangential velocity) aₜ = rα (tangential acceleration) aₙ = v² / r = rω² (centripetal acceleration) a_total = √(aₜ² + aₙ²) (magnitude of total acceleration) **Graphical Interpretations** On v-t graph: • Slope = acceleration • Area under curve = displacement • v = 0 indicates change in direction On s-t graph: • Slope = velocity • Parabola: constant acceleration • Horizontal line: object at rest On a-t graph: • Area under curve = change in velocity • Horizontal line: constant acceleration
Heading
9. Summary of Key Formulas and Reference Table
Examples
Formula quick-reference application
A vehicle accelerates from 10 m/s to 30 m/s. The acceleration is 2 m/s². Using the reference formulas, find time and distance.
Solution
Given: v₀ = 10 m/s, v = 30 m/s, a = 2 m/s². From v = v₀ + at: 30 = 10 + 2t → t = 10 s. From v² = v₀² + 2as: 900 = 100 + 2(2)s → s = 800/4 = 200 m. Or s = v₀t + ½at² = 10(10) + ½(2)(10)² = 100 + 100 = 200 m ✓. Knowing multiple equations allows you to check your answer.
Key Points
- Three constant-a equations: v = v₀ + at, s = v₀t + ½at², v² = v₀² + 2as
- Free fall: h = ½gt², v = √(2gh), time t = √(2h/g)
- Projectile: R = (v₀²/g) sin(2θ), H = (v₀²/2g) sin²(θ), t = (2v₀ sin θ)/g
- Rotation mirrors linear: ω = ω₀ + αt, θ = ω₀t + ½αt², ω² = ω₀² + 2αθ
- Conversion: ω [rad/s] = 2πN/60 where N is in rpm
- Link: v = rω, s = rθ, aₜ = rα, aₙ = rω²
- v-t area = displacement; v-t slope = acceleration
- s-t slope = velocity; s-t shape indicates acceleration type
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.