Fixing Normalization Issues in Graphing Orthonormalized Functions

  • Thread starter Thread starter scigal89
  • Start date Start date
  • Tags Tags
    Functions
scigal89
Messages
11
Reaction score
0
In class we worked out the following

<br /> <br /> \int e^{ik(x-X)}dk=\frac{e^{ik(x-X)}}{i(x-X)}\approx \frac{sin[k(x-X)]}{x-X}<br /> <br />

by taking the real part of the solution. My teacher wants us to graph the following functions

<br /> <br /> \psi_{1} \sim \frac{sin(x)}{x}<br /> <br />

<br /> <br /> \psi_{2} \sim \frac{sin(x)}{x}-\frac{1}{2}\frac{sin(2x)}{2x}<br /> <br />

The second function, though, has a little dip in it at 0 that shouldn't be there. He says that's due to the fact that the functions aren't normalized and that we should be doing Gram-Scmidt or some other procedure to obtain the proper results. However, when I do Gram-Schmidt I get something nasty that can't possibly be correct (and most importantly, doesn't correct the problem). So what am I doing wrong?
 
Last edited:
Physics news on Phys.org
For Gram-Schmidt I take interval as (0, 2π). Then

<br /> <br /> \phi _{0} = \frac{sin(x)}{x\sqrt {Si(4 \pi)}}<br /> <br />

<br /> <br /> \psi _{1} = \left \{ \frac{sin(x)}{x}-\frac{1}{2}\frac{sin(2x)}{(2x)}\right \}-\left [ \int_{0}^{2\pi}\left \{ \frac{sin(x)}{x}-\frac{1}{2}\frac{sin(2x)}{(2x)}\right \}\frac{sin(x)}{x\sqrt {Si(4 \pi)}}dx \right ]\frac{sin(x)}{x\sqrt {Si(4 \pi)}}<br /> <br />

<br /> <br /> \psi _{1} \sim \frac{0.2627sin(x)}{x}-\frac{1}{2}\frac{sin(2x)}{2x}<br /> <br />

<br /> <br /> \phi _{1} \sim 3.3631\left \{ \frac{0.2627sin(x)}{x}-\frac{1}{2}\frac{sin(2x)}{2x} \right \}<br /> <br />

using the procedure for Gram-Schmidt outlined here: http://mathworld.wolfram.com/Gram-SchmidtOrthonormalization.html

and with a weighting function of 1.
 
Any suggestions?
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top