처럼 다항식을 다항식으로 나눈 식을 유리식이라 한다. 분수의 문자판이므로, 분수에서 하던 모든 일 — 약분, 곱셈, 나눗셈, (다음 차시의) 통분 — 이 그대로 넘어온다. 다만 시작하기 전에 분수에는 없던 확인 사항이 하나 있다.
주의
분모를 0으로 만드는 x에서는 식 자체가 정의되지 않는다.x−4x+1는 x=4에서 의미가 없다 — 0으로 나눌 수는 없기 때문이다. 유리식을 다룰 때는 이런 값을 늘 머릿속 한켠에 적어 둔다(약분해서 사라진 뒤에도, 원래 식이 정의되지 않던 값은 여전히 제외다).
약분 — 인수분해가 먼저다
수 분수의 약분은 분자·분모의 공통인수를 나누는 것이었다: 1812=6⋅36⋅2=32. 유리식도 똑같다 — 다만 공통인수가 보이려면 먼저 접어야 한다.
예제 1 — 접고 약분하기
x2+5x+6x2−9을 간단히 하라.
풀이. 분자·분모를 각각 인수분해한다:
x2+5x+6x2−9=(x+2)(x+3)(x+3)(x−3)=x+2x−3.
공통인수 (x+3)이 약분됐다. 검산은 수 대입 — x=1: 원식 1+5+61−9=12−8=−32, 결과 1+21−3=−32 ✓. (원래 식이 정의되지 않는 x=−2,−3은 여전히 제외다.)
인수분해 단원 전체가 이 장면을 위한 준비였다고 해도 지나치지 않다 — 약분의 단위는 인수이고, 인수는 접어야 보인다.
절대 금지 — 항 지우기
3x+3=x+1.
수치 반례: x=3이면 좌변은 36=2, 우변은 4. 왜 안 되는가 — 약분은 분자·분모에 곱해져 있는 공통인수를 나누는 것인데, 분자의 3은 곱해진 것이 아니라 더해져 있다. 33x=x는 되고(3이 곱), 3x+3은 안 된다(3이 항). 분자·분모가 곱으로 접혀 있을 때만 지울 자격이 생긴다 — 그래서 인수분해가 먼저다.
부호 하나는 알아 두면 요긴하다:
b−aa−b=−(a−b)a−b=−1(a=b).
b−a=−(a−b)이기 때문이다. 예: x2−255−x=(x−5)(x+5)−(x−5)=−x+51.
검산(x=1): 원식 4−3×−14=3, 결과 13=3 ✓. 먼저 곱해 전개하면 4차식 나눗셈이 되어 길을 잃는다 — 약분 먼저가 계산량을 지배한다.
나눗셈 — 역수를 곱한다
나눗셈은 분수 때와 같은 이유로 역수 곱셈이 된다: sr×rs=1이므로, sr로 나누는 것은 rs을 곱하는 것과 같다.
x2+4xx2−1÷xx+1=x(x+4)(x+1)(x−1)×x+1x=x+4x−1.
검산(x=2): 원식 123÷23=41×32=61, 결과 61 ✓. 뒤집는 것은 나누는 쪽(뒤의 식)뿐이라는 것, 분수 나눗셈의 그 주의사항 그대로다.
다음 차시는 남은 연산 — 덧셈과 뺄셈이다. 분모가 다르면 통분해야 하고, 통분할 최소공배 분모를 찾는 데에도 인수분해가 쓰인다.
문제 탭에는 정의역·약분 기본기부터 항 지우기 반박 서술, 전부 상쇄되어 1이 되는 종합 문제, 그리고 (1−221)⋯(1−1021) 연쇄 곱(경시)까지 열세 문제가 있다.
Goals
Always identify the values where a rational expression is undefined (denominator =0) first.
Simplify by factoring numerator and denominator — and know that terms, unlike factors, can never be canceled.
Multiply and divide rational expressions in the order "factor, cancel, then multiply."
Fractions, with letters
An expression like
x2+5x+6x2−9
— one polynomial divided by another — is a rational expression. It is the letter-version of a fraction, so everything you do with fractions — reducing, multiplying, dividing, and (next lesson) finding common denominators — carries over. But there is one check that number fractions never needed.
Watch out
At any x that makes the denominator 0, the expression itself is undefined.x−4x+1 means nothing at x=4 — division by zero is not a thing. Keep those values in the back of your mind whenever you work with rational expressions (and note: even after canceling makes them invisible, values where the original was undefined stay excluded).
Reducing: factor first
Reducing a numeric fraction meant dividing out a common factor: 1812=6⋅36⋅2=32. Rational expressions reduce the same way — but to see the common factor, you must fold first.
Example 1 — Fold, then cancel
Simplify x2+5x+6x2−9.
Solution. Factor top and bottom:
x2+5x+6x2−9=(x+2)(x+3)(x+3)(x−3)=x+2x−3.
The common factor (x+3) cancels. Check by substitution at x=1: original 1+5+61−9=12−8=−32; result 1+21−3=−32 ✓. (The values x=−2,−3, where the original was undefined, remain excluded.)
It is hardly an exaggeration to say the entire factoring unit was preparation for this scene — the unit of cancellation is the factor, and factors only appear when you fold.
Absolutely forbidden: canceling terms
3x+3=x+1.
Numerical counterexample: at x=3, the left side is 36=2 and the right side is 4. Why it fails: reduction divides out a factor multiplied into both top and bottom, but the 3 in the numerator is added, not multiplied. 33x=x works (that 3 is a factor); 3x+3 does not (that 3 is a term). Only expressions folded into products earn the right to cancel — which is why factoring comes first.
One sign fact is worth keeping on hand:
b−aa−b=−(a−b)a−b=−1(a=b),
because b−a=−(a−b). For instance: x2−255−x=(x−5)(x+5)−(x−5)=−x+51.
Multiplying: cancel before you multiply
Rational expressions multiply like fractions — numerators together, denominators together. The skill is in the order: don't expand; cancel while everything is still folded.
Example 2 — Keeping it folded
Simplify x2+3xx2−4×x−2x+3.
Solution. Factor every piece before touching anything:
Check at x=1: original 4−3×−14=3; result 13=3 ✓. Multiply-then-expand instead, and you face dividing quartics — cancel first is what keeps the computation humane.
Dividing: multiply by the reciprocal
Division becomes reciprocal multiplication for the same reason it did with fractions: since sr×rs=1, dividing by sr is the same as multiplying by rs.
x2+4xx2−1÷xx+1=x(x+4)(x+1)(x−1)×x+1x=x+4x−1.
Check at x=2: original 123÷23=41×32=61; result 61 ✓. Only the divisor (the second expression) gets flipped — the same caution as in fraction division.
Next lesson covers the remaining operations — addition and subtraction. Different denominators will need a common one, and finding the least common denominator is, once again, a factoring job.
The problems tab runs from domain and reduction basics through a written refutation of term-canceling, a grand cancellation that collapses to 1, and the contest product (1−221)⋯(1−1021) — thirteen problems.
배운 것을 그대로 손에 익히는 단계straightforward practice to get moving
문제Problem 1몸풀기Warm-up
x−4x+1이 정의되지 않는 x의 값을 구하라.
Find the value of x at which x−4x+1 is undefined.
정답과 풀이Answer & solution
정답 · x=4
Answer · x=4
분모가 0이 되는 값: x−4=0, 즉 x=4. 이 값에서는 0으로 나누게 되어 식이 정의되지 않는다.
(분자를 0으로 만드는 x=−1은 문제없다 — 그때 식의 값은 그냥 0이다. 정의를 막는 것은 분모뿐이다.)
The denominator is 0 when x−4=0, i.e. x=4 — there the expression would divide by zero, so it is undefined.
(The value x=−1, which zeroes the numerator, is harmless — the expression simply equals 0 there. Only the denominator can break the definition.)
문제Problem 2몸풀기Warm-up
약분하라: 9x6x2 (단, x=0)
Reduce: 9x6x2 (with x=0)
정답과 풀이Answer & solution
정답 · 32x
Answer · 32x
공통인수 3x를 나눈다:
9x6x2=3x⋅33x⋅2x=32x.
검산(x=2): 원식 1824=34, 결과 34 ✓.
Divide out the common factor 3x:
9x6x2=3x⋅33x⋅2x=32x.
Check at x=2: original 1824=34; result 34 ✓.
문제Problem 3몸풀기Warm-up
간단히 하라: x+2x2−4
Simplify: x+2x2−4
정답과 풀이Answer & solution
정답 · x−2 (단, x=−2)
Answer · x−2 (for x=−2)
분자를 합차로 접는다:
x+2(x+2)(x−2)=x−2.
검산(x=3): 원식 55=1, 결과 3−2=1 ✓. 원래 식이 정의되지 않던 x=−2는 여전히 제외다.
Fold the numerator as a difference of squares:
x+2(x+2)(x−2)=x−2.
Check at x=3: original 55=1; result 3−2=1 ✓. The value x=−2, where the original was undefined, stays excluded.
문제Problem 4몸풀기Warm-up
간단히 하라: x2+2x3x+6
Simplify: x2+2x3x+6
정답과 풀이Answer & solution
정답 · x3
Answer · x3
분자·분모에서 각각 공통인수부터:
x(x+2)3(x+2)=x3.
검산(x=1): 원식 39=3, 결과 13=3 ✓.
Pull the common factor out of top and bottom first:
x(x+2)3(x+2)=x3.
Check at x=1: original 39=3; result 13=3 ✓.
핵심Core
이 차시의 목표 수준the target level for this lesson
문제Problem 5핵심Core
간단히 하라: x2−x−6x2−9
Simplify: x2−x−6x2−9
정답과 풀이Answer & solution
정답 · x+2x+3
Answer · x+2x+3
분자·분모를 인수분해한다:
(x−3)(x+2)(x+3)(x−3)=x+2x+3.
검산(x=1): 원식 1−1−61−9=−6−8=34, 결과 34 ✓.
Factor top and bottom:
(x−3)(x+2)(x+3)(x−3)=x+2x+3.
Check at x=1: original 1−1−61−9=−6−8=34; result 34 ✓.
문제Problem 6핵심Core
간단히 하라: x2+2x−3x2+6x+9
Simplify: x2+2x−3x2+6x+9
정답과 풀이Answer & solution
정답 · x−1x+3
Answer · x−1x+3
분자는 완전제곱, 분모는 곱·합으로:
(x+3)(x−1)(x+3)2=x−1x+3.
(x+3)이 분자에 두 번 있었으므로 한 번 약분해도 하나가 남는다. 검산(x=2): 원식 525=5, 결과 15=5 ✓.
The numerator is a perfect square; factor the denominator by sum-and-product:
(x+3)(x−1)(x+3)2=x−1x+3.
The numerator held two copies of (x+3), so one survives the cancellation. Check at x=2: original 525=5; result 15=5 ✓.
문제Problem 7핵심Core서술형written response
수아는 5x+5=x+1이라고 약분했다. 반례로 틀렸음을 보이고, 왜 이런 약분이 허용되지 않는지 — 그리고 55x=x는 왜 되는지 — 설명하라.
Sua reduced 5x+5 to x+1. Show with a counterexample that this is wrong, and explain why such a cancellation is not allowed — and why 55x=xis.
힌트Hint
x에 아무 수나 넣어 양변을 비교하라. 그리고 두 분자에서 5의 역할이 어떻게 다른지 보라.
Try any number for x and compare the sides. Then look at how differently the 5 functions in the two numerators.
풀이와 채점 기준Solution & grading notes
반례.x=5: 좌변 510=2, 우변 6. 2=6이므로 틀렸다.
이유. 약분은 분자·분모에 곱해져 있는 공통인수를 나누는 연산이다(bcac=ba — 분수의 성질). 55x에서 분자의 5는 곱해진 인수이므로 나눌 수 있어 x가 된다. 그러나 5x+5의 분자에서 5는 곱해진 것이 아니라 더해진 항이다 — 분자 전체가 5의 배수가 아니므로 나눌 자격이 없다. 지울 수 있는 것은 인수뿐, 항은 지울 수 없다.
채점 기준. 구체적 반례 하나(x=5 아니어도 좋다), "인수는 되고 항은 안 된다"는 구분(분수의 성질 bcac=ba을 근거로 들면 더 좋다), 55x=x가 되는 이유. 세 요소가 갖춰지면 만점.
Counterexample. At x=5: left side 510=2, right side 6. Since 2=6, the reduction is wrong.
Why. Reducing divides out a factor multiplied into both numerator and denominator (bcac=ba — the basic fraction property). In 55x, the numerator's 5 is a multiplied factor, so it divides out, leaving x. But in 5x+5, the 5 is an added term — the numerator as a whole is not a multiple of 5, so nothing licenses the division. Factors can be canceled; terms cannot.
Grading. One concrete counterexample (any value works), the factor-versus-term distinction (citing bcac=ba strengthens it), and the reason 55x=x is legitimate. All three present earns full credit.
문제Problem 8핵심Core
간단히 하라: x2−255−x
Simplify: x2−255−x
정답과 풀이Answer & solution
정답 · −x+51
Answer · −x+51
5−x=−(x−5)를 쓴다:
x2−255−x=(x−5)(x+5)−(x−5)=−x+51.
검산(x=1): 원식 −244=−61, 결과 −61 ✓. 순서만 뒤집힌 a−b와 b−a는 부호 하나 차이 — −1을 꺼내면 같은 인수가 된다.
Use 5−x=−(x−5):
x2−255−x=(x−5)(x+5)−(x−5)=−x+51.
Check at x=1: original −244=−61; result −61 ✓. The reversed pair a−b and b−a differ only by sign — pull out −1 and they become the same factor.
문제Problem 9핵심Core
계산하라: x2+2xx2−1×x+1x+2
Compute: x2+2xx2−1×x+1x+2
정답과 풀이Answer & solution
정답 · xx−1
Answer · xx−1
전부 접어 놓고 약분부터:
x(x+2)(x+1)(x−1)×x+1x+2=xx−1.
(x+1)과 (x+2)가 각각 약분됐다. 검산(x=2): 원식 83×34=21, 결과 21 ✓.
Factor everything, then cancel before multiplying:
x(x+2)(x+1)(x−1)×x+1x+2=xx−1.
Both (x+1) and (x+2) cancel away. Check at x=2: original 83×34=21; result 21 ✓.
도전Challenge
아이디어를 결합해야 풀리는 문제problems that take more than one idea
문제Problem 10도전Challenge
계산하라: x2+xx2−16÷x+1x−4
Compute: x2+xx2−16÷x+1x−4
정답과 풀이Answer & solution
정답 · xx+4
Answer · xx+4
나눗셈은 역수 곱셈으로 바꾼다 — 뒤집는 것은 나누는 쪽뿐:
x(x+1)(x+4)(x−4)×x−4x+1=xx+4.
검산(x=1): 원식 2−15÷2−3=2−15×−32=5, 결과 15=5 ✓.
Turn the division into multiplication by the reciprocal — flipping only the divisor:
x(x+1)(x+4)(x−4)×x−4x+1=xx+4.
Check at x=1: original 2−15÷2−3=2−15×−32=5; result 15=5 ✓.
Every factor cancels, leaving 1 — the two fractions were reciprocals in disguise. Check at x=3: original 51×315=51×5=1 ✓. The messier an expression looks, the less you know about it until it's folded.
문제Problem 12도전Challenge
x−2x2+ax−6이 (나머지 없이) 다항식이 되도록 하는 상수 a의 값과, 그때의 몫을 구하라.
Find the constant a for which x−2x2+ax−6 is a polynomial (no remainder), and find that polynomial.
힌트Hint
분자가 (x−2)×(일차식)으로 접혀야 한다. 그 일차식을 x+k로 놓고 전개해 비교하라.
The numerator must fold as (x−2)×(linear). Call the linear factor x+k, expand, and compare.
정답과 풀이Answer & solution
정답 · a=1, 몫은 x+3
Answer · a=1; the quotient is x+3
약분이 되려면 분자가 (x−2)(x+k) 꼴이어야 한다. 전개하면
(x−2)(x+k)=x2+(k−2)x−2k.
상수항 비교: −2k=−6에서 k=3. 그러면 x의 계수는 k−2=1, 즉 a=1이고
x−2x2+x−6=x−2(x−2)(x+3)=x+3.
검산(x=1): 원식 −11+1−6=4, 몫 1+3=4 ✓.
For the fraction to reduce, the numerator must have the form (x−2)(x+k). Expanding,
(x−2)(x+k)=x2+(k−2)x−2k.
Matching constants: −2k=−6 gives k=3. The x-coefficient is then k−2=1, so a=1, and
x−2x2+x−6=x−2(x−2)(x+3)=x+3.
Check at x=1: original −11+1−6=4; quotient 1+3=4 ✓.
경시Contest
대회 스타일competition style
문제Problem 13경시Contest
다음 곱을 계산하라:
(1−221)(1−321)(1−421)⋯(1−1021)
Evaluate the product:
(1−221)(1−321)(1−421)⋯(1−1021)
힌트Hint
각 인수를 합차로 접어라: 1−k21=(1−k1)(1+k1).
Fold each factor by difference of squares: 1−k21=(1−k1)(1+k1).
정답과 풀이Answer & solution
정답 · 2011
Answer · 2011
각 인수를 합차로 접으면
1−k21=(1−k1)(1+k1)=kk−1⋅kk+1.
곱 전체를 두 줄로 나눠 세우면 각각 연쇄 상쇄된다:
21⋅32⋯109=101,23⋅34⋯1011=211.
따라서 전체 곱은
101×211=2011.
검산(작은 경우): 인수 두 개만이면 43⋅98=32이고, 같은 방법으로 31×24=32 ✓. 합차 접기 → 두 갈래 텔레스코핑 — 유리식과 인수분해가 만나는 경시 단골 구조다.
Folding each factor,
1−k21=(1−k1)(1+k1)=kk−1⋅kk+1.
Line the product up as two rows, and each row telescopes:
21⋅32⋯109=101,23⋅34⋯1011=211.
So the whole product is
101×211=2011.
Check on a small case: with just two factors, 43⋅98=32, and the method gives 31×24=32 ✓. Difference-of-squares folding into a double telescope — a fixture of contest problems where rational expressions and factoring meet.