Maximizing Range/Time in Air of an Airplane: Solving with Calculus

AI Thread Summary
The discussion focuses on maximizing the range and time in the air of an airplane using calculus. The forward force from the engine is balanced by air resistance, leading to a formula for range that depends on velocity. By minimizing the force, the optimal speed for maximum range is calculated to be 120 km/h, while the optimal speed for maximum time in the air is found to be 90 km/h. A minor typo in the derivative expression is noted, but the overall calculations are confirmed as correct. The use of calculus effectively demonstrates the relationship between speed, force, and energy in optimizing airplane performance.
Argonaut
Messages
45
Reaction score
24
Homework Statement
[ Young & Freedman - University Physics 13E, Ex 6.104]
An airplane in flight is subject to an air resistance force proportional to the square of its speed v. But there is an additional resistive force because the airplane has wings. Air flowing over the wings is pushed down and slightly forward, so from Newton's third law the air exerts a force on the wings and airplane that is up and slightly backward (Fig. P6.104). The upward force is the lift force that keeps the airplane aloft, and the backward force is called induced drag. At flying speeds, induced drag is inversely proportional to $v^2$, so the total air resistance force can be expressed by ##F_{air} = \alpha v^2 + \beta /v{^2}##, where ##\alpha## and ##\beta## are positive constants that depend on the shape and size of the airplane and the density of the air. For a Cessna 150, a small single-engine airplane, ##\alpha = 0.30 ~\rm{N} \cdot ~\rm{s^{2}/m^{2}}## and ##\beta = 3.5 \times 10^5 ~\rm{N} \cdot ~\rm{m^2/s^2}##. In steady flight, the engine must provide a forward force that exactly balances the air resistance force. (a) Calculate the speed (in km/h) at which this airplane will have the maximum range (that is, travel the greatest distance) for a given quantity of fuel. (b) Calculate the speed (in km/h) for which the airplane will have the maximum endurance (that is, remain in the air the longest time).
Relevant Equations
Work, kinetic force, power
IMG_20230423_100342__01.jpg


Is my solution correct? (I only have answers to odd-numbered exercises.)
Is it a good solution or have I overcomplicated things?

(a)

The forward force provided by the engine balances the air resistance force, so ##F_{engine}=F_{air} = \alpha v^2 + \beta /v{^2}##.

Let ##W_{engine}## be the energy content of the given quantity of fuel. Then ##W_{engine} = F_{engine}d ## where ##d## is range. So

$$ d = \frac{W_{engine}}{F_{engine}} = \frac{W_{engine}}{\alpha v^2 + \beta /v{^2}} $$

We want to maximise ##d##. We can achieve that if we minimise ##F_{engine}##, since ##W_{engine}## is a constant.

We use calculus to minimise it. Let ##f(v) = \alpha v^2 + \beta /v{^2}##. Then ##f'(v) = 2\alpha - \frac{2\beta}{v^3}##. We find the minimum value by setting ##f'(v) = 0## and rearranging it to express ##v##, we obtain

$$
v = \left(\frac{\beta}{\alpha}\right)^{1/4} = \left(\frac{3.5 \times 10^5 ~\rm{N} ~\rm{m^2/s^2}}{0.30 ~\rm{N} ~\rm{s^{2}/m^{2}}}\right)^{1/4} = 33 ~\rm{m/s} = 120 ~\rm{km/h}
$$

Thus the airplane will achieve the maximum range travelling at a speed of ##120 ~\rm{km/h}##.

(b)
##P_{av} = \frac{\Delta W}{\Delta t}## and we want to maximise ##\Delta t##. We can achieve this by minimising ##P##, since ##\Delta W = W_{engine}## is a constant. We use calculus to minimise ##P##. Let ##P = g(v)##. Then ##g'(v) = 3\alpha v^2-\frac{\beta}{v^2}##. Setting ##g'(v)=0## and rearranging it to express ##v##, we obtain

$$
v= \left(\frac{\beta}{3\alpha}\right)^{1/4} = \left(\frac{3.5 \times 10^5 ~\rm{N} ~\rm{m^2/s^2}}{3(0.30 ~\rm{N} ~\rm{s^{2}/m^{2}})}\right)^{1/4} = 25 ~\rm{m/s} = 90 ~\rm{km/h}
$$

Therefore, the airplane will achieve maximum time in air at a speed of ##90 ~\rm{km/h}##.
 
Physics news on Phys.org
Looks correct to me.
 
Looks fine except for a typo (dropped v) in the expression for f'.
 
Thanks, both!
 
Argonaut said:
We use calculus to minimise it. Let ##f(v) = \alpha v^2 + \beta /v{^2}##. Then ##f'(v) = 2\alpha v - \frac{2\beta}{v^3}##. We find the minimum value by setting ##f'(v) = 0## and rearranging it to express ##v##, we obtain...
Your v was missing after 2α.

Drag1_0.jpg
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top