Computer Program #4
Automobile suspension investigation
The vertical motion of an automobile after it has hit a pothole can be simply modeled using a one-degree-of-freedom dynamic equation. The solution to the simple model is given by
where,
and The parameters for a particular automobile are , and If we would like to know the first three times the car passes through the equilibrium point .
Write a C++ program that will find these three times unassisted by human intervention. That is, the program should search the function starting at t = 0.0 using the incremental search method until it finds an axis crossing. Then the program should use an appropriate method to converge on the crossing point until it is accurate to within seconds. Once the first time is found, the program should revert back to the incremental search method to find the second and third crossings using the same methodology.
C++ programming question?
Go and ask ur computer teacher..this pgmis way above wat i know as i just passed out frm 12th
Reply:i could not find any equation in the problem ..
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment