• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Maths... err... physics... err... ouch!

Messages
2,168
Country
us-ohio
Ok... so I was monkeying with some basic physics... and hurt myself.

Given the formula a = (v^2 - u^2) / 2s where u is initial velocity, v is final velocity, s is distance and a is acceleration... then given the following:
Code:
u = 0
v = 211 fps
s = 4060 feet
a = 44511 / 8120
a = 5.48 fps^2

Given that f = m*a where m is mass, a is acceleration and f is force...
Code:
m = 20200 pounds
a = 5.48 fps^2
f = 20200 * 5.48
f = 110729 pounds

How does an aircraft with a maximum of 8200 pounds of total engine thrust actually accomplish those figures? The figures I used are from takeoff charts for an aircraft. My mind is obviously missing something. Anyone want to show me what/where?
 
That page has the second equation on it... f = m*a because mass and acceleration are constants... which for this discussion is accurate.
 
t

Slowly, slowly, catchee speeds up monkey.

> 38 secs worth of t, (guesstimation @ zero drag)

Guessing
v = Vr
a = averaged acceleration fps (to reach Vr)
f = pounds thrust expended to achieve that rate of acceleration (@ zero drag)

Apologies if above is total b*ll*cks.
 
Right right right. 1 lb thrust is 1 lb force against gravity (9.8 m/s^2 or 32.15 ft/s^2)

110729/32 => 3444
 
Ok, so the only thing I see different is units. Is the result of the calculations when using pounds and fps^2 not a valid unit?

EDIT:
And Ron's post finished the thought for me... thanks everyone!
 
You had the units right until you compared to the 8200 lb thrust engine => 8200 * 32.17 = 263794 lbs
 
What can I say... it's rocket science... and I'm not. LOL Thanks for helping me straighten it out everyone.
 
Back
Top