Define coefficients for system of equations with 3 variables

Click For Summary

Homework Help Overview

The discussion revolves around a system of equations with three variables, specifically focusing on determining conditions for consistency and the nature of solutions based on parameters A, B, and C.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants explore the implications of specific values for B and C on the consistency of the system. There are attempts to relate the parameters to the geometric interpretation of the equations as planes.

Discussion Status

Participants have engaged in back-and-forth questioning regarding the definitions and roles of parameters A, B, and C, with some suggesting that certain values lead to inconsistencies. There is a recognition of the need for back substitution to clarify relationships between the variables.

Contextual Notes

There is confusion regarding the presence of parameter A, which does not appear in the equations, leading to questions about its relevance. The discussion also touches on the potential for division by zero in the context of back substitution.

thecokeguy
Messages
7
Reaction score
0

Homework Statement


I have the following system og equations:

[itex] \left\{\begin{array}{l}<br /> y + 2z = 1 \\<br /> x + 4y + 3z = C \\<br /> x + y + Bz = B<br /> \end{array}\right.[/itex]

a) Create the augmented matrix and reduce to row echelon form (I've already done this)
b) For which values of A and B is the system inconsistent?
c) For which values of A and B does the system have only one solution?
d) Determine the complete solution to the system for all values of A and B.

Homework Equations


The system in row echelon form:
[itex] \begin{pmatrix}<br /> 1 & 4 & 3 & C \\<br /> 0 & 1 & 2 & 1 \\<br /> 0 & 0 & 1 & \frac{B - C + 3}{B + 3}<br /> \end{pmatrix}[/itex]


The Attempt at a Solution


Earlier when solving this kind of problems with systems with 2 variables, I solved it geometrically as lines being parallel, intersecting etc. Of course this could be solved geometrically too as planes, but as I can't imagine how to do it geometrically with >3 variables, I thought I've missed something.

If someone could point me in a direction, then I'll figure out the rest myself.

Thanks.
 
Physics news on Phys.org
Ok, now go back of the system of equations. You got:

[tex]\left\{\begin{matrix}<br /> x+4y+3z=C\\ <br /> y+2z=1\\<br /> z=\frac{B-C+3}{B+3} <br /> \end{matrix}\right.[/tex]

What if B=-3 ?
 
As that's not possible, I'll guess the system would be inconsistent?
 
thecokeguy said:
As that's not possible, I'll guess the system would be inconsistent?

Yup, you're right.

Now find x,y,z solutions and again tell me for which is inconsistent and for which values its consistent. :smile:
 
I'm not sure what you want... Do you want me to back substitute to get expressions for y and x too, and then define values for B and C, which results in division by 0?
 
thecokeguy said:
I'm not sure what you want... Do you want me to back substitute to get expressions for y and x too, and then define values for B and C, which results in division by 0?

Yes, you need to do back substitution.

But where is A ? I can't see any A in the problem.
 
There isn't any A... Only B and C... Don't know why
 
thecokeguy said:
There isn't any A... Only B and C... Don't know why

Maybe C=A ? Anyway, do the back substitution and find the values of x,y,z in terms of B,C.
 
njama said:
Yup, you're right.

Now find x,y,z solutions and again tell me for which is inconsistent and for which values its consistent. :smile:

I don't see the relevance as x and y would only incorporate multiples of z, which would be the same fraction and still be inconsistent for B = -3 and thereby be consistent for B not equal to -3?
 
  • #10
thecokeguy said:
I don't see the relevance as x and y would only incorporate multiples of z, which would be the same fraction and still be inconsistent for B = -3 and thereby be consistent for B not equal to -3?

Yes, that's completely correct.
 
  • #11
After 5 hours of searching. I finally found an example I could understand a general solution in.

[itex] z=\frac{B-C+3}{B+3} \iff z(B+3) - B + C - 3 = 0[/itex]

With the equation above, it's easy to pick the values for B and C.

b) No-solutions: B=-3 and C!=0
c) One-solution: B!=-3
d) Complete solution: B=-3 and C=0 ... (-4+5z, 1-2z, z)

Is this completely wrong?
 
  • #12
That's correct again.

For d) I would rather say infinite many solutions. :smile:
 
  • #13
Just using the problems own words... As it's written by my professor and I like high grades, that's what I useually do :P

But thanks a lot... The feedback was just what I needed and much appreciated.
 
  • #14
thecokeguy said:
Just using the problems own words... As it's written by my professor and I like high grades, that's what I useually do :P

But thanks a lot... The feedback was just what I needed and much appreciated.

You're welcome!:approve:
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
936