View Single Post
  #1  
Old 07-28-2011, 07:07 AM
CaptainDoggles's Avatar
CaptainDoggles CaptainDoggles is offline
Approved Member
 
Join Date: Jun 2011
Posts: 1,198
Default

Quote:
Originally Posted by Lololopoulos View Post
Thanks everyone for ur opinion.
I have one question though, so in the video is it mentioned that how fast the airplane will be going depends on 2 factors:
1. pitch or how much air the propeller grabs
2. the rpm or how fast the propeller rotates.
theoretically more pitch and more rpm combined will make the airplane go faster

This is what I don't understand, in the constant speed propeller take off run, doesn't a fine pitch counteracts the high rpm? intuitively for me, if the pitch is fine then it doesn't really matter much how fast the propeller spins anymore because the prop doesn't get much air anyways??

Can someone point me in the right direction?
Propellers and the mathematics behind them are quite complex, but we can do a crude analysis.

An approximation of the thrust produced by a propeller can be made by computing:

Code:
Thrust = [efficiency factor * power] / speed
For takeoffs, you want to accelerate to liftoff speed in as short a distance as possible, which means you want as much thrust as you can get.

Looking at the above equation, there are only 3 terms. Speed is very small as you begin the takeoff roll and the efficiency factor is determined by the design of the prop.

That leaves engine power as the only remaining variable we can manipulate. Since the engine develops more horsepower at high RPM than it does at low RPM, you want to run the engine at high RPM so that you can produce the most thrust.

Going a little deeper: Power is computed by multiplying shaft torque by rotational speed. So to increase power you want the prop to spin faster.

Therefore you want to go to fine pitch.

------

I really dislike the "car analogy" that many make, but if it helps: In a car you accelerate from a standstill in lowest gear. This is akin to putting the prop at fine pitch.

Last edited by CaptainDoggles; 07-28-2011 at 07:12 AM. Reason: spelling
Reply With Quote