Solving Equations with Gaussian Elimination: Troubleshooting Mistakes

Click For Summary
SUMMARY

The discussion focuses on the correct application of Gaussian elimination when solving systems of equations. It establishes that dividing one equation by another is not permissible. Instead, valid row operations include swapping rows, multiplying a row by a non-zero constant, and adding or subtracting multiples of one row to another. The example provided illustrates the proper method of manipulating equations to eliminate variables and solve for unknowns.

PREREQUISITES
  • Understanding of Gaussian elimination techniques
  • Familiarity with linear equations and their representations
  • Basic algebraic manipulation skills
  • Knowledge of row operations in matrix algebra
NEXT STEPS
  • Study the principles of Gaussian elimination in detail
  • Practice solving systems of equations using row operations
  • Explore matrix representation of linear equations
  • Learn about the implications of linear independence in systems of equations
USEFUL FOR

Students studying linear algebra, educators teaching mathematical methods, and anyone looking to improve their problem-solving skills in systems of equations.

uzman1243
Messages
80
Reaction score
1

Homework Statement



When solving 2 equations using gaussian elimination, can we divide one equation by the other?
Can you help me find where I went wrong?

Homework Equations



4x + 2y = 14
2x-y=1

The Attempt at a Solution


attachment.php?attachmentid=70024&stc=1&d=1400918792.jpg
 

Attachments

  • IMAG2521.jpg
    IMAG2521.jpg
    13.9 KB · Views: 618
Physics news on Phys.org
uzman1243 said:

Homework Statement



When solving 2 equations using gaussian elimination, can we divide one equation by the other?
Can you help me find where I went wrong?

Homework Equations



4x + 2y = 14
2x-y=1

The Attempt at a Solution


attachment.php?attachmentid=70024&stc=1&d=1400918792.jpg

The answer to your question is "Never."

For simple row operations, you are permitted to:
1. Swap two rows with one another.
2. Multiply a row by a non-zero constant.
3. Add one row multiplied by a non-zero constant to another row.

http://en.wikipedia.org/wiki/Gaussian_elimination

And when multiplying a row by a non-zero constant, you must multiply all of the terms in that row (including the right-hand side) by the same non-zero constant.

It appears you have several mistakes in your attached elimination exercise. I would suggest that
you start over from the beginning.
 
uzman1243 said:

Homework Statement



When solving 2 equations using gaussian elimination, can we divide one equation by the other?
Can you help me find where I went wrong?

Homework Equations



4x + 2y = 14
2x-y=1

The Attempt at a Solution


attachment.php?attachmentid=70024&stc=1&d=1400918792.jpg

No, you cannot divide equations like that. You can add (or subtract) multiples of one equation onto another, or you can multiply all terms in an equation by a common constant.

So, in the above, you can multiply the second equation by 2 to get 4x - 2y = 2 and then subtract that from the first equation, to get 4x - 4x + 2y + 2y = 14 - 2 --> 4y = 12. Or you can add twice the second equation to the first to get 4x + 2y + 4x - 2y = 14 + 2 --> 8x = 16.

However, fundamentally, what Gaussian elimination is really doing (although it is not always presented as such) is to use one equation to solve for some variable in terms of the others, then to substitute that expression into the other equations, giving a smaller set of equations in which one of the variables has been eliminated. So, we could solve for y from the second equation: y = 2x - 1. Now substitute that into the first equation: 4x + 2(2x-1) = 14, or 8x = 16, as before.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
14
Views
7K
Replies
8
Views
2K