WOLFRAM NOTEBOOK

WOLFRAM|DEMONSTRATIONS PROJECT

Simulating Vehicle Suspension with a Simplified Quarter-Car Model

car suspensionanimation
start / pause / reset
elapsed time in sec =
0
suspension parameters
damping coefficient: c
0.85
spring constant: k
0.165
mass: m
1
road condition
road bump height
0.1
bump frequency: fb
1
The simplified quarter-car suspension model is basically a mass-spring-damper system with the car serving as the mass, the suspension coil as the spring, and the shock absorber as the damper.
This Demonstration lets you explore the affect of different suspension parameters and road conditions on the vertical motion of the car.
The mathematics of the system are based on the differential equation of the spring-damper suspension:
ctx'-cty'+ktx-kty+mtx''0
, which, after a Laplace transform, results in the transfer function
G(s)=
cs+k
cs+k+m
2
s
.The Mathematica 8 functions TransferFunctionModel and OutputResponse were used to calculate the car movement with no need to solve the differential equation.
Wolfram Cloud

You are using a browser not supported by the Wolfram Cloud

Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.


I understand and wish to continue anyway »

You are using a browser not supported by the Wolfram Cloud. Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.