Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do I calculate the max hight of a particle based on its Speed,Lifetime and Drag?

Asked by
esepek 103
3 years ago

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.

0
This tricky question hurts my brain a little Xapelize 2658 — 3y
0
Sorry, but I think i can help you tomorrow i cant figure it out, its too late my brain stops functioning and my english is very bad i cant really think about anything so goodbye Xapelize 2658 — 3y
0
(speed - drag) * lifetime ? or maybe (speed / drag) * lifetime 0hsa 193 — 3y

Answer this question