Lab 217 RC Circuits
docx
keyboard_arrow_up
School
New Jersey Institute Of Technology *
*We aren’t endorsed by this school
Course
121A
Subject
Electrical Engineering
Date
Apr 3, 2024
Type
docx
Pages
8
Uploaded by CountGerbilMaster998
Lab 217: RC Circuits Group ID: 6
Date of Experiment: 11/2/2021
Date of Report Submission: 11/9/2021
Phys 121A 001 Instructor: Sandun Amarasinghe
1. Introduction 1.1 Objectives -
To observe and analyze the voltage across a capacitor Vc as a function of time t in a circuit containing a resistor and capacitor connected in series. 1.2 Theoretical Background
-
The objective of this lab is to learn about resistors and capacitors, specifically a RC circuit. We are to gather data on the time it takes for the circuit to charge in one trial and the time it takes to discharge on another. With that data we then measure the time constants.
2.
Experimental Procedure
Equipment:
Code for finding time constant C = 1000*10^-6; R = 33*1000; V0 = 5; t = 0: 0.01: 200;
tau = R*C; Vt = V0*exp(-t/tau); Yth = log(Vt/V0); texp = [0 5.7 11 16 21.3 31.8 42.3 51.9 61];
Vexp = [5 4.5 3.7 3.2 2.9 2.0 1.5 1.0 0.9];
Yexp = log(Vexp/V0); subplot(2,1,1); plot(t, Vt, texp, Vexp, 'x'
); subplot(2,1,2); plot(t, Yth, texp, Yexp, 'x'
); coefficients = polyfit(texp, Yexp,1); m = coefficients (1); tauexp = -1/m; error = abs(tau-tauexp)/tau*100; Code for finding 2
nd
time constant C = 1000*10^-6; R = 33*1000; V0 = 5; t = 0: 0.01: 200;
tau = R*C; Vt = V0*(1-exp(-t/tau)); Yth = log(1-Vt/V0); texp = [0 4.3 9 14 19.7 29.2 37.7 48.1 59 82];
Vexp = [0 0.68 1.32 1.80 2.1 3 3.5 3.9 4.0 4.6];
Yexp = log(1-Vexp/V0); subplot(2,1,1); plot(t, Vt, texp, Vexp, 'x'
); subplot(2,1,2); plot(t, Yth, texp, Yexp, 'x'
) coefficients = polyfit(texp, Yexp,1);
m = coefficients (1); tauexp = -1/m; error = abs(tau-tauexp)/tau*100;
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
3.
Results and Calculations
3.1 Experimental Data Discharging:
Time (s)
0
5.7
11
16
21.3
31.8
42.3
51.9
61
Charge
(A)
5
4.5
3.7
3.2
2.9
2.0
1.5
1.0
0.9
Charging:
Time (s)
0
4.3
9
14
19.7
29.2
37.7
48.1
59
82
Charge
(C)
0
0.68
1.32
1.80
2.1
3
3.5
3.9
4.0
4.6
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
4.
Discussion and Analysis
Part B: Question 10
2. Time it takes for the voltage to decay to half of its maximum.
-
0.0028 3. Time it takes for the voltage to decay to one-quarter of its maximum.
- 0.0062
4. Time it takes for the voltage to decay to one-eight of its maximum.
- 0.0095 5. Theoretical half life q(t) - 0.00325 Question 11
3. Time constant for discharging
- -1/225 = 0.004444444
5. Time constant for charging
- -1/200 = 0.005
5. Conclusions
-
In these experiments, we learned how to obtain data on how fast capacitors will charge or
discharge to their maximum or minimum potential. We were able to calculate the time constant as well as analyze the half-life. Overall, we gained to understand how voltage works within a capacitor.
Related Documents
Related Questions
Power Electronics
arrow_forward
A clipper circuit based on diodes are simple way to modify waveform
in mechatronics. Assume that the two diodes shown in the circuit
below are ideal diodes. If the input voltage in the circuit is a 1 kHz
sinusoid with peak amplitude of 8V, sketch the Va.. (t)
10 kO
8V
10 kO
Vin
Vin(t)
D2
Vout(t)
RL
Ims
D1
6V
-8V
4V
Page | 1
arrow_forward
RMS VALUE OF CURRENT LOAD( NEED NEAT HANDWRITTEN SOLUTION ONLY OTHERWISE DOWNVOTE).
arrow_forward
Half-wave 50Hz sinusoidal uncontrolled rectifier circuit with a peak voltage value of 100V and a source inductance of 8mH is feeding a highly inductive load of 8A. The average value of the output voltage and power delivered are, respectively and what is the communication angle (u)
Power Electronics
arrow_forward
can you solve this question handwritten solution step by step how did we obtain the v0 graph? my question is not a part of a graded assignment
arrow_forward
The step up chopper has R=20 ohm and out put voltage is 120V. The source voltage is 40V DC . The load inductance is 0.2mH. If the chopper frequency is 4KHZ find1- the duty cycle2- the average value of source current3- TON4- Imax5- Imin6-The average value of diode current
arrow_forward
INCLUDE ALL THE DECIMALS.
arrow_forward
Please respond to question in attached image. Please.
arrow_forward
Facts:
Facts about Clampers
A clamper is an electronic circuit that fixes either the positive or the negative peak excursions of a
signal to a defined value by shifting its DC value. The clamper does not restrict the peak-to-peak
excursion of the signal, it moves the whole signal up or down so as to place the peaks at the reference
level.
A diode clamp (a simple, common type) consists of a diode, which conducts electric current in only one
direction and prevents the signal from exceeding the reference value; and a capacitor, which provides
a DC offset from the stored charge. The capacitor forms a time constant with the resistor load, which
determines the range of frequencies over which the clamper will be effective.
Question:
A clamping circuit has to have an independent source, a diode, a resistor, and a capacitor. To keep a
constant voltage on the capacitor over the period of the input, the RC time constant must be large. A
design rule of thumb is to make the RC time constant at…
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you

Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:9781337900348
Author:Stephen L. Herman
Publisher:Cengage Learning
Related Questions
- Power Electronicsarrow_forwardA clipper circuit based on diodes are simple way to modify waveform in mechatronics. Assume that the two diodes shown in the circuit below are ideal diodes. If the input voltage in the circuit is a 1 kHz sinusoid with peak amplitude of 8V, sketch the Va.. (t) 10 kO 8V 10 kO Vin Vin(t) D2 Vout(t) RL Ims D1 6V -8V 4V Page | 1arrow_forwardRMS VALUE OF CURRENT LOAD( NEED NEAT HANDWRITTEN SOLUTION ONLY OTHERWISE DOWNVOTE).arrow_forward
- Half-wave 50Hz sinusoidal uncontrolled rectifier circuit with a peak voltage value of 100V and a source inductance of 8mH is feeding a highly inductive load of 8A. The average value of the output voltage and power delivered are, respectively and what is the communication angle (u) Power Electronicsarrow_forwardcan you solve this question handwritten solution step by step how did we obtain the v0 graph? my question is not a part of a graded assignmentarrow_forwardThe step up chopper has R=20 ohm and out put voltage is 120V. The source voltage is 40V DC . The load inductance is 0.2mH. If the chopper frequency is 4KHZ find1- the duty cycle2- the average value of source current3- TON4- Imax5- Imin6-The average value of diode currentarrow_forward
- INCLUDE ALL THE DECIMALS.arrow_forwardPlease respond to question in attached image. Please.arrow_forwardFacts: Facts about Clampers A clamper is an electronic circuit that fixes either the positive or the negative peak excursions of a signal to a defined value by shifting its DC value. The clamper does not restrict the peak-to-peak excursion of the signal, it moves the whole signal up or down so as to place the peaks at the reference level. A diode clamp (a simple, common type) consists of a diode, which conducts electric current in only one direction and prevents the signal from exceeding the reference value; and a capacitor, which provides a DC offset from the stored charge. The capacitor forms a time constant with the resistor load, which determines the range of frequencies over which the clamper will be effective. Question: A clamping circuit has to have an independent source, a diode, a resistor, and a capacitor. To keep a constant voltage on the capacitor over the period of the input, the RC time constant must be large. A design rule of thumb is to make the RC time constant at…arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Delmar's Standard Textbook Of ElectricityElectrical EngineeringISBN:9781337900348Author:Stephen L. HermanPublisher:Cengage Learning

Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:9781337900348
Author:Stephen L. Herman
Publisher:Cengage Learning