Define the nonlinear function mapping

In summary, the problem asks to find the point of minimum for a nonlinear function E on the vector space P2 of real polynomials of degree less than or equal to 2. The function is defined as the integral from 0 to 1 of ((2/pi)*cos((pi*x)/2)-p(x))^2 dx, where p is a polynomial in P2. The task is to find the polynomial q in P2 that minimizes E, i.e. such that E(q) is less than or equal to E(p) for all p in P2. This can be approached by finding a basis for P1, using the Gram-Schmidt procedure to make it orthonormal, computing the projection of a given
  • #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


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



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)?

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

I'm really quite lost as to what this question in asking. Any help would be greatly apreciated : )
 
Physics news on Phys.org
  • #2
The prof issued a clarification on this question:

P_1 is like Ax, and cos... is like a vector b outside the range of A. The equation Ax + b cannot be solved but the distance between Ax and b can be minimized with an orthogonal projection.

I have been working on this problem and this is what I have:

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)

I'm not sure if that's right but any help wuold be greatly appreciated.
 

What is a nonlinear function mapping?

A nonlinear function mapping is a mathematical concept where a set of input values is transformed into a set of output values using a nonlinear function. This means that the relationship between the input and output values is not a straight line, unlike in a linear function mapping.

How is a nonlinear function mapping different from a linear function mapping?

In a linear function mapping, the relationship between the input and output values is a straight line. This means that the output values change at a constant rate as the input values increase. In contrast, a nonlinear function mapping has a more complex relationship between the input and output values, and the output values may change at varying rates as the input values increase.

What are some examples of nonlinear function mappings?

Some common examples of nonlinear function mappings include logarithmic, exponential, quadratic, and trigonometric functions. These types of functions have a curved graph and do not follow a straight line pattern.

How is a nonlinear function mapping used in science?

Nonlinear function mappings are used in many scientific fields, including physics, biology, and economics. They are used to model and understand complex systems that do not follow a linear relationship between input and output values. Nonlinear function mappings also allow scientists to make predictions and analyze data in a more accurate and precise way.

What are the benefits of using a nonlinear function mapping?

Using a nonlinear function mapping allows for more accurate and realistic representations of relationships between variables. It also allows for more complex and detailed analysis of data, which can lead to a better understanding of natural phenomena and systems. Additionally, nonlinear function mappings can help scientists make better predictions and make more informed decisions based on their research.

Similar threads

  • Calculus and Beyond Homework Help
Replies
5
Views
620
  • Calculus and Beyond Homework Help
Replies
2
Views
366
  • Calculus and Beyond Homework Help
Replies
7
Views
708
  • Calculus and Beyond Homework Help
Replies
24
Views
799
  • Calculus and Beyond Homework Help
Replies
7
Views
935
  • Calculus and Beyond Homework Help
Replies
1
Views
288
  • Calculus and Beyond Homework Help
Replies
0
Views
167
  • Calculus and Beyond Homework Help
Replies
1
Views
767
  • Calculus and Beyond Homework Help
Replies
4
Views
694
  • Calculus and Beyond Homework Help
Replies
1
Views
493
Back
Top