Concept explainers
Find the mesh currents in the circuit of Figure 3.98 using MATLAB.
Answer to Problem 53P
The value of currents
Explanation of Solution
Given data:
Refer to Figure 3.98 in the textbook for mesh analysis.
Calculation:
From Figure 3.98, write the expression for current
Apply Kirchhoff’s voltage law to loop 1 with current
Apply Kirchhoff’s voltage law to loop 2 with current
Substitute equation (1) in (3).
Apply Kirchhoff’s voltage law to loop 3 with current
Substitute equation (1) to (5).
Apply Kirchhoff’s voltage law to loop 5 with current
Substitute equation (1) to (7).
MATLAB code:
Write the MATLAB code to solve the equations (2), (4), (6), and (8) as follows in MATLAB code editor, and save it as “node353”, and then run the code. The result will shows in main command window.
syms i1 i2 i3 i5
eq1 = 4*i1 -3*i2 -1*i3 +0*i5 == 0.012;
eq2 = -3*i1 +7*i2 +0*i3 +0*i5 == -0.012;
eq3 = -1*i1 +0*i2 +15*i3 -6*i5 == -0.024;
eq4 = 0*i1 +0*i2 -3*i3 +8*i5 == -0.012;
sol = solve([eq1, eq2, eq3, eq4], [i1, i2, i3, i5]);
val1 = sol.i1;
val2 = sol.i2;
val3 = sol.i3;
val4 = -0.003;
val5 = sol.i5;
i1= sprintf('%.7f A',val1)
i2= sprintf('%.7f A',val2)
i3= sprintf('%.7f A',val3)
i4= sprintf('%.3f A',val4)
i5= sprintf('%.7f A',val5)
The output in command window:
i1 = '0.0016196 A'
i2 = '-0.0010202 A'
i3 = '-0.0024612 A'
i4 = '-0.003 A'
i5 = '-0.0024230 A'
Convert obtained value of currents in milli amperes (mA).
Conclusion:
Therefore, the value of currents
Want to see more full solutions like this?
Chapter 3 Solutions
Fundamentals of Electric Circuits
- They are one quearrow_forwardO Draw the four possible negative feedback contigurations of an op-amp. Write the input and output impedances of these configurations in ideal cases. 5arrow_forwardE9.6 Determine the average power absorbed by the 4-2 and 3-2 resistors in Fig. E9.6. 302 j20 Figure E9.3 4Ω ww Figure E9.6 12/0° V j30 -j2 N 13/10° A (+60° V (OEFarrow_forward
- -160 For the P-channel JFET given in the following figure, the IDSS = 2MA a) Determine IDQ and VSDQ b) Determine the source-follower circuit transistor parameters are: Vp = +1,75 V, and λ=0. Small-signal voltage gain, Av = So VDD = 10V R₁ = 90kr Rs =5k CC1 WW R₂ = 110kn 50 C02 BL = 10 kr GNDarrow_forwardNeed a solarrow_forwardI need a drawing on how to connect the function generator, oscilliscope, and both multimeters. It is hard for me to follow text instructions. The function generator has a postive,common and negative. The oscilliscope has chanell A and B, both channels have a postive and a negative. I know you can provide text instruction but a little sketch would be very helpful thank you.arrow_forward
- Don't use ai to answer I will report you answerarrow_forwardQ1/ A three phase, 500 kVA, 6600 V, 50 Hz, 6 pole, star connected synchronous motor has synchronous impedance of J 70 ohm per phase at its normal rating, the motor is excited to give unity power factor at the input terminals. Find a) The rated current and power factor. b) The emf behind the synchronous impedance. c) The developed torque. d) The pull out torque. e) The increase in excitation which will just permit an increase of 30% of rated torque before pulling out of synchronism. (45 M.)arrow_forwardcan you fin Vds and Vgs of all transistors and specify te operating region off all transistors and prove it. 58V 5.8 V 1.8V M2 0.9V 22222 と A 4852 m 3 01 A Voy = 0.2 V V4)=0.SV λ=0.1 V-1arrow_forward
- Introductory Circuit Analysis (13th Edition)Electrical EngineeringISBN:9780133923605Author:Robert L. BoylestadPublisher:PEARSONDelmar's Standard Textbook Of ElectricityElectrical EngineeringISBN:9781337900348Author:Stephen L. HermanPublisher:Cengage LearningProgrammable Logic ControllersElectrical EngineeringISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
- Fundamentals of Electric CircuitsElectrical EngineeringISBN:9780078028229Author:Charles K Alexander, Matthew SadikuPublisher:McGraw-Hill EducationElectric Circuits. (11th Edition)Electrical EngineeringISBN:9780134746968Author:James W. Nilsson, Susan RiedelPublisher:PEARSONEngineering ElectromagneticsElectrical EngineeringISBN:9780078028151Author:Hayt, William H. (william Hart), Jr, BUCK, John A.Publisher:Mcgraw-hill Education,