Module 1/5 · Weeks 1–3 · 27 h

Algebra, functions and units

DRT 111 Applied Mathematics for Technology

About 75 minDraft, awaiting reviewLast updated 26 September 2026

Lesson

By the end of this module you will be able to

  1. Name the SI units and prefixes used most often in drone work and write numbers in scientific notation
  2. Convert speed, battery capacity and energy units correctly with the factor-label method
  3. Rearrange an equation to isolate the variable you need
  4. Explain and apply linear, quadratic, inverse and logarithmic functions to real situations
  5. Estimate a drone's hover time from battery data and electrical power

Prerequisites: Upper-secondary mathematics (arithmetic, fractions and powers)

Why drone engineers must be precise about numbers and units

Picture this. You are asked to survey a 50-rai (8-hectare) farm plot. Before take-off you need three answers: how long one battery will last, what the speed set in the app means in metres per second, and how much extra thrust you get if you raise the propeller speed a little.

All three questions rely on just three pieces of basic mathematics: units, rearranging equations and functions. This module reviews all three using real drone examples throughout. If you have not used mathematics for a while, you can still follow along. Work through each example step by step as you read.

Key idea

In engineering, a number without a unit has no meaning. “Speed 15” could mean 15 m/s or 15 km/h, a difference of 3.6 times. Mistakes like this can cause a mission to fail or an accident to happen.

Quantities, SI units and prefixes

A quantity is something that can be measured, such as length, time or mass. The value of a quantity is always a number together with a unit, for example 2.5 kg.

The world uses the International System of Units (SI), maintained by the International Bureau of Weights and Measures (BIPM). The SI has seven base units. Five of them appear often in drone work.

QuantityBase unitSymbol
Lengthmetrem
Masskilogramkg
Timeseconds
Electric currentampereA
TemperaturekelvinK

Other units are built from the base units and are called derived units. Force is measured in newtons (), power in watts () and electric potential in volts (V).

Unit prefixes

When a value is very large or very small, we use a prefix instead of writing long strings of zeros.

PrefixSymbolFactorDrone example
megaM915 MHz radio
kilok5 km range
millim5000 mAh battery
microµ100 µF capacitor
gigaG5.8 GHz video link

Watch the case of the letter. Lower-case m is milli (); upper-case M is mega (). They differ by a factor of one billion.

Scientific notation

Scientific notation writes a number as , where and is an integer. It makes very large and very small numbers easy to read.

A simple rule: if you move the decimal point places to the left, the exponent is ; if you move it places to the right, the exponent is .

Converting units with the factor-label method

The safest way to convert units is the factor-label method. Multiply by fractions equal to 1, such as , and cancel any unit that appears on both top and bottom.

Diagram converting 54 km/h to 15 m/s by multiplying by 1000 and dividing by 3600
Figure 1. Converting km/h to m/s step by step

Example 1. Converting a speed

The flight app shows 54 km/h. What is that in m/s?

Because , a handy shortcut is: divide km/h by 3.6 to get m/s, and multiply m/s by 3.6 to get km/h.

Battery units: mAh, Ah and Wh

A LiPo battery label usually gives its charge capacity in mAh (milliampere-hours). 5000 mAh means it can supply 5 A for about one hour. This is not yet energy, because the voltage has not been included.

The energy stored in a battery is measured in watt-hours (Wh):

where is the battery’s nominal voltage and is its capacity in ampere-hours. One LiPo cell has a nominal voltage of 3.7 V. A 4S battery has four cells in series, so its nominal voltage is V.

Example 2. Energy in a battery

How much energy does a 4S 5000 mAh battery store?

  1. Convert the capacity:
  2. Calculate the energy:

The Wh figure matters in practice: airlines limit lithium batteries in luggage by Wh, not mAh.

Equations and rearranging formulas

Every formula is an equation. You can rearrange it by doing the same operation to both sides of the equals sign. The aim is to leave the variable you want on its own on one side.

Example 3. Finding current from power

Electrical power is . If all motors together draw 444 W from a 22.2 V battery, what is the total current?

Divide both sides by :

Always check the units: watts divided by volts gives amperes (). If the unit comes out wrong, the rearrangement is wrong.

The dimensional check

Before substituting numbers, check that both sides of the equation have the same unit. This catches almost every mistake. For example, if you write , the unit is , which is not a time, so the formula is upside down. The correct form is .

Functions: relationships between quantities

A function is a rule that pairs each input value () with exactly one output value (), written . Think of a coffee machine: put in one kind of bean and you always get the same coffee out.

Four kinds of function are common in drone work. Figure 2 shows the shape of the first three.

Three graphs: linear is a straight line, quadratic curves upward, inverse drops towards zero
Figure 2. Linear, quadratic and inverse function shapes

Linear functions

A linear function has the form , where is the slope or rate of change and is the starting value when .

Example 4. Climbing

A drone hovering at 10 m climbs at 2.5 m/s. Its height as a function of time is

How long does it take to reach 100 m? Solve : , so seconds.

Quadratic functions

Propeller thrust is roughly proportional to the square of rotational speed:

where is thrust, is rotational speed and is a constant that depends on the propeller and air density. In practice this means a small increase in speed gives a larger increase in thrust than you might expect.

Example 5. Increasing speed by 20%

If rotational speed rises from to , the new thrust is

Thrust rises by 44%, not 20%.

Inverse functions

If the battery energy is fixed, run time is inversely proportional to power: . Doubling the power halves the flight time. The graph falls steeply at first and then levels off.

Logarithmic functions and decibels

Radio signal powers can differ by many orders of magnitude, so communication engineers use the decibel (dB), a logarithmic scale:

If signal power halves, dB. You will use this again when calculating link budgets in DRT 227.

Putting it together: estimating hover time

We now have every tool needed to answer the first question of the lesson.

Steps from a 14.8 V 5 Ah battery to 74 Wh energy, 80 percent usable is 59.2 Wh, divided by 300 W gives about 11.8 minutes
Figure 3. Steps to estimate hover time

Example 6. Hover time

A drone uses a 4S 5000 mAh battery and draws an average of 300 W while hovering. To protect the battery we use only 80% of its energy ().

  1. Total energy Wh
  2. Usable energy Wh
  3. Time
  4. In minutes: minutes

This is an estimate. In real conditions, wind, temperature and battery age shorten the flight, so pilots always keep a reserve.

Common mistakes

Watch out

  • Confusing mAh with Wh. Charge (mAh) and energy (Wh) are different quantities; multiply by voltage before comparing energy.
  • Forgetting to convert mAh to Ah, which puts the answer out by a factor of 1000.
  • Mixing up m and M. Milli and mega differ by .
  • Assuming everything is linear. Thrust grows with the square of speed, not in direct proportion.
  • Not checking the unit of the answer. Every answer needs a unit, and the unit must make sense.

Summary

  • A quantity is always a number with a unit. Drone work uses SI units and prefixes such as k, M, m and µ.
  • The factor-label method makes conversions reliable. A common shortcut is km/h ÷ 3.6 = m/s.
  • Battery energy (Wh) equals voltage times capacity in Ah.
  • Rearrange equations by doing the same thing to both sides, then check the unit of the answer.
  • Linear, quadratic, inverse and logarithmic functions describe key relationships in drone work, from climbing and thrust to flight time and signal strength.

Check your understanding

Try these before opening the answers.

  1. What is 20 m/s in km/h?
  2. How much energy does a 6S (22.2 V) 10 000 mAh battery store?
  3. Rearrange to find , then find the capacity of a 14.8 V battery storing 96.2 Wh.
  4. If propeller speed increases by 10%, by what percentage does thrust increase?
  5. Signal power drops to one quarter. How many dB is that?
Answers
  1. km/h
  2. Wh
  3. Ah, or 6500 mAh
  4. , so thrust rises by 21%
  5. dB

Key formulas

Speed
km/h to m/s
Electrical power
Battery energy
Estimated run time
Linear function
Decibel

Key references

  1. Bureau International des Poids et Mesures. (2026). The International System of Units (SI) (9th ed., v4.01) [Brochure]. link
  2. Abramson, J. (2021). Algebra and trigonometry (2nd ed.). OpenStax. link
  3. Stroud, K. A., & Booth, D. J. (2020). Engineering mathematics (8th ed.). Bloomsbury.

Further reading

Study the assigned knowledge units in advance, review media and take the module quiz

In class / field

Lecture, case discussion and in-class problem solving

Learning evidence: Quiz results and submitted exercises

Module quiz

This is a formative self-check, not a graded exam

Knowledge domain: Mathematics, physics and statistics · Control, autopilot and navigation