202212201209 Solution to 2001-CE-AMATH-I-10

Two lines L_1:x+y-5=0 and L_2:2x-3y=0 intersect at a point A. Find the equations of the two lines passing through A whose distances from the origin are equal to 2.


Roughwork.

Solving for (a,b) point of intersection:

\begin{cases} a+b-5 = 0 \\ 2a-3b =0 \\ \end{cases}

we have it A(3,2).

Let the equations of the two lines be

\begin{cases} l_1: & a_1x+b_1y+c_1 = 0 \\ l_2: & a_2x+b_2y+c_2 = 0 \\ \end{cases}

Despite the formula

\displaystyle{\textrm{distance}(ax+by+c=0,(x_0,y_0))=\frac{|ax_0+by_0+c|}{\sqrt{a^2+b^2}}}

Wikipedia on Distance from a point to a line

let’s rely on first principles. So draw a picture.

And the rest is left an exercise for the reader.

202212141214 Solution to 1999-CE-AMATH-II-5

A family of straight lines is given by the equation

y-3+k(x-y+1)=0,

where k is real.

(a) Find the equation of a line L_1 in the family whose x-intercept is 5.
(b) Find the equation of a line L_2 in the family which is parallel to the x-axis.
(c) Find the acute angle between L_1 and L_2.


Roughwork.

(a)

Substituting (5,0) for the x-intercept:

\begin{aligned} (0)-3+k((5)-(0)+1) & = 0 \\ k & = \frac{1}{2} \\ \Longrightarrow \enspace L_1: \big\{ x+y-2 &=0 \big\} \\ \end{aligned}

(b)

Differentiating on both hand sides,

\begin{aligned} \mathrm{d}y+k(\mathrm{d}x-\mathrm{d}y) & =0 \\ \frac{\mathrm{d}y}{\mathrm{d}x} = \frac{k}{k-1} & = 0 \\ k & = 0 \\ \Longrightarrow \enspace L_2: \big\{ y & = 3 \big\} \\ \end{aligned}

(c) 45^\circ.

This problem is not to be attempted.