A problem on finding orthogonal basis and projection

Click For Summary
SUMMARY

This discussion focuses on finding an orthogonal basis for the span of the functions {x, x², x³} using the inner product defined as = integral f(x) g(x) dx from 0 to 1. The Gram-Schmidt orthogonalization algorithm is recommended for constructing the orthogonal basis. Additionally, the projection of the function y = 3(x + x²) onto this orthogonal basis is calculated using the formula for projection in inner product spaces, which involves computing the inner products and norms of the basis functions.

PREREQUISITES
  • Understanding of inner product spaces and inner products
  • Familiarity with the Gram-Schmidt orthogonalization algorithm
  • Knowledge of continuous functions and integration over the interval [0, 1]
  • Ability to compute projections in vector spaces
NEXT STEPS
  • Study the Gram-Schmidt orthogonalization algorithm in detail
  • Practice calculating inner products for continuous functions
  • Learn about projections in inner product spaces
  • Explore applications of orthogonal bases in functional analysis
USEFUL FOR

Mathematicians, students of linear algebra, and anyone interested in functional analysis and orthogonal projections in continuous function spaces.

visharad
Messages
51
Reaction score
0
Use the inner product <f,g> = integral f(x) g(x) dx from 0 to 1 for continuous functions on the inerval [0, 1]

a) Find an orthogonal basis for span = {x, x^2, x^3}

b) Project the function y = 3(x+x^2) onto this basis.
---------------------------------------------------------
I know the following:
Two vectors are orthogonal if their inner product = 0
A set of vectors is orthogonal if <v1,v2> = 0 where v1 and v2 are members of the set and v1 is not equal to v2
If S = {v1, v2, ..., vn} is a basis for inner product space and S is also an orthogonal set, then S is an orthogonal basis.

Regarding projection, I know that if W is a finite dimensional subspace of an inner product space V and W has an orthogonal basis S = {v1, v2, ..., vn} and that u is any vector in V then,
projection of u onto W = <u, v1> v1/||v1||^2 + <u, v2> v2/||v2||^2 + <u, v3> v3/||v3||^2 + ...<u, vn> vn/||vn||^2

I can calculate integrals, but I really do not know how to fit all these together for this problem. I am not sure how to start.
 
Physics news on Phys.org
Either you guess a basis which seems possible with a few try and error attempts, or you formally apply the Gram-Schmidt orthogonalization algorithm. If you have the new basis ##\{\,f(x),g(x),h(x)\,\}## then write ##3x+3x^2 = \alpha_1f(x)+\alpha_2g(x)+\alpha_3h(x)\,.##
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 9 ·
Replies
9
Views
4K
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K