"근과 계수의 관계"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
;이차방정식의 근과 계수의 관계
;근과 계수의 관계
;근과 계수의 관계



2015년 1월 10일 (토) 11:10 판

이차방정식의 근과 계수의 관계
근과 계수의 관계

1 개요

2차 방정식 [math]\displaystyle{ ax^2+bx+c=0 }[/math]의 두 근을 [math]\displaystyle{ \alpha, \beta }[/math]라 하면,

  • [math]\displaystyle{ \alpha+\beta = -\frac{b}{a} }[/math]
  • [math]\displaystyle{ \alpha \beta = \frac{c}{a} }[/math]

2 유도

[math]\displaystyle{ \alpha,\ \beta }[/math]근의 공식을 대입

[math]\displaystyle{ \alpha + \beta = \frac{-b+\sqrt {b^2-4ac\ }}{2a}+\frac{-b-\sqrt {b^2-4ac\ }}{2a} }[/math]
[math]\displaystyle{ =\frac {-2b}{2a} }[/math]
[math]\displaystyle{ =-\frac {b}{a} }[/math]

[math]\displaystyle{ \alpha \beta = \frac{-b+\sqrt {b^2-4ac\ }}{2a}\times \frac{-b-\sqrt {b^2-4ac\ }}{2a} }[/math]
[math]\displaystyle{ =\frac {b^2-(\sqrt {b^2-4ac\ })^2}{(2a)^2} }[/math]
[math]\displaystyle{ =\frac {b^2-b^2+4ac}{4a^2} }[/math]
[math]\displaystyle{ =\frac {4ac}{4a^2} }[/math]
[math]\displaystyle{ =\frac {c}{a} }[/math]

3 같이 보기

4 참고 자료

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