SOLUTION: or which value of k does the following system of equation have non trivial solution (k-3)x+y=0,x+(k-3)y=0

Algebra ->  College  -> Linear Algebra -> SOLUTION: or which value of k does the following system of equation have non trivial solution (k-3)x+y=0,x+(k-3)y=0      Log On


   



Question 1042222: or which value of k does the following system of equation have non trivial solution (k-3)x+y=0,x+(k-3)y=0
Found 2 solutions by Edwin McCravy, ikleyn:
Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!

This problem is very badly worded. My question here is:

What is meant by a "non-trivial" solution???? 

system%28%28k-3%29x%2By=0%2Cx%2B%28k-3%29y=0%29

No matter what value k has, (0,0) will be a solution,
because regardless of k, if we substitute x=0, y=0,
we get:

system%28%28k-3%290%2B0=0%2C0%2B%28k-3%290=0%29

which is equivalent to

system%280=0%2C0=0%29

And since they are linear equations, they MUST 
have (0,0) as a solution.  So (0,0) is not to 
be considered as a "trivial" solution.  Otherwise
the answer would be "there are no values of k
that would not cause the system to have the solution
(0,0).

So I suppose what is meant by a "non-trivial"
solution is that they have only one solution and
not an infinite number of solutions.  It is bad
wording to use "having a non-trivial solution" to
mean "having only one solution", or "independent
and consistent".  You might point this out to your 
teacher.

If k=3, then we have:

system%28%283-3%29x%2By=0%2Cx%2B%283-3%29y=0%29

system%28%280%29x%2By=0%2Cx%2B%280%29y=0%29

system%28y=0%2Cx=0%29

which is the x-axis and the y-axis which
is a non-trivial independent system with
one solution, x=0, y=0.  So k=3 is a value
of k for which the system does not have a 
trivial solution.

If k ≠ 3, then k-3 ≠ 0 and so
we can divide by it. 

So if k ≠ 3, we can solve them both
for y

system%28y=-%28k-3%29x%2C%28k-3%29y=-x%29

system%28y=-%28k-3%29x%2Cy=-x%2F%28k-3%29%29

system%28y=-%28k-3%29x%2Cy=expr%28-1%2F%28k-3%29%29x%29

Their slopes are -%28k-3%29 and -1%2F%28k-3%29

If the slopes are equal, the system will be
dependent, and their graphs will be the same
line, and there will be an infinite number of
solutions.

For them to have an infinite number of solutions,
then their equations and, in this case, also their 
slopes will be the same:

-%28k-3%29%22%22=%22%22-1%2F%28k-3%29 and k ≠ 3.

Multiply both sides by -1

%28k-3%29%22%22=%22%221%2F%28k-3%29 and k ≠ 3.

Multiply both sides by (k-3)

%28k-3%29%28k-3%29%22%22=%22%221

FOIL:

k%5E2-6k%2B9%22%22=%22%221

Get 0 on the right by subtracting 1 from both sides:

k%5E2-6k%2B8%22%22=%22%220

Factor the left side

%28k-4%29%28k-2%29%22%22=%22%220

k-4 = 0,  k-2 = 0
  k = 4,    k = 2

So the system will have infinitely many solutions,
and be a dependent system if and only if k ≠ 4 and 
k ≠ 2.

So if and only if k ≠ 4 and k ≠ 2, the two lines
will intersect at the origin and will not be the 
same line and the system will be independent and 
consistent and there will be only 1 solution.  

But please point out to your teacher about the
bad wording of this problem.  A dependent system 
has infinitely solutions and cannot be said to 
"have a non-trivial solution".

Edwin

Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
.
highlight%28cross%28or%29%29 At which value of k does the following system of equation have non trivial solution (k-3)x+y=0,x+(k-3)y=0 ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This wording is very usual, standard and typical for systems of linear equations.

The "trivial solution", by the definition, is zero solution (x,y) = (0,0).
When they are asking about a non-trivial solution, they actually ask: 


    "at which value of "k" the system is degenerated ?"


In other words, 


    "at which value of "k" the system has more than one solution ?"
    ( provided that it always has a zero solution (0,0). )


It depends and it is defined entirely by the value of the determinant of the matrix of this system.
If the determinant is non-zero, the system has only trivial zero solution.
If the determinant is zero, then there are "non-trivial" solutions.

The matrix in this case is %28matrix%282%2C2%2C+k-3%2C+1%2C+1%2C+k-3%29%29,  and its determinant is %28k-3%29%5E2+-1.

The condition of zeroing the determinant is 

%28k-3%29%5E2+-1 = 0,  or  %28k-3%29%5E2 = 1,  or  k-3 = +/-sqrt%281%29,  or k-3 = +/-1,

which implies  k = 4  or  k = 2.

At k = 4 the system becomes 

x + y = 0,
x + y = 0.

Clearly, it is dependent; represents one straight line; and has infinitely many solutions.

At k = 2 the system becomes 

-x + y = 0,
 x - y = 0.

Again, it is dependent; represents one straight line; and has infinitely many solutions.