200k views
1 vote
3. Consider the straight line x + y = 1 and the family of straight lines that pass

through the origin given by y = mx. As m changes the line rotates about the
origin. Solve these two systems of linear equation and find their points of inter-
section. Is there always a solution - If yes, briefly explain why. If not - for what
a
values of m is there no solution.

User Cgp
by
4.6k points

1 Answer

3 votes

Answer:

  • solution: (1/(1+m), m/(1+m))
  • no solution for m = -1 (lines are parallel)

Explanation:

Two distinct lines will always have a point of intersection, provided they are not parallel. That is, the system of equations {x +y = 1, y = mx} will have a unique solution as long as m ≠ -1.

The solution to the system can be found by substitution:

x +mx = 1

x(1 +m) = 1 . . . . factor out x

x = 1/(1+m) . . . . . divide by the coefficient of x; we must have m ≠ -1

y = m/(1+m) . . . . find the y-coordinate of the solution

The point of intersection is (1/(1+m), m/(1+m)).

__

The above solution is undefined when the denominator is zero: m = -1. There is no solution for m = -1.

3. Consider the straight line x + y = 1 and the family of straight lines that pass-example-1
User PKo
by
5.1k points