Why does the possible orbitals equal n squared?

  • Context: High School 
  • Thread starter Thread starter 1MileCrash
  • Start date Start date
  • Tags Tags
    Orbitals
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
1MileCrash
Messages
1,338
Reaction score
41
If i take any integer, x

write out all integers from 0 to x - 1

write out all numbers between negative and positive values of those numbers

I get x squared total values. why? what is the mathematical logoc behind this?

x = 3
0 to x - 3 = 0, 1, 2

0
-1, 0, 1
-2, -1, 0, 1, 2

9 total values, x squared total values, but why does this work? how is that process related to squaring?
 
Mathematics news on Phys.org
For a given value of the quantum number [itex]\ell[/itex], the magnetic quantum number [itex]m[/itex] can run from [itex]-\ell[/itex] to [itex]\ell[/itex], which means there are [itex]2\ell + 1[/itex] values of m for each [itex]\ell[/itex]. The quantum number [itex]\ell[/itex] can run from 0 to [itex]n-1[/itex], where n is the principal quantum number. You can fill up orbitals for each [itex]\ell[/itex] until you hit this max, so the total number of orbitals is

[tex]\sum_{\ell = 0}^{n-1} (2\ell + 1) = 2\left(\sum_{\ell = 0}^{n-1}\ell\right) + n[/tex]

It is a know result that

[tex]\sum_{k=1}^{N} k = \frac{N(N+1)}{2}[/tex]
hence, we get

[tex]2\left(\sum_{\ell = 0}^{n-1}\ell\right) + n-1 = 2\frac{(n-1)n}{2} + n = n(n-1 + 1) = n^2.[/tex]
 
Thank you, I just couldn't find that connection and needed to know out of pure curiosity..
 
1MileCrash said:
Thank you, I just couldn't find that connection and needed to know out of pure curiosity..

You may not realize it, but that's a great thing that you discovered that relationship without knowing about the equation. There's a lot of cool relationships you'll discover in math.