I'm trying to find the ratio of the number of atoms in the core of a nanoparticle, and the outermost shell with each shell containing:
10k2+2 atoms
Then the total number up to the kth shell is (I believe)
k−1∑n=1(10(k−n)2+2)
It's this expression I'm stuck on. I'm not 100% on what I'm allowed to do to evaluate this summation. I couldn't find much about operations on summations when I went looking.
Is this expression equivalent?
10(k−1∑n=1k2+k−1∑n=1n2−k−1∑n=12kn)+k−1∑n=12
If so how can I evaluate these?
Edit: Note, errors fixed thanks to Gerry's advice in his answer
Answer
Remember (k−n)2=k2+n2−2kn, so you're missing a factor of 2. Also, the 10 doesn't multiply the +2 in the sum, so your last sum shouldn't be in the parentheses.
But you are making it a bit harder than it has to be. Do you see that k−1∑n=1(10(k−n)2+2)=k−1∑n=1(10n2+2)
Now all you need is the formula for ∑k−1n=1n2, which you can find in any number of places. .
No comments:
Post a Comment