2026/05/16

This commit is contained in:
2026-05-16 21:50:37 +09:00
parent 5f9535dc46
commit bf460cb4de
14 changed files with 1940 additions and 26 deletions
+50
View File
@@ -0,0 +1,50 @@
\section{理論}
\subsection{オームの法則}
ある抵抗値を持つ抵抗器$R \ [\Omega]$に対し電圧$V \ [\text{V}]$を印加すると抵抗に電流$I \ [\text{A}]$が流れる.
この時,$V, R, I$には次の関係式が成り立つ.
\begin{equation}\label{equ:ohm}
V = RI
\end{equation}
\cref{equ:ohm}で表されるこの関係をオームの法則という.
電圧は電流に比例するのでV-I図は\cref{fig:v-i-example}のようになる.
\begin{figure}[tbh]
\centering
\begin{tikzpicture}[domain=0:4]
\draw[->] (0,0) -- (4.5,0);
\draw[->] (0,0) -- (0,4.5);
\foreach \x in {0,...,4} {
\draw (\x, 0) node[below]{\x} -- (\x, 0.1);
\draw (0, \x) node[left]{\x} -- (0.1, \x);
}
\draw plot (\x, \x) node[left=5pt]{$R = 1 \ \text{k}\Omega$};
\draw plot (\x, {\x/2}) node[below=10pt]{$R = 2 \ \text{k}\Omega$};
\node at (2.25,-0.4) [below] {Voltage [V]};
\node[rotate=90] at (-0.3,2.25) [above] {Current [mA]};
\end{tikzpicture}
\caption{Ohm's Law on Graph}
\label{fig:v-i-example}
\end{figure}
\subsection{キルヒホッフの法則}
複数の抵抗・電源からなる複雑な回路はオームの法則だけでは回路を解くことはできない.
キルヒホッフの法則はそのような回路網を計算する際に用いられる.
この法則には2つの性質が定義されている.
第一法則は電流則とも呼ばれ,回路中の接点の電流の入出流の関係が定義されている.
第二法則は電圧則とも呼ばれ,
\subsection{重ね合わせの理}
\subsection{テブナンの定理}