| 1 | \documentclass{article} |
|---|
| 2 | \usepackage{fullpage} |
|---|
| 3 | \begin{document} |
|---|
| 4 | \begin{enumerate} |
|---|
| 5 | \item Drive-in diffusion of semiconductor dopant |
|---|
| 6 | |
|---|
| 7 | Ion implantation is used to create a phosphorous-rich (n-type) surface layer |
|---|
| 8 | in one side of a silicon wafer 1 mm thick. For the purposes of this problem, |
|---|
| 9 | we'll assume the resulting phosphorous-rich layer has uniform phosphorous |
|---|
| 10 | concentration 10$^{21}\rm\frac{atoms}{cm^3}$ from the surface to a depth of |
|---|
| 11 | 0.1$\mu$m. The wafer begins with boron doping (p-type) at a uniform |
|---|
| 12 | concentration 10$^{19}\rm\frac{atoms}{cm^3}$. |
|---|
| 13 | |
|---|
| 14 | At time $t=0$, this wafer is heated to a temperature 1200$^\circ$C, at which |
|---|
| 15 | the diffusivity is $\rm2.49\times10^{-12}\frac{cm^2}{s}$ (which is orders of |
|---|
| 16 | magnitude larger than it was before). The phosphorous diffuses into the |
|---|
| 17 | wafer, making a thicker n-type layer with lower concentration. This step is |
|---|
| 18 | called ``drive-in'' diffusion. |
|---|
| 19 | |
|---|
| 20 | \begin{enumerate} |
|---|
| 21 | \item Sketch the concentration as a function of depth into the wafer, |
|---|
| 22 | showing: |
|---|
| 23 | \begin{enumerate} |
|---|
| 24 | \item the uniform boron concentration $C_B$ |
|---|
| 25 | \item the inital phosphorous layer at concentration $C_{P0}$ |
|---|
| 26 | \item the time evolution of phosphorous concentration, at ``long'' times |
|---|
| 27 | (the initial distribution isn't actually a uniform layer, so the erf-like |
|---|
| 28 | short-time solution isn't very helpful). |
|---|
| 29 | \end{enumerate} |
|---|
| 30 | |
|---|
| 31 | \item For how long can the 1 mm thick wafer be considered ``semi-infinite''? |
|---|
| 32 | |
|---|
| 33 | \item The silicon is n-type where the phosphorous concentration is greater |
|---|
| 34 | than the boron concentration. How thick is that n-type layer after 30 |
|---|
| 35 | mitutes (1800 seconds)? After 90 minutes (5400 seconds)? |
|---|
| 36 | \end{enumerate} |
|---|
| 37 | \end{enumerate} |
|---|
| 38 | \end{document} |
|---|