Skip to main content

How Do You Do Chase Problems Physics?

by
Last updated on 7 min read

CONCISE ANSWER

To find the intercept time in a chase problem, subtract the leader’s speed from the pursuer’s speed to get the closing speed, then divide the starting distance by that closing speed. For constant accelerations, solve the quadratic equation ½aCti² + vCti – d0 = 0 for the positive root.

Quick Fix Summary
1. Figure out closing speed by subtracting the leader’s speed from the pursuer’s.
2. Divide the starting gap by that closing speed to get the intercept time.
3. Drop that time into either object’s position equation to find the meeting spot.
4. When accelerations differ, solve the quadratic relative-position equation.
Five minutes of scribbling on paper, and you’re done.

What a chase problem represents in physics

What a chase problem represents in physics

Picture two objects moving in the same direction. One’s ahead, cruising along at vL. The other’s behind, chasing at vP. If the chaser’s faster, the gap shrinks at the rate vC = vP – vL. With steady speeds, the intercept time ti is just the starting distance d0 divided by vC. Add constant acceleration, and suddenly you’ve got a quadratic to solve—pick the positive root, then plug that time back into x = x0 + v0t + ½at² to find where they meet. Physics Classroom

The four pieces of data you must collect before you start calculating

The four pieces of data you must collect before you start calculating

  1. List what you know—and what you don’t.
    • Where the leader starts (xL0) and how fast they’re moving (vL, possibly changing at aL).
    • Same for the pursuer: starting spot (xP0), velocity (vP), and acceleration (aP).
    • How far apart they are at the start: d0 = |xP0 – xL0|.
    • Your goal? Find the exact moment ti when both positions match.
  2. Work out the closing speed or acceleration.
    • Constant speeds? Closing speed is simply vC = vP – vL.
    • Constant accelerations? Figure the relative acceleration aC = aP – aL. One of them might even be parked (think police cruiser versus speeding car).
  3. Calculate the intercept time.
    ScenarioEquationWhen this applies
    Constant speedsti = d0 / vCWhen the pursuer’s faster than the leader
    Pursuer parked, leader movingti = d0 / vLWhen the pursuer isn’t moving at all
    Constant accelerations½aCti² + vCti – d0 = 0Whenever either object is speeding up or slowing down

    Khan Academy – Kinematic Formulas

  4. Pinpoint the meeting spot.

    Plug ti into either object’s position equation. For steady speeds:

    • Leader lands at xmeet = xL0 + vL ti.
    • Pursuer arrives at xmeet = xP0 + vP ti.

    Got acceleration? Add the ½at² term. Double-check that both equations give the same xmeet—if they don’t, you’ve probably messed up a sign somewhere. University of Florida – Motion in One Dimension

If the simple equations aren’t giving the right answer

If the simple equations aren’t giving the right answer

  • Acceleration changes constantly. Fall back to numerical methods—run a quick Euler or Runge–Kutta loop in a spreadsheet or Python. Update positions every 0.1 s until the gap shrinks below your tolerance. ScienceDirect – Runge-Kutta Method
  • Paths aren’t straight. Project both motions onto the straight line between their starting and ending headings; treat the chase as one-dimensional along that line.
  • Speeds jump around. If data come in chunks, use average speeds for each segment. Otherwise, fit a smooth curve and integrate.

Four habits that keep chase problems from going sideways

Four habits that keep chase problems from going sideways

  • Sketch it out. A quick doodle labeling positions, velocities, and accelerations keeps sign errors from creeping in.
  • Watch your units. Mixing meters with feet or seconds with hours is the fastest way to kill your answer. NIST – Unit Conversion
  • Recheck the math. When you hit a quadratic, use the formula t = [–vC ± √(vC² + 2aCd0)] / aC and toss out any negative roots.
  • Test against real data. Plug in GPS timestamps or video timestamps to see if your equations line up with what actually happened. U.S. Government – GPS.gov

How do you solve catch up problems in physics?

How do you solve catch up problems in physics?

  1. Focus on the problem. Build a clear mental picture—what’s moving, where, and how fast?
  2. Describe the physics. Assign variables to positions, velocities, and accelerations. Make it concrete.
  3. Plan a solution. Turn those concepts into math—pick the right equations.
  4. Execute the plan. This part’s straightforward—just the algebra or calculus.
  5. Evaluate the answer. Always be skeptical. Does it make sense?

How do you solve kinematic problems in physics?

How do you solve kinematic problems in physics?

  1. Write down every quantity the problem gives you—initial and final position, initial and final velocity, acceleration, time, etc.
  2. Write down which quantity you’re trying to find.
  3. Find the kinematic equation (or sometimes two equations) to relate these quantities.
  4. Solve the algebra.

  1. Don’t panic. Take a breath.
  2. Try to understand the situation. What’s really happening here?
  3. Read the question carefully. Don’t skim—every word matters.
  4. Organize the information. List what you know and what you need to find.
  5. Sketch the scene. A quick drawing often reveals what the words don’t.
  6. Verify units. Make sure everything’s in consistent units before you start calculating.
  7. Consider your formulas. Which ones fit this situation?
  8. Solve. Do the math.

How do you determine when two objects will pass each other?

How do you determine when two objects will pass each other?

If mindist > radius_A + radius_B, then the two objects will never touch. If it’s less than or equal, they’ll collide within mintime seconds.

What are the 5 kinematic equations?

What are the 5 kinematic equations?

Physicists often refer to the Five Sacred Equations of Kinematics for constant acceleration. In these equations, v is velocity, x is position, t is time, and a is acceleration. Remember, Δ means change in.

What is the work formula?

What is the work formula?

Work equals force times distance. Mathematically, W = fd. If the force isn’t in the same direction as the movement, use W = fd cos θ.

What are the three steps for solving most physics problems?

What are the three steps for solving most physics problems?

  • Focus the problem. Visualize the objects and their context.
  • Describe the physics. Quantify the situation with variables.
  • Plan the solution. Choose the right equations.
  • Execute the plan. Do the math.
  • Evaluate the solution. Does it make sense?
  • Further Reading:

What problems can physics solve?

What problems can physics solve?

Physics doesn’t just explain how the world works—it helps us build new technologies. Honestly, this is where physics really shines. Think energy generation, water purification, and more.

How do I improve my physics?

How do I improve my physics?

  1. Master the basics. Without them, nothing else sticks.
  2. Learn how basic equations came about. Understanding the “why” helps the “how.”
  3. Always account for small details. They often trip you up.
  4. Work on improving your math skills. Strong math makes physics easier.
  5. Simplify the situations. Break problems into smaller, manageable pieces.
  6. Use drawings. They’re worth a thousand equations.
  7. Always double-check your answers. Mistakes hide in plain sight.
  8. Use every source of physics help available. Books, videos, tutors—whatever works.

Which formula will help you solve how fast the object is moving?

Which formula will help you solve how fast the object is moving?

To find an object’s speed after falling, multiply the acceleration of gravity by the time it’s been falling. That gives you V = gt. The negative sign just means it’s moving downward.

How do you find time with two velocities and distance?

How do you find time with two velocities and distance?

Speed is distance divided by time. To find time, flip that around: time = distance / speed. For example, if Cole drives 45 km/h for 225 km, he’s been driving for 5 hours.

How do you figure out when two trains will meet?

How do you figure out when two trains will meet?

Set up the equation for their positions and solve for when they’re equal. In this case, −52.5x + 409.5 = 48x leads to 409.5 = 100.5x. That gives x = 27367, or about 4 hours and 4 minutes, meaning the trains meet at 2:04 a.m.

What are the 3 kinematic equations?

What are the 3 kinematic equations?

Kinematics describes motion using three key variables: velocity (v), position (s), and time (t). You can pair them up in three ways: velocity-time, position-time, and velocity-position.

What is a formula of time?

What is a formula of time?

Time is distance divided by speed. In other words, time = distance ÷ speed.

What are the two main kinematic equations?

What are the two main kinematic equations?

  • Δx: Displacement
  • t: Time interval
  • v: Final velocity
  • a: Constant acceleration
Edited and fact-checked by the TechFactsHub editorial team.
David Okonkwo

David Okonkwo holds a PhD in Computer Science and has been reviewing tech products and research tools for over 8 years. He's the person his entire department calls when their software breaks, and he's surprisingly okay with that.