HK Math · Number and Algebra

Laws of Integral Indices

Explore zero index, negative integral indices, scientific notation, and the denary and binary number systems.

Jump ToConcept ReviewJump ToZero and Negative IndicesJump ToScientific NotationJump ToDenary & Binary Systems

Concept Review: Index Notation

We use index notation in repeated multiplication of numbers and unknowns. For any number aa and any positive integer nn, we write:

a×a××a=ana \times a \times \dots \times a = a^n

Laws of Positive Integral Indices

If mm and nn are positive integers, then we have:

  • am×an=am+na^m \times a^n = a^{m+n}
  • aman=amn\frac{a^m}{a^n} = a^{m-n} where m>nm > n
  • aman=1anm\frac{a^m}{a^n} = \frac{1}{a^{n-m}} where m<nm < n
  • (am)n=amn(a^m)^n = a^{mn}
  • (ab)n=anbn(ab)^n = a^n b^n
  • (ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n} (where b0b \neq 0)

Zero Index and Negative Integral Indices

Zero Exponent

For any non-zero number aa, a0=1a^0 = 1.

Negative Exponents

For any non-zero number aa and positive integer nn, an=1ana^{-n} = \frac{1}{a^n}.

Applying the Laws

The laws of indices also apply to negative and zero indices.

Scientific Notation

Scientific notation is a way to express very large or very small numbers. A number is written in scientific notation if it is in the form:

a×10na \times 10^n

where 1a<101 \le a < 10 and nn is an integer.

Examples

  • 20,000 = 2×1042 \times 10^4
  • 3,720,000 = 3.72×1063.72 \times 10^6
  • -6,300 = 6.3×103-6.3 \times 10^3
  • 0.0003 = 3×1043 \times 10^{-4}
  • 0.00000012 = 1.2×1071.2 \times 10^{-7}

Denary System and Binary System

Denary System (Base-10)

In the denary system, we use 10 numerals: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. The place values are powers of 10.

Example: The number 1247101247_{10} in expanded form is:

1×103+2×102+4×101+7×1001 \times 10^3 + 2 \times 10^2 + 4 \times 10^1 + 7 \times 10^0

Binary System (Base-2)

In computers, the binary system is used. It consists of only 2 numerals: 0 and 1. The place values are powers of 2.

Example: The number 100121001_2 in expanded form is:

1×23+0×22+0×21+1×201 \times 2^3 + 0 \times 2^2 + 0 \times 2^1 + 1 \times 2^0