How to model the flight kinematics of an airplane with air resistance?

AI Thread Summary
To model the flight kinematics of an airplane considering air resistance, start by applying Newton's laws and using differential equations to describe motion in both horizontal and vertical components. The model assumes a drag force proportional to velocity, with constant lift and thrust acting in specific directions. Integrating the equations for acceleration due to gravity and thrust will yield velocity and position equations, but linking the x and y components requires careful consideration of how drag affects both. If drag is modeled as proportional to velocity squared, the equations become coupled, complicating the solution. Ultimately, a numerical approach may be necessary for accurate modeling, especially when dealing with varying angles of lift and acceleration.
Meowy
Messages
4
Reaction score
0
I want to derive some equations for a 2-D airplane's motion, specifically when it lifts off and lands. Can someone show me where I can start and how I can use differential equations to develop equations like the speed/position of the airplane in its x and y components?

Also, if anyone is wondering, the assumptions I'm making is that there's an air resistance force that acts opposite to the instantaneous direction of motion and is proportional to the speed of the aircraft at that point (also constant lift coefficients, pressure, area). I also want to assume that the aircraft is accelerating with a constant force.

Any suggestions or help is appreciated :)
 
Physics news on Phys.org
OK, a very simple model.
You want a constant thrust and given lift coef, and const. weight. Weight always points down.
Does the thrust always point in the same direction? What about lift?

You want to model drag as a force proportional to the velocity, in the opposite direction?

All you need are Newton's laws, and the ability to draw vectors and solve differential equations.
 
Thanks for the links and help! However, I'm a bit confused as to how the vertical and horizontal components of the differential equations associate with each other? For instance, I think the basic equation to integrate with for both the x and y components are dv/dt = a -kv^2 for each where a is like the acceleration of gravity for y component and the acceleration of the plane for x component (k being constant contributing to air resistance).

So, integrating each of the differential equations can get me an equation in terms of the instantaneous Vx or Vy of the plane and then going even further, the positions. But is there a way to somehow link the vx and vy and their respective equations?

Also, I'm wondering how it's possible to model a motion if the plane's acceleration or lift is starting at an angle? Can I, for instance, say acos(θ) is the horizontal component of that acceleration and use that in the equation?
 
If your drag depends only to first order on velocity, the horizontal and vertical components don't mix.

Calling the drag force D, then:
##\vec D= -k\vec v## then ##(D_x,D_y) = -k(v_x, v_y)## where k is the drag coefficient.

But if you have ##\vec D = -k\vec v^2## then that is more of a problem - the x and y cmponents of velocity do mix. You will have to multiply out the terms to get a pair of couple DEs.

Considering drag D, thrust T, weight Mg, and lift L(v), you need to do:
$$M\frac{d}{dt}\vec v = \vec T +\vec D +\vec L +\vec L$$ ... plug in your models for each force.

You'll have to do this as an initial value problem - so solve it for ##x(0)=x_0, y_0=y_0, \vec v(0)=v(\cos\theta, \sin\theta)##. That takes care of the initial angle thing.

Note: in general the equations governing flight can get arbitrarily complicated and are usually not solved algebraically. You would need to implement some sort of dynamical calculation for small time-steps or something.
 
This is from Griffiths' Electrodynamics, 3rd edition, page 352. I am trying to calculate the divergence of the Maxwell stress tensor. The tensor is given as ##T_{ij} =\epsilon_0 (E_iE_j-\frac 1 2 \delta_{ij} E^2)+\frac 1 {\mu_0}(B_iB_j-\frac 1 2 \delta_{ij} B^2)##. To make things easier, I just want to focus on the part with the electrical field, i.e. I want to find the divergence of ##E_{ij}=E_iE_j-\frac 1 2 \delta_{ij}E^2##. In matrix form, this tensor should look like this...
Thread 'Applying the Gauss (1835) formula for force between 2 parallel DC currents'
Please can anyone either:- (1) point me to a derivation of the perpendicular force (Fy) between two very long parallel wires carrying steady currents utilising the formula of Gauss for the force F along the line r between 2 charges? Or alternatively (2) point out where I have gone wrong in my method? I am having problems with calculating the direction and magnitude of the force as expected from modern (Biot-Savart-Maxwell-Lorentz) formula. Here is my method and results so far:- This...
Back
Top