Difficulty: Medium
Correct Answer: P = m_dot * (v1 - v2) * v2
Explanation:
Introduction / Context:
Propulsive (useful) power in flight is the rate at which the propulsion system does work on the vehicle to increase or maintain its kinetic energy against drag. For rockets or pure jets, this equals thrust times the flight speed.
Given Data / Assumptions:
Concept / Approach:
Thrust T from momentum balance in 1-D is T = m_dot * (v1 - v2) for a generic momentum jet (with v2 representing incoming stream speed). The useful propulsive power is the power delivered to the vehicle, P = T * v2. Combining gives P = m_dot * (v1 - v2) * v2.
Step-by-Step Solution:
Verification / Alternative check:
Propulsive efficiency η_p = useful power / jet power = [m_dot * (v1 - v2) * v2] / [0.5 * m_dot * (v1 - v2)^2] = 2 v2 / (v1 - v2). This standard relationship is consistent with the derived power expression (for idealized cases).
Why Other Options Are Wrong:
Common Pitfalls:
Confusing jet power with propulsive power; only the portion of jet energy that goes into pushing the vehicle forward at speed v2 counts as useful propulsive power.
Final Answer:
P = m_dot * (v1 - v2) * v2
Discussion & Comments