Solving Simultaneous Equations for Homework Assignments

AI Thread Summary
To solve the simultaneous equations provided, one effective approach is to simplify the equations by dividing all terms by 40. This reduces the complexity of the coefficients, making calculations easier. The elimination method can be employed by first solving for one variable in terms of another, allowing for substitution into the remaining equations. After finding values for two variables, substitute back to determine the third variable. This method streamlines the process and can be adapted to various solving techniques, including cross multiplication.
JFonseka
Messages
117
Reaction score
0

Homework Statement



It's been a while since I solved these kind of things. I can only remember how to solve 2 simultaneous equations

40x + 40y = 10
-40y -40z = -2
40x - 40z = 8

Homework Equations



None

The Attempt at a Solution


Just need a pointer on what method to use.
 
Physics news on Phys.org
You can put them in a matrix or row-reduce. But since the coefficients are very much alike, you can also try to do it more efficiently.
For example, you can use the latter two to eliminate z and then solve the remaining system of two. Then plug the solutions back into either of the last ones, and find z.
 
1) Divide all by 40. (This should simplify alot)
2) Solve for y in terms of x (first equation)
3) Plug in for y (from equation 1) in the second equation, and solve for x. (Your y is in terms of x, so this should be easy)
4) Now, plug in the x that you found in the second equation (in terms of z), into the last equation. You'll find z. From there it's easy.

And of course, this is just one of the many ways to do it in this method.
 
Use cross multiplication method.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top