Holooly Plus Logo

Question 8.51: Find the phasor input VS in Figure P8-51 when the phasor out......

Find the phasor input VS in Figure P8-51 when the phasor output is {V}_{\mathrm{O}} = 200 + j100 V.

fig 8.51
Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

The output phasor voltage appears across two elements. Use the voltage and the values of those elements to determine their corresponding currents. Sum the currents to find the current flowing through the other two elements in series. Compute the total voltage across the source.

The 'Blue Check Mark' means that either the MATLAB code/script/answer provided in the answer section has been tested by our team of experts; or the answer in general has be fact checked.

Learn more on how do we answer questions.

Script File

clear all
Vo = 200+100j;
Io1 = Vo/100;
Io2 = Vo/(-200j);
Is = Io1+Io2;
Vs = (10+20j)*Is + Vo
MagVs = abs(Vs)
PhaseVs = angle(Vs)*180/pi
Vs =
175.0000e+000 +150.0000e+000i
MagVs =
230.4886e+000
PhaseVs =
40.6013e+000

{V}_{\mathrm{S}}=175+j 150 \mathrm{~V}=230.4886 ~\angle ~40.60^{\circ} \mathrm{V}.

Related Answered Questions

Question: 8.54

Verified Answer:

Use node-voltage analysis to solve the problem.
Question: 8.53

Verified Answer:

Use node-voltage analysis to solve the problem.