My vehicle needs to pace another vehicle

  • Thread starter Thread starter charlievictor
  • Start date Start date
  • Tags Tags
    Vehicle
Click For Summary
SUMMARY

The discussion centers on solving a physics problem related to vehicle dynamics, specifically how to determine the maximum speed (v2) of a vehicle accelerating to pace another vehicle traveling at a constant speed (v1). The user has established equations for distance and speed, including d2 = 1/2at2 + v0t2 and v2 = at2 + v0, and seeks to eliminate the dependency on the time variable (t3) to simplify the calculation. The final solution involves using the quadratic formula to derive v2 from the equation 0 = 2v22 - 4v1v2 + (2v0v1 + v12 - v02 - 2ad1).

PREREQUISITES
  • Understanding of basic physics concepts such as acceleration and velocity.
  • Familiarity with kinematic equations for motion.
  • Proficiency in using the quadratic formula for solving equations.
  • Basic skills in Excel for plotting and visualizing data.
NEXT STEPS
  • Explore advanced kinematic equations for multi-vehicle dynamics.
  • Learn about simulation tools for vehicle motion analysis.
  • Investigate control systems for stepper motor applications in robotics.
  • Study optimization techniques for real-time vehicle pacing algorithms.
USEFUL FOR

Engineers, automotive software developers, and physics enthusiasts interested in vehicle dynamics and control systems will benefit from this discussion.

charlievictor
Messages
2
Reaction score
0
This is not really homework but it is work (fun) and I'm doing it at home. I’m a software guy and haven’t done a lot of physics in awhile. Actually, I’m building a dial display for a car rally computer. It’s basically a clock like display that reads out the odometer. I’m working on the stepper motor control loop for this. I’m trying to predict where the dial needs to move to in order to synch up with the car’s position. In order not to confuse the issue too much, I’ve boiled it down to the following problem. I think I have a solution that works except that the answer depends on the position where the two vehicles merge (t3). Is there a way solve this without having to know t3?

Homework Statement



  • I’m in a vehicle traveling at a constant speed of v0. I could be traveling forward (+) or reverse (-).
  • Another vehicle is traveling at a constant speed of v1. It also could be traveling forward (+) or backward (-).
  • The other vehicle is a distance of d1 from me at the start (with both vehicals moving). It could be ether in the positive or negative direction.
  • I want to change my vehicle speed while undergoing a constant acceleration (a) and de-acceleration (-a) to arrive at the other vehicle and pace it at its speed of v1.
  • I would like to know what my maximum speed (v2) I would reach during this maneuver.

Homework Equations



(I'll try to attached my scanned in PDF but here goes)

d2 = 1/2at22 + v0t2
v2 = at2 + v0

d3 = -1/2a(t3-t2)2 + v2(t3-t2) + d2
v3 = v1 = -a(t3-t2) + v2

d3 = v1t3 + d1

I know v0, v1, d1, and a.

I want to solve for v2 without depending on t3.

The Attempt at a Solution



(see my attached my scanned in PDF)

v2 = Sqr((2av1t3 + 2ad1 + v12 + v02)/2)

I plotted this in Excel and it seems to work.

But it seems to me that I should be able to sove this without using t3 or d3.

Thanks in advance.
 

Attachments

Physics news on Phys.org
I figured it out.

For the part of my problem where my vehicle is accelerating to meet the other vehicle, this equation applies:

t2 = (v2 - v0) / a

For the second part where I'm trying to slow down to pace the other vehicle, this one applies:

t3 - t2 = (v2 - v1) / a

If I solve for t3 I get:

t3 = (2v2 - v1 - v0) / a

I my attached PDF work notes, the last equation was this:

2v22 = 2av1t3 + 2ad1 + v12 + v02

If I substitute in my t3 from above, I get this:

0 = 2v22 -4v1v2 + (2v0v1 + v12 - v02 - 2ad1)

I used the quadratic formula to solve this for v2.
 

Similar threads

  • · Replies 34 ·
2
Replies
34
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 10 ·
Replies
10
Views
4K
Replies
4
Views
8K