To calculate the trajectory of an object with air drag, numerical integration is the recommended method since there is no closed form solution available. The drag force is proportional to the square of the velocity, and the energy loss due to drag can be expressed using specific equations. A recent claim of a closed form solution was debunked, as it turned out to be a slowly converging series that is impractical. Historical context reveals that the challenge of modeling ballistic objects with drag was pivotal in the development of digital computers. Using small time intervals for calculations, such as milliseconds, can yield accurate results for the object's trajectory until it lands.