Vector Spaces
Problems marked with an asterisk (*) are considered to be challenge problems. You should still try them, but we will discuss them in class.
Problem 1: Classify Vector Spaces*
Classify whether each of the following is a rational vector space or not. Remember that we need to check three things: that there is a zero in , that the sum of two things in is still in , and that all scalar multiples of anything in are still in .
Solution
Yes, it is, since all linear combinations of are still .
No, it is not. For example, is a scalar multiple of which is not in .
No, it is not. For example, and , but .
No, it is not. For example, and , but .
Yes, it is, since the solutions to a homogeneous linear equation are a vector space.
Yes, it is. We can check that is a real number, the sum of two real numbers is always a real number, and that scalar multiplying real numbers by rational numbers still gives you a real number.
Yes, it is. We can check that meets the definition of a polynomial, the sum of two polynomials with rational coefficients is always a polynomial, and that scalar multiplying polynomials with rational coefficients by rational numbers still gives you a polynomial with rational coefficients.
Problem 2: Canada Day Picnic
Gianni bought food for his planned Canada Day Picnic. He spent $100 on three kinds of food: hot dogs, hamburgers, and salad boxes. Each hot dog costs $2, each hamburger $3, and each salad box $4.
Let represent the number of hot dogs bought, represent the number of hamburgers bought, and represent the number of salad boxes bought. Write a linear equation to represent this problem.
Should , , and be allowed to be a) natural numbers, b) integers, c) rational numbers, or d) real numbers?
Find three distinct solutions based on your selection above.
Solution
a) natural numbers, because it only makes sense to buy a non-negative whole number of each of the kinds of food
(answers may vary) We can solve the inhomogeneous equation by relaxing it to rational solutions (and then finding integer solutions). First, we need to solve the homogeneous equation . By making the assumption , , we get the solution , so is a particular non-zero solution. By making the different assumption , , we get the solution , so is a particular non-zero solution. Thus the homogeneous solutions are . Now we need to find a particular solution to the imhomogeneous equation. One easy solution is to assume , , and then we find . Thus, is a particular solution. So the general solution to the inhomogeneous equation is . To find three distinct solutions, we can take . The three solutions we get are , , and . (Since there are more than three solutions, your answer will probably be different.)
Problem 3: True or False*
Classify each statement as True or False.
All real vector spaces are also rational vector spaces.
All rational vector spaces are also real vector spaces.
Solution
This is true. Since the rational numbers are included in the real numbers, if we can multiply anything in by any real number and stay in , then we can also do that with rational numbers.
This is false. A counterexample is itself, which is a rational vector space but not a real vector space.