Linear equations in two variables

Algebra Level 2

Given that x = y = 0 x=y=0 is not the only solution to the following system of linear equations, determine all the possible values of k : k: x + 2 y = k x 2 x + y = k y . \begin{aligned} x+2y &= kx \\ 2x+y &= ky . \end{aligned}

1 , 3 -1, 3 1 , 5 1, 5 2 , 4 -2, 4 2 , 3 2, 3

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

8 solutions

Discussions for this problem are now closed

Jubayer Nirjhor
May 8, 2014

Rewriting the equations: 2 y = ( k 1 ) x , 2 x = ( k 1 ) y 2y=(k-1)x, ~~~~~~~~~ 2x=(k-1)y

If k = 1 k=1 then the solution is x = y = 0 x=y=0 so we assume x , y 0 x,y\neq 0 and k 1 k\neq 1 . Dividing the rewritten equations gives: 2 y 2 x = ( k 1 ) x ( k 1 ) y y x = x y x 2 = y 2 x = ± y \dfrac{2y}{2x}=\dfrac{(k-1)x}{(k-1)y}~~~\Longrightarrow ~ \dfrac y x = \dfrac x y ~~~\Longrightarrow ~ x^2=y^2 ~~~\Longrightarrow ~ x=\pm y

If x = y x=y then substituting in the equation gives: 3 x = k x k = 3 3x=kx ~~~\Longrightarrow ~k=\fbox3

If x = y x=-y , substituting gives: y = k y k = -1 y=-ky~~~\Longrightarrow ~ k=\fbox{-1}

So the answer is: -1,3 \fbox{-1,3} .

nice solution... my logic was:

2y=x(k-1) (1) 2x=y(k-1) (2)

Adding (1) and (2) gives 2(y+x)=x+y(k-1) This implies k-1=2 Which gives k=3, however it doesn't give the negative solution. What's wrong with my logic? Thanks

Tibo Rushbrooke - 7 years ago

Generally a quadratic equation have two sol. Bt you did it without seeing that can it be qurad. So failed to see

Shubham Yaul - 7 years ago

x=+or - y, if x=y, then 3x=kx=> k = 3, and your ans is k=3 how it solve, i dont understand, so please help me for this solution please

Ariana Sharkar - 7 years ago

brilliant give brilliant idea.................

raj sourav - 7 years ago

well done @Jubayer Nirjhor ;)

Awnon Bhowmik - 7 years ago

nice it is super and amazing

sri nath - 7 years, 1 month ago

It was simply easy

Cody Johnson
May 10, 2014

If a linear system of equations has more than one solution, then that means there are infinitely many solutions. Hence, these two equations are linearly dependent, and their coefficients are in constant proportion:

2 1 k = 1 k 2 \frac{2}{1-k}=\frac{1-k}{2}

Solving gives k = 1 ± 2 k=1\pm2 .

Smartest and conceptual of all solutions.........

Nishant Sharma - 7 years ago
Arpit Sah
May 9, 2014

x + 2y = kx .............. (1)

2x + y = ky ............... (2)

Adding (1) and (2) :

3( x + y ) = k( x + y )

Therefore, k = 3

Subtracting (1) from (2) :

1( x - y ) = k( y - x )

k( y - x ) = -1( y -x )

Therefore, k = -1

Hence value of k are 1 \boxed{-1} and 3 \boxed{3}

Note that 3 ( x + y ) = k ( x + y ) 3(x+y) = k(x+y) does not necessarily imply that k = 3 k = 3 . Why, or why not?

Calvin Lin Staff - 7 years, 1 month ago

yes, if (x + y) = 0, then k may not necessarily be equal to 3.

Arpit Sah - 7 years, 1 month ago

Similarly, you can use augmented matrix and solve for K

Yuliya Skripchenko - 7 years, 1 month ago

Yes, this was how I solved!

prakash padhy - 7 years ago
Gregory Ruffa
May 8, 2014

Re-arranged as: ( 1 k ) x + 2 y = 0 , 2 x + ( 1 k ) y = 0 (1-k)x + 2y = 0 \ \ , 2x + (1-k)y = 0 , the determinant of the coefficient matrix is ( 1 k ) 2 4 = k 2 2 k 3 = ( k 1 ) ( k + 3 ) (1-k)^2 - 4 = k^2 - 2k - 3 = ( k - 1) \ (k + 3) . The system of equations has an infinite number of solutions when this determinant is zero. (Since the "constants column" has zero for both entries, the system of equations is dependent. This can be confirmed by "row-reducing" the system.) So there will be more than one solution for k = 1 and k = -3 .

Hello,

given that 2y + x = kx , 2x + y = ky ,

as for 2y + x = kx,

kx - x= 2y

x(k -1) = 2y

x = 2y / (k-1)----> (1st)

as for 2x + y = ky,

ky - y = 2x

y(k -1) = 2x---->(2nd),

substitute (1st) into (2nd),

y(k-1) = 2[ 2y / (k-1) ]

y(k-1)(k-1) = 4y

k^2 - 2k + 1 = 4

k^2 -2k -3 = 0

(k + 1)( k-3) = 0

k = -1 , k=3,

therefore , k= -1,3....

thanks....

x + 2y = kx ..............(i)

2x + y = ky ...............(ii)

Adding (i) and (ii):

3( x + y ) = k( x + y )

Therefore, k = 3

Subtracting (i) from (ii):

1( x - y ) = k( y - x )

k( y - x ) = -1( y -x )

Therefore, k = -1

Hence value of k are -1 and 3

x+2y=kx gives y=x(k-1)/2 . . . (1)

2x+y=ky gives y=2x/k-1 . . . (2). Equating (1) nd (2) (k-1)^2=4 or, k-1=+2 or -2. Giving k=-1 or 3.

Good question

Bivas Dutta - 7 years ago
Mohamed Elgammal
May 22, 2014

divide the first equation on x and use the result to replace y/x by (k-1)/2 you will get k^2 -2k-3=0 So you will get k=3 or k=-1

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...