Question

HW5 Problem 1 Creating Symbolic Expressions My Solutions > Problemi In the circuit below, the voltage source is given by v(t)

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Let w=frequency in rad / sec of reference phasor

TIME DOMAIN to PHASOR - DOMAIN

Resistance (R) ----------------------> R

Inductive Impedance (L) ----------------------> jwL

Capacitive Impedance (C) --------------------> 1/(jwC)

Basics

Kirchhoff's Current Law: For a lumped network, algebraic sum of currents entering (or leaving) a node is equal to zero for every instant of time.

Kirchhoff's Voltage Law: For a lumped network, algebraic sum of voltages in any close path is equal to zero for every instant of time.

Lumped network is a network in which the network components i.e., R,L and C can be separated.

. j = 1 290° complex operatori that shifts waveform s by 90° anticlockwise in phasor domain, II Vz - u - z - Applying KUL na

Now, Let us solve the problem.

Vet) = 12 cos (400t -- 30° ). W=400 rad /second, Let us take cos (40ot) as reference phasor, So, v= 12 L-30° Xi- j w Li = jk

b) Applying KCL in nude Al. Il + 14+ Ic = o T O KCL in nocle Me I1 + Iu= Izt is 1. Again, I 2 = Iz (6) Apply KUL in node a No=> (V-V2) ( 8- 5j) +jiov, zo >>|(875j]v+ C5j-8) Va=0 - a Apply Kul in mode (N2), following squette y KuL in wing equation noc(80739j) Vit C-160-j103) U2 = 6-799.60 – j425:11) Svi Writing equation ③ & in matrix format (d) ( 8+5; 5;-8 +1425.1 80+30) -(

%MATLAB CODE

clear all
clc
Xc=4/i;
A=[8+5*i 5*i-8;80+39*i -(160+103*i)]; %Create A matrix
B=[0;-7.9969e+02 - 4.2511e+02i];
X= inv(A)*B; % Multiplying A inverse with B to get solution
V1=X(1);
V2=X(2);
Ic=V1/Xc;
display('Amplitude of Ic(t)')
Amp=abs(Ic)
display('Phase angle of Ic(t) in degrees')
phi=angle(Ic)*180/pi
syms amp_ic ph_ic f_ic
amp_ic = Amp
ph_ic = phi
f_ic =400


Command Window Amplitude of Ic(t) Amp = 1.2466 Phase angle of Ic(t) in degrees phi = -6.3520 amp_ic = 1.2466 ph_ic = -6.3520

ce) Ic= ju, 14-98651-96.352 Ic= 1.2466 / -6.352. Icct) = 1,2466 cos (400t – 6.352°)

Add a comment
Know the answer?
Add Answer to:
HW5 Problem 1 Creating Symbolic Expressions My Solutions > Problemi In the circuit below, the voltage...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT