Question: make this exactly like scratch would The horizontal position of an object undergoing damped oscillation is given by ( ) = 3 sin ( )

make this exactly like scratch would The horizontal position of an object undergoing damped oscillation is given by ()=3 sin(), where t is given in seconds and x is given in m. Create a block (function) that defines a list (array) named t that contains values starting at 0 and ending with 10 seconds with increments of 1 second. Use a loop to determine the values of t. Create a block (function) that determines the value of x for each element of list t if =1.5. Round the values of x to 4 digits after the decimal point and store the rounded values in a list. Create a block (function) that outputs the value of x for each element of t for 2 seconds and displays the last value of x after the program ends. After the program ends, the output should be: x(10)=0.0007

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!