Applied Linear Algebra

In summary, the conversation discusses finding the point of minimum for a nonlinear function defined on a vector space of real polynomials. The process involves finding a basis for the vector space, using the Gram-Schmidt procedure to make it orthonormal, and then computing the orthogonal projection of a given function onto the vector space. The minimum is achieved when the function is expressed as an infinite sum of polynomials in the vector space and the basis vectors are orthogonal.
  • #1
srcsrc13
5
0

Homework Statement



Let P2 be the vector space of real polynomials of degree less or equal than 2. Define the (nonlinear) function E : P2 to R as

E(p)=integral from 0 to 1 of ((2/pi)*cos((pi*x)/2)-p(x))^2 dx

where p=p(x) is a polynomial in P2. Find the point of minimun for E, i.e. find the polynomial q exists in P2 such that

E(q) is less than or equal to E(p) for all p exists in P2

TIP: Try to understand it geometrically (i.e. make a sketch with lines and points in R^2). Compare with the following: in the usual linear systems, how do you minimize |Ax - b| when b is not in R(A)?

P_1 is like Ax, and cos... is like a vector b outside the range of A, you cannot solve the equation, but you can minimize the distance between Ax and b. the way of doing this is with an orthogonal projection.

Homework Equations



-Both cos(x) and q(x) belong to the vector space C([0; 1]) of continuous functions on the interval [0; 1].

-The mapping (u, v) to the integral between 0 and one of (u(x)v(x)) dx defines a scalar product on C([0; 1]).

-The squared length of a vector u according to this scalar product would be
tha magnitude of u squared = (u, u) = the integral between 0 and one of (u(x))^2 dx

The Attempt at a Solution



Process:
-find a basis for P1 on the interval [0,1]
-use Gram-Schmid procedure to make this basis orthonormal
-compute the orthogonal projection of f=2/pi*cos(pi*x/2) on P_1, using the orthonormal basis and the scalar product
-minimize the integral with the information found above

Basis for P1 ( a subset of the vector space P(containing all polynomials)):
P1 = a+bx
Basis of P1 is [1,x]

GramSchmit:
orthogonal basis: [1, x - (<x,1>/<1,1>)*1] = [1,x-1/2]
normalized: [1,(1/12)(x-1/2)]

Projection:
if you have a space W spanned by an orthogonal set {x, y} and you want to project a vector v on it orthogonally, then you just compute the sum <v, x> x + <v, y> y so...
if v = 2/pi*cos(pi*x/2) and {x,y} = [1,(1/12)(x-1/2)] then:
<2/pi*cos(pi*x/2), 1> * 1 + < 2/pi*cos(pi*x/2), (1/12)*(x-1/2)> * (1/12)(x-1/2)
-> (4/pi^2) + (pi-4)/(6pi^3)
 
Physics news on Phys.org
  • #2
haven't checked your working, however your reasoning is sound

one point though, shouldn't you find an orthonormal basis for P2 to complete the problem, this amounts to finding one more coeffienct for the extra basis vector?
 
  • #3
also you should probably define what you inner product is (though its reasonably obvious)
 
  • #4
Here sorry the question was modified and i forgot to change it...

Let P1 be the vector space of real polynomials of degree less or equal than 1. Defne the (nonlinear) function E : P1 -> R as
E(p) = blah
(where p = p(x) is a polynomial in P1). Find the point of minimum for E, i.e., find the polynomial q exists in P1 such that
E(q) <= E(p) for all p exists in P1.

thats why i only defined p1
 
  • #5
But I am not sure how to find the minimum for E
 
  • #6
E will be minimised when p(x) is the projection of f(x) = (2/pi)*cos((pi*x)/2) onto P2, to show this consider experessing f(x) as an infinite sum of polynomials in Pinf, and look at the orthogonlity of the basis vectors
 

What is applied linear algebra?

Applied linear algebra is the branch of mathematics that deals with the study of linear transformations and their applications in real-world problems. It involves the use of matrices, vectors, and systems of linear equations to model and solve problems in fields such as physics, engineering, economics, and computer science.

What are some common applications of applied linear algebra?

Applied linear algebra has many applications in various fields. Some common examples include image and signal processing, data compression, machine learning, optimization, and control systems. It is also used in solving problems related to population growth, financial analysis, and network analysis.

What are the key concepts in applied linear algebra?

The key concepts in applied linear algebra include vector spaces, linear transformations, eigenvalues and eigenvectors, matrix operations, and systems of linear equations. These concepts are used to represent and solve real-world problems in a mathematical framework.

What skills are required for understanding applied linear algebra?

A strong foundation in algebra, calculus, and geometry is essential for understanding applied linear algebra. Additionally, knowledge of basic matrix operations, vector operations, and their properties is crucial. Programming skills and familiarity with software such as MATLAB or Python can also be helpful in applying linear algebra to solve problems.

Why is applied linear algebra important in science?

Applied linear algebra is a powerful tool for solving complex problems in science. It allows scientists to model and analyze systems and phenomena in a quantitative and systematic way. It also provides a way to represent and manipulate data, making it easier to interpret and draw conclusions. Overall, applied linear algebra plays a critical role in advancing scientific research and understanding of the world around us.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
345
  • Calculus and Beyond Homework Help
Replies
3
Views
335
  • Calculus and Beyond Homework Help
Replies
24
Views
784
  • Calculus and Beyond Homework Help
Replies
10
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
756
  • Calculus and Beyond Homework Help
Replies
1
Views
275
  • Calculus and Beyond Homework Help
Replies
2
Views
907
  • Calculus and Beyond Homework Help
Replies
1
Views
483
  • Calculus and Beyond Homework Help
Replies
5
Views
269
  • Calculus and Beyond Homework Help
Replies
5
Views
613
Back
Top