- #1
bestpa
- 8
- 0
Hi Everyone;
I hope this is the right forum.
Here's the issue... with fixed pitch propeller aircraft, thrust is not a constant, and changes (among other variables) with the speed the aircraft is travelling. The thrust available can be calculated using a polynomial.
How do I integrate the polynomial into the acceleration equation?
Here is a simple example :
An aircraft weighing 4500N (1000lbs) accelerates to 60 Kilometres Per Hour. How long did that take?
Here is the data set:
Thrust(N)=-0.025x^2 - 3.75x + 500
KPH, Thrust(N)
0, 500
10, 460
20, 415
30, 365
40, 310
50, 250
60, 185
70, 115
80, 40
I hope this is the right forum.
Here's the issue... with fixed pitch propeller aircraft, thrust is not a constant, and changes (among other variables) with the speed the aircraft is travelling. The thrust available can be calculated using a polynomial.
How do I integrate the polynomial into the acceleration equation?
Here is a simple example :
An aircraft weighing 4500N (1000lbs) accelerates to 60 Kilometres Per Hour. How long did that take?
Here is the data set:
Thrust(N)=-0.025x^2 - 3.75x + 500
KPH, Thrust(N)
0, 500
10, 460
20, 415
30, 365
40, 310
50, 250
60, 185
70, 115
80, 40