Finding an Inner Product for Approximating Polynomials on a Set of Real Numbers

In summary, the author is looking for an approximation to a function in R^N using a polynomial of degree less than k. He defines a space of polynomials P and uses the orthogonal projection of a vector in P onto the space of finitely-supported real-valued functions to find the best approximation.
  • #1
Treadstone 71
275
0
Let S be a finite set of real numbers. What is a natural inner product to define on the space of all functions f:S->R? I want to approximate an arbitrary function with a polynomial of a fixed degree (both of which are defined only on S), and I want to use projections to do it, but I have no inner product.
 
Physics news on Phys.org
  • #2
Since S is a finite set, any function on it (to R) is (equivalent to) a polynomial (indeed infinitely many distinct such), you don't need to approximate it.
 
  • #3
Let me just post the question completely, in case I said something wrong:

"Let [tex]S={x_1,...,x_N}[/tex] be a collection of real numbers, and let [tex](y_1,...,y_N)[/tex] be a sequence of real numbers. Fix an integer [tex]k<N[/tex]. In general, there need not be a polynomial [tex]p[/tex] of degree [tex]\leq k[/tex] such that [tex]p(x_j)=y_j[/tex] for [tex]j=1,...,N[/tex]. The next best thing one might ask for is a polynomial [tex]p[/tex] of degree less than [tex]k[/tex] for which the quantity

[tex](p(x_1)-y_1)^2+...+(p(x_N)-y_N)^2[/tex]

is minimized. Describe an approach that would produce such a [tex]p[/tex]."

I'm not sure how any function is equivalent to a polynomial.
 
Last edited:
  • #4
I could proceed as follows:

Let [tex]P[/tex] be the space of polynomials of degree [tex]\leq k[/tex]. Let [tex]p\in P[/tex]. Define [tex]T:P\rightarrow \mathbb{R}^N[/tex] by [tex]T(p)=(p(x_1),...,p(x_N))[/tex] and then proceed to use the dot product on [tex]\mathbb{R}^N[/tex] and somehow minimize it?
 
  • #5
I'm not sure how any function is equivalent to a polynomial.
Not even f(x) := x² + 2x + 1?


and somehow minimize it?
You know techniques for minimizing functions in several variables. (what are the variables?) Why are you defining an inner product? It might be useful, but I get the feeling you simply want to use an inner product on this problem!
 
  • #6
Hurkyl said:
Not even f(x) := x² + 2x + 1?

What about f(x)=ln(x)?

Hurkyl said:
You know techniques for minimizing functions in several variables. (what are the variables?) Why are you defining an inner product? It might be useful, but I get the feeling you simply want to use an inner product on this problem!

I must use an inner product to solve this problem. I want to use the fact that the orthogonal projection of a vector in the space of polynomials of degree less than k to the space of finitely-supported real-valued functions is the best approximation. But I don't know the inner product to use.
 
Last edited:
  • #7
Firstly, you did not limit the degree of the approximation required.

It is trivial that given a finite set of points and a function on them to R, that it might be realized by *some* polynomial, and equally trivial that it cannot in general be done by polys less than some fixed degree (less than the number of points). But none of that you bothered to state in the question.

Given points (x_1,..x_n) I can trivially produce some polynomial f such that f(x_i)=log(x_i) as long as deg(f) is allowed to be arbitrary. If you don't see that you can get a line passing through any two points in the plane (quadratic through any 3 etc), then you missed out on something somewhere.Of course, less than n and it is impossible (generically), but you did not state that at the start.

You're simply doing some minimization problem in your case, albeit probably a hard one.
 
Last edited:
  • #8
It's a quadratic minimization problem -- they're fairly straightforward to solve through a number of techniques. I would have suggested to just take the gradient of the darned thing and set it equal to zero, or maybe to try and set it up as a least-squares problem so he could use the general technique for that.

But he says he must use an inner product. Hrm. The expression he wants to minimize looks like it's the dot product of something with itself, but that doesn't seem to be a useful observation, although it might help a little with bookkeeping.
 
  • #9
It's a mess, involves lots of transformations and solving a system of n equations, but I did it. Although my solution is probably not optimal.

Can someone tell me if the rough sketch of it looks ok:

P={polynomials of degree k or less}
T:P->R^N defined by T(p)=(P(x_1),...,p(x_n))
X={T(p): p in P}

X is a k+1 dimensional subspace of R^N, so (T(1),...,T(t^k)) is a basis of X. Use Gram-Schmidt procedures to construct an orthonormal basis and use it to project y=(y_1,..,y_n), and find (b_1,...,b_N)=Y. Solve a1T(1)+...+anT(t^k)=Y and find the coefficients for the polynomial.
 
Last edited:

Related to Finding an Inner Product for Approximating Polynomials on a Set of Real Numbers

What is an inner product for approximating polynomials?

An inner product for approximating polynomials is a mathematical operation that takes two polynomials and produces a real number as an output. It is used to measure the similarity or closeness of two polynomials on a set of real numbers.

Why is finding an inner product important for approximating polynomials?

Finding an inner product is important because it allows us to quantify the closeness of two polynomials. This is useful in many applications, such as curve fitting, data analysis, and optimization problems.

How do you find an inner product for approximating polynomials?

To find an inner product for approximating polynomials, you first need to define a set of basis polynomials. Then, you can use the properties of inner products to calculate the inner product of two polynomials as a linear combination of the inner products of the basis polynomials.

Can an inner product be defined on any set of real numbers?

No, an inner product can only be defined on vector spaces, which have certain properties such as closure under addition and scalar multiplication. However, a set of real numbers can be turned into a vector space by defining appropriate operations.

Are there different ways to find an inner product for approximating polynomials?

Yes, there are different ways to find an inner product for approximating polynomials. Some commonly used methods include the dot product, the weighted inner product, and the orthogonal projection inner product. The choice of inner product can depend on the specific application or problem at hand.

Similar threads

  • Calculus and Beyond Homework Help
Replies
5
Views
914
  • Quantum Physics
Replies
8
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
562
  • Calculus and Beyond Homework Help
Replies
15
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
650
  • Calculus and Beyond Homework Help
Replies
1
Views
613
  • Calculus and Beyond Homework Help
Replies
10
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
854
Replies
4
Views
1K
Back
Top