Math Atlas

로그의 성질과 방정식Log Properties & Equations

Algebra 2Algebra 2 · 6. 지수함수와 로그함수6. Exponentials & Logarithms

학습 목표
  • 로그의 세 법칙(곱→합, 몫→차, 거듭제곱→곱)을 지수법칙에서 증명하고 자유롭게 쓴다.
  • 밑 변환 공식을 증명하고, 역수·연쇄 따름정리까지 갖춘다.
  • 상용로그 값 조립과, 성질을 쓴 로그방정식 풀이(진수 조건 필터)를 익힌다.

세 법칙: 지수법칙의 번역

지난 차시 마지막 문제에서 log2(xy)=log2x+log2y\log_2(xy) = \log_2 x + \log_2 y를 증명했다 — 그 방법이 그대로 일반 법칙 셋을 낳는다. M=amM = a^m, N=anN = a^n (즉 m=logaMm = \log_a M, n=logaNn = \log_a N)로 번역하면:

MN=aman=am+n    logaMN=logaM+logaNMN = a^m a^n = a^{m+n} \;\Longrightarrow\; \boxed{\log_a MN = \log_a M + \log_a N}

MN=aman=amn    logaMN=logaMlogaN\frac MN = \frac{a^m}{a^n} = a^{m-n} \;\Longrightarrow\; \boxed{\log_a \frac MN = \log_a M - \log_a N}

Mk=(am)k=akm    logaMk=klogaMM^k = (a^m)^k = a^{km} \;\Longrightarrow\; \boxed{\log_a M^k = k \log_a M}

지수법칙 세 개가 로그의 언어로 한 줄씩 번역된 것이다 — 곱이 합으로, 몫이 차로, 거듭제곱이 곱으로 한 층씩 내려온다.

곱셈을 길이의 덧셈으로: 계산자

이 법칙은 도구가 되었다. 눈금을 log\log 간격으로 새긴 자 두 개를 미끄러뜨리면, 길이의 덧셈(log2+log3\log 2 + \log 3)이 곱셈의 답(66)을 가리킨다:

2 × 3 = 6 1 2 3 4 5 6 1 2 3 4 5 6 7 8 9 10 log 2 log 3 log 6
위 자의 1을 아래 자의 2에 맞추면, 위 자의 3 아래에 곱 6이 읽힌다 — log 2 + log 3 = log 6.

계산자는 전자계산기가 나오기 전 350년 동안 공학자의 곱셈을 대신했다 — 달에 간 로켓도 이 자로 설계됐다. 로그의 존재 이유("어려운 곱셈을 쉬운 덧셈으로")가 나무토막에 새겨진 것이다.

밑 변환: 어떤 밑이든 한 밑으로

logab=logcblogca(c>0,  c1)\log_a b = \frac{\log_c b}{\log_c a} \qquad (c > 0,\; c \ne 1)

증명x=logabx = \log_a b라 하면 ax=ba^x = b. 양변에 logc\log_c를 씌우고 거듭제곱 법칙을 쓰면

xlogca=logcb    x=logcblogca.x \log_c a = \log_c b \;\Longrightarrow\; x = \frac{\log_c b}{\log_c a}. \qquad \blacksquare

따름정리 둘이 공짜로 나온다:

  • 역수 공식: c=bc = b로 놓으면 logab=1logba\log_a b = \dfrac{1}{\log_b a} — 밑과 진수를 맞바꾸면 역수.
  • 연쇄: logablogbc=logblogalogclogb=logac\log_a b \cdot \log_b c = \dfrac{\log b}{\log a} \cdot \dfrac{\log c}{\log b} = \log_a c — 지난 차시에 정의만으로 확인했던 log23log34=2\log_2 3 \cdot \log_3 4 = 2의 일반형이다.

상용로그: 두 개의 값으로 조립하는 세계

1010의 로그를 상용로그라 하고 밑을 생략해 logN\log N으로 쓴다. 단 두 값

log20.3010,log30.4771\log 2 \approx 0.3010, \qquad \log 3 \approx 0.4771

만 외우면 놀랄 만큼 많은 값이 조립된다:

log6=log2+log30.7781,log8=3log20.9030,\log 6 = \log 2 + \log 3 \approx 0.7781, \qquad \log 8 = 3\log 2 \approx 0.9030,

log5=log102=1log20.6990\log 5 = \log\frac{10}{2} = 1 - \log 2 \approx 0.6990

— 마지막 줄이 요령이다: 55처럼 조립이 막히면 1010을 공범으로 세운다.

로그방정식: 합치고, 풀고, 거른다

성질로 로그를 하나로 합친 뒤 정의로 벗긴다 — 그리고 진수 조건으로 거른다.

예제

log3x+log3(x8)=2\log_3 x + \log_3 (x - 8) = 2

관문: x>0x > 0이고 x8>0x - 8 > 0, 곧 x>8x > 8.

합치면 log3x(x8)=2x28x=9(x9)(x+1)=0x=9, 1\log_3 x(x-8) = 2 \Rightarrow x^2 - 8x = 9 \Rightarrow (x - 9)(x + 1) = 0 \Rightarrow x = 9,\ -1.

관문 통과는 x=9x = 9뿐(1-1은 무연근). 검산: log39+log31=2+0=2\log_3 9 + \log_3 1 = 2 + 0 = 2 ✓.

무연근의 출처가 이번에도 분명하다 — 합치는 순간 정의역이 넓어진다(logx+log(x8)\log x + \log(x-8)x>8x > 8에서만 살지만, logx(x8)\log x(x-8)x<0x < 0에서도 산다). 유리방정식(0 곱하기), 무리방정식(제곱), 로그방정식(정의역 확장) — 세 산지 모두 "동치가 아닌 변형" 한 곳에서 태어난다.

주의

로그는 덧셈에 분배되지 않는다 — log(M+N)logM+logN\log(M + N) \ne \log M + \log N (합으로 갈라지는 것은 이다). 그리고 logM2=2logM\log M^2 = 2\log M(logM)2(\log M)^2은 전혀 다른 수다 — 지수가 진수에 붙었는지 로그 전체에 붙었는지 확인하라.

Goals
  • Prove the three log laws (product→sum, quotient→difference, power→multiple) from exponent laws and use them fluently.
  • Prove the change-of-base formula, with its reciprocal and chain corollaries.
  • Assemble common-log values, and solve log equations with the argument-condition filter.

Three laws: exponent laws in translation

Last lesson's final problems proved log2(xy)=log2x+log2y\log_2(xy) = \log_2 x + \log_2 y — and the same method delivers all three general laws. Translate M=amM = a^m, N=anN = a^n (so m=logaMm = \log_a M, n=logaNn = \log_a N):

MN=aman=am+n    logaMN=logaM+logaNMN = a^m a^n = a^{m+n} \;\Longrightarrow\; \boxed{\log_a MN = \log_a M + \log_a N}

MN=aman=amn    logaMN=logaMlogaN\frac MN = \frac{a^m}{a^n} = a^{m-n} \;\Longrightarrow\; \boxed{\log_a \frac MN = \log_a M - \log_a N}

Mk=(am)k=akm    logaMk=klogaMM^k = (a^m)^k = a^{km} \;\Longrightarrow\; \boxed{\log_a M^k = k \log_a M}

Three exponent laws, translated line by line into logarithm — products drop to sums, quotients to differences, powers to multiples.

Multiplication as added lengths: the slide rule

These laws became a tool. Slide two rulers whose marks sit at log\log spacing, and adding lengths (log2+log3\log 2 + \log 3) points at the product (66):

2 × 3 = 6 1 2 3 4 5 6 1 2 3 4 5 6 7 8 9 10 log 2 log 3 log 6
Set the top ruler's 1 over the bottom's 2; under the top's 3, read the product 6 — log 2 + log 3 = log 6.

This slide rule did the engineer's multiplying for 350 years before electronic calculators — the rockets that reached the Moon were designed on one. The logarithm's reason for existing ("hard multiplication into easy addition"), carved into wood.

Change of base: any base into one

logab=logcblogca(c>0,  c1)\log_a b = \frac{\log_c b}{\log_c a} \qquad (c > 0,\; c \ne 1)

Proof — let x=logabx = \log_a b, so ax=ba^x = b. Apply logc\log_c to both sides and use the power law:

xlogca=logcb    x=logcblogca.x \log_c a = \log_c b \;\Longrightarrow\; x = \frac{\log_c b}{\log_c a}. \qquad \blacksquare

Two corollaries fall out free:

  • Reciprocal: taking c=bc = b gives logab=1logba\log_a b = \dfrac{1}{\log_b a} — swap base and argument, take the reciprocal.
  • Chain: logablogbc=logblogalogclogb=logac\log_a b \cdot \log_b c = \dfrac{\log b}{\log a} \cdot \dfrac{\log c}{\log b} = \log_a c — the general form of last lesson's definition-only log23log34=2\log_2 3 \cdot \log_3 4 = 2.

Common logarithms: a world assembled from two values

Base-1010 logarithms are called common logs, written logN\log N with the base omitted. Memorize just two values,

log20.3010,log30.4771,\log 2 \approx 0.3010, \qquad \log 3 \approx 0.4771,

and a surprising number assemble themselves:

log6=log2+log30.7781,log8=3log20.9030,\log 6 = \log 2 + \log 3 \approx 0.7781, \qquad \log 8 = 3\log 2 \approx 0.9030,

log5=log102=1log20.6990\log 5 = \log\frac{10}{2} = 1 - \log 2 \approx 0.6990

— the last line is the trick: when assembly stalls (as at 55), recruit 1010 as an accomplice.

Log equations: merge, solve, filter

Use the laws to merge into one log, strip it by the definition — then filter through the argument conditions.

Example

log3x+log3(x8)=2\log_3 x + \log_3 (x - 8) = 2

Gate: x>0x > 0 and x8>0x - 8 > 0, i.e. x>8x > 8.

Merging: log3x(x8)=2x28x=9(x9)(x+1)=0x=9, 1\log_3 x(x-8) = 2 \Rightarrow x^2 - 8x = 9 \Rightarrow (x - 9)(x + 1) = 0 \Rightarrow x = 9,\ -1.

Only x=9x = 9 passes the gate (1-1 is extraneous). Check: log39+log31=2+0=2\log_3 9 + \log_3 1 = 2 + 0 = 2 ✓.

The source of the fake root is plain again — merging widens the domain (logx+log(x8)\log x + \log(x-8) lives only for x>8x > 8, but logx(x8)\log x(x-8) also lives for x<0x < 0). Rational equations (multiplying by zero), radical equations (squaring), log equations (domain widening) — all three birthplaces are one place: a non-equivalent transformation.

Watch out

Logs do not distribute over addition — log(M+N)logM+logN\log(M + N) \ne \log M + \log N (what splits into a sum is a product). And logM2=2logM\log M^2 = 2\log M is nothing like (logM)2(\log M)^2 — check whether the exponent rides the argument or the whole log.