Reverse-engineering a system of linear equations from solution, using matrices

Click For Summary
SUMMARY

The discussion focuses on reverse-engineering a system of linear equations from given solutions (1,1,1) and (3,5,0) using matrices. The user identifies that the solutions lie on a line, indicating the intersection of two planes. The derived equations from the points are 4x - 2y = 2 and x + 2z = 3, which form the required system of equations. The user struggles with formulating the augmented matrix and determining the coefficients, highlighting the need for clarity in matrix representation.

PREREQUISITES
  • Understanding of linear equations and their solutions
  • Familiarity with matrix operations, specifically augmented matrices
  • Knowledge of the concept of dependent and independent variables in systems of equations
  • Ability to interpret geometric representations of linear equations
NEXT STEPS
  • Study the method of finding the intersection of planes in three-dimensional space
  • Learn how to construct and manipulate augmented matrices for systems of equations
  • Explore the concept of dependent variables in linear algebra
  • Review techniques for converting parametric equations of lines into standard linear equations
USEFUL FOR

Students studying linear algebra, educators teaching systems of equations, and anyone interested in understanding the geometric interpretation of linear systems.

dark494
Messages
1
Reaction score
0

Homework Statement



Find a system of linear equations, with 3 unknowns, given that the solutions are the points (1,1,1) and (3,5,0) on a line.

Homework Equations



None

The Attempt at a Solution



A solution that lies on a line tells me that I'm looking at the line of intersection between 2 planes. I'm supposed to be using matrices to solve this, but I've only ever done so in the other direction: taking a system of linear equations and reducing them to reduced-row-echelon-form to find the solution set.

Since there are infinitely many solutions, there must be at least 1 dependent variable. I figured that I would need to first find the equation for the line from the points of the solution, but I ended up with this:

(x-1)/2 = (y-1)/4 = (z-1)/-1

which only confused me more. Then I tried to formulate an augmented matrix to try and find the coefficients of the linear equations, but didn't get very far after reduction, and I realized that I was still missing the right hand side of the matrix:

[a 0b 2.5c ?]
[0a b -1.5c ?]

And this is where I stand. Any help is much appreciated.
 
Physics news on Phys.org
dark494 said:

Homework Statement



Find a system of linear equations, with 3 unknowns, given that the solutions are the points (1,1,1) and (3,5,0) on a line.

Homework Equations



None

The Attempt at a Solution



A solution that lies on a line tells me that I'm looking at the line of intersection between 2 planes. I'm supposed to be using matrices to solve this, but I've only ever done so in the other direction: taking a system of linear equations and reducing them to reduced-row-echelon-form to find the solution set.

Since there are infinitely many solutions, there must be at least 1 dependent variable. I figured that I would need to first find the equation for the line from the points of the solution, but I ended up with this:

(x-1)/2 = (y-1)/4 = (z-1)/-1
Showing that this line is the intersection of the planes given by (x-1)/2= (y-1)/4 and (x-1)/2= (z-1)/(-1) which are the same as 4(x-1)= 2(y-1) or 4x- 2y= 2 and -(x-1)= 2(z-1) or x+ 2z= 3. That is, those points satisfy 4x- 2y= 2 and x+ 2z= 3. That's your system of equations.

which only confused me more. Then I tried to formulate an augmented matrix to try and find the coefficients of the linear equations, but didn't get very far after reduction, and I realized that I was still missing the right hand side of the matrix:

[a 0b 2.5c ?]
[0a b -1.5c ?]

And this is where I stand. Any help is much appreciated.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
4
Views
2K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K