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.