Modeling a car slowing down from speed

AI Thread Summary
The discussion focuses on modeling a car's deceleration due to drag, friction, and road slope. The participant has developed a model using resistive forces and is seeking to incorporate road angle data into their equations. They have successfully modeled the car's movement without slope consideration and are now looking for ways to integrate the slope information effectively. Suggestions include fitting a smooth function to the slope data to better represent the road's shape. The conversation emphasizes the importance of accurately modeling the road's characteristics for a comprehensive solution.
Belacan
Messages
2
Reaction score
0
Hello!

I'm trying to model a car slowing down from speed with the forces of drag and friction and gravity from the road slope..

The model, which models the resistive forces is as follows..

[ Ffriction + Fdrag + Fslope ] / m = -a (deceleration)

where:

Friction force
Ffriction = A where A = mg x Rd, m is mass, g is gravity Rd is the friction coefficient

Drag force
Fdrag = B v2
where B = 0.5 x ρ x A x Cd, ρ is density, A is frontal area, Cd is drag coefficient

Force due to slope
Fslope
= C sin(θs) where C = mg, θs is the angle of the road at displacement s

The displacement data is given in a discrete form.. for example,

θ0 = 2.2°
θ1 = 4.1°
θ2 = 3.2°
...
θn = x

My ultimate goal is to have an equation that gives me displacement as a function of time.. given the parameters A, B, the initial velocity vi and the road angle information..

I've had success in modeling the car without accounting for the slope by solving the following differential equation (from the model..)

-a = A + B v2

-s''(t) = A + B s'(t)2


Simply solving for s(t) (with wolfram alhpa..) I get an expression for displacement as a function of time and the coefficients A & B as well as constants on integration C1 & C2..

My question is.. how can I incorporate the road angle information?

It would be easier the road angle information could be provided as a function of time, θ(t) instead of θ(s).. but both should be workable..

Thanks!
 
Mathematics news on Phys.org
Is the road actually a set of straight line segments, each with a constant slope? If not, I suggest fitting a smooth function to the slope data that approximates the actual shape of the road.
 
Hi Stephan, good question.

Indeed the road is not a set of straight line segments so it would make sense to do as you suggested.. I imagine this may be a necessary part of the solution as it would make sense the solution would require you to integrate the equation of the road somehow..

Thanks for the reply!
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top