EE1305/EE1105 Homework Problems Packet

Size: px
Start display at page:

Download "EE1305/EE1105 Homework Problems Packet"

Transcription

1 EE1305/EE1105 Homework Problems Packet P1 - The gate length of a tri-gate transistor is 22 nm. How many gate lengths fit across a human hair with a diameter of 100 μm? Show all units and unit conversions for each of your calculations. P2 - Determine the kinetic energy (in ev) of an electron traveling at a velocity of 9 x 10 6 m/s if the kinetic energy of the electron is equal to ½ mv 2. Show all units and unit conversions for each of your calculations. P3 - An electron has charge, q, equal to 1.6 x coulombs (C), and is experiencing an electric field equal to 5 x V/cm. (a) Calculate the force on the charge using E = F/q, where E is the electric field and F is the force on the charge. (b) Calculate the work (in units of ev) done on the charge if the charge is accelerated a distance of 1 cm. Use the equation W = F x d, where W is the work done on the charge, d is the distance the charge is moved, and F is the force on the charge. Use the following unit conversions: 1.6 x J = 1 ev, 1 V = 1 J/C and 1 J = 1 N m. Show all units and unit conversions for each of your calculations. P4 - The current flowing through three resistors in series (R1, R2 and R3) is 7.69 ma. Since the three resistors are in series, the current flowing through each resistor is the same. (a) Use Ohm s Law to determine the voltage drop across each resistor. (b) Add the voltage drop across each resistor. Show all units and unit conversions for each of your calculations. P5: Compare the resistance of a 1 m wire with a radius of 1.3 mm for each of the following materials: Copper Gold Show all units and unit conversions in your calculations.

2 P6. Prove that the equation relating change in potential energy to voltage is dimensionally consistent, using the unit conversions provided below. V = P. E. q V change in Voltage (units V) P. E. change in Potential Energy (units ev) q Electron Charge equal to 1.6 x C P7. Calculate the equivalent resistance for the resistors in series. Use the equivalent resistance to determine the current flowing through each resistor. Make sure to show the unit conversion V = A when setting up your current (I) calculation. Show all units and unit conversions for each calculation. 1 k Unit Conversions: 1.6 x J = 1 ev V = J/C 2 k 1.5 k P8. The circuit below includes 3 resistors in parallel, R1 = 1 k, R2 = 2 k, and R3 = 4k. (a) Determine the equivalent resistance (Req), (b) use Ohm s Law to determine the circuit current, and (c) use Ohm s law to determine the current through each resistor. 10 V

3 P9. (a) Use the shorthand notation/equivalent circuit method to reduce the circuit until there are only 2 resistors left. For each step, show the equivalent circuit, and write the shorthand notation expression. (b) When there are only 2 resistors left, determine the expression for the voltage drop at VA using the voltage divider method. Make sure to include the equation for voltage divider at the beginning of this step. VA P10. (a) Determine the circuit current for the simplified circuit in P9 if R1 R4 are equal to 100 and Vin is equal to 9 V, (b) Use Ohm s Law to confirm the voltage drop at VA, and (c) Use the expression for P9 part (b) to determine VA using the voltage divider method. Show every step, units, and unit conversions for full credit. P11. (a) Determine the voltages at nodes A, B, C and D. (b) Determine the currents I1 I7. (c) Determine the power generated or consumed by each component, and (d) Determine if conservation of power exists in this circuit. Label each step and include units and unit conversions for full credit. P12. (a) Simplify the circuit and determine the equivalent resistance. (b) Determine the circuit current, and (c) Determine the power consumed by the equivalent resistance and the power supplied by the 12 V source. (d) Does conservation of power exist in the circuit? Label each step and include units and unit conversions for full credit.

4 VA P13. (a) Simplify the circuit in P12 in order to, (b) use Voltage Divider to determine the value of VA, and (c) use Ohm s Law to calculate the current through the 5 k resistor. P14. Use any method to (a) determine the voltage drop across the 6 k resistor, (b) the current flowing through it, and (c) the power consumed by the 6 k resistor. P15. (a) Determine the cut-off frequency for the low-pass filter shown below. Include all units and unit conversions for full credit. (b) If a signal frequency is increased to 10 khz, will its amplitude be diminished or will it remain intact as it is processed by the filter?

5 P16. Assume that the circuit below has reached equilibrium and that the capacitor is fully charged. (a) Determine the value of VA, (b) the current flowing through R1, R2 and R3, and (c) the power consumed by R3. Show all equations required to solve this problem, all units, and all unit conversions for full credit. VA R1 R2 R3 P17. ( a) Write the expression for KVL for the circuit below, and (b) determine the value of the current (I). I P18. Use KCL and KVL to solve for I1, I2 and I3, and then use Ohm s Law to determine the voltage across the 10 k resistors at Node A. Assume that the current is flowing in the directions indicated in the circuit diagram below. A I1 I3 I2

6 P19. (a) Use KCL and KVL to solve for I1, I2 and I3, assuming that the current is flowing in the directions indicated by the current arrows in the circuit diagram below, and then (b) re-sketch the circuit with the correct current directions based on your KCL/KVL analysis. I1 I3 I2 P20. (a) Use KCL and KVL to solve for I1, I2 and I3, assuming that the current is flowing in the directions indicated by the current arrows in the circuit diagram below, and then (b) re-sketch the circuit with the correct current directions based on your KCL/KVL analysis. Assume that the circuit has reached equilibrium and that the capacitor is fully charged. (c) re-work the problem if the 8 V power supply is replaced with a 6 V power supply. I1 I3 I2 P21. Use KCL at node A to develop an expression for Vout in terms of Vin, R1 and R2. Use the same approach used for the inverting amplifier example explained in class.

7 R P22. (a) Calculate the cut-off frequency (fc) for an active filter with R = 10 k and C = 10 F, and (b) Plot the expression for V OUT = R 2 1 in MATLAB, where j is the imaginary number V IN R 1 1+jωR 2 C equal to ( 1), ω is angular frequency equal to 2πf, f is frequency, R is resistance and C is capacitance. This expression will generate a Bode Plot illustrating the behavior of an active filter with 2 resistors and 1 capacitor. To plot in MATLAB, type in the following commands, and specify whether the filter is low-pass or high-pass. >> w=logspace(-3,5,100); y = logspace(a,b,n) generates n=100 points between decades 10-3 and 10 5 >> j=sqrt(-1); >> R1=1E3; >> R2=10E3; >> R2=10E3; >> C=10E-6; >> Vout=(-R2/R1)*1./(1+j*w*R2*C); the. / is used for mathematical operations for matrices >> loglog(w/2/pi, abs(vout)) creates a loglog plot of w vs Vout by converting w in radians/sec to f in Hz since w = 2f or f = w/2 Add the x-axis and y-axis labels, and label the fc value, and print a copy to turn in with your homework. P23. Use Complex Impedance and KCL to prove that the expression for Vout/Vin for the passive low pass filter shown below is equal to... V out V in = jwcr jwcr + 1 C Vin Vout Show all steps. P24. Graph Vout/Vin in MATLAB for P23. Use the MATLAB code included in P22 to guide you.

8

Lecture Week 10. Quiz #7 Op-Amps II Homework P17 and P18 Active Filters Active Filters Analysis Active Filters Bode Plots Filter Design Homework

Lecture Week 10. Quiz #7 Op-Amps II Homework P17 and P18 Active Filters Active Filters Analysis Active Filters Bode Plots Filter Design Homework Lecture Week 10 Quiz #7 Op-Amps II Homework P17 and P18 Active Filters Active Filters Analysis Active Filters Bode Plots Filter Design Homework Quiz 7 Op-Amp II(20 pts.) Please clear desks and turn off

More information

Introduction to Complex Impedance. Passive Low Pass Filter (1 st order) Passive High Pass Filter. Active Low Pass Filter. Active High Pass Filter

Introduction to Complex Impedance. Passive Low Pass Filter (1 st order) Passive High Pass Filter. Active Low Pass Filter. Active High Pass Filter Introduction to Complex Impedance for Passive Low Pass Filter ( st order) Passive High Pass Filter ( st order) Active Low Pass Filter ( st order) Active High Pass Filter ( st order) Active Low Pass Filter

More information

Lecture Week 7. Quiz 4 - KCL/KVL Capacitors RC Circuits and Phasor Analysis RC filters Workshop

Lecture Week 7. Quiz 4 - KCL/KVL Capacitors RC Circuits and Phasor Analysis RC filters Workshop Lecture Week 7 Quiz 4 - KCL/KVL Capacitors RC Circuits and Phasor Analysis RC filters Workshop Quiz 5 KCL/KVL Please clear desks and turn off phones and put them in back packs You need a pencil, straight

More information

Homework KCL/KVL Review Bode Plots Active Filters

Homework KCL/KVL Review Bode Plots Active Filters Homework KCL/KVL Review Bode Plots Active Filters Homeworkdue 3/6 (Najera), due 3/9 (Quinones) SUCCESS POINTS: REPORT WRITING CHECK TO MAKE SURE EVERYTHING YOU SAY REFER DIRECTLY TO YOUR TABLES AND GRAPHS?

More information

Lecture Week 5. Quiz #2 Ohm s Law Homework Power Review Shorthand Notation Active Components Ideal Op-amps

Lecture Week 5. Quiz #2 Ohm s Law Homework Power Review Shorthand Notation Active Components Ideal Op-amps Lecture Week 5 Quiz #2 Ohm s Law Homework Power Review Shorthand Notation Active Components Ideal Op-amps Quiz 2 Ohm s Law (20 pts.) Please clear desks and turn off phones and put them in back packs You

More information

Lecture Week 4. Homework Voltage Divider Equivalent Circuit Observation Exercise

Lecture Week 4. Homework Voltage Divider Equivalent Circuit Observation Exercise Lecture Week 4 Homework Voltage Divider Equivalent Circuit Observation Exercise Homework: P6 Prove that the equation relating change in potential energy to voltage is dimensionally consistent, using the

More information

Quiz 6 Op-Amp Characteristics

Quiz 6 Op-Amp Characteristics Lecture Week 11 Quiz 6: Op-Amp Characteristics Complex Numbers and Phasor Domain Review Passive Filters Review Active Filters Complex Impedance and Bode Plots Workshop Quiz 6 Op-Amp Characteristics Please

More information

3.4 The Single-Loop Circuit Single-loop circuits

3.4 The Single-Loop Circuit Single-loop circuits 25 3.4 The Single-Loop Circuit Single-loop circuits Elements are connected in series All elements carry the same current We shall determine The current through each element The voltage across each element

More information

Lecture Week 5. Voltage Divider Method Equivalent Circuits Review Lab Report Template and Rubric Workshop

Lecture Week 5. Voltage Divider Method Equivalent Circuits Review Lab Report Template and Rubric Workshop Lecture Week 5 Voltage Divider Method Equivalent Circuits Review Lab Report Template and Rubric Workshop Voltage Divider Method The voltage divider is a method/tool that can be used to: Design voltage

More information

Lecture Week 8. Quiz #5 KCL/KVL Homework P15 Capacitors RC Circuits and Phasor Analysis RC filters Bode Plots Cutoff frequency Homework

Lecture Week 8. Quiz #5 KCL/KVL Homework P15 Capacitors RC Circuits and Phasor Analysis RC filters Bode Plots Cutoff frequency Homework Lecture Week 8 Quiz #5 KCL/KVL Homework P15 Capacitors RC Circuits and Phasor Analysis RC filters Bode Plots Cutoff frequency Homework Quiz 5 KCL/KVL (20 pts.) Please clear desks and turn off phones and

More information

EXPERIMENT 10: SINGLE-TRANSISTOR AMPLIFIERS 11/11/10

EXPERIMENT 10: SINGLE-TRANSISTOR AMPLIFIERS 11/11/10 EXPERIMENT 10: SINGLE-TRANSISTOR AMPLIFIERS 11/11/10 In this experiment we will measure the characteristics of the standard common emitter amplifier. We will use the 2N3904 npn transistor. If you have

More information

Homework Assignment 07

Homework Assignment 07 Homework Assignment 07 Question 1 (Short Takes). 2 points each unless otherwise noted. 1. A single-pole op-amp has an open-loop low-frequency gain of A = 10 5 and an open loop, 3-dB frequency of 4 Hz.

More information

E84 Lab 3: Transistor

E84 Lab 3: Transistor E84 Lab 3: Transistor Cherie Ho and Siyi Hu April 18, 2016 Transistor Testing 1. Take screenshots of both the input and output characteristic plots observed on the semiconductor curve tracer with the following

More information

Homework Assignment 01

Homework Assignment 01 Homework Assignment 01 In this homework set students review some basic circuit analysis techniques, as well as review how to analyze ideal op-amp circuits. Numerical answers must be supplied using engineering

More information

3. Voltage and Current laws

3. Voltage and Current laws 1 3. Voltage and Current laws 3.1 Node, Branches, and loops A branch represents a single element such as a voltage source or a resistor A node is the point of the connection between two or more elements

More information

Homework Assignment 12

Homework Assignment 12 Homework Assignment 12 Question 1 Shown the is Bode plot of the magnitude of the gain transfer function of a constant GBP amplifier. By how much will the amplifier delay a sine wave with the following

More information

Homework Assignment 07

Homework Assignment 07 Homework Assignment 07 Question 1 (Short Takes). 2 points each unless otherwise noted. 1. A single-pole op-amp has an open-loop low-frequency gain of A = 10 5 and an open loop, 3-dB frequency of 4 Hz.

More information

Midterm 2 Exam. Max: 90 Points

Midterm 2 Exam. Max: 90 Points Midterm 2 Exam Name: Max: 90 Points Question 1 Consider the circuit below. The duty cycle and frequency of the 555 astable is 55% and 5 khz respectively. (a) Determine a value for so that the average current

More information

Homework Assignment True or false. For both the inverting and noninverting op-amp configurations, V OS results in

Homework Assignment True or false. For both the inverting and noninverting op-amp configurations, V OS results in Question 1 (Short Takes), 2 points each. Homework Assignment 02 1. An op-amp has input bias current I B = 1 μa. Make an estimate for the input offset current I OS. Answer. I OS is normally an order of

More information

EK307 Active Filters and Steady State Frequency Response

EK307 Active Filters and Steady State Frequency Response EK307 Active Filters and Steady State Frequency Response Laboratory Goal: To explore the properties of active signal-processing filters Learning Objectives: Active Filters, Op-Amp Filters, Bode plots Suggested

More information

PHYS 235: Homework Problems

PHYS 235: Homework Problems PHYS 235: Homework Problems 1. The illustration is a facsimile of an oscilloscope screen like the ones you use in lab. sinusoidal signal from your function generator is the input for Channel 1, and your

More information

AC Circuit. What is alternating current? What is an AC circuit?

AC Circuit. What is alternating current? What is an AC circuit? Chapter 21 Alternating Current Circuits and Electromagnetic Waves 1. Alternating Current 2. Resistor in an AC circuit 3. Capacitor in an AC circuit 4. Inductor in an AC circuit 5. RLC series circuit 6.

More information

EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab. Prelab Part I: RC Circuit

EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab. Prelab Part I: RC Circuit EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab Prelab Part I: RC Circuit 1. Design a high pass filter (Fig. 1) which has a break point f b = 1 khz at 3dB below the midband level (the -3dB

More information

Homework Assignment 02

Homework Assignment 02 Question 1 (2 points each unless noted otherwise) 1. Is the following circuit an STC circuit? Homework Assignment 02 (a) Yes (b) No (c) Need additional information Answer: There is one reactive element

More information

Homework Assignment 06

Homework Assignment 06 Question 1 (2 points each unless noted otherwise) Homework Assignment 06 1. True or false: when transforming a circuit s diagram to a diagram of its small-signal model, we replace dc constant current sources

More information

EXPERIMENT 10: SINGLE-TRANSISTOR AMPLIFIERS 10/27/17

EXPERIMENT 10: SINGLE-TRANSISTOR AMPLIFIERS 10/27/17 EXPERIMENT 10: SINGLE-TRANSISTOR AMPLIFIERS 10/27/17 In this experiment we will measure the characteristics of the standard common emitter amplifier. We will use the 2N3904 npn transistor. If you have

More information

Lab 3: AC Low pass filters (version 1.3)

Lab 3: AC Low pass filters (version 1.3) Lab 3: AC Low pass filters (version 1.3) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy expensive

More information

Mechatronics. Analog and Digital Electronics: Studio Exercises 1 & 2

Mechatronics. Analog and Digital Electronics: Studio Exercises 1 & 2 Mechatronics Analog and Digital Electronics: Studio Exercises 1 & 2 There is an electronics revolution taking place in the industrialized world. Electronics pervades all activities. Perhaps the most important

More information

Source Transformations

Source Transformations Source Transformations Introduction The circuits in this set of problems consist of independent sources, resistors and a meter. In particular, these circuits do not contain dependent sources. Each of these

More information

Homework Assignment 03

Homework Assignment 03 Homework Assignment 03 Question 1 (Short Takes), 2 points each unless otherwise noted. 1. Two 0.68 μf capacitors are connected in series across a 10 khz sine wave signal source. The total capacitive reactance

More information

BME 3512 Bioelectronics Laboratory Two - Passive Filters

BME 3512 Bioelectronics Laboratory Two - Passive Filters BME 35 Bioelectronics Laboratory Two - Passive Filters Learning Objectives: Understand the basic principles of passive filters. Laboratory Equipment: Agilent Oscilloscope Model 546A Agilent Function Generator

More information

Filter Design, Active Filters & Review. EGR 220, Chapter 14.7, December 14, 2017

Filter Design, Active Filters & Review. EGR 220, Chapter 14.7, December 14, 2017 Filter Design, Active Filters & Review EGR 220, Chapter 14.7, 14.11 December 14, 2017 Overview ² Passive filters (no op amps) ² Design examples ² Active filters (use op amps) ² Course review 2 Example:

More information

Homework Assignment 01

Homework Assignment 01 Homework Assignment 01 In this homework set students review some basic circuit analysis techniques, as well as review how to analyze ideal op-amp circuits. Numerical answers must be supplied using engineering

More information

ENGR4300 Test 3A Fall 2002

ENGR4300 Test 3A Fall 2002 1. 555 Timer (20 points) Figure 1: 555 Timer Circuit For the 555 timer circuit in Figure 1, find the following values for R1 = 1K, R2 = 2K, C1 = 0.1uF. Show all work. a) (4 points) T1: b) (4 points) T2:

More information

D W. (Total 1 mark)

D W. (Total 1 mark) 1. One electronvolt is equal to A. 1.6 10 19 C. B. 1.6 10 19 J. C. 1.6 10 19 V. D. 1.6 10 19 W. 2. A battery of internal resistance 2 Ω is connected to an external resistance of 10 Ω. The current is 0.5

More information

Core Technology Group Application Note 6 AN-6

Core Technology Group Application Note 6 AN-6 Characterization of an RLC Low pass Filter John F. Iannuzzi Introduction Inductor-capacitor low pass filters are utilized in systems such as audio amplifiers, speaker crossover circuits and switching power

More information

Lecture # 4 Network Analysis

Lecture # 4 Network Analysis CPEN 206 Linear Circuits Lecture # 4 Network Analysis Dr. Godfrey A. Mills Email: gmills@ug.edu.gh Phone: 026-907-3163 February 22, 2016 Course TA David S. Tamakloe 1 What is Network Technique o Network

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electronic Circuits Spring 2007

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electronic Circuits Spring 2007 assachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.002 Electronic Circuits Spring 2007 Lab 2: OSFET Inverting Amplifiers & FirstOrder Circuits Handout S07034

More information

1. A battery of internal resistance 2 Ω is connected to an external resistance of 10 Ω. The current is 0.5 A. D. 24.

1. A battery of internal resistance 2 Ω is connected to an external resistance of 10 Ω. The current is 0.5 A. D. 24. 1. A battery of internal resistance 2 Ω is connected to an external resistance of 10 Ω. The current is 0.5 A. What is the emf of the battery? A. 1.0 V B. 5.0 V C. 6.0 V D. 24.0 V (Total 1 mark) IB Questionbank

More information

Lab 9: Operational amplifiers II (version 1.5)

Lab 9: Operational amplifiers II (version 1.5) Lab 9: Operational amplifiers II (version 1.5) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy

More information

Homework Assignment 01

Homework Assignment 01 Homework Assignment 01 In this homework set students review some basic circuit analysis techniques, as well as review how to analyze ideal op-amp circuits. Numerical answers must be supplied using engineering

More information

Regents Physics Mr. Mellon Based on Chapter 22 and 23

Regents Physics Mr. Mellon Based on Chapter 22 and 23 Name Regents Physics Mr. Mellon Based on Chapter 22 and 23 Essential Questions What is current? How is it measured? What are the relationships for Ohm s Law? What device measures current and how is it

More information

Operational Amplifiers

Operational Amplifiers Operational Amplifiers Continuing the discussion of Op Amps, the next step is filters. There are many different types of filters, including low pass, high pass and band pass. We will discuss each of the

More information

Lab 4: Analysis of the Stereo Amplifier

Lab 4: Analysis of the Stereo Amplifier ECE 212 Spring 2010 Circuit Analysis II Names: Lab 4: Analysis of the Stereo Amplifier Objectives In this lab exercise you will use the power supply to power the stereo amplifier built in the previous

More information

EE 3305 Lab I Revised July 18, 2003

EE 3305 Lab I Revised July 18, 2003 Operational Amplifiers Operational amplifiers are high-gain amplifiers with a similar general description typified by the most famous example, the LM741. The LM741 is used for many amplifier varieties

More information

ECEN Network Analysis Section 3. Laboratory Manual

ECEN Network Analysis Section 3. Laboratory Manual ECEN 3714----Network Analysis Section 3 Laboratory Manual LAB 07: Active Low Pass Filter Oklahoma State University School of Electrical and Computer Engineering. Section 3 Laboratory manual - 1 - Spring

More information

EECS40 RLC Lab guide

EECS40 RLC Lab guide EECS40 RLC Lab guide Introduction Second-Order Circuits Second order circuits have both inductor and capacitor components, which produce one or more resonant frequencies, ω0. In general, a differential

More information

Unit 8 Combination Circuits

Unit 8 Combination Circuits Unit 8 Combination Circuits Objectives: Define a combination circuit. List the rules for parallel circuits. List the rules for series circuits. Solve for combination circuit values. Characteristics There

More information

ActiveLowPassFilter -- Overview

ActiveLowPassFilter -- Overview ActiveLowPassFilter -- Overview OBJECTIVES: At the end of performing this experiment, learners would be able to: Describe the concept of active Low Pass Butterworth Filter Obtain the roll-off factor and

More information

Integrators, differentiators, and simple filters

Integrators, differentiators, and simple filters BEE 233 Laboratory-4 Integrators, differentiators, and simple filters 1. Objectives Analyze and measure characteristics of circuits built with opamps. Design and test circuits with opamps. Plot gain vs.

More information

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Pre-Report Forms

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Pre-Report Forms Facility of Engineering Biomedical Engineering Department Medical Electronic Lab BME (317) Pre-Report Forms Prepared by Eng.Hala Amari Spring 2014 Facility of Engineering Biomedical Engineering Department

More information

BIOE 123 Module 3. Electronics 2: Time Varying Circuits. Lecture (30 min) Date. Learning Goals

BIOE 123 Module 3. Electronics 2: Time Varying Circuits. Lecture (30 min) Date. Learning Goals BIOE 123 Module 3 Electronics 2: Time Varying Circuits Lecture (30 min) Date Learning Goals Learn about the behavior of capacitors and inductors Learn how to analyze time-varying circuits to quantify parameters

More information

ECE4902 Lab 5 Simulation. Simulation. Export data for use in other software tools (e.g. MATLAB or excel) to compare measured data with simulation

ECE4902 Lab 5 Simulation. Simulation. Export data for use in other software tools (e.g. MATLAB or excel) to compare measured data with simulation ECE4902 Lab 5 Simulation Simulation Export data for use in other software tools (e.g. MATLAB or excel) to compare measured data with simulation Be sure to have your lab data available from Lab 5, Common

More information

Core Technology Group Application Note 1 AN-1

Core Technology Group Application Note 1 AN-1 Measuring the Impedance of Inductors and Transformers. John F. Iannuzzi Introduction In many cases it is necessary to characterize the impedance of inductors and transformers. For instance, power supply

More information

Operational amplifiers

Operational amplifiers Chapter 8 Operational amplifiers An operational amplifier is a device with two inputs and one output. It takes the difference between the voltages at the two inputs, multiplies by some very large gain,

More information

Electrical Circuits I (ENGR 2405) Chapter 2 Ohm s Law, KCL, KVL, Resistors in Series/Parallel

Electrical Circuits I (ENGR 2405) Chapter 2 Ohm s Law, KCL, KVL, Resistors in Series/Parallel Electrical Circuits I (ENG 2405) Chapter 2 Ohm s Law, KCL, KVL, esistors in Series/Parallel esistivity Materials tend to resist the flow of electricity through them. This property is called resistance

More information

Course Description Introductions Course Website Labs and Supplies Course Terminology Module Demo Problem Solving Format Units/Variables MATLAB What s

Course Description Introductions Course Website Labs and Supplies Course Terminology Module Demo Problem Solving Format Units/Variables MATLAB What s Course Description Introductions Course Website Labs and Supplies Course Terminology Module Demo Problem Solving Format Units/Variables MATLAB What s next Course Description: Learning Outcomes STUDENTS

More information

INTRODUCTION TO AC FILTERS AND RESONANCE

INTRODUCTION TO AC FILTERS AND RESONANCE AC Filters & Resonance 167 Name Date Partners INTRODUCTION TO AC FILTERS AND RESONANCE OBJECTIVES To understand the design of capacitive and inductive filters To understand resonance in circuits driven

More information

PHYSICS 330 LAB Operational Amplifier Frequency Response

PHYSICS 330 LAB Operational Amplifier Frequency Response PHYSICS 330 LAB Operational Amplifier Frequency Response Objectives: To measure and plot the frequency response of an operational amplifier circuit. History: Operational amplifiers are among the most widely

More information

FREQUENCY RESPONSE AND PASSIVE FILTERS LABORATORY

FREQUENCY RESPONSE AND PASSIVE FILTERS LABORATORY FREQUENCY RESPONSE AND PASSIVE FILTERS LABORATORY In this experiment we will analytically determine and measure the frequency response of networks containing resistors, AC source/sources, and energy storage

More information

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering EXPERIMENT 8 MOSFET AMPLIFIER CONFIGURATIONS AND INPUT/OUTPUT IMPEDANCE OBJECTIVES The purpose of this experiment

More information

EE 210 Lab Exercise #5: OP-AMPS I

EE 210 Lab Exercise #5: OP-AMPS I EE 210 Lab Exercise #5: OP-AMPS I ITEMS REQUIRED EE210 crate, DMM, EE210 parts kit, T-connector, 50Ω terminator, Breadboard Lab report due at the ASSIGNMENT beginning of the next lab period Data and results

More information

Exam Below are two schematics of current sources implemented with MOSFETs. Which current source has the best compliance voltage?

Exam Below are two schematics of current sources implemented with MOSFETs. Which current source has the best compliance voltage? Exam 2 Name: Score /90 Question 1 Short Takes 1 point each unless noted otherwise. 1. Below are two schematics of current sources implemented with MOSFETs. Which current source has the best compliance

More information

ECE 2201 PRELAB 6 BJT COMMON EMITTER (CE) AMPLIFIER

ECE 2201 PRELAB 6 BJT COMMON EMITTER (CE) AMPLIFIER ECE 2201 PRELAB 6 BJT COMMON EMITTER (CE) AMPLIFIER Hand Analysis P1. Determine the DC bias for the BJT Common Emitter Amplifier circuit of Figure 61 (in this lab) including the voltages V B, V C and V

More information

ENGR4300 Test 4A Spring 2005

ENGR4300 Test 4A Spring 2005 Question 1 Diodes Assume that the forward bias threshold voltage for the diode in the circuit is 0.7V. A. Consider the following circuit a) What type of diode circuit is the circuit above? (1 pt) half

More information

Homework Assignment 06

Homework Assignment 06 Homework Assignment 06 Question 1 (Short Takes) One point each unless otherwise indicated. 1. Consider the current mirror below, and neglect base currents. What is? Answer: 2. In the current mirrors below,

More information

Question. 1 (2 points. (a) (b) 10 khz (c) (d) 10.4 khz. (a) (b) khz (c) (d) 100 khz. 3. The. (a) (c) Fall What is the 3-dB. 1 nf?

Question. 1 (2 points. (a) (b) 10 khz (c) (d) 10.4 khz. (a) (b) khz (c) (d) 100 khz. 3. The. (a) (c) Fall What is the 3-dB. 1 nf? Homework Assignment 02 Question 1 (2 points each unless noted otherwise) 1. What is the 3-dB bandwidth of the amplifier shown below if 2.5K, 100K, 40 ms, and 1 nf? (a) 65.25 khz (b) 10 khz (c) 1.59 khz

More information

Frequency Response of Common Emitter Amplifier

Frequency Response of Common Emitter Amplifier Başkent University Department of Electrical and Electronics Engineering EEM 311 Electronics II Experiment 6 Frequency Response of Common Emitter Amplifier Aim: The aim of this experiment is to study the

More information

QUESTION BANK ETE (17331) CM/IF. Chapter1: DC Circuits

QUESTION BANK ETE (17331) CM/IF. Chapter1: DC Circuits QUESTION BANK ETE (17331) CM/IF Chapter1: DC Circuits Q1. State & explain Ohms law. Also explain concept of series & parallel circuit with the help of diagram. 3M Q2. Find the value of resistor in fig.

More information

Experiment 8 Frequency Response

Experiment 8 Frequency Response Experiment 8 Frequency Response W.T. Yeung, R.A. Cortina, and R.T. Howe UC Berkeley EE 105 Spring 2005 1.0 Objective This lab will introduce the student to frequency response of circuits. The student will

More information

STATION NUMBER: LAB SECTION: Filters. LAB 6: Filters ELECTRICAL ENGINEERING 43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS

STATION NUMBER: LAB SECTION: Filters. LAB 6: Filters ELECTRICAL ENGINEERING 43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS Lab 6: Filters YOUR EE43/100 NAME: Spring 2013 YOUR PARTNER S NAME: YOUR SID: YOUR PARTNER S SID: STATION NUMBER: LAB SECTION: Filters LAB 6: Filters Pre- Lab GSI Sign- Off: Pre- Lab: /40 Lab: /60 Total:

More information

ECE103 Spring Homework 1

ECE103 Spring Homework 1 ECE103 Spring 2015 Homework 1 Due Tuesday January 29 in class. Show all your work; all problems must be properly solved and assumptions justified. A list of results is NOT acceptable. Solve the homework

More information

Electronics and Instrumentation ENGR-4300 Spring 2004 Section Experiment 5 Introduction to AC Steady State

Electronics and Instrumentation ENGR-4300 Spring 2004 Section Experiment 5 Introduction to AC Steady State Experiment 5 Introduction to C Steady State Purpose: This experiment addresses combinations of resistors, capacitors and inductors driven by sinusoidal voltage sources. In addition to the usual simulation

More information

EE42: Running Checklist of Electronics Terms Dick White

EE42: Running Checklist of Electronics Terms Dick White EE42: Running Checklist of Electronics Terms 14.02.05 Dick White Terms are listed roughly in order of their introduction. Most definitions can be found in your text. Terms2 TERM Charge, current, voltage,

More information

EE233 Autumn 2016 Electrical Engineering University of Washington. EE233 HW7 Solution. Nov. 16 th. Due Date: Nov. 23 rd

EE233 Autumn 2016 Electrical Engineering University of Washington. EE233 HW7 Solution. Nov. 16 th. Due Date: Nov. 23 rd EE233 HW7 Solution Nov. 16 th Due Date: Nov. 23 rd 1. Use a 500nF capacitor to design a low pass passive filter with a cutoff frequency of 50 krad/s. (a) Specify the cutoff frequency in hertz. fc c 50000

More information

BME/ISE 3512 Bioelectronics. Laboratory Five - Operational Amplifiers

BME/ISE 3512 Bioelectronics. Laboratory Five - Operational Amplifiers BME/ISE 3512 Bioelectronics Laboratory Five - Operational Amplifiers Learning Objectives: Be familiar with the operation of a basic op-amp circuit. Be familiar with the characteristics of both ideal and

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Circuits & Electronics Spring 2005

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Circuits & Electronics Spring 2005 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.002 Circuits & Electronics Spring 2005 Lab #2: MOSFET Inverting Amplifiers & FirstOrder Circuits Introduction

More information

Solution: Based on the slope of q(t): 20 A for 0 t 1 s dt = 0 for 3 t 4 s. 20 A for 4 t 5 s 0 for t 5 s 20 C. t (s) 20 C. i (A) Fig. P1.

Solution: Based on the slope of q(t): 20 A for 0 t 1 s dt = 0 for 3 t 4 s. 20 A for 4 t 5 s 0 for t 5 s 20 C. t (s) 20 C. i (A) Fig. P1. Problem 1.24 The plot in Fig. P1.24 displays the cumulative charge q(t) that has entered a certain device up to time t. Sketch a plot of the corresponding current i(t). q 20 C 0 1 2 3 4 5 t (s) 20 C Figure

More information

Assist Lecturer: Marwa Maki. Active Filters

Assist Lecturer: Marwa Maki. Active Filters Active Filters In past lecture we noticed that the main disadvantage of Passive Filters is that the amplitude of the output signals is less than that of the input signals, i.e., the gain is never greater

More information

5.25Chapter V Problem Set

5.25Chapter V Problem Set 5.25Chapter V Problem Set P5.1 Analyze the circuits in Fig. P5.1 and determine the base, collector, and emitter currents of the BJTs as well as the voltages at the base, collector, and emitter terminals.

More information

Lab 9 Frequency Domain

Lab 9 Frequency Domain Lab 9 Frequency Domain 1 Components Required Resistors Capacitors Function Generator Multimeter Oscilloscope 2 Filter Design Filters are electric components that allow applying different operations to

More information

Electrochemical Impedance Spectroscopy and Harmonic Distortion Analysis

Electrochemical Impedance Spectroscopy and Harmonic Distortion Analysis Electrochemical Impedance Spectroscopy and Harmonic Distortion Analysis Bernd Eichberger, Institute of Electronic Sensor Systems, University of Technology, Graz, Austria bernd.eichberger@tugraz.at 1 Electrochemical

More information

Survival Skills for Circuit Analysis

Survival Skills for Circuit Analysis P. R. Nelson Fall 2010 WhatToKnow - p. 1/46 Survival Skills for Circuit Analysis What you need to know from ECE 109 Phyllis R. Nelson prnelson@csupomona.edu Professor, Department of Electrical and Computer

More information

Ohm's Law and DC Circuits

Ohm's Law and DC Circuits Physics Lab II Ohm s Law Name: Partner: Partner: Partner: Ohm's Law and DC Circuits EQUIPMENT NEEDED: Circuits Experiment Board Two Dcell Batteries Wire leads Multimeter 100, 330, 560, 1k, 10k, 100k, 220k

More information

Experiment #6: Biasing an NPN BJT Introduction to CE, CC, and CB Amplifiers

Experiment #6: Biasing an NPN BJT Introduction to CE, CC, and CB Amplifiers SCHOOL OF ENGINEERING AND APPLIED SCIENCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ECE 2115: ENGINEERING ELECTRONICS LABORATORY Experiment #6: Biasing an NPN BJT Introduction to CE, CC, and CB

More information

Figure 1: Closed Loop System

Figure 1: Closed Loop System SIGNAL GENERATORS 3. Introduction Signal sources have a variety of applications including checking stage gain, frequency response, and alignment in receivers and in a wide range of other electronics equipment.

More information

ENGR 201 Homework, Fall 2018

ENGR 201 Homework, Fall 2018 Chapter 1 Voltage, Current, Circuit Laws (Selected contents from Chapter 1-3 in the text book) 1. What are the following instruments? Draw lines to match them to their cables: Fig. 1-1 2. Complete the

More information

55:041 Electronic Circuits The University of Iowa Fall Exam 3. Question 1 Unless stated otherwise, each question below is 1 point.

55:041 Electronic Circuits The University of Iowa Fall Exam 3. Question 1 Unless stated otherwise, each question below is 1 point. Exam 3 Name: Score /65 Question 1 Unless stated otherwise, each question below is 1 point. 1. An engineer designs a class-ab amplifier to deliver 2 W (sinusoidal) signal power to an resistive load. Ignoring

More information

CHAPTER 14. Introduction to Frequency Selective Circuits

CHAPTER 14. Introduction to Frequency Selective Circuits CHAPTER 14 Introduction to Frequency Selective Circuits Frequency-selective circuits Varying source frequency on circuit voltages and currents. The result of this analysis is the frequency response of

More information

Well we know that the battery Vcc must be 9V, so that is taken care of.

Well we know that the battery Vcc must be 9V, so that is taken care of. HW 4 For the following problems assume a 9Volt battery available. 1. (50 points, BJT CE design) a) Design a common emitter amplifier using a 2N3904 transistor for a voltage gain of Av=-10 with the collector

More information

EXPERIMENT 1: LOW AND HIGH FREQUENCY REGION ANALYSIS OF BJT AMPLIFIERS

EXPERIMENT 1: LOW AND HIGH FREQUENCY REGION ANALYSIS OF BJT AMPLIFIERS EXPERIMENT 1: LOW AND HIGH FREQUENCY REGION ANALYSIS OF BJT AMPLIFIERS Objective: In single layer common emitter amplifiers, observation of frequency dependence. Materials Transistor: 1x BC237 transistor

More information

Electronics EECE2412 Spring 2016 Exam #1

Electronics EECE2412 Spring 2016 Exam #1 Electronics EECE2412 Spring 2016 Exam #1 Prof. Charles A. DiMarzio Department of Electrical and Computer Engineering Northeastern University 18 February 2016 File:12140/exams/exam1 Name: : Row # : Seat

More information

Homework Assignment 04

Homework Assignment 04 Question 1 (Short Takes) Homework Assignment 04 1. Consider the single-supply op-amp amplifier shown. What is the purpose of R 3? (1 point) Answer: This compensates for the op-amp s input bias current.

More information

EXP8: AMPLIFIERS II.

EXP8: AMPLIFIERS II. EXP8: AMPLIFIES II. Objectives. The objectives of this lab are:. To analyze the behavior of a class A amplifier. 2. To understand the role the components play in the gain of the circuit. 3. To find the

More information

OPERATIONAL AMPLIFIERS (OP-AMPS) II

OPERATIONAL AMPLIFIERS (OP-AMPS) II OPERATIONAL AMPLIFIERS (OP-AMPS) II LAB 5 INTRO: INTRODUCTION TO INVERTING AMPLIFIERS AND OTHER OP-AMP CIRCUITS GOALS In this lab, you will characterize the gain and frequency dependence of inverting op-amp

More information

ECE 3155 Experiment I AC Circuits and Bode Plots Rev. lpt jan 2013

ECE 3155 Experiment I AC Circuits and Bode Plots Rev. lpt jan 2013 Signature Name (print, please) Lab section # Lab partner s name (if any) Date(s) lab was performed ECE 3155 Experiment I AC Circuits and Bode Plots Rev. lpt jan 2013 In this lab we will demonstrate basic

More information

I look forward to seeing you on August 24!!

I look forward to seeing you on August 24!! AP Physics 1 Summer Assignment Packet Welcome to AP Physics 1! Your summer assignment is below. You are to complete the entire packet and bring it with you on the first day of school (Monday August 24,

More information

Unit WorkBook 4 Level 4 ENG U19 Electrical and Electronic Principles LO4 Digital & Analogue Electronics 2018 Unicourse Ltd. All Rights Reserved.

Unit WorkBook 4 Level 4 ENG U19 Electrical and Electronic Principles LO4 Digital & Analogue Electronics 2018 Unicourse Ltd. All Rights Reserved. Pearson BTEC Levels 4 Higher Nationals in Engineering (RQF) Unit 19: Electrical and Electronic Principles Unit Workbook 4 in a series of 4 for this unit Learning Outcome 4 Digital & Analogue Electronics

More information

1. An engineer measures the (step response) rise time of an amplifier as. Estimate the 3-dB bandwidth of the amplifier. (2 points)

1. An engineer measures the (step response) rise time of an amplifier as. Estimate the 3-dB bandwidth of the amplifier. (2 points) Exam 1 Name: Score /60 Question 1 Short Takes 1 point each unless noted otherwise. 1. An engineer measures the (step response) rise time of an amplifier as. Estimate the 3-dB bandwidth of the amplifier.

More information

Lecture Week 4. Quiz 2 Ohm s Law Series Circuits Parallel Circuits Equivalent Circuits Workshop

Lecture Week 4. Quiz 2 Ohm s Law Series Circuits Parallel Circuits Equivalent Circuits Workshop Lecture Week 4 Quiz 2 Ohm s Law Series Circuits Parallel Circuits Equivalent Circuits Workshop Quiz 2 - Ohm s Law Please clear desks and turn off phones and put them in back packs You need pencil, straight

More information