Good Day, I am struggling to connect 2 parts of the lecture. Consider the Eigenvalue Problem with periodic conditions $$y''+ky = 0, y(0) = y(1), y'(0) = y'(1) $$
$$\text{Solution is in the form:} \\ y =A\sin(\sqrt{k}x) + B\cos(\sqrt{k}x) \\ y' =A\sqrt{k}\cos(\sqrt{k}x) - B\sin(\sqrt{k}x) \\\text{from the first condition, we have } \\ A\sin\sqrt(k) - B(1-\cos\sqrt(k)) = 0 \\ \sin(\frac{\sqrt{k}}{2})(A\cos(\frac{\sqrt{k}}{2}) - B\sin(\frac{\sqrt{k}}{2})) = 0 \\ \text{from the second condition} \\ \sin(\frac{\sqrt{k}}{2})(A\cos(\frac{\sqrt{k}}{2}) + B\sin(\frac{\sqrt{k}}{2})) = 0 \\ \text {I then get} \\ \sin(\frac{\sqrt{k}}{2}) = 0, \frac{\sqrt{k}}{2} = n\pi => k = 4n^2pi^2 => \sin(\sqrt{k}x) = \sin(2n\pi x)$$
I solved this problem and got the following formula for the eigenvalue and eigenfunctions $$ k = 4n^2\pi^2 \\\sin(2n\pi x),cos(2n\pi x)$$ But the internet says that it is $n\pi x$ instead of $2n \pi x$, is there a difference and my asnwer is just wrong? for example, I want to use the inner product for the general Fourier series for these eigenfunctions and $f(x) = x$. Will there be a difference in the coefficients?
These are some sources that I have found.
– SuperMage1 Jan 17 '24 at 13:38