trajectories

14
Trajectories By: Zack Stutts Freddy Sonnenwald

Upload: ananda

Post on 18-Mar-2016

20 views

Category:

Documents


0 download

DESCRIPTION

Trajectories. By: Zack Stutts Freddy Sonnenwald. Uses.  Cold War Ballistic Missile Nuclear Biological Conventional Napoleonic War Cannon Sports/Entertainments Basketball Football Dare Devil Stunts. The Question. Velocity Angle Time steps Gravity. Operations. Validation - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Trajectories

Trajectories

By: Zack Stutts

Freddy Sonnenwald

Page 2: Trajectories

Uses Cold War

– Ballistic Missile• Nuclear• Biological• Conventional

Napoleonic War– Cannon

Sports/Entertainments– Basketball– Football– Dare Devil Stunts

Page 3: Trajectories

The Question

• Velocity• Angle• Time steps• Gravity

Page 4: Trajectories

Operations

• Validation– Research

• Compare Models

• Verification– Advanced Calculations

• Euler’s Method

• An Excel Workbook• A Java Program

Page 5: Trajectories

Architecture

• Microsoft Excel• Sun Java

Page 6: Trajectories

Estimating Math

• Euler’s Method: New = Old + Change– Vy new = Vy old + g · Δt– Vx new = Vx old + ø– X new = X old + Vx · Δt– Y new = Y old + Vy · Δt

Page 7: Trajectories

Exact Math

• Exact Mathematical Equation– Y at t = Y init + Vy init · t – (1/2 · g · t²)– X at t = X init + Vx init · t

Page 8: Trajectories
Page 9: Trajectories
Page 10: Trajectories

Excel Estimated• Euler’s Method

– Difference < 15 m• Reasonable Distance

– Fit’s on GraphDropping Estimated

0

2000

4000

6000

8000

10000

0 5000 10000 15000 20000 25000X- Distance Estimated

Page 11: Trajectories

Excel Exact

• Exact Calculations• Reasonable Distance

– Fits on GraphDropping Exact

0

2000

4000

6000

8000

10000

0 5000 10000 15000 20000 25000X- Distance Exact

Page 12: Trajectories

Java

• Both exact/estimated• Finds height/distance

Page 13: Trajectories

Results

• Euler’s Method Perfect• Time steps dependant• Velocity effective• 45 degrees high range• Gravity Important

Page 14: Trajectories

Sources

• http://www.physicsclassroom.com/Class/vectors/U3L2e.html the formulas

• http://www.civilwarartillery.com/projectiles/spherical/IIIA3.htm velocity of a cannonball

• http://id.mind.net/~zona/mstm/physics/mechanics/curvedMotion/projectileMotion/generalSolution/generalSolution.html general information