🇫🇷 Exercise 16: Finding the Intersection of Lines D1D_1 and D2D_2

The intersection of D1D_1 and D2D_2 is a point (x,y)(x, y) that satisfies the equations for both lines.

a) Cartesian Form

We solve the system of equations: {x+y=0(1)2x+y=1(2) \begin{cases} x + y = 0 & (1) \\ 2x + y = 1 & (2) \end{cases} Subtract (1) from (2): (2x+y)(x+y)=10(2x + y) - (x + y) = 1 - 0, which simplifies to x=1x = 1. Substitute x=1x=1 into (1): 1+y=01 + y = 0, so y=1y = -1. The intersection point is (1,1)(1, -1).


b) Cartesian Form

We solve the system of equations: {2x+y=1(1)x+2y=5(2) \begin{cases} 2x + y = 1 & (1) \\ x + 2y = 5 & (2) \end{cases} From (1), we have y=12xy = 1 - 2x. Substitute this into (2): x+2(12x)=5x + 2(1 - 2x) = 5 x+24x=5x + 2 - 4x = 5 3x=3-3x = 3 x=1x = -1 Substitute x=1x=-1 back into y=12xy = 1 - 2x: y=12(1)=1+2=3y = 1 - 2(-1) = 1 + 2 = 3. The intersection point is (1,3)(-1, 3).


c) Parametric Form

At the intersection, the coordinates must be equal. We set the xx and yy expressions equal to each other, resulting in a system with variables tt and ss: {5t=1+s(1)2t1=2+3s(2) \begin{cases} 5 - t = 1 + s & (1) \\ 2t - 1 = 2 + 3s & (2) \end{cases} From (1), s=4ts = 4 - t. Substitute this into (2): 2t1=2+3(4t)2t - 1 = 2 + 3(4 - t) 2t1=2+123t2t - 1 = 2 + 12 - 3t 5t=155t = 15 t=3t = 3 Now find ss: s=43=1s = 4 - 3 = 1. Substitute t=3t=3 into D1D_1 (or s=1s=1 into D2D_2): x=53=2x = 5 - 3 = 2 y=2(3)1=5y = 2(3) - 1 = 5 The intersection point is (2,5)(2, 5).


d) Parametric and Cartesian Forms

Substitute the parametric expressions for xx and yy from D1D_1 into the Cartesian equation of D2D_2: (1+4t)+2(2+t)=11(1 + 4t) + 2(2 + t) = 11 1+4t+4+2t=111 + 4t + 4 + 2t = 11 6t+5=116t + 5 = 11 6t=66t = 6 t=1t = 1 Substitute t=1t=1 back into the equations for D1D_1: x=1+4(1)=5x = 1 + 4(1) = 5 y=2+1=3y = 2 + 1 = 3 The intersection point is (5,3)(5, 3).


e) Cartesian and Parametric Forms

Substitute the parametric expressions for xx and yy from D2D_2 into the Cartesian equation of D1D_1: 2(s1)(3+2s)=32(s - 1) - (3 + 2s) = 3 2s232s=32s - 2 - 3 - 2s = 3 5=3-5 = 3 This statement is false. Since there is no value of ss that satisfies the equation, the lines are parallel and distinct. The intersection is the empty set 𝐃1𝐃2=\mathbf{D_1 \cap D_2 = \emptyset}.


f) Parametric and Cartesian Forms

Substitute the parametric expressions for xx and yy from D1D_1 into the Cartesian equation of D2D_2: (1+λ)+4(2λ)=3(1 + \lambda) + 4(2 - \lambda) = 3 1+λ+84λ=31 + \lambda + 8 - 4\lambda = 3 93λ=39 - 3\lambda = 3 3λ=6-3\lambda = -6 λ=2\lambda = 2 Substitute λ=2\lambda=2 back into the equations for D1D_1: x=1+2=3x = 1 + 2 = 3 y=22=0y = 2 - 2 = 0 The intersection point is (3,0)(3, 0).


g) Parametric Form

Set the coordinates equal to each other: {1+t=1+s(1)2t=2+s(2) \begin{cases} 1 + t = 1 + s & (1) \\ 2 - t = 2 + s & (2) \end{cases} From (1), t=st = s. Substitute t=st=s into (2): 2s=2+s2 - s = 2 + s 2s=0-2s = 0 s=0s = 0 Since t=st=s, we also have t=0t=0. Substitute t=0t=0 into D1D_1 (or s=0s=0 into D2D_2): x=1+0=1x = 1 + 0 = 1 y=20=2y = 2 - 0 = 2 The intersection point is (1,2)(1, 2).


h) Parametric Form

Set the coordinates equal to each other: {2s1=12t(1)s+2=3t(2) \begin{cases} 2s - 1 = 1 - 2t & (1) \\ s + 2 = 3 - t & (2) \end{cases} From (2), t=1st = 1 - s. Substitute this into (1): 2s1=12(1s)2s - 1 = 1 - 2(1 - s) 2s1=12+2s2s - 1 = 1 - 2 + 2s 2s1=1+2s2s - 1 = -1 + 2s 1=1-1 = -1 This statement is always true. This means any point on D1D_1 is also on D2D_2, and the lines are the same line. The intersection is the line itself: 𝐃1𝐃2=𝐃1 (or 𝐃2)\mathbf{D_1 \cap D_2 = D_1 \text{ (or } D_2)}.


Summary of Intersections:

Case Intersection Point / Result
a (1,1)(1, -1)
b (1,3)(-1, 3)
c (2,5)(2, 5)
d (5,3)(5, 3)
e \mathbf{\emptyset} (Parallel and distinct lines)
f (3,0)(3, 0)
g (1,2)(1, 2)
h D1=D2D_1 = D_2 (Same line)