Answer:
[tex]k=4 \ , \ k=-2[/tex]
Step-by-step explanation:
Trivial Solutions
We are dealing with a type of systems of equations with the following structure:
[tex]\displaystyle \left \{ {{ax+by=0} \atop {cx+dy=0}} \right.[/tex]
There is a trivial solution where x=y=0, but the interest of the problem is to find the conditions for a given system to have other solutions than the trivial. The idea is to transform the compatible determinate system to a compatible indeterminate system that accepts infinitely many solutions. This can be achieved by computing the determinant of the system
[tex]\Delta=\left|\begin{array}{cc}a&b\\c&d\end{array}\right|[/tex]
If this determinant is zero, the system is compatible indeterminate.
Let's analyze the given system:
[tex]\displaystyle \left \{ {{x+3y=kx} \atop {3x+y=ky}} \right.[/tex]
Rearranging
[tex]\displaystyle \left \{ {{(1-k)x+3y=0} \atop {3x+(1-k)y=0}} \right.[/tex]
Computing the determinant and equating to 0
[tex]\Delta=\left|\begin{array}{cc}1-k&3\\3&1-k\end{array}\right|=0[/tex]
Expanding the determinant
(1-k)^2-9=0
Rearranging
(1-k)^2=9
Taking the square root (with both possible signs)
1-k=\pm 3
Solving for k
k=1\pm 3
The two possible values of k are
[tex]\boxed{k=4 \ , \ k=-2}[/tex]