Struggling with large solve blocks
- December 30, 2011
- 12 replies
- 4238 views
Let me first explain what I'm trying to accomplish in M15:
I'm attempting to determine how fast an aircraft would be able to fly in level flight, based on a simplified model. To test this model I have some data from a WW2-era P-51D Mustang fighter. The data shows that this Mustang could make ~442 mph true airspeed at 26000 feet.
To find the top speed at a particular altitude, I first develop a formula for Specific Excess Power (Ps), and then look for the true airspeed at which Ps is zero.
I have tried to do this using a minimize solve block but am apparently doing it wrong because I get wildly varying values for the top speed depending on what I enter as my original "guess" values.
I have read all the tutorials I've been able to find but none of them were helpful, since what I am trying to do is not the same thing as finding the intersection between two curves.
Please help!

