12
CH02-1 Constant Net Force

CH02-1 Constant Net Force

Embed Size (px)

DESCRIPTION

CH02-1 Constant Net Force. x-velocity vs. time graph. Theory. fan cart. displacement. Theory. arithmetic mean velocity. Theory. assuming a constant velocity of v x,avg gives the same result. F net vs. time graph. Theory. fan cart. Summary of Analytic Method. Theory. - PowerPoint PPT Presentation

Citation preview

Page 1: CH02-1 Constant Net Force

CH02-1 Constant Net Force

Page 2: CH02-1 Constant Net Force

x-velocity vs. time graph

Theoryfan cart

Page 3: CH02-1 Constant Net Force

displacement

Theory

Page 4: CH02-1 Constant Net Force

arithmetic mean velocity

Theory

assuming a constant velocity of vx,avg gives the same result.

Page 5: CH02-1 Constant Net Force

Fnet vs. time graph

Theoryfan cart

Page 6: CH02-1 Constant Net Force

Summary of Analytic Method

Theory

Page 7: CH02-1 Constant Net Force

Analytic Method in 1-D

Theory

Page 8: CH02-1 Constant Net Force

ExampleA tennis ball has a mass of 0.057 kg. A professional tennis player hits the ball hard enough to give it a speed of 54 m/s (about 121 miles per hour.) The ball moves toward the left, hits a wall and bounces straight back to the right with almost the same speed (54 m/s). As indicated in the diagram below, high-speed photography shows that the ball is crushed about 2 cm at the instant when its speed is momentarily zero, before rebounding. How much time elapses between first hitting the wall and momentarily stopping? What is the net force on the ball during the collision?

video

Page 9: CH02-1 Constant Net Force

Numerical (computational) integration

Computation Assumptions: constant net force, small ∆t

Page 10: CH02-1 Constant Net Force

Numerical error

Computation Assumptions: constant net force, small ∆t

Error can be decreased by using a smaller time interval. Also, using the mean velocity is clearly a better estimate than using the final velocity.

Decide at this point to accept the error, but select a reasonable time interval to reduce the error.

Error

Page 11: CH02-1 Constant Net Force

Summary of Numerical Method

Computation Assumptions: constant net force, small ∆t

At this point, you are using the Euler-Cromer Method (semi-implicit Euler Method) to solve the differential equations:

with

Page 12: CH02-1 Constant Net Force

VPython

Write a simulation that models the motion of a fan cart. Clearly state your assumptions and your initial conditions before starting your program.