- 직선의 방정식
1 기울기 + 한 점
기울기가 m이고 한 점 [math]\displaystyle{ (x_1, y_1) }[/math]을 지나는 직선
- [math]\displaystyle{ y=m(x-x_1)+y_1 }[/math]
2 두 점
두 점 [math]\displaystyle{ (x_1, y_1) }[/math], [math]\displaystyle{ (x_2, y_2) }[/math]를 지나는 직선
- [math]\displaystyle{ y=\frac{y_2-y_1}{x_2-x_1}(x-x_1)+y_1 }[/math]