Skip to main content
Misconception BusterCELE · Engineering MechanicsReal content

CELE Engineering MechanicsDynamics: KinematicsMisconception Buster

Mistake patterns in Dynamics: Kinematics — the trap questions CELE sets and the wrong assumptions reviewers make. This page walks through each misconception, why it is wrong, and how Professional Regulation Commission (PRC) — Board of Civil Engineering turns it into a tempting but incorrect answer choice.

Exam context

The Civil Engineer Licensure Examination is conducted by Professional Regulation Commission (PRC) — Board of Civil Engineering and is scheduled for May and November 2026. The Engineering Mechanics subtest is marked as "Core" in the official pattern, and Dynamics: Kinematics appears in position 7th of 8 in the CELE Engineering Mechanics review rotation. Passing mark: 70% weighted average, no sub-test below 50%. Recent CELE 2026 papers have drawn roughly a meaningful share of questions from this subject.

Dynamics: Kinematics - Misconception Buster

Kinematics is one of the highest-scoring topics in the PRC Civil Engineer Licensure Examination under Engineering Mechanics, yet it is also one of the most trap-laden. Reviewees frequently lose marks not because they do not know the formulas, but because they apply them under the wrong conditions, mix up signs, confuse angular and linear quantities, or misread what a projectile problem is actually asking. This guide systematically exposes the 10 most dangerous misconceptions in kinematics — ranked from most exam-critical to least — so you can identify and eliminate wrong thinking before exam day. Each item includes the exact trap question an examiner could use to catch you, and a detailed correction. Mastering this material is the difference between a passing and a failing score on kinematics items.

Summary

The 12 misconceptions in this guide can be reduced to five master principles that, if internalized, will prevent the vast majority of kinematics errors on the PRC Civil Engineer Licensure Examination: (1) CHECK PRECONDITIONS — the constant-acceleration trio and the 45° range rule are not universal; always verify that acceleration is truly constant and that launch/landing heights are equal before applying the corresponding formulas. (2) SIGNS MATTER — deceleration is negative acceleration; track your positive direction consistently and maintain that sign convention throughout every equation. (3) PROJECTILE INDEPENDENCE — horizontal and vertical motions share only time; vₓ = v₀cosθ is constant, and the apex speed is v₀cosθ, not zero. (4) UNIT DISCIPLINE — angular quantities must be in rad/s (not rpm) and in radians (not revolutions) before using kinematic equations; convert at the start and convert back at the end if revolutions are requested. (5) TOTAL ACCELERATION — a point on a rotating body has two perpendicular acceleration components (centripetal and tangential); report the vector magnitude using the Pythagorean theorem, not just one component. Master these five principles and you eliminate the traps that examinees most frequently fall into on kinematics items.

Misconceptions

The three constant-acceleration equations (v = v₀ + at, s = v₀t + ½at², v² = v₀² + 2as) can be used even when acceleration is NOT constant.

Tags

  • critical_error
  • formula_misuse
  • calculus_kinematics
  • variable_acceleration

Topic

Rectilinear Motion — Variable Acceleration

Severity

critical

Exam Impact

A board problem may give a = (4t) m/s² and ask for velocity at t = 3 s. A student using v = v₀ + at with a = 4(3) = 12 m/s² (or with some average value) gets a wrong answer. The correct integral gives v = ∫4t dt = 2t² + C.

The Reality

These three equations are derived by integrating a = constant. If acceleration varies, you MUST integrate: v = ∫a dt and s = ∫v dt. Using the constant-a equations with a variable a gives a completely wrong answer. The problem will always signal variable acceleration by expressing a as a function of t, v, or s.

Trap Question

Question

A particle starts from rest. Its acceleration is given by a = 6t m/s². What is its velocity at t = 4 s?

Explanation

The constant-acceleration formula v = v₀ + at is only valid when a is truly constant — a single number, not a function. When a = f(t), integrate directly. This problem tests whether you check the precondition before selecting your formula.

Wrong Answer

v = v₀ + at = 0 + 6(4)(4) = 96 m/s (student treated 6t as a constant evaluated at t = 4)

Correct Answer

v = ∫6t dt = 3t² + C; v(0) = 0 → C = 0; v(4) = 3(16) = 48 m/s

Misconception Id

M1

Correct Vs Incorrect

Correct Approach

Recognize a = 4t is variable. Integrate: v = ∫a dt = ∫4t dt = 2t² + C. Apply initial condition v(0) = 0 → C = 0. Therefore v = 2t² m/s. At t = 3 s: v = 2(9) = 18 m/s.

Incorrect Approach

Given a = 4t m/s², v₀ = 0. Student writes v = v₀ + at = 0 + (4t)(t) = 4t² — incorrectly treating 4t as a constant and multiplying by t again, or substitutes a specific t value as if a were constant.

Why Students Believe It

Students memorize these three equations as 'the kinematics equations' and apply them reflexively to every motion problem. When a problem states that acceleration varies with time or position (e.g., a = 2t m/s², or a = 3s m/s²), the reflex to plug into the standard trio overrides the need to check the precondition.

In projectile motion, the velocity at the highest point is zero.

Tags

  • conceptual_gap
  • component_confusion
  • projectile
  • common_error

Topic

Projectile Motion — Velocity Components

Severity

critical

Exam Impact

A board exam question asking for the speed of a projectile at maximum height will have '0' as a distractor. Students who confuse 'vertical velocity = 0' with 'total velocity = 0' choose the wrong answer and miss the item entirely.

The Reality

At the highest point: vᵧ = 0 (vertical component only), but vₓ = v₀cosθ ≠ 0. The total speed at maximum height equals v₀cosθ — the horizontal component. Only a perfectly vertical launch (θ = 90°) makes the total velocity zero at the top.

Trap Question

Question

A projectile is launched at 30 m/s at an angle of 53° above the horizontal. What is the speed of the projectile at its maximum height? (g = 9.81 m/s²)

Explanation

At the apex, only the vertical velocity component is zero. The horizontal component vₓ = v₀cosθ remains constant throughout the entire flight because there is no horizontal acceleration (ignoring air resistance). The total speed at the highest point is always v₀cosθ.

Wrong Answer

0 m/s — the projectile momentarily stops at the top.

Correct Answer

vₓ = 30 cos53° = 30(0.6018) = 18.05 m/s ≈ 18.1 m/s

Misconception Id

M2

Correct Vs Incorrect

Correct Approach

At max height, vᵧ = 0 but vₓ = v₀cosθ = 25cos37° = 25(0.799) = 19.97 ≈ 20.0 m/s. The speed at the apex is 20.0 m/s directed horizontally.

Incorrect Approach

A ball is launched at 25 m/s at 37°. At max height, student writes: v = 0 (because the object stops momentarily at the top).

Why Students Believe It

Students correctly learn that the vertical velocity component vᵧ = 0 at maximum height. They then generalize this to 'velocity = 0,' forgetting that the horizontal component vₓ = v₀cosθ is constant throughout the flight and is never zero (for any θ between 0° and 90°).

Maximum range of a projectile always occurs at θ = 45°, regardless of launch and landing height.

Tags

  • formula_misuse
  • boundary_condition
  • projectile
  • common_error

Topic

Projectile Motion — Maximum Range

Severity

critical

Exam Impact

Exam problems set on cliff edges or elevated platforms deliberately test this condition. Answering 45° when the problem involves a height difference is a full-mark error.

The Reality

The formula R = v₀²sin2θ/g and the 45° rule are ONLY valid when the projectile lands at the same elevation from which it was launched. If landing is below the launch point (as in a cliff problem), the optimal angle for maximum range is LESS THAN 45°. If landing is above, the optimal angle is GREATER THAN 45°. For unequal heights, you must differentiate the range expression with respect to θ.

Trap Question

Question

A projectile is fired from a cliff top 80 m above sea level. At what launch angle does it achieve maximum horizontal range? (v₀ = 50 m/s, g = 9.81 m/s²)

Explanation

The formula R = v₀²sin2θ/g is derived assuming y_final = y_initial = 0. When the projectile lands below the launch point, the additional height effectively 'helps' the projectile travel farther, shifting the optimal angle below 45°. Always check elevation conditions before invoking the 45° rule.

Wrong Answer

45° — maximum range always occurs at 45°.

Correct Answer

Less than 45°. The standard 45° rule applies only for equal launch and landing heights. With a positive height advantage (cliff above sea level), the optimal angle is less than 45°. The exact value requires solving dR/dθ = 0 numerically, yielding approximately 37° to 40° for these parameters.

Misconception Id

M3

Correct Vs Incorrect

Correct Approach

When launch height h > 0 above the landing, the range is R = (v₀cosθ/g)[v₀sinθ + √(v₀²sin²θ + 2gh)]. Differentiate with respect to θ and set dR/dθ = 0. The optimal angle will be less than 45°. For this specific case, the optimal angle can be found numerically or by formula and will be approximately 38–42° depending on h and v₀.

Incorrect Approach

A cannon on a 50 m cliff fires a projectile at v₀ = 40 m/s. Student states: maximum range occurs at θ = 45° — applying the flat-ground rule without checking the height condition.

Why Students Believe It

The formula R = v₀²sin2θ/g is taught prominently, and students memorize that sin2θ is maximized at 2θ = 90°, i.e., θ = 45°. They apply this rule universally without reading whether the problem specifies equal launch and landing elevations.

Deceleration means acceleration is zero, OR deceleration and negative acceleration are different things.

Tags

  • sign_error
  • common_error
  • deceleration
  • constant_acceleration

Topic

Rectilinear Motion — Sign Convention

Severity

critical

Exam Impact

Sign errors from this misconception cascade through the entire solution. Using a = +4 m/s² instead of a = –4 m/s² in s = v₀t + ½at² gives a distance that is too large. The v² = v₀² + 2as equation gives a physically impossible result (negative v² under the square root) which signals the error — but only if the student checks.

The Reality

Deceleration = negative acceleration when positive direction is defined as the direction of motion. If a car moves in the +x direction and decelerates, a is negative (points in –x). The magnitude |a| is the deceleration value. An object decelerating still has a non-zero acceleration — it is changing speed, just reducing it.

Trap Question

Question

A train traveling at 20 m/s decelerates uniformly at 4 m/s². How far does it travel before stopping?

Explanation

The stopping distance is 50 m. Deceleration must be entered as a negative value (a = –4 m/s²) when motion is in the positive direction. The formula v² = v₀² + 2as then correctly gives a positive, physically meaningful distance.

Wrong Answer

Using a = +4: v² = v₀² + 2as → 0 = 400 + 8s → s = –50 m (impossible magnitude misinterpreted as 50 m, or the student gets a nonsensical result)

Correct Answer

a = –4 m/s²; v² = v₀² + 2as → 0 = (20)² + 2(–4)s → 0 = 400 – 8s → s = 50 m

Misconception Id

M4

Correct Vs Incorrect

Correct Approach

Define +x as the direction of motion. Deceleration of 5 m/s² means a = –5 m/s². Then: s = 25t + ½(–5)t² = 25t – 2.5t². To find stopping distance: v = 0 = 25 – 5t → t = 5 s; s = 25(5) – 2.5(25) = 125 – 62.5 = 62.5 m.

Incorrect Approach

A vehicle moving at 25 m/s decelerates at 5 m/s². Student plugs a = +5 m/s² into the equations, getting s = 25t + ½(5)t² — the distance keeps increasing, which is physically wrong for a braking car.

Why Students Believe It

Two opposite errors occur: (1) Some students think 'decelerating' means 'not accelerating' (a = 0), when it actually means acceleration opposes velocity. (2) Other students think 'deceleration' is a special type distinct from 'negative acceleration,' when they are the same thing (if positive direction is the direction of motion).

In rotational kinematics, you can directly substitute rpm values into the angular equations without converting to rad/s.

Tags

  • unit_error
  • rpm_conversion
  • rotational_kinematics
  • common_error

Topic

Rotational Kinematics — Unit Conversion

Severity

critical

Exam Impact

The answer choices in board exams are typically the result of correct conversion versus the result of using rpm directly. The rpm-derived answer is always an option as a distractor, making this a high-probability trap.

The Reality

Angular displacement θ in the rotational kinematic equations is in radians, and angular velocity ω is in rad/s. RPM must be converted: ω (rad/s) = 2πN/60, where N is in rpm. Using rpm directly gives answers that are off by a factor of 2π/60 ≈ 0.1047 — a 10× error magnitude.

Trap Question

Question

A flywheel accelerates uniformly from 0 to 900 rpm in 15 s. Find the angular acceleration in rad/s².

Explanation

Always convert rpm to rad/s before inserting into rotational kinematic equations. The conversion is ω = 2πN/60. Here, 900 rpm = 30π rad/s ≈ 94.25 rad/s. The angular acceleration is then 94.25/15 = 6.28 rad/s².

Wrong Answer

α = 900/15 = 60 rpm/s (or the student somehow writes 60 rad/s², treating rpm as rad/s)

Correct Answer

ω = 2π(900)/60 = 30π = 94.25 rad/s; α = 94.25/15 = 6.28 rad/s² ≈ 2π rad/s²

Misconception Id

M5

Correct Vs Incorrect

Correct Approach

Convert first: ω = 2π(1200)/60 = 125.66 rad/s. Then: α = (125.66 – 0)/8 = 15.71 rad/s². To find revolutions: θ = ½αt² = ½(15.71)(64) = 502.7 rad ÷ 2π = 80 revolutions.

Incorrect Approach

A motor accelerates from 0 to 1200 rpm in 8 s. Student writes: α = Δω/t = (1200 – 0)/8 = 150 rpm/s (wrong unit, wrong magnitude).

Why Students Believe It

The form of the rotational equations (ω = ω₀ + αt, etc.) looks identical to the linear equations, so students sometimes treat ω as just a 'speed' number. The unit 'rpm' (revolutions per minute) feels like a complete angular speed unit and students forget it must be converted to rad/s before using radian-based formulas.

Centripetal acceleration and tangential acceleration are the same thing, or only one of them exists during rotation.

Tags

  • conceptual_gap
  • component_confusion
  • rotational_kinematics
  • total_acceleration

Topic

Rotational Kinematics — Acceleration Components

Severity

major

Exam Impact

Board exam problems that ask for 'total acceleration' of a point on a rotating disk require both components. Providing only aₙ or only aₜ means the student gets partial credit at best and a wrong numerical answer.

The Reality

A point on a rotating body generally has TWO perpendicular acceleration components: (1) Tangential acceleration aₜ = rα — directed along the tangent, changes the speed. (2) Normal (centripetal) acceleration aₙ = rω² = v²/r — directed toward the center, changes the direction. The total acceleration is a = √(aₜ² + aₙ²). If α = 0 (constant ω), aₜ = 0 but aₙ ≠ 0. If ω = 0 (instantaneously at rest), aₙ = 0 but aₜ ≠ 0.

Trap Question

Question

A point on the rim of a 0.4 m radius wheel is rotating at 5 rad/s while the wheel decelerates at α = 2 rad/s². What is the total acceleration of that point?

Explanation

Both acceleration components coexist. aₙ is centripetal (radial, toward center) and is due to changing direction; aₜ is tangential and is due to changing speed. They are perpendicular, so the total magnitude uses the Pythagorean theorem.

Wrong Answer

a = aₙ = rω² = 0.4(25) = 10 m/s² (ignoring the tangential deceleration component)

Correct Answer

aₙ = 0.4(5²) = 10 m/s²; aₜ = 0.4(2) = 0.8 m/s²; a = √(10² + 0.8²) = √(100.64) = 10.03 m/s²

Misconception Id

M6

Correct Vs Incorrect

Correct Approach

aₙ = rω² = 0.5(4²) = 8 m/s² (centripetal, toward center). aₜ = rα = 0.5(3) = 1.5 m/s² (tangential, along rim). Total: a = √(8² + 1.5²) = √(64 + 2.25) = √66.25 = 8.14 m/s².

Incorrect Approach

A 0.5 m radius disk rotates at 4 rad/s and has α = 3 rad/s². Student reports total acceleration = aₙ = rω² = 0.5(16) = 8 m/s² (forgot the tangential component).

Why Students Believe It

Students often study these two accelerations separately in different lessons and fail to see that a rotating particle can have BOTH simultaneously. Some remember only centripetal (from circular motion lessons) and forget tangential; others, studying angular kinematics, focus on aₜ = rα and forget aₙ = v²/r = rω².

The horizontal and vertical motions of a projectile are NOT independent — they affect each other.

Tags

  • conceptual_gap
  • independence_principle
  • projectile
  • common_error

Topic

Projectile Motion — Independence of Components

Severity

major

Exam Impact

Students who believe in coupling may attempt to modify the horizontal velocity based on the vertical state, leading to completely incorrect solutions. They may also fail to use the independence principle to set up equations (e.g., using x-equation to find t, then substituting into y-equation).

The Reality

Horizontal and vertical motions are completely independent; they share ONLY the time variable t. Horizontal: x = v₀cosθ · t (uniform velocity, aₓ = 0). Vertical: y = v₀sinθ · t – ½gt² (uniformly accelerated). The trajectory equation is simply the result of eliminating t between the two equations — it does not imply physical coupling. This independence is the entire basis for solving projectile problems.

Trap Question

Question

A ball is thrown horizontally at 15 m/s from a height of 20 m. What is the horizontal distance traveled when it hits the ground? (g = 9.81 m/s²)

Explanation

For a horizontally launched projectile, vₓ = 15 m/s throughout (no horizontal force). Only gravity acts vertically. First find the fall time from the vertical equation, then use that same time in the horizontal equation. The two motions never influence each other's magnitudes.

Wrong Answer

The student attempts to account for the ball 'slowing down horizontally due to gravity' and gets a distance less than the correct answer.

Correct Answer

Vertical: 20 = ½(9.81)t² → t = √(40/9.81) = 2.019 s. Horizontal: x = 15(2.019) = 30.3 m

Misconception Id

M7

Correct Vs Incorrect

Correct Approach

vₓ = v₀cosθ = constant throughout flight. vᵧ = v₀sinθ – gt (changes only due to gravity). At any time t, vₓ and vᵧ are computed independently. Use x = vₓ·t to find t (or range), then substitute t into y-equation to find height — they are linked only through the same elapsed time.

Incorrect Approach

Student modifies vₓ as the projectile rises: 'as the ball slows down vertically, the horizontal speed also decreases proportionally.' Computes wrong time and wrong range.

Why Students Believe It

In everyday experience, a faster-moving object in one direction seems to 'pull' the other direction (intuitive but incorrect mechanics). Some students also conflate the trajectory equation y = x·tanθ – gx²/(2v₀²cos²θ) — which mixes x and y — as proof that the two directions are dependent.

The formula s = v₀t + ½at² gives the position from the ORIGIN, not the displacement from the starting point.

Tags

  • conceptual_gap
  • initial_condition
  • position_displacement
  • multi_body

Topic

Rectilinear Motion — Position vs. Displacement

Severity

major

Exam Impact

Problems that ask 'when do two bodies meet?' require absolute positions (x₁ = x₂). If a student ignores x₀ for one body, the meeting point calculation is wrong. This is a classic multi-body kinematics board exam setup.

The Reality

In the standard constant-acceleration trio, 's' is the DISPLACEMENT from the initial position — i.e., how far the body has moved from where it was at t = 0, not from the coordinate origin. The full position equation is: x = x₀ + v₀t + ½at², where x₀ is the initial position. If the body starts at the origin (x₀ = 0), then x = s = v₀t + ½at². Forgetting x₀ causes errors when tracking absolute position.

Trap Question

Question

Car A starts from rest at a point 100 m ahead of Car B, with acceleration 2 m/s². Car B starts simultaneously from rest with acceleration 4 m/s². When does Car B catch Car A?

Explanation

The initial offset x₀ = 100 m for Car A must be included. Setting only the displacement terms equal ignores that Car A has a head start. The full position equation x = x₀ + v₀t + ½at² must be used for each body, then set x_A = x_B.

Wrong Answer

Student writes s_A = ½(2)t² and s_B = ½(4)t², sets them equal: t² = 2t² → t = 0 (only initial overlap, misses the 100 m head start)

Correct Answer

x_A = 100 + ½(2)t² = 100 + t²; x_B = ½(4)t² = 2t². Catch-up: 2t² = 100 + t² → t² = 100 → t = 10 s

Misconception Id

M8

Correct Vs Incorrect

Correct Approach

x_A = x₀ + v₀t + ½at² = 50 + 0 + ½(2)t² = 50 + t². Body B starts at origin with v₀ = 20 m/s, a = 0: x_B = 20t. They meet when 50 + t² = 20t → t² – 20t + 50 = 0 → t = 3.15 s or 15.85 s.

Incorrect Approach

Body A starts at x₀ = 50 m with v₀ = 0, a = 2 m/s². Student writes position of A as x_A = ½(2)t² = t², ignoring the initial 50 m offset.

Why Students Believe It

The variable 's' in some textbooks represents position coordinate, while in others it represents displacement. Students mix up the two interpretations. When a body starts at s₀ ≠ 0, using s = v₀t + ½at² as absolute position (starting from zero) gives the wrong location.

The number of revolutions a wheel makes equals the angular displacement in radians.

Tags

  • unit_error
  • revolutions_radians
  • rotational_kinematics
  • conversion

Topic

Rotational Kinematics — Radians to Revolutions

Severity

major

Exam Impact

Board problems often ask for 'number of revolutions' — expecting the student to convert from the radian result. Students who report the radian value as revolutions give an answer 6.28× too large, which will not match any correct answer choice.

The Reality

Angular displacement θ computed from the rotational kinematic equations is in RADIANS. To convert to revolutions: N_rev = θ (rad) / (2π). Conversely, if given revolutions, convert to radians before using the equations: θ (rad) = N_rev × 2π. Failing to convert gives answers that are off by a factor of 2π ≈ 6.28.

Trap Question

Question

A motor starts from rest and reaches 600 rpm in 20 s with uniform angular acceleration. How many complete revolutions does it make during this time?

Explanation

Always convert ω to rad/s first. The kinematic equations give θ in radians. Divide by 2π to get revolutions. Here: 200π rad ÷ 2π = 100 revolutions. Working in rpm throughout without conversion produces a grossly incorrect result.

Wrong Answer

ω = 600 rpm, α = 600/20 = 30 rpm/s — student works in rpm without converting: θ = ½(30)(20²) = 6000 revolutions (wildly wrong)

Correct Answer

ω = 2π(600)/60 = 20π rad/s; α = 20π/20 = π rad/s²; θ = ½(π)(400) = 200π rad; revolutions = 200π/(2π) = 100 revolutions

Misconception Id

M9

Correct Vs Incorrect

Correct Approach

θ = 80 rad. Number of revolutions = 80/(2π) = 80/6.2832 = 12.73 revolutions.

Incorrect Approach

θ = ω₀t + ½αt² = 0 + ½(10)(4²) = 80 rad. Student answers: 80 revolutions.

Why Students Believe It

Students hear 'angular displacement' and 'revolutions' used in the same context and conflate them. They may have memorized that 1 rev = 360°, but forget the radian equivalent (1 rev = 2π rad), leading to off-by-2π errors in rotational problems.

In free fall, heavier objects fall faster than lighter objects — so the acceleration of gravity depends on mass.

Tags

  • conceptual_gap
  • free_fall
  • classical_misconception
  • gravity

Topic

Rectilinear Motion — Free Fall

Severity

major

Exam Impact

This misconception rarely causes a formula error but leads to incorrect reasoning in conceptual questions and occasionally to wrong comparison answers (e.g., 'which hits first?'). In time-of-flight and free-fall height problems, students might hesitate or second-guess a straightforward computation.

The Reality

In the absence of air resistance, ALL objects fall with the same gravitational acceleration g = 9.81 m/s² regardless of mass. This is because gravitational force F = mg and Newton's second law gives a = F/m = mg/m = g. The mass cancels. In Philippine board exam problems, air resistance is ALWAYS neglected unless explicitly stated, so g = 9.81 m/s² for every object.

Trap Question

Question

A 10 kg steel ball and a 1 kg aluminum ball are dropped simultaneously from rest at the same height in a vacuum. Which ball hits the ground first, and why?

Explanation

Gravitational force is F = mg, but acceleration a = F/m = g — the mass cancels. Both balls have identical kinematics: same initial velocity (0), same acceleration (9.81 m/s²), same height, therefore same time of flight. This was demonstrated by Galileo at the Leaning Tower of Pisa and confirmed by Newton's mechanics.

Wrong Answer

The 10 kg steel ball hits first because it is heavier and gravity pulls it harder.

Correct Answer

Both hit simultaneously. In a vacuum (or neglecting air resistance), all objects fall with the same acceleration g = 9.81 m/s² regardless of mass. Time to fall depends only on height, not on mass.

Misconception Id

M10

Correct Vs Incorrect

Correct Approach

Both objects experience a = g = 9.81 m/s² (neglecting air resistance). They hit simultaneously. Time: h = ½gt² → t = √(2h/g) = √(90/9.81) = 3.03 s for both.

Incorrect Approach

A 5 kg ball and a 0.1 kg ball are dropped simultaneously from 45 m. Student reasons the 5 kg ball hits first because it is heavier.

Why Students Believe It

This is the classical Aristotelian misconception reinforced by everyday experience (a feather versus a rock). Students who have not clearly internalized Galileo's result and Newton's second law may unconsciously apply this when computing free-fall kinematics.

The range formula R = v₀²sin2θ/g can be used when the projectile is launched horizontally (θ = 0°).

Tags

  • formula_misuse
  • horizontal_launch
  • projectile
  • boundary_condition

Topic

Projectile Motion — Horizontal Launch

Severity

major

Exam Impact

Civil engineering board problems frequently involve horizontal discharges (pipe outlets, overflow spillways, construction material thrown off a floor). Misapplying the range formula gives zero as the answer — an obvious error but one that students make under exam pressure.

The Reality

The formula R = v₀²sin2θ/g applies ONLY when the launch and landing elevations are equal (symmetric trajectory). For a horizontal launch (θ = 0°) from a height h, the correct approach is: find time of fall from h = ½gt², then compute horizontal range x = v₀t. The range formula gives R = 0 because sin(0°) = 0 — confirming it is inapplicable, not that the range is zero.

Trap Question

Question

A ball rolls off a table at 6 m/s horizontally from a height of 1.2 m above the floor. How far from the base of the table does it land? (g = 9.81 m/s²)

Explanation

The symmetric range formula cannot be used for horizontal launches from a height. For this problem, use the vertical free-fall equation to find the time of flight, then apply uniform horizontal motion to find the range. The result is approximately 2.97 m from the table base.

Wrong Answer

R = v₀²sin2θ/g = 6²sin(0°)/9.81 = 0 m (wrong formula application)

Correct Answer

t = √(2h/g) = √(2.4/9.81) = 0.495 s; x = 6(0.495) = 2.97 m

Misconception Id

M11

Correct Vs Incorrect

Correct Approach

θ = 0° → horizontal launch. Vertical: h = ½gt² → 5 = ½(9.81)t² → t = 1.010 s. Horizontal: x = v₀t = 8(1.010) = 8.08 m.

Incorrect Approach

Water exits a pipe horizontally at 8 m/s from a height of 5 m. Student uses R = v₀²sin2(0°)/g = 0. Reports the range as 0 m.

Why Students Believe It

Students memorize the range formula and apply it to all projectile scenarios, including horizontal launches from elevated platforms (a common civil engineering context — water flowing off a spillway, a horizontally thrown object). They substitute θ = 0° and get R = 0, which is clearly wrong, but some students accept it.

Average velocity = (v₀ + v)/2 is always valid for computing displacement.

Tags

  • formula_misuse
  • variable_acceleration
  • average_velocity
  • calculus_kinematics

Topic

Rectilinear Motion — Average Velocity

Severity

minor

Exam Impact

This error mainly appears in variable-acceleration problems where students incorrectly find average velocity and thus incorrect displacement. It is less frequent in direct board questions but can corrupt multi-step solutions.

The Reality

The formula v_avg = (v₀ + v)/2 is ONLY valid when acceleration is constant (linear v–t graph). For variable acceleration, v_avg = Δs/Δt (displacement divided by time elapsed), and it cannot be computed as the simple arithmetic mean of initial and final velocities. For constant acceleration, displacement s = v_avg × t = [(v₀+v)/2]t — this is the fourth kinematic equation, equivalent to the standard trio.

Trap Question

Question

A particle starts from rest at t = 0 with velocity v = 2t² m/s. What is its displacement from t = 0 to t = 3 s?

Explanation

The formula v_avg = (v₀+v)/2 requires a LINEAR v–t graph (constant acceleration). Here v = 2t² is a parabola — the v–t graph is nonlinear. The only correct method is integration. The correct displacement is 18 m, not 27 m. The arithmetic mean overestimates because the velocity is weighted more heavily at higher values in a quadratic function.

Wrong Answer

v at t=3: v = 2(9) = 18 m/s; v_avg = (0+18)/2 = 9 m/s; s = 9×3 = 27 m

Correct Answer

s = ∫₀³ 2t² dt = [2t³/3]₀³ = 2(27)/3 = 18 m

Misconception Id

M12

Correct Vs Incorrect

Correct Approach

For variable velocity, s = ∫v dt = ∫₀⁴ 3t² dt = [t³]₀⁴ = 64 m. The arithmetic mean formula gives the wrong answer (96 m ≠ 64 m) because the v–t curve is not linear.

Incorrect Approach

A particle has velocity v = 3t² m/s. At t = 0, v = 0; at t = 4 s, v = 48 m/s. Student uses v_avg = (0 + 48)/2 = 24 m/s and calculates s = 24 × 4 = 96 m.

Why Students Believe It

Students learn v_avg = (v₀ + v)/2 as a shortcut for constant-acceleration problems and then use it universally — even for variable acceleration. They also sometimes use it to compute position when only a time-averaged speed is known, without checking if the formula's derivation conditions are met.

Quick Self Check

These equations are valid ONLY when acceleration is constant. For variable acceleration (a = f(t), f(v), or f(s)), you must integrate the differential equations of motion: v = ∫a dt and s = ∫v dt.

Statement

The three constant-acceleration kinematic equations (v = v₀ + at, s = v₀t + ½at², v² = v₀² + 2as) can be applied to any rectilinear motion problem, including those with acceleration that varies with time.

Only the vertical velocity component vᵧ = 0 at the apex. The horizontal component vₓ = v₀cosθ remains constant throughout. The speed at the highest point equals v₀cosθ, directed horizontally.

Statement

At the highest point of a projectile's trajectory (launched at an angle other than 90°), the speed of the projectile is zero.

R = v₀²sin2θ/g is maximized when sin2θ = 1, i.e., 2θ = 90°, θ = 45°. This result is valid ONLY for equal launch and landing heights. For unequal heights, the optimal angle differs from 45°.

Statement

For a projectile launched and landing at the same elevation, the range is maximized at a launch angle of 45°.

Rotational kinematic equations require angular velocity in rad/s and angular displacement in radians. Convert using ω (rad/s) = 2πN/60, where N is in rpm. Using rpm directly gives answers that are dimensionally inconsistent and numerically incorrect.

Statement

Angular velocity in rpm can be substituted directly into the rotational kinematic equations without any conversion.

Even at constant ω (α = 0), a point on the rim has centripetal (normal) acceleration aₙ = rω² directed toward the center. This acceleration changes the direction of the velocity vector but not its magnitude. Only if ω = 0 also would the total acceleration be zero.

Statement

A point on the rim of a wheel rotating at constant angular velocity (α = 0) has zero total acceleration.

Neglecting air resistance, there is no horizontal force acting on the projectile. By Newton's first law, the horizontal velocity vₓ = v₀cosθ remains constant throughout the entire flight — both while rising and while falling.

Statement

The horizontal velocity component of a projectile decreases as the projectile rises.

The rotational kinematic equations produce θ in radians. Since one complete revolution equals 2π radians, dividing the radian result by 2π gives the number of revolutions. Reporting the radian value as revolutions gives an answer that is 2π ≈ 6.28 times too large.

Statement

The result of θ = ω₀t + ½αt² gives angular displacement in radians, which must be divided by 2π to obtain the number of complete revolutions.

The range formula applies only to symmetric trajectories with equal launch and landing heights. For a horizontal launch (θ = 0°), sin2(0°) = 0, giving R = 0 — which is physically incorrect. The correct method: find fall time from h = ½gt², then range x = v₀t.

Statement

For a horizontally launched projectile from an elevated platform, the range formula R = v₀²sin2θ/g can be applied with θ = 0° to find the horizontal distance traveled.

Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…

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.