Finding the location of a kinematic particle in motion based on time.

Click For Summary
SUMMARY

This discussion focuses on calculating the position of a kinematic particle in a 2D Cartesian coordinate system, specifically for a vehicle moving forward and backward with rotation. Key variables include initial velocity (v_i), forward acceleration (a_f), angular velocity (ω), angular acceleration (α), and time (t). The challenge arises when the particle experiences both forward and angular acceleration, resulting in a spiral path rather than a simple circular motion. The solution involves using the acceleration vector and initial conditions to derive the position and velocity at any given time.

PREREQUISITES
  • Understanding of kinematic equations in physics
  • Familiarity with 2D Cartesian coordinate systems
  • Knowledge of calculus, particularly integration
  • Basic concepts of angular motion and rotation
NEXT STEPS
  • Study the application of kinematic equations in non-linear motion
  • Learn about vector calculus and its role in motion analysis
  • Explore numerical methods for simulating particle motion
  • Investigate the use of simulation software for modeling kinematic systems
USEFUL FOR

Physics students, mechanical engineers, and anyone involved in vehicle dynamics or motion simulation will benefit from this discussion.

Kaanin25
Messages
1
Reaction score
0
Hello there, I have a problem that I've been trying to solve for some time now and I find myself struggling.

I am trying to develop a method of calculating the position of a particle using kinematic motion in a 2D Cartesian coordinates system given a set of starting values based on how much time has passed. In my case the particle is being used to represent a vehicle such as a car or otherwise that moves only forward and backward with no sideways motion and uses rotation to turn.

Just for further clarification I'm going to point out that given the above description, the rotation of the particle is important as it defines what is "forward" and "backward" for the particle and as such changes the line of motion.

The given values I have to work with are: v_i Initial Velocity, a_f Forward Acceleration, ω Angular Velocity, \alpha Angular Acceleration, and t Time.

The starting coordinates and rotation of the particle are all assumed to be starting at zero.
x = 0, y = 0, \theta = 0

If the particle is traveling in a straight line with no angular velocity or acceleration, calculating the position of the particle is easy using the kinematic formula for displacement.
d = v_i\times t + 1/2\times a_f\times t^2

And if the particle is traveling in a perfect circle with no acceleration it's not so bad because I can find the circumference, radius, and origin of the circle just looking at the forward and angular velocities and find its place on the circle based on that.

But if the particle has a forward acceleration or angular acceleration while turning, it is no longer a circle but a spiral path of motion. This is where I am failing to find a solution.

Any assistance anyone could lend would be greatly appreciated!
Thank you in advance, I will be back to check this post tomorrow.
 
Physics news on Phys.org
Don't know if I get what you ask, but if you know

\vec{a}(t) = a_x(t)\vec{i} + a_y(t)\vec{j}

(i.e. if you know the acceleration vector at each time)

and you also know

\vec{r}(t_0) and \vec{v}(t_0)

(i.e. the position vector and velocity vector at one given time instant t_0 )

then you know \vec{r}(t) and \vec{v}(t) at any time t.


Because:


\vec{v}(t) = \vec{v}(t_0) + \int_{t_0}^t \vec{a}(s)ds


and


\vec{r}(t) = \vec{r}(t_0) + \vec{v}(t_0) (t-t_0) + \int_{t_0}^t\left(\int_{t_0}^s \vec{a}(w)dw\right)ds
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 37 ·
2
Replies
37
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
768
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K