image
Physics Forums Logo
image
image
* Register * Upgrade Blogs Library Staff Rules Mark Forums Read
image
image   image
image

Go Back   Physics Forums > Mathematics > General Math


Reply

image Methods for solving simultaneous equations Share It Thread Tools Search this Thread image
Old Jun18-09, 05:07 AM                  #1
TheAkuma

TheAkuma is Offline:
Posts: 47
Methods for solving simultaneous equations

Hey everyone. Okay, first of all I'm not sure if these equations are simultaneous or linear so please correct me if I'm wrong. I need to know a simple procedure to tackle on these equations.Thanks.

a) y=x-6 and y=2x-14
b) y=0.5x-7 and y=3x-22
c) 9y-4x+6=0 and 4x-2y-7=0
  Reply With Quote
Old Jun18-09, 05:18 AM                  #2
CompuChip

CompuChip is Offline:
Posts: 2,725
Blog Entries: 3
Recognitions:
Homework Helper Homework Helper
Re: Methods for solving simultaneous equations

Well, the first two are very easy because you have just "y" on the left hand side. Since obviously, y cannot have two different values at the same time, you must have y = y and therefore in the first case also x - 6 = 2x - 14 and in the second case 0.5x - 7 = 3x - 22. From this you can solve x in both cases, and then you just plug that value back in to also find y.

The third case is a little more tricky. I suggest rewriting one of the equations to isolate either x or y, then plug that into the other equation so you get a single equation in a single variable. For example, you can rewrite the second one to 4x = .... and then replace the 4x in the first equation by that expression (watch out for the minus sign in front!)
  Reply With Quote
Old Jun18-09, 05:26 AM                  #3
Borek
 
Borek's Avatar

Best Humor 2008

Borek is Offline:
Posts: 4,900
Recognitions:
PF Contributor PF Contributor
Homework Helper Homework Helper
Science Advisor Science Advisor
Re: Methods for solving simultaneous equations

Originally Posted by TheAkuma View Post
c) 9y-4x+6=0 and 4x-2y-7=0
Alternatively - note, that on the left hand side of both equation you have 4x and -4x. If you add these equations side by side, x will cancel out.

Quite often this can be done just by multiplying one of the equations by a constant. For example

x + 2y = 7
2x + 3y = 6

multiply first equation by -2:

-2x - 4y = -14

add equations:

-2x - 4y = -14
2x + 3y = 6
----------------
-y = -8

You may as well multiply second equation by 2 and then subtract it from the first equation, it will give the same effect.
  Reply With Quote
Old Jun18-09, 05:31 AM                  #4
TheAkuma

TheAkuma is Offline:
Posts: 47
Re: Methods for solving simultaneous equations

Originally Posted by CompuChip View Post
Well, the first two are very easy because you have just "y" on the left hand side. Since obviously, y cannot have two different values at the same time, you must have y = y and therefore in the first case also x - 6 = 2x - 14 and in the second case 0.5x - 7 = 3x - 22. From this you can solve x in both cases, and then you just plug that value back in to also find y.

The third case is a little more tricky. I suggest rewriting one of the equations to isolate either x or y, then plug that into the other equation so you get a single equation in a single variable. For example, you can rewrite the second one to 4x = .... and then replace the 4x in the first equation by that expression (watch out for the minus sign in front!)
Thank you so very much. That third one really made me scratching my head. Are you able to give me the order of operation to rewrite the 4x= please?
  Reply With Quote
Old Jun18-09, 05:33 AM                  #5
TheAkuma

TheAkuma is Offline:
Posts: 47
Re: Methods for solving simultaneous equations

Originally Posted by Borek View Post
Alternatively - note, that on the left hand side of both equation you have 4x and -4x. If you add these equations side by side, x will cancel out.

Quite often this can be done just by multiplying one of the equations by a constant. For example

x + 2y = 7
2x + 3y = 6

multiply first equation by -2:

-2x - 4y = -14

add equations:

-2x - 4y = -14
2x + 3y = 6
----------------
-y = -8

You may as well multiply second equation by 2 and then subtract it from the first equation, it will give the same effect.
THanks. So you're saying all i have to do is just add the equations for c) together?
  Reply With Quote
Old Jun18-09, 05:48 AM                  #6
Borek
 
Borek's Avatar

Best Humor 2008

Borek is Offline:
Posts: 4,900
Recognitions:
PF Contributor PF Contributor
Homework Helper Homework Helper
Science Advisor Science Advisor
Re: Methods for solving simultaneous equations

Try it.
  Reply With Quote
Old Jun18-09, 07:04 AM                  #7
TheAkuma

TheAkuma is Offline:
Posts: 47
Re: Methods for solving simultaneous equations

Originally Posted by Borek View Post
Try it.
I don't know what i keep doing wrong. I keep getting 7y=1
  Reply With Quote
Old Jun18-09, 07:51 AM                  #8
TheAkuma

TheAkuma is Offline:
Posts: 47
Re: Methods for solving simultaneous equations

Originally Posted by Borek View Post
Try it.
Oi dude, my Maths B exam is tomorrow and i need to know this question please
  Reply With Quote
Old Jun18-09, 08:30 AM                  #9
TheAkuma

TheAkuma is Offline:
Posts: 47
Re: Methods for solving simultaneous equations

Originally Posted by TheAkuma View Post
Oi dude, my Maths B exam is tomorrow and i need to know this question please
its alright, ii finally got it. Thanks
  Reply With Quote
Old Jun18-09, 08:49 AM                  #10
Borek
 
Borek's Avatar

Best Humor 2008

Borek is Offline:
Posts: 4,900
Recognitions:
PF Contributor PF Contributor
Homework Helper Homework Helper
Science Advisor Science Advisor
Re: Methods for solving simultaneous equations

Originally Posted by TheAkuma View Post
I keep getting 7y=1
Good

I was AFK, but I see you managed to get it right on your own.
  Reply With Quote
Old Jun18-09, 10:05 AM                  #11
HallsofIvy

PF Mentor

HallsofIvy is Offline:
Posts: 24,778
Re: Methods for solving simultaneous equations

For (c), the simplest way is to notice that the two equations, 9y-4x+6=0 and 4x-2y-7=0 Have "4x" and "-4x". If you add the two equations, they cancel leaving (9-2)y+ (6-7)= 0 or 7y- 1= 0. Then 7y= 1 so y= 1/7. Replace y in either of the original equations to get a single equation to solve for x.

By the way, the equations are both "simultaneous" (because there is more than one equation) and "linear" (because you have no powers of x and y except LaTeX Code: x^1= 1 and LaTeX Code: y^1= y or more complicated functions of x and y.
  Reply With Quote
image image
Reply
Thread Tools


Similar Threads for: Methods for solving simultaneous equations
Thread Thread Starter Forum Replies Last Post
help solving (complex) simultaneous equations KFC Precalculus Mathematics 3 Apr18-09 01:47 AM
Solving exponential simultaneous equations MathsDude69 Precalculus Mathematics 1 Apr15-09 08:10 PM
solving simultaneous trigonometric equations physicophile Linear & Abstract Algebra 6 Dec26-06 10:04 AM
Solving 4 simultaneous equations joex444 Calculus & Beyond 6 Nov18-06 04:02 PM
Solving trignometric simultaneous equations.... peteculmer General Math 1 Jan12-05 08:52 AM

Powered by vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. © 2009 Physics Forums
Sciam | physorgPhysorg.com Science News Partner
image
image   image