Finding Angle & Distance Between Polynomials: Exploring Inner Product Spaces

In summary, the distance and angle between two polynomials in an inner product space allow us to determine which polynomial is closer to a given polynomial. This concept is useful in various areas such as signal processing and physical systems. Orthogonal bases and orthogonality in general also simplify calculations and capture symmetry in certain systems. While it may seem complex, abstracting geometry helps us make sense of the world.
  • #1
matqkks
285
5
In inner product spaces of polynomials, what is the point of finding the angle and distance between two polynomials? How does the distance and angle relate back to the polynomial?
 
Physics news on Phys.org
  • #2
one thing is it allows us to say is out of two polynomials, p(x), q(x), which one is "closer" to a given polynomial f(x).

for example, suppose our polynomials are defined on A = [0,1], and we want to know which one of:

p(x) = x2-x

q(x) = x3

is closer to f(x) = x.

so we calculate:

$$|p-f| = \sqrt{\int_0^1 (p-f)^2(x) dx} = \sqrt{\int_0^1 x^4 - 4x^3 + 4x^2 dx} = \sqrt{\frac{1}{5} - 1 + \frac{4}{3}} = \sqrt{\frac{8}{15}}$$

$$|q-f| = \sqrt{\int_0^1 (q-f)^2(x) dx} = \sqrt{\int_0^1 x^6 - 2x^4 + x^2 dx} = \sqrt{\frac{1}{7} - \frac{2}{5} + \frac{1}{3}} = \sqrt{\frac{8}{105}}$$

evidently, q is closer to f than p is.

in general, orthonormal bases are easier to work with (such as the basis: {1,cos(nx),sin(nx): n in N} used in Fourier analysis for signal processing (among other things)), we can focus on the coefficients rather than the basis itself (in particular, the projections of the vectors onto their basis components are easy to calculate). moreover, an orthonormal set of vectors is automatically linearly independent, and forms a basis for its span, and orthogonality (normalizing is just a matter of scale) may be easier to prove than linear independence.

for certain physical systems, orthogonality captures some kinds of symmetry in "eigenstates" (eigenvectors where the vectors themselves are functions representing the state of a system), which again, greatly simplify the complexity of the calculations involved. people DO use this, although not everyone who takes a linear algebra class will have occasion to.

geometry is a powerful way of thinking. it cuts deep. the special orthogonal group in arbitrary dimensions may seem a long way from a simple perpendicular bisector of euclid, but when we abstract, we try to "keep what we have learned". the goal is not to "make things needlessly complicated" but rather the opposite​: "to make sense out of a chaotic world".
 

FAQ: Finding Angle & Distance Between Polynomials: Exploring Inner Product Spaces

What is the inner product space?

The inner product space is a mathematical concept that represents a vector space equipped with an inner product operation. This operation takes two vectors and returns a scalar value, which can be thought of as the "angle" between the two vectors or as a measure of their similarity.

How do you find the angle between two polynomials in an inner product space?

To find the angle between two polynomials in an inner product space, you first need to calculate the inner product of the two polynomials. This can be done by multiplying the coefficients of the two polynomials and then integrating the resulting product over the domain of the polynomials. The angle between the polynomials can then be found using the formula for the inner product of two vectors in a vector space.

Can you find the distance between two polynomials in an inner product space?

Yes, the distance between two polynomials in an inner product space can be calculated using the inner product operation as well. The distance is equal to the square root of the inner product of the difference between the two polynomials. This distance value can also be thought of as the "length" of the vector representing the difference between the two polynomials.

What is the significance of finding the angle and distance between polynomials in an inner product space?

Finding the angle and distance between polynomials in an inner product space allows us to measure the similarity or difference between the two polynomials. This can be useful in various applications, such as signal processing and data analysis, where we may want to compare different functions or patterns.

Are there any real-world applications of finding the angle and distance between polynomials in an inner product space?

Yes, there are many real-world applications of finding the angle and distance between polynomials in an inner product space. Some examples include image and audio processing, where we may want to compare different signals or patterns, and machine learning, where we may want to measure the similarity between different data points or features.

Similar threads

Replies
8
Views
1K
Replies
1
Views
2K
Replies
6
Views
1K
Replies
2
Views
1K
Replies
4
Views
2K
Replies
16
Views
2K
Back
Top