이중근호

이중근호 풀기

1 공식

[math]\displaystyle{ \sqrt{a+b+2\sqrt{ab}}=\sqrt{a}+\sqrt{b} }[/math]
[math]\displaystyle{ \sqrt{a+b-2\sqrt{ab}}=\sqrt{a}-\sqrt{b} }[/math] (단, [math]\displaystyle{ a\gt b }[/math])

2 증명

[math]\displaystyle{ \sqrt{a+b+2\sqrt{ab}}=\sqrt{\sqrt{a}^2+2\sqrt{a}\sqrt{b}+\sqrt{b}^2} }[/math]

[math]\displaystyle{ =\sqrt{(\sqrt{a}+\sqrt{b})^2} }[/math]
[math]\displaystyle{ =\sqrt{a}+\sqrt{b} }[/math]

3 기초 예제

  • [math]\displaystyle{ \sqrt{5+2\sqrt{6}} }[/math]
  • [math]\displaystyle{ \sqrt{6+2\sqrt{8}} }[/math]
  • [math]\displaystyle{ \sqrt{6-2\sqrt{5}} }[/math]
  • [math]\displaystyle{ \sqrt{8+2\sqrt{7}} }[/math]
  • [math]\displaystyle{ \sqrt{8-2\sqrt{15}} }[/math]
  • [math]\displaystyle{ \sqrt{9-2\sqrt{18}} }[/math]
  • [math]\displaystyle{ \sqrt{13-2\sqrt{42}} }[/math]

4 풀이

방법은 동일하므로 1개만 풀어보자.

[math]\displaystyle{ \sqrt{5+2\sqrt{6}} }[/math]
직관

더하면 5, 곱하면 6이 나오는 양의 정수쌍은 2와 3. 따라서 답은 [math]\displaystyle{ \sqrt{2}+\sqrt{3} }[/math]

계산
[math]\displaystyle{ a+b=5 }[/math] …… (1)
[math]\displaystyle{ ab=6 }[/math] …… (2)

(1)에서

[math]\displaystyle{ b=5-a }[/math]

이것을 (2)에 대입

[math]\displaystyle{ a(5-a)=6 }[/math]
[math]\displaystyle{ 5a-a^2=6 }[/math]
[math]\displaystyle{ a^2-5a+6=0 }[/math]
[math]\displaystyle{ (a-2)(a-3)=0 }[/math]
a는 2 또는 3.
a=2라면 b=3. 또는 a=3이라면 b=2
[math]\displaystyle{ \sqrt{5+2\sqrt{6}}=\sqrt{2}+\sqrt{3} }[/math]

5 계수가 2가 아닌 경우

계수가 2가 아닐 떄는 2가 되도록 맞춰주면 된다.

  • [math]\displaystyle{ \sqrt{5+\sqrt{24}}=\sqrt{5+2\sqrt{6}} }[/math]
  • [math]\displaystyle{ \sqrt{7+4\sqrt{3}}=\sqrt{7+2\sqrt{12}} }[/math]
  • [math]\displaystyle{ \sqrt{14-4\sqrt{6}}=\sqrt{14-2\sqrt{24}} }[/math]

6 근호 안이 정수가 아닌 경우

(여기부터는 정규교과 과정에서 다루지 않는 부분)

근호 안이 정수가 아니라도 같은 방식으로 풀 수 있다.

  • [math]\displaystyle{ \sqrt{\frac{9}{2}+2\sqrt{2}}=\sqrt{\frac{1}{2}}+\sqrt{4}=\frac{1}{\sqrt{2}}+2 }[/math]
(더해서 [math]\displaystyle{ \frac{9}{2} }[/math], 곱해서 2인 것은 [math]\displaystyle{ \frac{1}{2} }[/math]과 4)

7 이중근호 풀기가 불가능한 경우

다음의 경우를 생각해보자.

  • [math]\displaystyle{ \sqrt{4+\sqrt{15}} }[/math]

8 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}