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

3번째 줄: 3번째 줄:
==개요==
==개요==
2차 방정식 <math>ax^2+bx+c=0</math>의 두 근을 <math>\alpha, \beta</math>라 하면,  
2차 방정식 <math>ax^2+bx+c=0</math>의 두 근을 <math>\alpha, \beta</math>라 하면,  
*<math>\scriptstyle \alpha+\beta = -\frac b a</math>
*<math>\alpha+\beta = -\frac{b}{a}</math>
*<math>\scriptstyle \alpha \beta = \frac{c}{a}</math>
*<math>\alpha \beta = \frac{c}{a}</math>


==유도==
==유도==

2012년 5월 15일 (화) 11:01 판

근과 계수의 관계

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 = \frac {-b-b+\sqrt {b^2-4ac\ }-\sqrt {b^2-4ac\ }}{2a} }[/math]
[math]\displaystyle{ \alpha + \beta = \frac {-2b}{2a} }[/math]
[math]\displaystyle{ \therefore \alpha + \beta =-\frac {b}{a} }[/math]

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

3 참고 자료

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