-
Notifications
You must be signed in to change notification settings - Fork 0
/
弗兰克赫兹实验.tex
63 lines (51 loc) · 1.47 KB
/
弗兰克赫兹实验.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
\documentclass[signature=data]{physicsreport}
%%
%% User settings
%%
\classno{}
\stuno{}
\groupno{}
\stuname{}
\expdate{\expdatefmt\today}
\expname{弗兰克-赫兹实验}
%%
%% Document body
%%
\begin{document}
% First page
% Some titles and personal information are defined in ``\maketitle''.
\maketitle
\section{实验预习}
\begin{enumerate}
\item 简要叙述波尔的原子能级理论;
\item 描述弗兰克-赫兹的实验原理.
\end{enumerate}
% Teacher signature
\makeatletter
\physicsreport@body@signature{preparation}
\makeatother
\newpage
% Original experiment data
\section{实验现象及原始数据记录}
% Teacher signature
\makeatletter
\physicsreport@body@signature{data}
\makeatother
\newpage
% Data process and others
\section{数据处理}
\begin{enumerate}
\item 利用计算机软件绘制 $I_A-U_{G2K}$ 曲线;
\item 对曲线进行拟合, 利用各峰值或波谷所对应的电压值, 分别用逐差法和最小二乘法计算氩原子的第一激发电位.
\end{enumerate}
% This vertical gap is for handwriting use. It can be removed when typing answers here.
\vspace*{30em}
\section{实验结论及现象分析}
\newpage
\section{讨论题}
\begin{enumerate}
\item 在 $I_A-U_{G2K}$ 曲线中, 为什么随着 $U_{G2K}$ 的增大, 波谷电流逐渐增大?
\item 请分析拒斥电压改变对 $I_A-U_{G2K}$ 曲线的影响.
\item 为什么弗兰克-赫兹实验只能测出第一激发态电位?
\end{enumerate}
\end{document}