For which t-values does the system have none, one or infinite solutions? #4(t+4)x+21y=56 ;color(white)("dd")12x+3ty=24#

I am unsure on how to solve this one with for example setting up a matrix, could someone help me on this one?

#4(t+4)x+21y=56#
#12x+3ty=24#

2 Answers
May 3, 2018

when the system has no solutions, #t=-7#
when the system has infinite solutions, #7=3#
when the system has one solution, #t > - 7< t <3 < t#

Explanation:

Before we start, know that having either one or infinite solutions equals having the same gradient from both equations, and that having one solution equals having different gradients from both equations, with each event being mutually exclusive.

#4(t+4)x+21y=56# #rarr#

#12x+3ty=24# #rarr#

Simplify,

#4tx+16x+21y=56# #rarr#

#12x+3ty=24# #rarr#

Method 1: Slope

Simplify the equations into slope-intercept form,

#y=((-4t-16)/21)x+56/21# #rarr#

#y=(-4/t)x+8/t# #rarr#

Find the gradient of both equations using the slope-intercept form,

Gradient of ①#=(-4t-16)/21#

Gradient of ②#=-4/t#

To find having none or infinite solutions, the gradients of both equations are equal,

Gradient of ①#=#Gradient of ②

#(-4t-16)/21=-4/t#

#(4t+16)/21=4/t#

#4t^2+16t-84=0#

#t^2+4t-21=0#

#(t-3)(t+7)=0#

#t=3 or -7#

Now we know that when #t=3 or -7#, there is either no solutions or infinite solutions, but we don't know which is which.

Substitute #t=3# into ①#=#

#(-4/3)x+8/3=((-4(3)-16)/21)x+56/21#

#-4/3x+8/3=-28/21x+56/21#

#0x=0#

#x in \mathbb{R}#

Substitute #t=-7# into ①#=#

#(-4/(-7))x+8/(-7)=((-4(-7)-16)/21)x+56/21#

#4/7x-8/7=12/21x+56/21#

#0x=80/21#

#x="N.A."#

When the system has no solutions, #t=-7# and when the system has infinite solutions, #7=3#,

Find #t#, when the system has one solution,

#t > - 7< t <3 < t#

This is because this event is mutually exclusive as the other two events, meaning #t# can be anything except #-7# and #3#.

Therefore, when the system has no solutions, #t=-7#, when the system has infinite solutions, #7=3#, and when the system has one solution, #t > - 7< t <3 < t#.

Method 2: Matrix

#underbrace(((4t+16,21),(12,3t)))_A underbrace(((x),(y)))_X=underbrace(((56),(24)))_B#

#AX=B#

To find #t#, you have to find #X#,

#X=A^(-1)B#

Find #A^(-1)#,

#A^(-1)=((t/(4t^2-5),-7/(4t^2-5)),(-1/(t^2-17),(t+4)/(3t^2-9)))# ( using an inverse matrix calculator )

Find #X#

#X=A^(-1)B#
#color(white)(X)=((t/(4t^2-5),-7/(4t^2-5)),(-1/(t^2-17),(t+4)/(3t^2-9)))((56),(24))#
#color(white)(X)=((14/(t+7)),(8/(t+7)))#

May 3, 2018

The system has no solutions for #t = -7 and t = 3#
The system has a unique solution for all other values of t.

Explanation:

The system has none or infinite solutions when the determinant of the coefficients is equal to 0:

#| (4(t+4),21), (12,3t) | = 0#

#(3t)(4(t+4)) - (12)(21) = 0#

#12t^2+48t -252=0#

#t^2+4t-21=0#

#(t+7)(t-3)=0#

#t = -7 and t = 3#

When #t = -7# the following is the augmented matrix:

#[ (-12,21,|,56), (12,-21,|,24) ]#

Please observe that if we multiply Row 2 by -1 we obtain parallel lines that do not overlay, therefore, there is no solution:

#[ (-12,21,|,56), (-12,21,|,-24) ]#

When #t = 3# the following is the augmented matrix:

#[ (21,21,|,56), (12,12,|,24) ]#

Please observe that if we divide Row 1 by 21 and Row 2 by 12 we, again, obtain parallel lines that do not overlay, therefore, there is no solution:

#[ (1,1,|,56/21), (1,1,|,2) ]#

The system has a unique solution for all other values of t.