Problem:
Solution:
For part (a), note that according to the errata, the last equation should be x3=−t+6.
First note that all the equations are linear and there is one parameter, it is a line. We should expect two linear equations defining two planes.
From the first equation, it is obvious that t=x1+5, so we get from the second equation x2=2t+1=2(x1+5)+1=2x1+11, and from the third equation x3=−t+6=−(x1+5)+6=1−x1, so the solution is:
x2=2x1+11
x3=1−x1
Part (b) is more complicated, it is a two dimensional 'plane' in a 4 dimensional space. Adhoc methods like the previous problem does not work great, so we will try something different. We model the problem using this matrix.
tux1x2x3x4t2−5−10000120−1000−1100−10013000−10
Next, we find the reduced row echelon form using MATLAB (using the function rref), and we get this.
tux1x2x3x4t10000.75−0.2500100−0.25−0.25000102.750.75000010.25−0.750
Solution:
For part (a), note that according to the errata, the last equation should be x3=−t+6.
First note that all the equations are linear and there is one parameter, it is a line. We should expect two linear equations defining two planes.
From the first equation, it is obvious that t=x1+5, so we get from the second equation x2=2t+1=2(x1+5)+1=2x1+11, and from the third equation x3=−t+6=−(x1+5)+6=1−x1, so the solution is:
x2=2x1+11
x3=1−x1
Part (b) is more complicated, it is a two dimensional 'plane' in a 4 dimensional space. Adhoc methods like the previous problem does not work great, so we will try something different. We model the problem using this matrix.
tux1x2x3x4t2−5−10000120−1000−1100−10013000−10
Next, we find the reduced row echelon form using MATLAB (using the function rref), and we get this.
tux1x2x3x4t10000.75−0.2500100−0.25−0.25000102.750.75000010.25−0.750
We claim that the last two rows is our solution. To see that, any point that satisfied the parametrization must satisfy all four equations, and therefore it satisfy the last two. For any point satisfy the last two equations, we can always find t and u by equation 1 and 2, so we have proved the answer is
x1+2.75x3+0.75x4=0
x2+0.25x3−0.75x4=0
Part (c) is pretty easy, it is simple to inspect the answer is
x4=y
x7=z
No comments:
Post a Comment