Find the best approximation to z by vectors of the form c1v1 + c2v2

find the best approximation to z by vectors of the form

This problem aims to find the best approximation to a vector z by a given combination of vectors as c1v1+c2v2, which is same as the vectors v1 and v2 in span. For this problem, you should know about the best approximation theory, fixed point approximation, and orthogonal projections.

We can define fixed-point theory as an outcome stating that a function F will have at most one fixed point that is a point x for which F(x)=x, under some circumstances on F that can be said in known words. Some writers reason that outcomes of this type are amongst the most commonly valuable in mathematics.

Expert Answer

In high-end mathematics, the best approximation theory is related to how complicated functions can efficiently be related to simpler functions, and quantitatively represent the errors raised thereby. One thing to note here is that what is represented as the best and easiest will rely on the problem being introduced.

Here, we have a vector z that spans over the vectors v1 and v2:

z=[2401]v1=[2013]v2=[5242]

We are going to find the unit vector z^ by using the formula:

z^=(z.v1v1.v1)v1+(z.v2v2.v2)v2

Where c1 and c2 are given as:

c1=z.v1v1.v1

c2=z.v2v2.v2

We can find the rest of the combinations as simple dot products:

v1.v2=(2)(5)+(0)(2)+(1)(4)+(3)(2)=0,v1v2

z.v1=(2)(2)+(4)(0)+(0)(1)+(1)(3)=7

z.v2=(2)(5)+(4)(2)+(0)(4)+(1)(2)=0

v1.v1=(2)(2)+(0)(0)+(1)(1)+(3)(3)=14

v2.v2=(5)(5)+(2)(2)+(4)(4)+(2)(2)=34

Now, plugging these values in c1 and c2:

c1=v1.zv1.v1=714

c1=12

c2=z.v2v2.v2=034=0

c2=0

Numerical Result

z^=z.v1v1.v1v1+z.v2v2.v2v2=12v1+0v2

=12[2013]

This is the best approximation to z by the given vectors:

z^=[1/201/23/2]

Example

Estimate the best approximation to z by the vectors of the form c1v1+c2v2.

z=[3723]v1=[2131]v2=[1101]

Finding c1 and c2:

c1=v1.zv1.v1=1015

c2=z.v2v2.v2=73

z^=23[2131]+73[1101]=[1323]

Previous Question < > Next Question