Math Atlas

지수법칙Exponent Laws

Algebra 1Algebra 1 · 4. 지수법칙과 다항식4. Exponents & Polynomials

학습 목표
  • 거듭제곱의 정의에서 지수법칙 네 가지를 직접 유도한다.
  • 지수법칙을 섞어 쓰는 식 정리를 실수 없이 해낸다.
  • 밑이 다르면 지수를 합칠 수 없다는 것 — 법칙이 "안 되는" 경우를 안다.

정의가 전부다

거듭제곱은 반복되는 곱셈의 줄임 표기다:

정의거듭제곱

자연수 nn에 대해 an=a×a××ana^n = \underbrace{a \times a \times \cdots \times a}_{n\text{개}}. aa를 밑, nn을 지수라 한다.

이 차시의 법칙 네 개는 전부 이 정의에서 개수를 세는 것만으로 나온다. 외울 것은 정의 하나, 나머지는 유도할 수 있어야 한다.

표기 주의 하나. (3)2=9(-3)^2 = 9이지만 32=(32)=9-3^2 = -(3^2) = -9다 — 지수는 바로 앞의 것에만 붙는다. 진단 평가에서 이 구분을 확인했던 이유가 이 단원에서 본격적으로 나온다.

법칙 1 · 곱은 지수의 덧셈

aman=am+na^m \cdot a^n = a^{m+n}

유도. 왼쪽을 정의로 풀어 쓰면

(aa)m×(aa)n=aam+n=am+n.\underbrace{(a \cdots a)}_{m\text{개}} \times \underbrace{(a \cdots a)}_{n\text{개}} = \underbrace{a \cdots a}_{m+n\text{개}} = a^{m+n}.

aa가 모두 몇 개 곱해졌는지 세면 끝이다. 예: 2423=27=1282^4 \cdot 2^3 = 2^7 = 128 — 실제로 16×8=12816 \times 8 = 128 ✓.

주의

밑이 같을 때만 성립한다. 23522^3 \cdot 5^2는 밑이 달라 지수를 합칠 수 없다 — 10510^5이 아니라 그냥 8×25=2008 \times 25 = 200이다. 그리고 이것은 곱셈 법칙이다: 23+242^3 + 2^4272^7이 아니다(덧셈은 문제 탭에서 정면으로 다룬다).

법칙 2 · 거듭제곱의 거듭제곱은 지수의 곱셈

(am)n=amn(a^m)^n = a^{mn}

유도. (am)n(a^m)^nama^mnn개 곱한 것:

amamamn=am+m++mn=amn.\underbrace{a^m \cdot a^m \cdots a^m}_{n\text{개}} = a^{\overbrace{m + m + \cdots + m}^{n\text{개}}} = a^{mn}.

(둘째 등호는 방금 증명한 법칙 1을 반복 적용한 것 — 법칙이 법칙을 만든다.) 예: (23)2=26=64=82(2^3)^2 = 2^6 = 64 = 8^2 ✓.

법칙 3 · 곱의 거듭제곱은 각각의 거듭제곱

(ab)n=anbn(ab)^n = a^n b^n

유도. (ab)n=(ab)(ab)(ab)(ab)^n = (ab)(ab)\cdots(ab) (nn개). 곱셈은 순서를 바꿔도 되므로 aa들을 앞으로, bb들을 뒤로 모으면 anbna^n b^n이다. 예: (2x)4=24x4=16x4(2x)^4 = 2^4 x^4 = 16x^4 — 계수 2에도 네제곱이 걸리는 것에 주의(진단 D13의 그 함정이다).

법칙 4 · 나눗셈은 지수의 뺄셈

aman=amn(a0, m>n)\frac{a^m}{a^n} = a^{m-n} \qquad (a \neq 0,\ m > n)

유도. 분자와 분모에 공통인 aann개씩 약분하면 분자에 mnm - n개가 남는다:

aman=aamaan=amn.\frac{a^m}{a^n} = \frac{\overbrace{a \cdots a}^{m\text{개}}}{\underbrace{a \cdots a}_{n\text{개}}} = a^{m-n}.

예: 3532=33=27\dfrac{3^5}{3^2} = 3^3 = 27 ✓ (243÷9=27243 \div 9 = 27).

mnm \leq n이면 어떻게 되는가 — 그 질문이 다음 차시(0과 음의 지수)의 출발점이다.

법칙들을 섞어 쓰기

예제 · 종합 정리

(2a2b)3a4a3b2\dfrac{(2a^2b)^3 \cdot a}{4a^3b^2}를 간단히 하라.

풀이. 분자부터: 법칙 3으로 (2a2b)3=23(a2)3b3=8a6b3(2a^2b)^3 = 2^3 (a^2)^3 b^3 = 8a^6b^3 (법칙 2 사용), 여기에 aa를 곱하면 법칙 1로 8a7b38a^7b^3.

이제 나눗셈: 계수 8÷4=28 \div 4 = 2, 법칙 4로 a73=a4a^{7-3} = a^4, b32=bb^{3-2} = b. 따라서

(2a2b)3a4a3b2=2a4b.\frac{(2a^2b)^3 \cdot a}{4a^3b^2} = 2a^4b.

검산은 수 대입으로: a=1,b=2a = 1, b = 2이면 원식은 (22)3144=6416=4\dfrac{(2 \cdot 2)^3 \cdot 1}{4 \cdot 4} = \dfrac{64}{16} = 4이고, 정리한 식은 212=42 \cdot 1 \cdot 2 = 4 ✓. 문자 식 정리의 검산은 대입이다 — 두 식이 같다면 어떤 수를 넣어도 같아야 한다.

지수법칙은 손에 익어야 하는 기술이다 — 그런데 손에 익는 것과 왜인지 아는 것은 별개가 아니라, 왜인지 알아야 헷갈릴 때 스스로 복구할 수 있다. amana^m \cdot a^namna^{mn}이었는지 am+na^{m+n}이었는지 흔들리면, 22232^2 \cdot 2^3을 정의로 펼쳐 보라. 8초면 답이 나온다.

문제 탭에는 기본기부터 2302^{30}3203^{20} 크기 비교, 그리고 3x3^x 세 개를 더하는 경시 문제까지 열세 문제가 있다.

Goals
  • Derive all four exponent laws yourself, straight from the definition.
  • Simplify expressions that mix the laws, without slips.
  • Know when the laws don't apply — different bases don't merge.

The definition is everything

A power is shorthand for repeated multiplication:

DefinitionPowers

For a natural number nn, an=a×a××an factorsa^n = \underbrace{a \times a \times \cdots \times a}_{n\text{ factors}}. Here aa is the base and nn the exponent.

Every law in this lesson falls out of this definition just by counting factors. Memorize one definition; be able to derive the rest.

One notation warning up front: (3)2=9(-3)^2 = 9, but 32=(32)=9-3^2 = -(3^2) = -9 — an exponent binds only to what it touches. The diagnostic test checked exactly this distinction; here's the unit where it starts mattering constantly.

Law 1 · Multiplying powers adds exponents

aman=am+na^m \cdot a^n = a^{m+n}

Derivation. Unfold the left side by the definition:

(aa)m×(aa)n=aam+n=am+n.\underbrace{(a \cdots a)}_{m} \times \underbrace{(a \cdots a)}_{n} = \underbrace{a \cdots a}_{m+n} = a^{m+n}.

Count the factors of aa and you're done. Example: 2423=27=1282^4 \cdot 2^3 = 2^7 = 128 — indeed 16×8=12816 \times 8 = 128 ✓.

Watch out

This works only for equal bases. In 23522^3 \cdot 5^2 the bases differ, so no exponents merge — it isn't 10510^5; it's just 8×25=2008 \times 25 = 200. And it's a law about multiplication: 23+242^3 + 2^4 is not 272^7. (Addition gets its own head-on treatment in the Problems tab.)

Law 2 · A power of a power multiplies exponents

(am)n=amn(a^m)^n = a^{mn}

Derivation. (am)n(a^m)^n means nn copies of ama^m multiplied:

amamamn=am+m++mn=amn.\underbrace{a^m \cdot a^m \cdots a^m}_{n} = a^{\overbrace{m + m + \cdots + m}^{n}} = a^{mn}.

(The second step applies Law 1 repeatedly — laws building laws.) Example: (23)2=26=64=82(2^3)^2 = 2^6 = 64 = 8^2 ✓.

Law 3 · A power of a product is the product of powers

(ab)n=anbn(ab)^n = a^n b^n

Derivation. (ab)n=(ab)(ab)(ab)(ab)^n = (ab)(ab)\cdots(ab), nn times. Multiplication lets us reorder freely, so collect the aa's in front and the bb's behind: anbna^n b^n. Example: (2x)4=24x4=16x4(2x)^4 = 2^4 x^4 = 16x^4 — the coefficient 2 gets raised too (the very trap from diagnostic problem 13).

Law 4 · Dividing powers subtracts exponents

aman=amn(a0, m>n)\frac{a^m}{a^n} = a^{m-n} \qquad (a \neq 0,\ m > n)

Derivation. Cancel nn common factors of aa from top and bottom; mnm - n factors survive upstairs:

aman=aamaan=amn.\frac{a^m}{a^n} = \frac{\overbrace{a \cdots a}^{m}}{\underbrace{a \cdots a}_{n}} = a^{m-n}.

Example: 3532=33=27\dfrac{3^5}{3^2} = 3^3 = 27 ✓ (as 243÷9=27243 \div 9 = 27).

What if mnm \leq n? That question is exactly where the next lesson — zero and negative exponents — begins.

Mixing the laws

Example · A full simplification

Simplify (2a2b)3a4a3b2\dfrac{(2a^2b)^3 \cdot a}{4a^3b^2}.

Solution. Numerator first: by Law 3, (2a2b)3=23(a2)3b3=8a6b3(2a^2b)^3 = 2^3 (a^2)^3 b^3 = 8a^6b^3 (Law 2 inside), and multiplying by aa gives 8a7b38a^7b^3 by Law 1.

Now divide: coefficients 8÷4=28 \div 4 = 2; by Law 4, a73=a4a^{7-3} = a^4 and b32=bb^{3-2} = b. Therefore

(2a2b)3a4a3b2=2a4b.\frac{(2a^2b)^3 \cdot a}{4a^3b^2} = 2a^4b.

Check by substitution: at a=1,b=2a = 1, b = 2 the original is (22)3144=6416=4\dfrac{(2 \cdot 2)^3 \cdot 1}{4 \cdot 4} = \dfrac{64}{16} = 4, and the simplified form gives 212=42 \cdot 1 \cdot 2 = 4 ✓. Substitution is how you check symbolic work — if two expressions are equal, they must agree at any numbers you feed them.

Exponent laws must become automatic — but automatic and understood aren't rivals. Understanding is what lets you self-repair: if you blank on whether amana^m \cdot a^n was amna^{mn} or am+na^{m+n}, unfold 22232^2 \cdot 2^3 by the definition. Eight seconds, answer restored.

The Problems tab runs from finger exercises to comparing 2302^{30} against 3203^{20}, and ends with a contest problem about adding three copies of 3x3^x.