- #1
ChanYoung Park
Hi! I was wondering how I could come up with a differential equation for projectile motion on a 2D plane when air resistance is not negligible. I'm trying to guess the position of a projected ball at a certain time period by approximating the coordinates using the Euler's method.
Here, I would assume that I know the angle, mass, and initial force; θ, m and F are constants. What I modeled so far are the equations below, but I'm pretty sure that they're completely wrong. And I do not know how I could decompose x(t) and y(t) in terms of the time.$$F_x= Fcosθ - mg - kv_{x}^2$$
$$F_y= Fsinθ - mg - kv_{y}^2$$
$$\frac{dx}{dt} = v_x$$
$$\frac{dy}{dt} = v_y$$
$$\frac{d^{2}x}{dt^2} = a_x$$
$$\frac{d^{2}y}{dt^2} = a_y$$Please help!
Here, I would assume that I know the angle, mass, and initial force; θ, m and F are constants. What I modeled so far are the equations below, but I'm pretty sure that they're completely wrong. And I do not know how I could decompose x(t) and y(t) in terms of the time.$$F_x= Fcosθ - mg - kv_{x}^2$$
$$F_y= Fsinθ - mg - kv_{y}^2$$
$$\frac{dx}{dt} = v_x$$
$$\frac{dy}{dt} = v_y$$
$$\frac{d^{2}x}{dt^2} = a_x$$
$$\frac{d^{2}y}{dt^2} = a_y$$Please help!