作者xavier13540 (柊 四千)
看板NTU-Exam
标题[试题] 102-2 黄晖理 普通物理学甲下 期中考
时间Sun Apr 13 22:29:52 2025
课程名称︰普通物理学甲下
课程性质︰数学系大一必带
课程教师︰黄晖理
开课学院:理学院
开课系所︰数学系
考试日期(年月日)︰2014/04/15
考试时限(分钟):120
试题 :
1. A small circular hole of radius R has been cut in the middle of an infinite,
flat, non-conducting surface that has uniform charge density σ. A Z axis,
with its origin at the hole's center, is perpendicular to the surface. In
unitvector notation, what is the electric field at point P at height z?
https://i.imgur.com/2UyDscK.png
\begin{tikzpicture}
\filldraw[gray] (4.5, 1.5) -- (-1.5, 1.5) -- (-4.5, -1.5) -- (1.5, -1.5)
-- cycle;
\filldraw[gray, fill=white] (0, 0) ellipse(0.6 and 0.3);
\draw[->] (0, 0) -- node[midway, above]{$R$} (0.6, 0);
\draw (0, -0.3) -- (0, 2) node[anchor=south]{$z$};
\filldraw (0, 1.7) circle(1pt) node[anchor=east]{$P$};
\end{tikzpicture}
2. What are the potential differences (a) $V_A-V_B$ (b) $V_B-V_C$ (c) $V_C-V_D$
and (d) $V_A-V_C$?
https://i.imgur.com/Up0paRd.png
\begin{circuitikz}
\draw (0, 0) to (3, 0) node[anchor=north west]{$D$}
to [R, l_=$R_2$](5, 2) node[anchor=west]{$B$}
to [R, l_=$R_1$](3, 4) node[anchor=south west]{$A$} to (0, 4) to (0, 2)
to [battery1, l=$\uparrow\mathscr E$](0, 0);
\draw (3, 0) to [R, l=$R_1$](1, 2) node[anchor=east]{$C$}
to [R, l=$R_2$](3, 4);
\draw (1, 2) to [R, l=$R_3$](5, 2);
\end{circuitikz}
3. A cross section of a long cylindrical conductor of radius a containing a long
cylindrical hole of radius b. The central axes of the cylinder and hole are
parallel and are distance d apart; current i is uniformly distributed over
the tinted area. (a) What is the magnitude of the magnetic field at the cen-
ter of the hole? (b) If a long wire is allocated at b which is parallel to
the cylinder, what is the force between the cylinder and the wire? Suppose
the length of the wire is $\ell$ and the current is i.
https://i.imgur.com/aJfv8yR.png
\begin{tikzpicture}
\filldraw[gray] (0, 0) circle(2);
\filldraw (0, 0) circle(1pt);
\draw[->] (0, 0) -- node[midway, above right]{$a$} (
{-sqrt(2)}, {sqrt(2)});
\filldraw[white] (1.4, 0) circle(0.4);
\filldraw (1.4, 0) circle(1pt) node[anchor=south east]{$b$};
\draw[->] (1.4, 0) -- ({1.4+sqrt(2)/5}, {sqrt(2)/5});
\draw (0, 0) -- (0, -2.6);
\draw (1.4, 0) -- (1.4, -2.6);
\draw[<->] (0, -2.3) -- node[midway, below]{$d$} (1.4, -2.3);
\end{tikzpicture}
4. A rectangular coil of N turns and of length a and width b is rotated at fre-
quency f in a uniform magnetic field. The coil is connected to co-rotating
cylinders, against which metal brushes slides to make contact. Show that the
emf induced in the coil is given (as a function of time t) by
ε = 2πfNabB sin(2πft)
https://i.imgur.com/izxWvxX.png
\begin{circuitikz}
\foreach \x in {0, 0.5, ..., 5}{
\foreach \y in {-1, -0.5, 0, 0.5, 1}{
\draw (\x, \y) node{$\color{gray}{\times}$};
}
}
\draw (0, 1) node[anchor=south east]{$\vec B$};
\draw[thick] (5.5, 0.05) -- (4.5, 0.05) -- (4.5, 0.55) -- (0.55, 0.55)
-- (0.55, -0.55) -- (4.5, -0.55) -- (4.5, -0.05) -- (6, -0.05);
\draw (0.55, -0.6) -- (0.55, -1.5);
\draw (4.5, -0.6) -- (4.5, -1.5);
\draw[<->] (0.55, -1.4) -- node[midway, below]{$a$} (4.5, -1.4);
\draw (-0.5, 0.55) -- (0.5, 0.55);
\draw (-0.5, -0.55) -- (0.5, -0.55);
\draw[<->] (-0.4, 0.55) -- node[midway, left]{$b$} (-0.4, -0.55);
\draw (6, 0) to (6, 0.9) to (6.5, 0.9) to (6.5, -1) to (8, -1)
to [R, l=$R$] (8, 1) to (5.5, 1) to (5.5, 0);
\draw[fill=white] (5.4, -0.3) rectangle(5.6, 0.3);
\draw[very thin] (5.5, 0.3) -- (4.5, 1.3) -- (4.3, 1.3) node[anchor=east]{
Sliding contacts};
\draw[fill=gray] (5.42, 0.3) rectangle(5.58, 0.4);
\filldraw (5.4, 0.05) circle(1pt);
\draw[fill=white] (5.9, -0.3) rectangle(6.1, 0.3);
\draw[fill=gray] (5.92, 0.3) rectangle(6.08, 0.4);
\filldraw (5.9, -0.05) circle(1pt);
\draw[very thin, dashed] (-1.5, 0) -- (6.5, 0);
\draw[-stealth] (-1, 3pt) arc[
start angle=30, end angle=330, x radius=3pt, y radius=6pt];
\end{circuitikz}
--
虽然我把render的png档也放出来
由於图片可能会失效 这里放上纯文字也能浏览的tikz code
读者可以自行用tex compiler编译出类似的结果
对了tikz有够难用[rdrrC]
--
第01话 似乎在课堂上听过的样子 第02话 那真是太令人绝望了
第03话 已经没什麽好期望了 第04话 被当、21都是存在的
第05话 怎麽可能会all pass 第06话 这考卷绝对有问题啊
第07话 你能面对真正的分数吗 第08话 我,真是个笨蛋
第09话 这样成绩,教授绝不会让我过的 第10话 再也不依靠考古题
第11话 最後留下的补考 第12话 我最爱的学分
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 36.230.52.204 (台湾)
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/NTU-Exam/M.1744554595.A.D1E.html
※ 编辑: xavier13540 (36.230.52.204 台湾), 04/14/2025 08:08:39