题目
Problem
The line l1 has equation 3x+5y−7=0.
(a) Find the gradient of l1.
(2)
The line l2 is perpendicular to l1 and passes through the point (6,−2).
(b) Find the equation of l2 in the form y=mx+c, where m and c are constants.
(3)
解答
(a)
解法一
思路
展开
把直线方程整理成 y=mx+c,x 的系数就是斜率。
答题过程
展开
3x+5y−7=5y=y=0−3x+7−53x+57.
So the gradient is
−53.
(b)
解法一
思路
展开
垂直线的斜率互为负倒数,所以 l2 的斜率是 35。再代入点 (6,−2) 求截距。
答题过程
展开
The gradient of l2 is
35.
Using (6,−2),
y+2=y+2=y=35(x−6)35x−1035x−12.