Skip to content

Commit

Permalink
Added 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
milesdai committed Aug 18, 2019
1 parent 08d0e2b commit 3732ee5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Binary file modified Chapter1.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions Chapter1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -256,5 +256,11 @@
\[C \ge \frac{10\m\A}{2\times 120\Hz \times 0.1\V} = \mans{417 \u\F}\]
Now we need to find the AC input voltage. The peak voltage after rectification must be 10V (per the requirements). Since each phase of the AC signal must pass through 2 diode drops, we have to add this to find out what our AC peak-to-peak voltage must be. Thus we have
\[V_{\in, \pp} = 10\V + 2(0.6\V) = \mans{11.2\V}\]

\ex{1.30}
$V_\out$ is simply the voltage at the output of an impedance voltage divider. We know that $Z_R = R$ and $Z_C = \frac{1}{j\omega C}$. Thus we have
\[V_\out = \frac{Z_C}{Z_R + Z_C} V_\in = \frac{\frac{1}{j \omega C}}{R + \frac{1}{j \omega C}} V_\in = \frac{1}{1 + j \omega R C} V_\in\]
The magnitude of this expression can be found by multiplying by the complex conjugate and taking the square root.
\[sqrt{V_\out V_\out^*} = \frac{1}{\sqrt{1 + \omega^2R^2C^2}}V_\in\]

\end{document}
1 change: 1 addition & 0 deletions taoesolutions.sty
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

\newcommand{\todo}[1]{\textcolor{red}{\textbf{TODO: #1}}}
\renewcommand{\title}[1]{\begin{center}\begin{Huge}#1\end{Huge}\end{center}}
\newcommand{\subtitle}[1]{\begin{center}\begin{Large}#1\end{Large}\end{center}}
\newcommand{\ex}[1]{\section*{Exercise #1}}
\newcommand{\mans}[1]{\boxed{\mathbf{#1}}}
\newcommand{\tans}[1]{\framebox{\textbf{#1}}}
Expand Down

0 comments on commit 3732ee5

Please sign in to comment.