Science:Math Exam Resources/Courses/MATH152/April 2011/Question B 01 (c)
• QA 1 • QA 2 • QA 3 • QA 4 • QA 5 • QA 6 • QA 7 • QA 8 • QA 9 • QA 10 • QA 11 • QA 12 • QA 13 • QA 14 • QA 15 • QA 16 • QA 17 • QA 18 • QA 19 • QA 20 • QA 21 • QA 22 • QA 23 • QA 24 • QA 25 • QA 26 • QA 27 • QA 28 • QA 29 • QA 30 • QB 1(a) • QB 1(b) • QB 1(c) • QB 2(a) • QB 2(b) • QB 3(a) • QB 3(b) • QB 3(c) • QB 4(a) • QB 4(b) • QB 4(c) • QB 4(d) • QB 5(a) • QB 5(b) • QB 5(c) • QB 6(a) • QB 6(b) • QB 6(c) • QB 6(d) • QB 6(e) •
Question B 01 (c) |
---|
Three identical fields of size one hectare are planted with different amounts of three kinds of wheat (types 1, 2 and 3). The first field is divided in three equal parts with one type of wheat planted on each part. It yields 12 tons of total harvest. The second field is divided in two equal parts with type 2 planted on one part and type 3 planted on the other. It yields 10 tons. The third field is divided in two equal parts with type 1 planted on one part and type 2 on the other. It yields 16 tons. Solve the system above using Gaussian elimination on the augmented matrix. What is the yield in tons per hectare for each type of wheat? |
Make sure you understand the problem fully: What is the question asking you to do? Are there specific conditions or constraints that you should take note of? How will you know if your answer is correct from your work only? Can you rephrase the question in your own words in a way that makes sense to you? |
If you are stuck, check the hint below. Consider it for a while. Does it give you a new idea on how to approach the problem? If so, try it! |
Hint |
---|
Gaussian elimination is achieved by putting the matrix into reduced row-echelon form. |
Checking a solution serves two purposes: helping you if, after having used the hint, you still are stuck on the problem; or if you have solved the problem and would like to check your work.
|
Solution |
---|
Found a typo? Is this solution unclear? Let us know here.
Please rate my easiness! It's quick and helps everyone guide their studies. We take our augmented matrix from part (b) and we put it into reduced row-echelon form. Recall that this procedure ensures that every entry above and below a pivot is a zero. We could also just do a row-echelon form which ensure that only numbers below pivots are zero. However, for the purpose of example we will highlight the full reduced row-echelon form step by step. We start with the augmented matrix We see that the first row can contain a pivot in its first column. We set that pivot to 1 by multiplying the first row by 3 (recall that elementary row operations do not change the solution to the linear system). We let indicate an operation on row i. We now have to clear out the rest of the entries in column 1 to be zero. We see that column one on row two is already zero and so we can move on to row three. To remove the entry in column 1 of row 3, we can subtract off 1/2 of row 1. Therefore We now move on to the second column and we seek to place a pivot in the second row. We want the pivot to have the value of 1 and so we multiply the whole row by 2. Therefore To make the entries above and below this new pivot zero we must subtract row 2 from row 1 and we leave row three alone since it is already zero. Finally for the last pivot in the third row and third column we have to multiply row three by -2. We will then have to subtract row three from row two so that the third column entry in the second row vanishes. We do not need to perform any operations on the first row since there is already a zero in the third column. Having all entries zero except for the pivots we have our matrix in reduced row-echelon form. The advantage to putting the matrix in this form is that we can immediately determine the vector x. We have that, Therefore we conclude that the yield of the wheat is 16 tons/hectare for type 1, 16 tons/hectare for type 2 and 4 tons/hectare for type 3. Notice that if we were so inclined we could put our solution in for x in the original problem an we do indeed recover the right output vector b. If instead you opted to just put the matrix in row-echelon form, you would get which of course leads to the same conclusion but some arithmetic is involved. This type of situation is often the trade off in deciding which process to choose. Doing a row-echelon form is often quicker but because it only guarantees entries below pivots are zero, then arithmetic will almost always be required to get the solution. Conversely, the reduced row-echelon form takes longer to obtain but then the unknowns are clearly presented. |