Zum Inhalt springen

Linear combinations

Aus Wikibooks

The main property of vectors is that one can take linear combinations with them. In this chapter you will learn exactly what this is.

Motivation of the term linear combination

[Bearbeiten]

Paths on a map

[Bearbeiten]

Let's look at the following map:

Treasure Map with path drawn
Treasure Map with path drawn


Our goal is to make it from our starting point A to the end point B. Of course, there are an infinite number of ways to do this. If we want to get from A to B by the shortest route, we walk along the straight line connecting the two points. Another possibility is to walk three steps westwards from the starting point A until we reach the level of the end point B and then walk two steps northwards in the direction of B.

If w is the standard vector towards the west ("vector = marching direction + distance", "standard" means that the distance is 1) and n is the standard vector towards the north, then AB can be represented by the following weighted sum of w and n:

AB=3w+2n

Decomposing forces

[Bearbeiten]

In the following, we will look at an example from physics. Consider the illustration with a ball on an inclined plane. We assume that the ball does not encounter any relevant friction.

Ball on an inclined plane
Ball on an inclined plane

The gravitational force acting on our ball is perpendicular to the horizontal (it points down). However, the ball cannot simply fall downwards through the inclined plane. The plane prevents it from doing so. For this reason, we have to decompose the weight force FG into two parts: one part is perpendicular to the inclined plane and gets countered by the plane itself (normal force FN) and one part is parallel to the inclined plane (downward force FH). The force FH accelerates the ball.Both components have to add up to FG:

FG=FH+FN=1FH+1FN

The weight force is thus a simply weighted sum of two components.

Decomposing a vector within a plane

[Bearbeiten]

Consider any vector v=(vx,vy)T with vx,vy in the plane. We can then represent each such vector as

v=vx(10)+vy(01)

This shows that we can interpret any vector of 2 as a weighted sum of the two standard (normalized) vectors (1,0)T, (0,1)T.

Definition of the linear combination

[Bearbeiten]

We have seen that in many examples we can represent vectors as a sum of other vectors with prefactors. We want to generalise our observation and call these sums linear combinations:


Definition (Linear combination)

Let V be an F-vector space with F a field. Each sum α1v1+...+αnvn=i=1nαivi with v1,...,vnV and α1,...,αnF is called a linear combination. If the vector vV can be written as v=α1v1+...+αnvn=i=1nαivi, then we say that v is a linear combination of the vectors v1,...,vn with coefficients α1,...,αn .

Examples

[Bearbeiten]

Example (Linear combination)

The vector (2,7,3)T3 can be written as

(273)=2(100)+7(010)+3(001)

In other words, the vector (2,7,3)T is a linear combination of the vectors (1,0,0)T, (0,1,0)T and (0,0,1)T with coefficients 2, 7 and 3.

Example (Calculation of centre of gravity)

Let us now consider another typical example from physics. The figure shows three particles in 3 with masses m1, m2 and m3, which can be described by the respective position vectors x1, x2 and x3:

Three masses in space whose positions are described by three vectors.
Three masses in space whose positions are described by three vectors.

What is their centre of gravity? The total mass is M=m1+m2+m3. Then the centre of gravity vector S of the system can be determined from the three mass particles by a linear combination:

S=m1Mx1+m2Mx2+m3Mx3

The vector S is a weighted sum of the individual location vectors x1, x2, x3 and thus a linear combination of these vectors.

System of equations as linear combination

[Bearbeiten]

We consider the following (arbitrarily chosen) system of equations

2x+4y8z=6x+9y+3z=15x+2y4z=3

Such a system of equations can be rewritten using vectors and scalars as:

(215)x+(492)y+(834)z=(613)


This notation makes it clear that solving a system of equations basically amounts to determining the correct coefficients x,y,z of a linear combination.

Linear combination as a standard form

[Bearbeiten]

We want to show that we can take the linear combination as a kind of standard form for arbitrary combinations of vectors. Any succession of operations such as stretching and addition of vectors can be seen as a linear combination. For this purpose, we consider as examples two arbitrary vectors v and w as well as the scalars α, β, λ and mu. Let us take the following conjunction of v and w:

β(α(v+μw)+λv)

By applying the vector space axioms step by step, we can transform the above conjunction into a linear combination:

β(α(v+μw)+λv) distributive law for vectors =β(αv+α(μw))+λv) associative law for scalars =β(αv+(αμ)w)+λv) distributive law for vectors =β(αv)+β(αμ)w+β(λv) associative law for scalars =(βα)v+(βαμ)w+(βλ)v commutative law =(βα)v+(βλ)v+(βαμ)w distributive law for scalars =(βα+βλ)v+βαμw

At the end of the transformation we get a linear combination of the vectors v and w. We have noted in each case which vector space axioms were used in the respective steps. With this example, it is easy to see that this procedure can be applied to all combinations of vectors. Thus the linear combination is a kind of standard form for arbitrary links of vectors.