题目
Problem
Given that
- the point A has coordinates (4,2)
- the point B has coordinates (15,7)
- the line l1 passes through A and B
(a) find an equation for l1, giving your answer in the form px+qy+r=0 where p, q and r are integers to be found.
(3)
The line l2 passes through A and is parallel to the x-axis.
The point C lies on l2 so that the length of BC is 55.
(b) Find both possible pairs of coordinates of the point C.
(4)
(c) Hence find the minimum possible area of triangle ABC.
(2)
题目中文翻译
已知
- 点 A 的坐标为 (4,2)
- 点 B 的坐标为 (15,7)
- 直线 l1 经过点 A 和点 B
(a) 求 l1 的方程,并将答案写成 px+qy+r=0 的形式,其中 p、q、r 为待求整数。
(3)
直线 l2 经过点 A,且与 x 轴平行。
点 C 位于 l2 上,且线段 BC 的长度为 55。
(b) 求点 C 的两组可能坐标。
(4)
(c) 由此求三角形 ABC 的最小可能面积。
(2)
解答
(a)
解法一
思路
展开
先用两点求斜率,再用点斜式写直线方程,最后整理成整数系数的一边等于 0。
答题过程
展开
The gradient of AB is
m==15−47−2115.
Using point A(4,2),
y−2=115(x−4).
Multiply by 11:
11y−22=5x−11y+2=5x−200.
解法二
思路
展开
也可以设直线为 y=mx+c,把 A 和 B 都代入,联立求出 m,c。
答题过程
展开
Let the line be
y=mx+c.
Using A(4,2) and B(15,7),
2=7=4m+c,15m+c.
Subtract the first equation from the second:
5=m=11m115.
Then
2=c=4(115)+c112.
So
y=115x+112.
Multiply by 11 and rearrange:
11y=5x−11y+2=5x+20.
(b)
解法一
思路
展开
l2 过 A(4,2) 且平行于 x 轴,所以 C 的 y 坐标一定是 2。设 C=(x,2),再用 BC=55 的距离条件求 x。
答题过程
展开
Since l2 is parallel to the x-axis and passes through A(4,2),
l2: y=2.
Let
C=(x,2).
Using B(15,7) and BC=55,
(x−15)2+(2−7)2=(x−15)2+25=(x−15)2=x−15=(55)2125100±10.
So
x=5orx=25.
Therefore
C=(5,2)orC=(25,2).
解法二
思路
展开
按照官方评分资料的 Way 2,从点 B 向水平直线 l2 作垂线。竖直距离是 5,斜边 BC=55,用勾股定理求出水平距离,再从 B 的 x 坐标向左右各移动这段距离。
答题过程
展开
Since l2 is the line y=2, the vertical distance from B(15,7) to l2 is
7−2=5.
Let the horizontal distance from B to C be d. By Pythagoras,
d2+52=d2=d=(55)210010.
Therefore the possible x coordinates of C are
15−10=5and15+10=25.
Hence
C=(5,2)orC=(25,2).
(c)
解法一
思路
展开
两种 C 都在直线 y=2 上,所以 AC 是水平底边。点 B 到这条水平线的高度是 7−2=5。比较两个底边长度,取较小的面积。
答题过程
展开
If C=(5,2), then
AC=5−4=1.
If C=(25,2), then
AC=25−4=21.
The minimum area uses AC=1.
The perpendicular height from B to y=2 is
7−2=5.
Hence
minimum area==21(1)(5)25.