Question
Question: The vertices of a triangle OBC are O(0, 0), B(-3, -1), C(-1, -3). Find the equation of the line para...
The vertices of a triangle OBC are O(0, 0), B(-3, -1), C(-1, -3). Find the equation of the line parallel to BC & intersecting the sides OB & OC, whose perpendicular distance from the point (0, 0) is half.

sqrt(2)x + sqrt(2)y + 1 = 0
Solution
1. Find the equation of the line BC:
The vertices of the triangle are O(0,0), B(−3,−1), and C(−1,−3). First, calculate the slope of the line segment BC: mBC=xC−xByC−yB=−1−(−3)−3−(−1)=−1+3−3+1=2−2=−1. Now, use the point-slope form of a linear equation with point B(−3,−1) and slope mBC=−1: y−(−1)=−1(x−(−3)) y+1=−x−3 x+y+4=0.
2. Determine the general equation of a line parallel to BC:
A line parallel to BC will have the same slope, m=−1. So, its equation will be of the form x+y+k=0 for some constant k.
3. Use the given perpendicular distance from the origin (0, 0):
The perpendicular distance from a point (x0,y0) to a line Ax+By+C=0 is given by the formula A2+B2∣Ax0+By0+C∣. Here, the point is the origin (0,0), and the line is x+y+k=0 (so A=1,B=1,C=k). The given perpendicular distance is "half", which means 21. 12+12∣1(0)+1(0)+k∣=21 2∣k∣=21 ∣k∣=22=21. This gives two possible values for k: k=21 or k=−21.
4. Apply the condition that the line intersects the sides OB and OC:
The line must intersect the line segments OB and OC. This implies that the line must lie "between" the origin O(0,0) and the line BC (x+y+4=0). For a line x+y+k=0 to separate the origin (0,0) from points B(−3,−1) and C(−1,−3), the expression x+y+k evaluated at the origin and at points B (or C) must have opposite signs. For the origin (0,0), x+y+k=0+0+k=k. For point B(−3,−1), x+y+k=−3−1+k=−4+k. For point C(−1,−3), x+y+k=−1−3+k=−4+k. So, k and (−4+k) must have opposite signs. If k>0, then −4+k<0, which implies k<4. So, 0<k<4. If k<0, then −4+k>0, which implies k>4. This is a contradiction, as k cannot be both less than 0 and greater than 4. Therefore, the correct value of k must satisfy 0<k<4. Let's check the two possible values of k:
- k=21≈0.707. This value satisfies 0<k<4.
- k=−21≈−0.707. This value does not satisfy 0<k<4.
Thus, the correct value for k is 21.
5. Write the equation of the line:
Substitute k=21 into the general equation x+y+k=0: x+y+21=0. To eliminate the fraction and the radical in the denominator, we can multiply the entire equation by 2: 2(x+y+21)=2(0) 2x+2y+1=0.
This is the equation of the line.