Projectile motion with drag

tejsa1

New member
Joined
Nov 14, 2015
Messages
1
I have got 4 differential equations I wanna solve with runga kutta 4. method:
vx'=k*(x'2 + y'2)0.5 * x'
vy'=k*(x'2 + y'2)0.5* y' - g
x' = vx
y' = vy

K = -0.02
g = 9.82
Where initial conditions:
vx=5.74
vy= 8.19
x = 0
y = 0

To solve this I will do:
attachment.php

I have made this to a spreadsheet: https://www.dropbox.com/sh/472jdrtlx...0s2pgs3Da?dl=0
But I solved it in maple too, but it gave me a completely different answer:


Can anyone see what I did wrong in my spreadsheet?
 

Attachments

  • DE.jpg
    DE.jpg
    12.1 KB · Views: 8
Top