Skip to main content
MathematicsAMT — General

Scientific Notation for Expressing Aviation Measurements

Scientific notation allows aviation technicians to express very large or very small measurements concisely, using powers of ten — an essential skill for electronics, fuel calculations, and precision maintenance work.

Reviewed & updated · Grounded in current FAA handbooks & the ACS

Aviation maintenance technicians encounter an enormous range of physical quantities every day. Electrical system voltages may span a few millivolts to hundreds of volts, while radio frequencies climb into the billions of cycles per second. Torque specifications, fuel flow rates, hydraulic pressures, and component tolerances can involve numbers with many trailing zeros or leading decimal places. Writing and calculating with all those zeros is tedious and error-prone. Scientific notation is the universal shorthand that compresses these extremes into a clean, manageable format — and it appears directly in the FAA General test for Aviation Maintenance Technicians.

Understanding scientific notation is not merely a test hurdle. It is a practical tool you will use when reading avionics specifications, interpreting electrical measurements, and verifying tolerances listed in manufacturer's maintenance manuals and FAA-approved data. This article walks you through the mechanics, the rules, and the exam traps in complete detail.

What Scientific Notation Is and How It Works

Every number written in scientific notation takes the form M × 10n, where M is called the coefficient (or mantissa) and n is an integer exponent. The coefficient must be a value that is at least 1 but less than 10 — that is, it has exactly one non-zero digit to the left of the decimal point. The power of ten (10n) tells you how many places, and in which direction, the decimal point has been moved.

Converting Large Numbers

To convert a large whole number into scientific notation, move the decimal point to the left until only one significant digit remains to its left. Count every step you move the decimal — that count becomes the positive exponent. For example, the speed of light is approximately 300,000,000 meters per second. Moving the decimal eight places to the left gives a coefficient of 3.0, so the result is 3.0 × 108. Another common aviation example: a radio navigation system may operate at a frequency of 108,000,000 Hz (108 MHz). In scientific notation that is 1.08 × 108 Hz.

Converting Small Numbers

For very small decimals, move the decimal point to the right until one non-zero digit sits to its left. Each step to the right corresponds to a negative exponent. An example from avionics: a certain capacitor may have a capacitance of 0.000047 farads (47 microfarads). Moving the decimal five places to the right gives 4.7, so the value is 4.7 × 10-5 farads. Similarly, a resistor tolerance might be listed as 0.001 ohms — which becomes 1.0 × 10-3 ohms.

Converting Back to Ordinary Notation

The reverse process is equally important. Given 6.35 × 104, move the decimal four places to the right (positive exponent = rightward move), yielding 63,500. Given 2.7 × 10-6, move the decimal six places to the left (negative exponent = leftward move), yielding 0.0000027. Practicing both directions until the process is automatic is the fastest way to master this skill.

Arithmetic with Scientific Notation

The real power of scientific notation shows up when you have to multiply, divide, add, or subtract extreme values — operations that arise constantly in electrical calculations for aircraft systems.

Multiplication

To multiply two numbers in scientific notation, multiply the coefficients and add the exponents. For example, if you need to find the electrical charge stored in a capacitor: Q = C × V = (4.7 × 10-6 F) × (2.8 × 102 V). Multiply the coefficients: 4.7 × 2.8 = 13.16. Add the exponents: −6 + 2 = −4. The raw result is 13.16 × 10-4, but the coefficient must be between 1 and 10. Shift the decimal one place left and increase the exponent by 1: 1.316 × 10-3 coulombs.

Division

To divide, divide the coefficients and subtract the exponent in the denominator from the exponent in the numerator. If current I = V ÷ R = (4.5 × 102 V) ÷ (9.0 × 104 Ω): divide coefficients: 4.5 ÷ 9.0 = 0.5. Subtract exponents: 2 − 4 = −2. Raw result is 0.5 × 10-2. Normalize: shift decimal right one place and decrease the exponent by 1 to get 5.0 × 10-3 amperes (5 milliamps). Always normalize your final answer so the coefficient stays between 1 and 10.

Addition and Subtraction

Adding or subtracting quantities in scientific notation requires that both numbers share the same exponent. Convert one number so that its exponent matches the other, then add or subtract the coefficients normally and keep that shared exponent. For example: (3.6 × 104) + (2.1 × 103). Rewrite the second term as 0.21 × 104. Now add: (3.6 + 0.21) × 104 = 3.81 × 104. This is especially relevant when combining resistance values or checking fuel quantities expressed in different units.

Why Scientific Notation Matters to the AMT

Aviation systems demand precision across an astonishing range of magnitudes. Aircraft electrical systems deal with microamperes (10-6 A) of sensor current alongside hundreds of amperes of starter current. Avionics frequencies span kilohertz (103 Hz) through gigahertz (109 Hz). Engine component clearances can be measured in ten-thousandths of an inch. Without a concise notation, errors in reading and transcribing measurements — misplaced decimal points and dropped zeros — become a real safety hazard. An error of a single decimal place in a torque specification or a fuel calculation can have serious consequences. Scientific notation makes quantities unambiguous, easy to record, and easier to verify at a glance.

Beyond the practical workshop, FAA written tests for General, Airframe, and Powerplant certification assess whether a candidate can read technical data presented in scientific notation, convert it to ordinary numbers, and perform arithmetic on those values. The AMT General knowledge test in particular features questions that require converting between scientific notation and decimal form, and performing multiplication or division on values expressed in this format.

Key Numbers and Rules

  • Coefficient range: must always be ≥ 1 and < 10 (exactly one non-zero digit before the decimal point).
  • Positive exponent: the original number is greater than 1; you moved the decimal left when converting.
  • Negative exponent: the original number is between 0 and 1; you moved the decimal right when converting.
  • Exponent of zero: 100 = 1, so any number between 1 and just under 10 written in scientific notation has an exponent of 0.
  • Multiplication rule: multiply coefficients, add exponents.
  • Division rule: divide coefficients, subtract exponents (numerator exponent minus denominator exponent).
  • Addition/Subtraction rule: make exponents equal first, then operate on coefficients.
  • Normalization: after every arithmetic operation, adjust so the coefficient is between 1 and 10; each shift of one decimal place changes the exponent by ±1.

Common Test Traps

  • Forgetting to normalize: A common mistake is leaving the answer as something like 13.5 × 102 instead of converting it to the correct 1.35 × 103. FAA test answer choices are almost always presented in properly normalized form, so an un-normalized answer will not match any option.
  • Reversing the sign of the exponent: Students often write a small number like 0.0052 as 5.2 × 102 instead of 5.2 × 10-3. Remember: a number smaller than 1 always has a negative exponent in scientific notation.
  • Subtracting exponents in the wrong order during division: It is always numerator exponent minus denominator exponent. Reversing this changes the sign of the exponent and yields an answer off by many orders of magnitude.
  • Adding exponents instead of making them equal during addition: You cannot simply add two different powers of ten. Convert to a common exponent first, then add the coefficients — the exponent does not change during addition or subtraction.
  • Confusing the metric prefix with the exponent: Micro- (μ) = 10-6, milli- (m) = 10-3, kilo- (k) = 103, mega- (M) = 106, giga- (G) = 109. Test questions sometimes give a value in one form and ask you to work in the other; translating the prefix to the correct exponent before you start is essential.

See also

FAA source

Aviation Maintenance Technician Handbook — General (FAA-H-8083-30), Chapter 1: Mathematics; supported by Pilot's Handbook of Aeronautical Knowledge (FAA-H-8083-25), Chapter 1 for foundational math reference.

This page is an original, plain-English summary grounded in the public-domain FAA handbook cited above. Click the citation to open the official FAA handbook PDF. It is a study aid, not a substitute for the official handbook or the regulations.

Test yourself on scientific notation for expressing aviation measurements

Reading builds understanding — questions build a passing score. Drill ACS-aligned questions free, no account needed.

Take a free practice test →