Skip to content

Commit 5bbb5ff

Browse files
committed
Initial ShareLaTeX Import
0 parents  commit 5bbb5ff

File tree

305 files changed

+19249
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

305 files changed

+19249
-0
lines changed

final/2012/final_exam.tex

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
% -*- latex -*-
2+
% FILE: "/home/evmik/jobs/wm/2012_spring_Analog_Electronics_252/final_exam/final_exam.tex"
3+
% LAST MODIFICATION: "Tue, 01 May 2012 11:45:17 -0400 (evmik)"
4+
% (C) 2009 by Eugeniy Mikhailov, <[email protected]>
5+
% $Id:$
6+
7+
\documentclass[letterpaper,addpoints,answers]{exam}
8+
\usepackage{graphicx}
9+
\usepackage{hyperref}
10+
11+
\begin{document}
12+
%\pagestyle{headandfoot}
13+
%\lhead{
14+
%\large\bfseries Physics 107\\
15+
%Midterm Exam, June 15, 2009
16+
%}
17+
%\chead{}
18+
%\rhead{
19+
%\large\bfseries Name:\enspace\makebox[2in]{\hrulefill}\\
20+
%\large\bfseries Signature:\enspace\makebox[2in]{\hrulefill}
21+
%}
22+
%\lfoot{}
23+
%\cfoot[]{Page \thepage}
24+
%\rfoot{}
25+
26+
\begin{coverpages}
27+
\noindent
28+
\large\bfseries Physics 252
29+
30+
\vspace{2ex}
31+
\noindent
32+
Final Exam, May 2012
33+
34+
\vspace{5ex}
35+
\noindent
36+
\large\bfseries Name:\enspace\makebox[2in]{\hrulefill}\\
37+
38+
\vspace{5ex}
39+
\noindent
40+
\large\bfseries Signature:\enspace\makebox[2in]{\hrulefill}
41+
42+
\vspace{5ex}
43+
\noindent
44+
This test is administered under the rules and regulations of the honor
45+
system of the College of William \& Mary.
46+
47+
\vspace{5ex}
48+
\noindent
49+
Show your work, circle your answers.
50+
51+
52+
\vspace{5ex}
53+
\combinedgradetable[v][questions]
54+
\end{coverpages}
55+
56+
\begin{questions}
57+
58+
\input{questions/filters_multi_choice}
59+
\input{questions/opamp_vs_transistors_comparison}
60+
\input{questions/thevenin_parameters_of_a_circuit}
61+
\input{questions/bjt_amplifier}
62+
\input{questions/opamp_adder}
63+
\input{questions/noninverting_amplifier_with_opamp}
64+
\input{questions/math_with_opamps}
65+
\input{questions/oscillator}
66+
\input{questions/output_impedance_of_fancy_opamp_amplifiers}
67+
\input{questions/matched_njfet_follower}
68+
69+
70+
\end{questions}
71+
\end{document}
72+
73+
% vim: tabstop=2 shiftwidth=2
74+
36.4 KB
Loading
+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
% -*- latex -*-
2+
% FILE: "/home/evmik/jobs/wm/2012_spring_Analog_Electronics_252/final_exam/questions/bjt_amplifier.tex"
3+
% LAST MODIFICATION: "Tue, 01 May 2012 01:18:46 -0400 (evmik)"
4+
% (C) 2011 by Eugeniy Mikhailov, <[email protected]>
5+
% $Id:$
6+
7+
\question{}
8+
Consider the circuit shown below \\
9+
\includegraphics[height=2in]{./schematics/npn_common_emitter_amplifier}\\
10+
\begin{parts}
11+
\part[10]
12+
Derive the expression for the output voltage $V_{out}$, in terms of
13+
$V_{in}, V_{cc}, R_c, R_e,$ and the base to emitter voltage drop $V_{be}$.
14+
Assume that $\beta=200$. Also assume that the load resistor ($R_L$) is large enough and does not affect the circuit.
15+
16+
\vskip 1.5in
17+
$V_{out}=$
18+
\part[5]
19+
What is the small signal gain of this circuit?
20+
21+
\vskip 0.5in
22+
$G=$
23+
\part[5]
24+
Assume that the load resistor ($R_L$) is large enough and does not affect the circuit.
25+
If $R_c/R_e=10$, $V_{be}=.6$~V and $V_{cc}=15$~V, what is
26+
the maximum and minimum DC
27+
input voltage $V_{in}$ at which this circuit is still not saturated or railing?
28+
29+
\vskip 1.0in
30+
$V_{{in}_{min}}=$ \hspace{2in}
31+
$V_{{in}_{max}}=$
32+
\bonuspart[5]
33+
What is the output impedance of this circuit? {\bf Stating it is not
34+
enough, show the derivation!}
35+
36+
\vskip 1.0in
37+
$Z_{out}=$
38+
\end{parts}
39+
\pagebreak
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
% -*- latex -*-
2+
% FILE: "/home/evmik/jobs/wm/2012_spring_Analog_Electronics_252/final_exam/questions/filters_multi_choice.tex"
3+
% LAST MODIFICATION: "Mon, 30 Apr 2012 23:14:28 -0400 (evmik)"
4+
% (C) 2011 by Eugeniy Mikhailov, <[email protected]>
5+
% $Id:$
6+
7+
\question{}
8+
For circuits shown below specify if it a low-pass, high-pass, band-pass
9+
or band-reject filter. {\bf Hint:} It may be useful to think about
10+
transfer function at high and low frequencies.
11+
\begin{parts}
12+
\part[2]
13+
\includegraphics[height=0.7in]{./schematics/rc_low_pass}
14+
15+
\part[2]
16+
\includegraphics[height=0.7in]{./schematics/rc_high_pass}
17+
18+
\part[2]
19+
\includegraphics[height=0.7in]{./schematics/rl_high_pass}
20+
21+
\part[2]
22+
\includegraphics[height=0.7in]{./schematics/rl_low_pass}
23+
24+
\part[2]
25+
\includegraphics[height=0.7in]{./schematics/rlcnotch}
26+
27+
\part[2]
28+
\includegraphics[height=0.7in]{./schematics/rlc_band_pass}
29+
30+
\part[2]
31+
\includegraphics[height=0.7in]{./schematics/band_pass_filter}
32+
33+
\part[2]
34+
Sketch the transfer function of the last filter (g) in log-log
35+
scale.
36+
\vskip 1in
37+
38+
\part
39+
Under what conditions the last filter (g) has a transfer
40+
function close to unity at least in some frequency region?
41+
42+
\begin{subparts}
43+
\subpart[2]
44+
Express one condition in terms of $3_{dB}$ points of the
45+
low-pass and high-pass filters constituting combined
46+
filter (g).
47+
\vskip 0.5in
48+
\subpart[2]
49+
What must be true about $R_1$ and $R_2$?
50+
\end{subparts}
51+
52+
53+
\end{parts}
54+
\pagebreak
55+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
% -*- latex -*-
2+
% FILE: "/home/evmik/jobs/wm/2011_spring_Analog_Electronics_252/final_exam/questions/matched_njfet_follower.tex"
3+
% LAST MODIFICATION: "Thu, 05 May 2011 10:50:43 -0400 (evmik)"
4+
% (C) 2011 by Eugeniy Mikhailov, <[email protected]>
5+
% $Id:$
6+
7+
\question{}
8+
Consider the circuit shown below. \\
9+
\includegraphics[height=2in]{./schematics/njfet_matched_follower}\\
10+
NJFETs in this circuit are {\bf matched}.
11+
Presume that $V_{dd}$ is large enough for transistors to be in saturation.
12+
\begin{parts}
13+
\part[5]
14+
First consider only bottom part (below $V_{out}$ terminal). It can be
15+
thought as a constant current source with current $I_d$ (assume that it
16+
is somehow known to you).
17+
18+
Write the {\bf symbolical} expression for the $V_{GS}$ of the bottom transistor.
19+
\vskip .5in
20+
$V_{GS}=$
21+
22+
\part[15]
23+
Using above information. Derive the {\bf symbolical} expression for the output
24+
voltage $V_{out}$ in terms of the input voltage, $V_{GS}$, $I_d$, and
25+
$R_s$. {\bf Hint:} you might not need all of them at the very end.
26+
\vskip 1.8in
27+
$V_{out}=$
28+
29+
\part
30+
The transistors parameters are the following: the pinch off voltage
31+
$V_p=-2$~V, the coefficient $k=2\times10^{-3}$~A/(V$^2$). Supply
32+
voltage $V_{dd}=20$~V, $R_s=500$~$\Omega$.
33+
\begin{subparts}
34+
\subpart[5]
35+
Find the quiescent current supplied by the power supply.
36+
\vskip 1in
37+
$I_{d}=$
38+
39+
\subpart[5]
40+
Find the quiescent power dissipated by this circuit
41+
\vskip .5in
42+
$P_{q}=$
43+
\end{subparts}
44+
45+
\end{parts}
46+
\pagebreak
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
% -*- latex -*-
2+
% FILE: "/home/evmik/jobs/wm/2012_spring_Analog_Electronics_252/final_exam/questions/math_with_opamps.tex"
3+
% LAST MODIFICATION: "Tue, 01 May 2012 01:11:51 -0400 (evmik)"
4+
% (C) 2011 by Eugeniy Mikhailov, <[email protected]>
5+
% $Id:$
6+
7+
\question{}
8+
\begin{parts}
9+
\part[20]
10+
Design (use as many Op-Amps as needed)
11+
and sketch a circuit which output is governed by the following
12+
expression.
13+
\begin{equation}
14+
V_{out}=-5(V_1+ V_2) + 10 V_3
15+
\end{equation}
16+
Explain your design.
17+
Specify all relevant components values, assume that you are using
18+
ideal Op-Amps (open loop gain $A=\infty$).
19+
20+
\bonuspart[5]
21+
{\bf Note:} You will get it if you use only one Op-Amp.
22+
23+
\vskip 2.5in
24+
\end{parts}
25+
\pagebreak
26+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
% -*- latex -*-
2+
% FILE: "/home/evmik/jobs/wm/2012_spring_Analog_Electronics_252/final_exam/questions/noninverting_amplifier_with_opamp.tex"
3+
% LAST MODIFICATION: "Tue, 01 May 2012 01:08:13 -0400 (evmik)"
4+
% (C) 2011 by Eugeniy Mikhailov, <[email protected]>
5+
% $Id:$
6+
7+
\question{}
8+
Consider the non inverting amplifier shown below \\
9+
\includegraphics[height=1in]{./schematics/noninv_ampl}\\
10+
\begin{parts}
11+
\part[10]
12+
Find the expression for the output voltage in terms of $V_{in}$,
13+
$R_1$, $R_2$, and $A$. Do not assume that $A$ is infinite.
14+
\vskip 2.5in
15+
$V_{out}=$
16+
\part
17+
If the gain bandwidth product $A(f) \times f = 10$~MHz.
18+
$R_2/R_1=10$.
19+
\begin{subparts}
20+
\subpart[5]
21+
What is the gain of the system at 10~Hz
22+
\vskip 0.5in
23+
$G(10~Hz)=$
24+
\subpart[5]
25+
What is the gain of the system at 10~MHz
26+
\vskip 0.5in
27+
$G(10~MHz)=$
28+
\end{subparts}
29+
30+
\part[5]
31+
Consider the practical limitations now.
32+
If $R_2/R_1=99$, $V_{in}=0.01$~V, and $A=\infty$,
33+
but maximum output current of the
34+
Op-amp is 2~mA. What is the minimal possible load resistor which you
35+
can hook to the output without overloading the Op-amp?
36+
Assume that $R_2 \gg R_L$.
37+
38+
\vskip 0.5in
39+
$R_{L_{min}}=$
40+
\bonuspart[5]
41+
What is the output impedance of this amplifier at low
42+
frequencies?
43+
{\bf Why} do you think so?
44+
Assume $A=\infty$.
45+
\vskip 0.4in
46+
$Z_{out}=$
47+
\end{parts}
48+
\pagebreak
49+

final/2012/questions/opamp_adder.tex

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
% -*- latex -*-
2+
% FILE: "/home/evmik/jobs/wm/2012_spring_Analog_Electronics_252/final_exam/questions/opamp_adder.tex"
3+
% LAST MODIFICATION: "Mon, 30 Apr 2012 15:45:04 -0400 (evmik)"
4+
% (C) 2011 by Eugeniy Mikhailov, <[email protected]>
5+
% $Id:$
6+
7+
\question{}
8+
Consider the circuit shown below \\
9+
\includegraphics[height=1in]{./schematics/summing_inv_ampl}\\
10+
The open loop gain $A=\infty$.
11+
\begin{parts}
12+
\part[10]
13+
Derive the expression for the output voltage $V_{out}$, in terms of
14+
$V_{in1}$, $V_{in2}$, $R_1$, $R_2$, and $R_f$. Note that $R_1 \neq R_2$.
15+
16+
\vskip 2.5in
17+
$V_{out}=$
18+
\part[3]
19+
If a power supply provides $\pm15$~V to the amplifier, and $R_f/R_1=2$,
20+
$R_f/R_2=3$, $V_{in1}=V_{in2}=4$~V. What is the
21+
output voltage?
22+
23+
\vskip 2.0in
24+
$V_{out}=$
25+
\part[2]
26+
Same as above but $V_{in1}=1$~V, $V_{in2}=-1$~V.
27+
28+
\vskip 1.0in
29+
$V_{out}=$
30+
\end{parts}
31+
\pagebreak
32+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
% -*- latex -*-
2+
% FILE: "/home/evmik/jobs/wm/2011_spring_Analog_Electronics_252/final_exam/questions/opamp_vs_transistors_comparison.tex"
3+
% LAST MODIFICATION: "Thu, 05 May 2011 10:01:49 -0400 (evmik)"
4+
% (C) 2011 by Eugeniy Mikhailov, <[email protected]>
5+
% $Id:$
6+
7+
\question{}
8+
\begin{parts}
9+
\part[4]
10+
List advantages of Op-amps when they are compared to transistors
11+
\vskip 3in
12+
13+
\part[3]
14+
List situations when you would use a transistor instead of a generic Op-amp
15+
\vskip 3in
16+
17+
\part[3]
18+
What is so good about FETs when they are compared to BJTs.
19+
\vskip 3in
20+
\end{parts}
21+
\pagebreak
22+

final/2012/questions/oscillator.tex

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
% -*- latex -*-
2+
% FILE: "/home/evmik/jobs/wm/2012_spring_Analog_Electronics_252/final_exam/questions/oscillator.tex"
3+
% LAST MODIFICATION: "Tue, 01 May 2012 14:21:05 -0400 (evmik)"
4+
% (C) 2011 by Eugeniy Mikhailov, <[email protected]>
5+
% $Id:$
6+
7+
\question{}
8+
Consider the relaxation oscillator base on the open collector
9+
comparator shown below with the following parameters:\\
10+
$R_1=100$~k$\Omega$, $R_2=100$~k$\Omega$, $R_f=100$~k$\Omega$, and
11+
$R_{{p.up}}$=1~k$\Omega$.
12+
\begin{parts}
13+
\part[2]
14+
Disregarding $R_{{p.up}}$.
15+
What is the voltage at non-inverting input when output is
16+
high?
17+
\\
18+
\includegraphics[height=2in]{./schematics/oscillator}
19+
$V_{+}=$
20+
\part[2]
21+
Disregarding $R_{{p.up}}$.
22+
What is the voltage at non-inverting input when output is
23+
low?
24+
\vskip 1.0in
25+
$V_{+}=$
26+
\part[4]
27+
If $R=1$~M$\Omega$, what is the value of the capacitor to
28+
get period of oscillation T=$1$~mS?
29+
\vskip 1.0in
30+
$C=$
31+
\part[2]
32+
Can we completely get rid of $R_{p.up}$? Why?
33+
\vskip 1.0in
34+
\bonuspart[5]
35+
When we built a blinker, we learn that hooking an LED
36+
directly to the output is bad idea die to large output
37+
impedance in comparison to the small input impedance of the
38+
LED. What is the output impedance of this circuit? {\bf
39+
Show} your reasons.
40+
\vskip 1.0in
41+
$Z_{out}=$
42+
\end{parts}
43+
\pagebreak
44+

0 commit comments

Comments
 (0)