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
- Use superposition theorem to find the voltage V, in the circuit of Figure 3 below.arrow_forwardQ3: Obtain the Thevenin equivalent circuits at terminals a-b for the circuit in figure shown below: R, V, I 2002 2% Vo- www 10 (2 3 A a obarrow_forward8 S ww +. v3 2 A 4S +) 13 V نقطة واحدة The voltage source which is :become as a super node is ww wwarrow_forward
- Electrical Engineering Find the voltage V (between terminals a and b). Let R, = 6 2, R, = 3 N, R3 = 2 Q, R4 = 2 N, V, = 10 V, Is= 3 A. ab R2 R1 Is R3 R4 vs solve using superposition and find Vabarrow_forwardFind Thevenin equivalent circuit for Figure 3. Also calculate voltage at terminals a-b. 523 Ve +arrow_forwardWith some descriptionarrow_forward
- 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 = 3, R = 2, and Vs = 12.arrow_forwardQ3. Find Thévenin and Norton's equivalent circuits external to the resistor R. You need to draw the equivalent circuits. -10 V 12 Vo 2kQ 10kQ R -6 Varrow_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,