Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

This cheat sheet covers the main parts of a drone and the flight ideas that help it move safely and predictably. Students need this reference to connect robotics hardware with real flight behavior. It is useful for building, troubleshooting, programming, or explaining how quadcopters work.

The focus is on clear diagrams, formulas, and rules that support classroom and project-based learning.

A drone flies by changing the speed of its motors to control lift, roll, pitch, and yaw. The most important physics ideas are thrust, weight, drag, and torque. Sensors such as gyroscopes, accelerometers, GPS, and barometers help the flight controller estimate position and motion.

Battery voltage, current, power, and capacity determine how long the drone can fly and how much force the motors can produce.

Key Facts

  • Lift-off occurs when total thrust is greater than weight, so T_total > W.
  • Weight is calculated with W = m x g, where m is mass in kilograms and g is about 9.8 m/s^2 on Earth.
  • Electrical power is calculated with P = V x I, where P is power in watts, V is voltage in volts, and I is current in amperes.
  • Approximate flight time in minutes can be estimated with time = battery capacity in Ah / current in A x 60.
  • Roll is rotation around the front-to-back axis, pitch is rotation around the side-to-side axis, and yaw is rotation around the vertical axis.
  • A quadcopter turns by creating an imbalance in motor torque while keeping enough total thrust to stay in the air.
  • Opposite propellers usually spin in opposite directions to cancel unwanted torque and improve stability.
  • A flight controller uses sensor data and control algorithms to adjust motor speeds many times per second.

Vocabulary

Frame
The frame is the main structure that holds the motors, propellers, battery, flight controller, and other drone parts.
Flight Controller
The flight controller is the onboard computer that reads sensors and sends speed commands to the motors.
Thrust
Thrust is the upward or directional force produced by spinning propellers pushing air.
ESC
An electronic speed controller, or ESC, controls how fast a brushless motor spins.
IMU
An inertial measurement unit, or IMU, combines sensors such as gyroscopes and accelerometers to measure motion and orientation.
Yaw
Yaw is rotation around the drone's vertical axis, which changes the direction the nose points.

Common Mistakes to Avoid

  • Confusing thrust with speed is wrong because thrust is a force, while speed is how fast the drone moves.
  • Ignoring total weight is wrong because every added part increases W = m x g and requires more thrust to lift.
  • Installing propellers in the wrong direction is wrong because each propeller is shaped to push air correctly only when it spins the intended way.
  • Treating all motors as if they spin the same direction is wrong because quadcopters use opposite spin directions to balance torque.
  • Estimating flight time from voltage alone is wrong because flight time depends mainly on battery capacity and current draw.

Practice Questions

  1. 1 A drone has a mass of 1.5 kg. Using g = 9.8 m/s^2, what is its weight in newtons?
  2. 2 A battery has a capacity of 2.2 Ah and the drone draws 11 A in flight. Estimate the flight time in minutes using time = capacity / current x 60.
  3. 3 A motor uses 14.8 V and draws 8 A. What electrical power does it use?
  4. 4 Explain why a quadcopter needs some propellers to spin clockwise and others to spin counterclockwise.

Understanding Drone Anatomy & Flight Reference

A propeller works by pushing air downward. Its curved blades act like small rotating wings. Faster rotation moves more air each second, which produces more upward force.

This force has a cost. The motors must draw more electrical energy, and the propellers create more turbulent air and noise. Propeller size and pitch affect the result.

Larger props can move more air at lower speeds, while smaller props often need to spin faster. A damaged, bent, or wrongly installed propeller can cause shaking, poor control, and extra battery use.

Students should check that each propeller matches its motor direction. A clockwise propeller placed on a counterclockwise motor will not produce the intended airflow.

Drone movement depends on balanced changes, not on one motor working alone. To move forward, the drone tilts so part of its upward force points forward. This means it needs extra total force for a moment, because tilting reduces the upward part that supports its weight.

The same idea explains sideways motion. A drone does not slide flat through the air like a video game object. It banks, then accelerates in the direction of the bank.

This is why fast turns need careful control. A steep tilt can make the drone lose height unless the controller increases motor output. Wind makes this harder because the drone must tilt into the wind just to hold one place.

The flight controller combines several imperfect sensor readings. A gyroscope detects turning rate very quickly, but small errors build up over time. An accelerometer senses changes in motion, though it cannot always tell the difference between tilting and accelerating.

A barometer estimates height from air pressure, but pressure changes from weather, propeller wash, and indoor airflow can confuse it. GPS helps outdoors, yet it is less precise than many beginners expect and may fail near buildings or trees. The controller blends these measurements to make a more reliable estimate.

Its feedback system compares the desired motion with the measured motion, then corrects the difference through tiny motor changes. This process repeats so quickly that the drone can resist many small disturbances before a pilot notices them.

Battery behavior is a major limit in real flights. A battery may show a normal voltage with no load, then its voltage can drop sharply when the motors demand high current. This is called voltage sag.

Hard acceleration, rapid climbing, and carrying a camera all increase current draw. Flying until the battery is nearly empty can damage lithium polymer cells and leave too little energy for a safe landing. Pilots usually set an early warning level and land with a reserve.

For troubleshooting, students can compare a short hover test with an aggressive flight test. If the drone shakes only at higher throttle, likely causes include loose screws, worn bearings, bent props, or an unbalanced propeller. If it drifts while hovering, check sensor calibration, the frame level, motor placement, and air moving through the room.