document.write( "Question 1190667: For which value of 𝑎 does each of the following systems have no solution, unique
\n" );
document.write( "solution and infinite solutions? Use Gaussian Elimination.
\n" );
document.write( "𝑥 − 𝑦 + 𝑧 = 1
\n" );
document.write( "𝑥 + 3𝑦 + 𝑎𝑧 = 2
\n" );
document.write( "2𝑥 + 𝑎𝑦 + 3𝑧 = 3 \n" );
document.write( "
Algebra.Com's Answer #822380 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The given system \n" ); document.write( " \n" ); document.write( "translates to the augmented matrix \n" ); document.write( " \n" ); document.write( "The first three columns represent the x,y, and z coefficients in that order. The fourth column is the list of right hand side values. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The order from top to bottom is preserved. Meaning that the middle equation x+3y+az = 2 for instance, is represented by the middle row of numbers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's use Gaussian Elimination to get this matrix into row echelon form (REF)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For each step below, I'll represent each matrix as a table. This way I can separate out each term more clearly with grid lines. However, your teacher likely won't want you to make such grid lines when making each matrix (it's unfortunate that matrices don't involve grid lines).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's the original matrix but in a tabular format
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's subtract rows 1 and 2, which I'll denote as R1 and R2 respectively \n" ); document.write( "The subtraction is R2 - R1 and it will replace the old R2. This notation is shown in blue to separate it from the matrix values. \n" ); document.write( "The stuff in blue isn't part of the matrix, but I'm including it in the table anyway to clearly indicate which row is being altered. \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then we multiply everything in R2 by 1/4 = 0.25 to turn that 4 in R2 into a 1.
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Next, we'll need to zero out the first element of R3 as well. We'll compute R3 - 2*R1 to do this.
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice at this point, nearly everything in the first column is 0 except for the first row with a 1 in it (which we call the pivot entry). The goal of row echelon form is to zero out items below the pivot.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The pivot of R2 is 1. We need to zero out everything below this. So we need to turn that a+2 into 0. \n" ); document.write( "We do this by computing R3 - (a+2)*R2
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now let's see what value of 'a' will make both items in R3 equal to 0 \n" ); document.write( "-0.25*(a^2+a-6) = 0 \n" ); document.write( "-0.25(a+3)(a-2) = 0 \n" ); document.write( "a = -3 or a = 2 \n" ); document.write( "and, \n" ); document.write( "-0.25(a-2) = 0 \n" ); document.write( "a = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So if a = 2, then both items in R3 will be zeroed out. Having a row of all 0's indicates a dependent system with infinitely many solutions. Notice if a = 2, then adding the first two original equations yields the third equation exactly.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "On the other hand, if a = -3, then the -0.25*(a^2+a-6) turns to zero while the other term -0.25(a-2) does not. We have an inconsistency. Therefore, we have an inconsistent system with no solutions when a = -3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For any other case (ie when \n" ); document.write( "That solution is (x,y,z) = ( 1, 1/(a+3), 1/(a+3) )\r \n" ); document.write( "\n" ); document.write( "-----------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answers: \n" ); document.write( "Infinitely many solutions when a = 2. \n" ); document.write( "No solutions when a = -3 \n" ); document.write( "Otherwise, there is exactly one solution. \n" ); document.write( " \n" ); document.write( " |