Linear combinations of 3 non-parallel vectors in 2D Euc.-space

In summary: I don't know the proper notation.The 0 is not required on the left. There are a lot of valid choices, e.g. a zero on the right and a zero on the bottom.
  • #1
Alephu5
11
0

Homework Statement


Suppose [itex]\mathbf{u,v,w} \in {\rm I\!R}^2[/itex] are noncollinear points, and let [itex]\mathbf{x} \in {\rm I\!R}^2[/itex].

Show that we can write [itex]\mathbf{x}[/itex] uniquely in the form [itex]\mathbf{x} = r\mathbf{u} + s\mathbf{v} + t\mathbf{w}[/itex], where [itex]r + s + t = 1[/itex].

Homework Equations


Suppose [itex]\mathbf{a,b} \in {\rm I\!R}^2[/itex] are non-parallel.
Where [tex]A = \begin{bmatrix} a_1 & b_1 \\
a_2 & b_2
\end{bmatrix}[/tex]
We know [itex]A^{-1}[/itex] exists because [itex]\mathbf{a}[/itex] and [itex]\mathbf{b}[/itex] are non-parallel.

If [itex]\mathbf{c} = A^{-1}\mathbf{x} = \begin{bmatrix} c_1 \\ c_2\end{bmatrix}[/itex] for some [itex]\mathbf{x} \in {\rm I\!R}^2[/itex] then [itex]\mathbf{x} = A\mathbf{c} = c_1\mathbf{a} + c_2\mathbf{b}[/itex].

Thus any [itex]\mathbf{x}[/itex] can be represented as a unique linear combination of [itex]\mathbf{a}[/itex] and [itex]\mathbf{b}[/itex].

The Attempt at a Solution


[itex]\mathbf{u-w}[/itex] and [itex]\mathbf{v-w}[/itex] must be non-parallel, so let [itex]\mathbf{a} = \mathbf{u-w}[/itex] and [itex]\mathbf{b} = \mathbf{v-w}[/itex] (substituting into the theorem above) so that [tex]\mathbf{x} = c_1\mathbf{u} + c_2\mathbf{v} - (c_1 + c_2)\mathbf{w}.[/tex]

But substituting [itex]r,s [/itex] and [itex]t[/itex] from the hypothesis of the question gives [tex] r + s = -t [/tex]
or
[tex]r + s +t = 0.[/tex]

I have been wondering if perhaps there is an important distinction between 'noncollinear points' and the vectors between the origin and the given points. If we don't allow ourselves to treat the points like vectors, then it only makes sense to talk about linear combinations of subtractions; i.e. [itex]c_1(\mathbf{u-w}) + c_2(\mathbf{v-w})[/itex] but not [itex]c_1\mathbf{u} - c_2\mathbf{w}[/itex] or [itex]c\mathbf{v}[/itex] (what is the scalar multiple of a point?). With this interpretation my approach no longer applies to this problem, but it also so happens that the problem itself does not make any sense.

So by treating the points as heads of vectors I must be working with the authors intended mindset. I have been fiddling with this for over an hour and cannot see what I'm doing wrong. Can anyone help?
 
Last edited:
Physics news on Phys.org
  • #2
Alephu5 said:
[itex]\mathbf{u-w}[/itex] and [itex]\mathbf{v-w}[/itex] must be non-parallel
Why?
Let u=(1,0), w=(0,-1), v=(2,1). No pair of them is parallel, but u-w = (1,1) and v-w = (2,2) are parallel.

I don't understand your argument afterwards.
 
  • #3
In [itex]\mathbb{R}^3[/itex], pick any 3 non-colinear points (position vectors, take the origin to be [itex][0, 0, 0][/itex]) on the plane [itex]z = 1[/itex]. These three points will be of the form [itex][x, y, 1][/itex]. Every point (position vector) on the plane can be uniquely written as a linear combination of the position vectors of these 3 points (since they form a basis), and the sum of the coefficients will be one (see plane equation in vector form). So, to each vector of the form [itex][x, y, 1][/itex] we have mapped exactly one triplet [itex][r, s, t][/itex] with [itex]r+s+t=1[/itex]. If you just ignore the third component of the vectors the mapping we have done is still valid for the first two components, so we have the unique combination we want for any vector x. I am sure someone more experienced could write this in a rigorous way but I think the idea is valid (to map your 2D situation to 3D and then map back to 2D).

@mfb: I think you cannot use these 3 as an example because they represent co-linear points. If three points are non-colinear, they form a triangle, so all the sides of the triangle that represent the differences have different directions.
 
Last edited:
  • Like
Likes 1 person
  • #4
Oops, you are right. I first had different points in mind, "fixed" them to get the parallel results and then forgot about the collinearity.

A very nice solution with the third dimension.
 
  • #5
@D_Tr: Thank you for the elegant demonstration of this fact. I knew I could demonstrate it by thinking about the vectors that lie along the lines between the heads of [itex]\mathbf{u}[/itex] and [itex]\mathbf{w}[/itex]; and [itex]\mathbf{v}[/itex] and [itex]\mathbf{w}[/itex]. Explicitly these are [itex]\mathbf{w} + r\mathbf{(u-w)}[/itex] and [itex]\mathbf{w} + s\mathbf{(v-w)}[/itex].

Having worked previously with these equations I have seen that they span the plane with coefficients [itex]r, s, 1-(r+s)[/itex] but I was really trying to understand how I was able to derive a set of coefficients that add up to 0, if [itex]r, s[/itex] and [itex]t[/itex] really are unique.

My error was that I falsely believed I was being asked:
Show that there is a unique linear combination of [itex]\mathbf{u,v,w}[/itex] for any given [itex]\mathbf{x}[/itex]. Moreover show that these add to 1.

Which would incorrectly rule out the possibility of there being a linear combination with coefficients that add up to something other than one.

Consider the following:
Having shown that there exists a linear combination whose coefficients add up to 1, we have found scalars [itex]\{r,s,t\}[/itex] and [itex]\{r',s',t'\}[/itex] such that
[tex]\mathbf{x} = r\mathbf{u} + s\mathbf{v} + t\mathbf{w} \\
\mathbf{x} - c\mathbf{u} = r'\mathbf{u} + s'\mathbf{v} + t'\mathbf{w}[/tex]
with [itex] r' + s' + t' = 1.[/itex]
It follows that
[tex]\mathbf{x} = (r'+c)\mathbf{u} + s'\mathbf{v} + t'\mathbf{w}[/tex]
With [tex](r'+c) + s' + t' = 1 + c[/tex]
so we can also find linear combinations with coefficients adding to [itex]1+c[/itex]. This included my case where [tex]r + s + t =0.[/tex]
 
  • #6
For the case [itex]r+s+t=0[/itex] the combination is not unique, however. The vectors in 3-D space I used in my post become coplanar if the plane has distance 0 through the origin, so they are not linearly independent in 3-D space anymore. This can also be demonstrated in matrix form. The problem we want to solve is essentially this:
[tex]\begin{bmatrix}
u_1 & v_1 & w_1 \\[0.1em]
u_2 & v_2 & w_2 \\[0.1em]
1 & 1 & 1
\end{bmatrix}
\begin{bmatrix}
r \\[0.1em]
s \\[0.1em]
t
\end{bmatrix}=
\begin{bmatrix}
x1 \\[0.1em]
x2 \\[0.1em]
1
\end{bmatrix}[/tex]
The rank of this matrix will be 3 if u, v, w are not colinear, but will become 2 if the last row becomes all zeroes, so there will not be a unique solution anymore.
 
  • #7
Just the 1 on the right side should become zero, and you keep the unique solutions.

If there would be two ways to express an arbitrary vector where the coefficients follow r+s+t=0, then you can express the zero-vector as difference between the two ways and add this to any solution with a fixed r+s+t, contradicting the unique solution property shown earlier.
 
  • #8
Sorry Alephu5 and mfb, your explanations make perfect sense! I should be more careful :)
 

Related to Linear combinations of 3 non-parallel vectors in 2D Euc.-space

1. What is a linear combination in 2D Euclidean space?

A linear combination in 2D Euclidean space refers to the combination of two or more vectors using scalar multiplication and vector addition. It is a way of expressing a vector in terms of other vectors.

2. How many non-parallel vectors are needed for a linear combination in 2D Euclidean space?

At least three non-parallel vectors are needed for a linear combination in 2D Euclidean space. This is because two vectors alone cannot span the entire 2D space.

3. Can any three non-parallel vectors be used for a linear combination in 2D Euclidean space?

No, not all three non-parallel vectors can be used for a linear combination in 2D Euclidean space. The vectors must be linearly independent, meaning that no vector can be expressed as a linear combination of the other two.

4. How do you calculate the coefficients for a linear combination in 2D Euclidean space?

The coefficients for a linear combination in 2D Euclidean space can be calculated by solving a system of equations where the unknowns are the coefficients and the equations are the components of the resulting vector.

5. What is the significance of linear combinations in 2D Euclidean space?

Linear combinations in 2D Euclidean space are important in various fields such as physics, engineering, and computer graphics. They allow us to express complex vectors in terms of simpler ones, making calculations and visualizations easier.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
938
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Introductory Physics Homework Help
Replies
10
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
983
  • Differential Geometry
Replies
12
Views
3K
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
10
Views
2K
Replies
4
Views
586
Back
Top