0% found this document useful (0 votes)
11 views

Assignment 1

This document is an assignment for EE 211: Electrical Network Analysis at NUST, due on February 25, 2025. It includes various questions related to the analysis of RLC circuits, requiring students to determine parameters, verify results using MATLAB, and perform transient analysis using Multisim/Proteus. Additionally, there are extra practice problems provided for further study.

Uploaded by

mohsinsubhani96
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Assignment 1

This document is an assignment for EE 211: Electrical Network Analysis at NUST, due on February 25, 2025. It includes various questions related to the analysis of RLC circuits, requiring students to determine parameters, verify results using MATLAB, and perform transient analysis using Multisim/Proteus. Additionally, there are extra practice problems provided for further study.

Uploaded by

mohsinsubhani96
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

EE 211: Electrical Network Analysis

NUST College of Electrical and Mechanical Engineering


Assignment #1
Due: Tuesday, 25 February 2025

Q 1:
The graph shows underdamped natural response of a series RLC circuit having the
general form i  t   Ae  t cos(d t   )

Sourcefree Underdamped Response of Series RLC Circuit


4

-1

-2

-3

-4
0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
Time(sec)
i. From the graph, determine numerical values for A,  , d and  .

ii. Verify your answer by plotting i  t  using Matlab. See sample Matlab

code at the end of assignment.


Q 2:
a. For a parallel RLC circuit the roots of characteristic equation are s1,2  10, 40 .
Given that C  1mF , find R , L and  . (See problem 9.1 )

b. The responses of a series RLC circuit are:

vc (t )  30  10e20 t  30e10tV
iL (t )  40e20t  60e10 t mA

Determine the values of R, L, and C.

Page 1 of 4
Q3: For the circuit given in Figure, find vc  t 

Q4: For the circuit given in Figure, find i  t 

Q5: Problem 9.29a

Q6:

Q7:

a. Use transient/parametric analysis in Multisim/Proteus to find the natural response of a


series RLC circuit, see Figure 9.2a in the text book. Use L  0.2 H , C  50 mF and

Page 2 of 4
vary R  [0,1, 4, 6] to achieve different damping conditions. Plot the four responses on
the same figure as shown below. Please attach Multisim circuit schematic and graph.

b. Use transient/parametric analysis in Multisim/Proteus to find the response of a series


RLC circuit, see Figure 9.12 in the text book, to a 12V input step. Use
L  0.2 H , C  50 mF and vary R  [0,1, 4, 6] to achieve different damping conditions.
Plot the input and four output responses on the same figure as shown below. Please
attach Multisim circuit schematic and graph.

Sample MATLAB Code ( Exp 9.4, Figure 9.4)


clc;
clear all;
t=0:.01:1.5;
plot(t,-6.198*exp(-2.5*t).*sin(9.682*t))

hold on

Page 3 of 4
t=0:.05:1.5;
plot(t,6.198*exp(-2.5*t),'.')
hold on
plot(t,-6.198*exp(-2.5*t),'.')
grid on
axis([0 1 -6.2 6.2])

Extra Practice Problem (Not to be submitted)

Q: In the circuit of Figure, find

a. iL  0   , iR  0   , iC  0   , vL  0   , vR  0  and vC  0  .
diL  0  diR  0  diC  0  dvL  0  dvR  0  dvC  0 
b. , , , , and .
dt dt dt dt dt dt
Q: Exercise 9.9 (see page 396 of textbook)

Q: Problem 9.16

Q: Problem 9.33

Q: Find v1  t  for the circuit shown in Figure

Q: Problem 9.46.

Page 4 of 4

You might also like