C++ language, only math equation, no code. A Box on a slope slides under the following...

70.2K

Verified Solution

Question

Physics

C++ language, only math equation, no code.

A Box on a slope slides under the following force F =m*g*sin(theta) - 0.2v(t). Assume m = 1kg and g=10 and theta = 30'.We want to simulate the slide using dt = 0.1 second interval. Thismeans update frame rate is 10 per second. Initial speed is 0. After2 seconds we like to know what is the current position and speed ofthe box. We want to do this using Explicit Euler(EE), Semi-ExplicitEuler(SE), and Verlet Method for updating at each frame.

a) What are the update equations for EE method?

b) What are the update equations for SE method?

c) What is the update equation for Verlet method? How do youchoose the initial first 2 positions in this method?

d) Provide a table showing updates per frame for each method.This means there are 3 columns, one for each method, and there are20 rows for 20 frames to comprise 2 seconds of updates. Whichmethod is more out of sync with the other 2 methods?

e) What is the maximum speed of decent of the box on the slope?why? (hint. Use analytical way to argue what is the maximumspeed)

Answer & Explanation Solved by verified expert
3.8 Ratings (376 Votes)
    See Answer
Get Answers to Unlimited Questions

Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!

Membership Benefits:
  • Unlimited Question Access with detailed Answers
  • Zin AI - 3 Million Words
  • 10 Dall-E 3 Images
  • 20 Plot Generations
  • Conversation with Dialogue Memory
  • No Ads, Ever!
  • Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Become a Member

Other questions asked by students