Prove <h,k> is in span{a,b} for all h,k

  • Thread starter Thread starter QuarkCharmer
  • Start date Start date
QuarkCharmer
Messages
1,049
Reaction score
3

Homework Statement


If <br /> {\bf a} = <br /> \begin{smallmatrix}<br /> 2 \\<br /> -1<br /> \end{smallmatrix} and <br /> {\bf b} = <br /> \begin{smallmatrix}<br /> 2 \\<br /> 1<br /> \end{smallmatrix}, and <br /> {\bf c} = <br /> \begin{smallmatrix}<br /> h \\<br /> k<br /> \end{smallmatrix}, show that <br /> {\bf c} \in span \left\{ {\bf a},{\bf b} \right\} \forall h,k<br />

Homework Equations



The Attempt at a Solution


Since this means that c is a linear combination of a and b, I used the definition to create an augmented matrix:
<br /> \begin{smallmatrix}<br /> 2 &amp; 2 &amp; h \\<br /> -1 &amp; 1 &amp; k\\<br /> \end{smallmatrix}

I did most of the rref on that, until I just decided to take a system of equations:
<br /> 2x_{1} = h + \frac{-1}{2}(2k+h)\\<br /> 2x_{2} = \frac{2k+h}{2}But I have no idea what to do here. It's clear to me that span(a,b) is an infinite plane, but I don't know how to show that any vector (in this case <h,k>) that exists in R^2 will be contained on that plane.

I know it's a stupid question, sorry. This is also the first time I have attempted to latex a matrix...
 
Physics news on Phys.org
QuarkCharmer said:

Homework Statement


If <br /> {\bf a} = <br /> \begin{smallmatrix}<br /> 2 \\<br /> -1<br /> \end{smallmatrix} and <br /> {\bf b} = <br /> \begin{smallmatrix}<br /> 2 \\<br /> 1<br /> \end{smallmatrix}, and <br /> {\bf c} = <br /> \begin{smallmatrix}<br /> h \\<br /> k<br /> \end{smallmatrix}, show that <br /> {\bf c} \in span \left\{ {\bf a},{\bf b} \right\} \forall h,k<br />

Homework Equations



The Attempt at a Solution


Since this means that c is a linear combination of a and b, I used the definition to create an augmented matrix:
<br /> \begin{smallmatrix}<br /> 2 &amp; 2 &amp; h \\<br /> -1 &amp; 1 &amp; k\\<br /> \end{smallmatrix}

I did most of the rref on that, until I just decided to take a system of equations:
<br /> 2x_{1} = h + \frac{-1}{2}(2k+h)\\<br /> 2x_{2} = \frac{2k+h}{2}But I have no idea what to do here. It's clear to me that span(a,b) is an infinite plane, but I don't know how to show that any vector (in this case <h,k>) that exists in R^2 will be contained on that plane.
Vectors a and b are linearly independent, so span R2. Since there are two of them, they form a basis for R2 That means that any vector in R2 is some linear combination of a and b.

In your work with the augmented matrix, as long as the left submatrix has no row of zeroes, that means that you can find the coordinates of a and b that yield c.

When you're dealing with two vectors, it's very easy to see whether they're linearly independent. As long as neither is a multiple of the other (which also precludes the possibility that either is the 0 vector), they're linearly independent.
QuarkCharmer said:
I know it's a stupid question, sorry. This is also the first time I have attempted to latex a matrix...
 
Here's some simple LaTeX for a 2 x 2 matrix.
\ begin{bmatrix} 1 & 2 \\ 3 & 4 \ end{bmatrix}

Remove the extra spaces before begin and end to have it render.

Here's how it renders:
$$\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}$$
 
Thank you.

I understand that it is true, because
a \not= cb
where b is some real number. How do I "show" that? The book gave a hint, that is, to use the augmented matrix, but I don't see how that's helping.
 
I'm not sure it deserves anything very involved - the two vectors obviously point in different directions. You can see by inspection that a is not a multiple of b. As a calculus instructor I had many years ago used to say, "It's obvious to the most casual observer."
He would also say stuff like, "even my own mother could integrate that."

If you feel the need to do some actual "math" show that the cosine of the angle between the vectors is not 1 or -1 (corresponding to angles of 0° or 180°).

$$cos(θ) = \frac{a \cdot b}{|a||b|}$$
 
Mark44 said:
I'm not sure it deserves anything very involved - the two vectors obviously point in different directions. You can see by inspection that a is not a multiple of b. As a calculus instructor I had many years ago used to say, "It's obvious to the most casual observer."
He would also say stuff like, "even my own mother could integrate that."

If you feel the need to do some actual "math" show that the cosine of the angle between the vectors is not 1 or -1 (corresponding to angles of 0° or 180°).

$$cos(θ) = \frac{a \cdot b}{|a||b|}$$

That's what I'm looking for! Thanks!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...

Similar threads

Replies
15
Views
1K
Replies
10
Views
2K
Replies
5
Views
2K
Replies
43
Views
4K
Replies
12
Views
3K
Replies
10
Views
6K
Back
Top