Concept explainers
Write a set of mesh equations for the circuit in Fig. 3.110. Use MATLAB to determine the mesh currents.
Figure 3.110
For Prob. 3.66.
Write the mesh current equations, and find the mesh currents in the circuit of Figure 3.110 using mesh analysis and MATLAB.
Answer to Problem 66P
The matrix form of mesh current equations is
Explanation of Solution
Given data:
Refer Figure 3.110 in the textbook for mesh analysis.
Calculation:
Apply Kirchhoff’s voltage law to loop 1 with current
Apply Kirchhoff’s voltage law to loop 2 with current
Apply Kirchhoff’s voltage law to loop 3 with current
Apply Kirchhoff’s voltage law to loop 4 with current
Apply Kirchhoff’s voltage law to loop 5 with current
Represent the equations (1), (2), (3), (4), and (5) in matrix form.
MATLAB code:
Write the MATLAB code to solve the equations (1), (2), (3), (4), and (5) as follows in MATLAB code editor, and save it as “node366”, and then run the code. The result will shows in main command window.
syms i1 i2 i3 i4 i5
eq1 = 30*i1 -4*i2 -6*i3 -2*i4 +0*i5 == -12;
eq2 = -4*i1 +30*i2 +0*i3 -2*i4 -6*i5 == -16;
eq3 = -6*i1 +0*i2 +18*i3 -4*i4 +0*i5 == 30;
eq4 = -2*i1 -2*i2 -4*i3 +12*i4 -4*i5 == 0;
eq5 = 0*i1 -6*i2 +0*i3 -4*i4 +18*i5 == -32;
sol = solve([eq1, eq2, eq3, eq4, eq5], [i1, i2, i3, i4, i5]);
val1 = sol.i1;
val2 = sol.i2;
val3 = sol.i3;
val4 = sol.i4;
val5 = sol.i5;
i1= sprintf('%.4f A',val1)
i2= sprintf('%.4f A',val2)
i3= sprintf('%.4f A',val3)
i4= sprintf('%.4f A',val4)
i5= sprintf('%.4f A',val5)
The output in command window:
i1 = '-0.2779 A'
i2 = '-1.0488 A'
i3 = '1.4682 A'
i4 = '-0.4761 A'
i5 = '-2.2332 A'
Conclusion:
Therefore, the matrix form of mesh current equations is,
And the value of currents
Want to see more full solutions like this?
Chapter 3 Solutions
Fundamentals of Electric Circuits
- Practice problem 3.2: Find v and i in the circuit in Figure below. to the loop. Answer: -0.2 V, 1.4 A. 3 V www 7V 30 Biomedica LECTUBER: ALI Sarrow_forwardUse superposition to calculate the voltage Vo, if Is = 35, R = 18 and Vs = 32. %3D ww ww Is Vsarrow_forwardSolve all shwoing all the stepsarrow_forward
- Use Norton's and Thevenin circuit assesment technique to determine Vabarrow_forwardThe parameters have no value. The answers should be RT=R6+R7 and Isc=V/(R6+R7). Please explain the solution like I'm a beginner.arrow_forwardConsider the following circuit, with voltage source and current source. Find the voltage across R3 using superposition method Find Thevenis equivalent circuit seen by Rs i. i. Circuit Parameters Vs = 6 V RI Is = 4 A R2 Vs R3 Ri =2 0 %3D R2 = 2 0 %3D Is R3 = 2 0arrow_forward
- I need helparrow_forward3- For the circuit shown below, Find the Norton's equivalent circuit at terminals (a-b). 60 N 25 N 4.7 kfN Da 10 V a R, 47 kN R 2.7kN R3 18 ma 15 V 30 N 10 V 3.9 kfl E 180 V (I) (II)arrow_forwardIn the circuit given below, R = 34 22. Find Vousing nodal analysis. 3V 3092 30 V 60 52 ww R>V 60 92 The value of Vo in the circuit is www V. 3 Aarrow_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,