Solving Basis Functions Homework w/ Constants A_n & B_n

Fizz_Geek
Messages
20
Reaction score
0

Homework Statement



Given x in the interval [0, \pi], let \phi_{0}(x) = 1, and \Phi_{n} (x) = sin ((2n-1)x).

Show that there are constants:
{A_{n}}^{n=0}_{\infty} and {B_{n}}^{n=0}_{\infty}

such that:

\sum^{n=0}_{\infty}A_{n}\phi_{n}=\sum^{n=0}_{\infty}B_{n}\phi_{n}

But A_{n} \neq B_{n} \foralln


All the n's should be subscripts. None are powers.

Relevant equations


I really don't know where to start. Any push in the right direction would be greatly appreciated.
 
Physics news on Phys.org
note \Phin won't give you cyclic results unless your x is a rational multiple of pi, making this a bit tricky.

Luckily -1<=\Phin <=1.

So I would define try something like this.

Define An = an , where an *\Phin = (-1)^n/n^2
This would mean the An series converges.

Then i would define Bn so it reorders the terms of your An series. So it would converge and be equal.
 
Thanks for the reply!

I thought to do something like that, and I can understand that both series would converge, but how would they be equal?
 
They would only be equal as you took the limit to infinity, which is all your proof requires. Since the An series is absolutely convergent all of it's rearrangements will be equal. Note, you need to make An absolutely convergent, or this won't be true.
 
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