|
Question 1127257: Hi!
How do I solve these linear equations using a matrices?
6/x+1/y=1
9/x-2/y=5
Thank you!
Answer by ikleyn(52806) (Show Source):
You can put this solution on YOUR website! .
I'd like to start noticing that the given system IS NOT a linear: it is the system of NON-LINEAR equations.
The standard method to solve such a system is to introduce new variables
u = , v = .
Then the system takes the form
6u + 1v = 1 (1)
9u - 2v = 5 (2)
This you can solve by the Substitution method, for example.
For it express v = 1 - 6u from (1) and substitute into eq(2). You will get
9u - 2*(1-6u) = 5,
9u - 2 + 12u = 5,
21u = 5 + 2 = 7,
u = = .
Then from eq(1), v = 1 - 6u = = 1 - 2 = -1.
Now, x = = = = 3 and y = = = -1.
ANSWER. x = 3 and y = -1.
Solved.
---------------
Again, the lesson to learn from the solution is THIS :
The standard method to solve such a system is to introduce new variables.
In this way, you reduce the original system of non-linear equations to the standard system of linear equations,
for which you can use many different and well known standard methods.
|
|
|
| |