Skip to content
Snippets Groups Projects
Commit 0aaa09c4 authored by Erik Strand's avatar Erik Strand
Browse files

Proofing

parent c310f673
Branches
No related tags found
No related merge requests found
......@@ -172,7 +172,10 @@ mil is a thousandth of an inch), what is the inner diameter?
Solving the formula above for $$r_i$$,
$$
r_i = r_0 \cdot e^{-2 \pi \cdot 51.6 \sqrt{\epsilon_0 \epsilon_r / \mu_0}}
\begin{align*}
r_i &= r_0 \cdot e^{-2 \pi \cdot 51.6 \sqrt{\epsilon_0 \epsilon_r / \mu_0}} \\
&= 8.2 \si{mils}
\end{align*}
$$
### (e)
......@@ -181,10 +184,12 @@ $$
For RG58/U, at what frequency does the wavelength become comparable to
the diameter?
We know $$\lambda \nu = c$$, so
$$
\num{2e8} \si{m/s} \cdot \frac{1}{2 \cdot \num{1.48e-3} \si{m}} = \num{6.76e10} \si{Hz}
\begin{align*}
\nu &= \frac{c}{\lambda} \\
&= \frac{\num{2e8} \si{m/s}}{2 \cdot \num{1.48e-3} \si{m}} \\
&= \num{6.76e10} \si{Hz}
\end{align*}
$$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment