Linear Equations: Solving for 3 unknowns given 3 equations

AI Thread Summary
The discussion focuses on solving a system of linear equations with three unknowns. The user successfully reduces the original three equations into two equations with two unknowns, allowing for further simplification. By combining the equations, they eliminate the variable "b" and solve for "c," leading to the values of "a" and "b." After calculating, the user verifies their solutions by substituting back into the original equations, confirming their accuracy. The interaction emphasizes the importance of checking solutions against the initial equations.
kaydis
Messages
23
Reaction score
1
Homework Statement
I need to work out the values of a, b, and c
Relevant Equations
a+b=0
-2a-2c = -1
-a-3b+c= 1
a+b=0

so..
a= -b

-2a-2c = -1 = -2(-b)-2c = -1 = 2b-2c=-1

-a-3b+c= 1 = -(-b)-3b+c= 1 = b-3b+c=1 = -2b+c=1

i think this is right but i don't know where to go from here
 
Physics news on Phys.org
kaydis said:
a= -b

-2a-2c = -1 = -2(-b)-2c = -1 = 2b-2c=-1

-a-3b+c= 1 = -(-b)-3b+c= 1 = b-3b+c=1 = -2b+c=1
Good work! You've been able to reduce the system of equations from 3 equations and 3 unknowns to 2 equations with 2 unknowns. What can you do to combine those last two equations to eliminate the "b" terms? :smile:
 
  • Like
Likes kaydis
BTW, remember that after you have solved for a, b and c, it's a good idea to plug those back into the original 3 equations that you started with to be sure they are satisfied by the solutions you found. :smile:
 
  • Like
Likes kaydis
berkeman said:
Good work! You've been able to reduce the system of equations from 3 equations and 3 unknowns to 2 equations with 2 unknowns. What can you do to combine those last two equations to eliminate the "b" terms? :smile:
could i add them?

2b + -2b = canceled out
and
-2c + c = -c
and
-1 + 1 = 0
so
-c=0
 
Yep, good job. Now solve for b, then solve for a, and check that your values work in the original equations. Can you show us that? :smile:
 
  • Like
Likes kaydis
I think i did it!
-c=0

-2a-2c=-1 = -2a-2(0)=-1 = -2a=-1 = -a=-1/2 or -0.5

SO a=0.5

-a-3b+0=1 = -a-3b=1 = -0.5-3b=1 = -3b=1.5 = -b=1/2 or 0.5

SO b=-0.5

when i plug them back in i get the following:

a+b=0 --------> 0.5+-0.5=0
-2a-2c=-1 --------> -2(0.5)-2(0)=-1
-a-3b+c=1 --------> -0.5-3(-0.5)+0=1
 
  • Like
Likes berkeman
Looks good! :smile:
 
  • Like
Likes kaydis
awesome, thank you so much for all the help! :smile:
 
Back
Top