Chapter 3
Mathematics in Aviation Maintenance
The metric system was first envisioned by Gabriel Mouton, Vicar of St. Paul’s Church in Lyons, France. The meter is the unit of length in the metric system, and it is equal to one ten-millionth of the distance from the equator to the North Pole. The liter is the unit of volume and is equal to one cubic decimeter. The gram is the unit of mass and is equal to one cubic centimeter of water.
All of the metric units follow a consistent naming scheme, which consists of attaching a prefix to the unit. For example, since kilo stands for 1,000, one kilometer equals 1,000 meters. Centi is the prefix for one hundredth, so one meter equals one hundred centimeters. Milli is the prefix for one thousandths and one gram equals one thousand milligrams. Refer to Figure 3-33 for the names and definitions of metric prefixes.
Measurement Systems & Conversions
The United States primarily uses the conventional (U.S. or English) system, although it is slowly integrating the metric system (SI). A recommendation to transition to the metric system within ten years was initiated in the 1970s. However, this movement lost momentum, and the United States continues to use both measurement systems. Therefore, information to convert between the conventional (U.S. or English) system and the metric (SI) system has been included in Figure 3-23, Applied Mathematics Formula Sheet. Examples of its use are as follows:
To convert inches to millimeters, multiply the number of inches by 25.4.
To convert ounces to grams, multiply the number of ounces by 28.35.
The Binary Number System
The binary number system has only two digits: 0 and 1. The prefix in the word “binary” is a Latin root for the word “two” and its use was first published in the late 1700s. The use of the binary number system is based on the fact that switches or valves have two states: open or closed (on/off).
Currently, one of the primary uses of the binary number system is in computer applications. Information is stored as a series of 0s and 1s, forming strings of binary numbers. An early electronic computer, ENIAC (Electronic Numerical Integrator and Calculator), was built in 1946 at the University of Pennsylvania and contained 17,000 vacuum tubes, along with 70,000 resistors, 10,000 capacitors, 1,500 relays, 6,000 manual switches and 5 million soldered joints. Computers obviously have changed a great deal since then, but are still based on the same binary number system. The binary number system is also useful when working with digital electronics because the two basic conditions of electricity, on and off, can be represented by the two digits of the binary number system. When the system is on, it is represented by the digit 1, and when it is off, it is represented by the digit 0.
Place Values
The binary number system is a Base-2 system. That is, the place values in the binary number system are based on powers of 2. An 8-bit binary number system is shown in
Converting Binary Numbers to Decimal Numbers
To convert a binary number to a decimal number, add up the place values that have a 1 (place values that have a zero do not contribute to the decimal number conversion).
Example: Convert the binary number 10110011 to a decimal number. Using the place value chart in Figure 3-35, add up the place values of the ‘1s’ in the binary number (ignore the place values with a zero in the binary number).
Converting Decimal Numbers to Binary Numbers
To convert a decimal number to a binary number, the place values in the binary system are used to create a sum of numbers that equal the value of the decimal number being converted. Start with the largest binary place value and subtract from the decimal number. Continue this process until all of the binary digits are determined.