Determine vec {{x},{y},{3x+2y}} in R^3 form a vec space

  • Context: MHB 
  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Form Space
Click For Summary

Discussion Overview

The discussion centers on whether the set of vectors represented as $\begin{bmatrix} x \\ y \\ 3x + 2y \end{bmatrix}$ in $\mathbb{R}^3$ forms a vector space under the usual operations of addition and scalar multiplication. Participants explore the criteria for vector spaces and bases, as well as the implications of linear dependence and closure properties.

Discussion Character

  • Debate/contested
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • Some participants question whether the absence of a variable $z$ affects the determination of a vector space.
  • Others clarify that the criteria for determining a vector space differ from those for forming a basis, emphasizing the importance of closure under addition and scalar multiplication.
  • A participant suggests that closure can be demonstrated through specific vector addition examples, showing that the resulting vector maintains the same form.
  • Another participant provides a formulation for scalar multiplication, indicating that the result remains within the defined structure of the vectors.
  • Some participants note that the vectors can be expressed as linear combinations of two basis vectors, which may imply a two-dimensional vector space.
  • There is a discussion about the notation used in vector addition, with some participants questioning the use of capital letters for shorthand definitions.

Areas of Agreement / Disagreement

Participants express differing views on the relevance of linear dependence and dimensionality in the context of vector spaces versus bases. The discussion remains unresolved regarding the implications of these criteria on the original question.

Contextual Notes

Participants mention the need to check closure properties and the potential inheritance of other properties from the parent vector space, but do not resolve the implications of these factors on the overall determination of the vector space.

karush
Gold Member
MHB
Messages
3,240
Reaction score
5
Determine if the set of vectors
$\begin{bmatrix}
x\\y\\3x+2y
\end{bmatrix}$ $\in \Bbb{R}^3$
form a vector space
(with the usual addition and scalar multiplication for vectors in $\Bbb{R}^3$).OK first of all this doesn't have z in it.
So I don't know if this meets the requirement of
whether number of elements in the set are equal to the dimension of given vector spaceOk I assume a matrix can be formed of this as albeit assuming
$x_1,x_2,x_3 \textit{ and } y_1,y_2,y_3$
$\begin{bmatrix}
1&0\\0&1\\3&2
\end{bmatrix}$
I don't see how this would be linearly independent
 

Attachments

  • auxbtcuphalf.png
    auxbtcuphalf.png
    810 bytes · Views: 138
Physics news on Phys.org
Forms a basis? Or forms a vector space? The question title indicates you want to know if these vectors form a vector space, but your comments seem to indicate that you're trying to see if they form a basis. They'll be quite different criteria you'd use for one versus the other.
 
https://www.physicsforums.com/attachments/8768

this was the given question
 
So number of dimensions, and linear dependence are irrelevant for determining if it's a vector space. Those are criteria for a basis. What you need to check is closure under scalar multiplication and vector addition. My guess is that a number of the other properties you get to inherit from the parent vector space.
 
$\lambda \cdot (a,b) = (\lambda a, \lambda b)$
are you suggesting this for closure under scalar multiplication
thus$\lambda\cdot\begin{bmatrix}
1&0\\0&1\\3&2
\end{bmatrix}=
\begin{bmatrix}
\lambda &\\&\lambda \\3\lambda &2\lambda
\end{bmatrix}$
 
I was thinking something more along the lines of
$$\lambda\left[\begin{matrix}x\\y\\3x+2y\end{matrix}\right]=\left[\begin{matrix}\lambda x\\ \lambda y\\ \lambda(3x+2y)\end{matrix}\right]=\left[\begin{matrix}\lambda x\\ \lambda y\\ 3\lambda x+2\lambda y\end{matrix}\right],$$
which we can see is another vector in the space. Same idea with vector addition. Basic idea: everything in the vector space looks like triples, where the third element always looks like $3$ times the first element plus $2$ times the second. If that characteristic is preserved under scalar multiplication and vector addition, you're probably home-free.
 
karush said:
Determine if the set of vectors
$\begin{bmatrix}
x\\y\\3x+2y
\end{bmatrix}$ $\in \Bbb{R}^3$
form a vector space
(with the usual addition and scalar multiplication for vectors in $\Bbb{R}^3$).OK first of all this doesn't have z in it.

I think you are making difficulties for yourself and didn't understand the nature of the vector given.
x = x, y = y, z = 3x + 2y

So there is a z after all.

Let's look at closure, for example. So say we have two supposed vectors and we add them together.
[math]\left [ \begin{matrix} x_1 \\ y_1 \\ 3x_1 + 2y_1 \end{matrix} \right ] \oplus \left [ \begin{matrix} x_2 \\ y_2 \\ 3x_2 + 2y_2 \end{matrix} \right ] = \left [ \begin{matrix} x_1 + x_2 \\ y_1 + y_2 \\ 3(x_1 + x_2) + 2(y_1 + y_2) \end{matrix} \right ] = \left [ \begin{matrix} X \\ Y \\ 3X + 2Y \end{matrix} \right ] [/math]

After the addition we get a vector of the same form. So addition is closed.

See what you can do with the rest of it.

-Dan

PS Looks like Ackbach beat me to the punch!
 
Mahalo (thanks all)

that helped a lot

I tried to see what stack exchange had on this
but that site is very unfriendly and very little examples

ok I have a few more, but will try first
 
karush said:
Mahalo

that helped a lot

Excellent!

karush said:
I tried to see what stack exchange had on this
but that site is very unfriendly and very little examples

ok I have a few more, but will try first

M.SE is good for what it's good for: questions that are well-defined, and not too high-level (or you go to Math Overflow). What it's emphatically not good at is the back-and-forth required for teaching. Forum software like vBulletin is much better at this than the SE suite of sites.
 
  • #10
The first thing I observe is that \begin{bmatrix} x \\ y \\ 3x+ 2y\end{bmatrix}= \begin {bmatrix}1 \\ 0 \\ 3\end{bmatrix}x+ \begin{bmatrix}0 \\ 1 \\ 2\end{bmatrix}y. This the two dimensional vector space having basis \{\begin {bmatrix}1 \\ 0 \\ 3\end{bmatrix}, \begin{bmatrix}0 \\ 1 \\ 2\end{bmatrix}\}.
 
  • #11
topsquark said:
[math]\left [ \begin{matrix} x_1 \\ y_1 \\ 3x_1 + 2y_1 \end{matrix} \right ] \oplus \left [ \begin{matrix} x_2 \\ y_2 \\ 3x_2 + 2y_2 \end{matrix} \right ] = \left [ \begin{matrix} x_1 + x_2 \\ y_1 + y_2 \\ 3(x_1 + x_2) + 2(y_1 + y_2) \end{matrix} \right ] = \left [ \begin{matrix} X \\ Y \\ 3X + 2Y \end{matrix} \right ] [/math]

Why the capitals X and Y
 
  • #12
karush said:
Why the capitals X and Y
I'm just defining [math]X = x_1 + x_2[/math] (similar for Y) as a shorthand. If [math]x_1[/math] and [math]x_2[/math] are x components in some "subspace" then X is also in there. It would be the same result if I used [math]x_3[/math], etc. I just picked the capitals in this case. No real reason.

-Dan
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 34 ·
2
Replies
34
Views
2K