Skip to content
Snippets Groups Projects
Select Git revision
  • b61d59400a030ab8d21ba17a6d3a894de1963299
  • master default protected
  • develop
  • pset7
  • pset6
  • pset3
6 results

10.md

Blame
  • 11.md 11.28 KiB
    title: Problem Set 11

    (14.1)

    {:.question} Do a Taylor expansion of equation (14.6) around V = 0.

    Equation 14.6 states

    E \approx 2 E_F - 2 E_C e^{-2/(N_F V)}

    The Taylor expansion of e^x about zero is

    e^x = \sum_{n = 0}^\infty \frac{x^n}{n!}

    so

    E \approx 2 E_F - 2 E_C \sum_{n = 0}^\infty \frac{1}{n!} \left( \frac{-2}{N_F V} \right)^n

    But this is an expansion around V = \infty.