I want to calculate where the Particle will reach its max hight based on its drag, speed and lifetime. Without drag I beleave I can just use its speed * lifetime to get the hight. The problem is when drag comes in. I dont really know how I can include it into the equation.