Concept explainers
Find current ix in the ideal transformer circuit shown in Fig. 13.114.

Calculate the current
Answer to Problem 49P
The value of current
Explanation of Solution
Given data:
Refer to Figure 13.114 in the textbook for the ideal transformer circuit.
From Figure 13.114, the value of
Calculation:
Consider the expression for the capacitive reactance.
Substitute
Modify the Figure 13.114 by transforming the time-domain circuit with coupled-coils to frequency domain of the circuit with coupled-coil. The frequency domain equivalent circuit is shown in Figure 1.
Apply Kirchhoff's current law at node 1 in Figure 1.
Multiply by 2 on both sides of the Equation.
Apply Kirchhoff's current law at node 2 in Figure 1.
Multiply by 6 on both sides of the Equation.
Consider the expression for the turns ratio or transformation ratio.
Substitute
Consider the expression for the turns ratio or transformation ratio.
Substitute
Write equations (1), (2), (3), and (4) in matrix form as follows.
Write the MATLAB code to solve the equation (5).
A = [2 0 (1+j*0.2) (j*(-0.2)); 0 6 (j*0.6) (-1-j*0.6); 0 0 3 1; 1 3 0 0];
B = [12;0;0;0];
C = inv(A)*B
The output in command window:
C =
4.5000 + 0.0000i
-1.5000 + 0.0000i
1.8293 - 1.4634i
-5.4878 + 4.3902i
From the MATLAB output, the values of
Write the expression for the current
Substitute
Substitute
Convert the polar form to time-domain form.
Conclusion:
Thus, the value of current
Want to see more full solutions like this?
Chapter 13 Solutions
EE 98: Fundamentals of Electrical Circuits - With Connect Access
Additional Engineering Textbook Solutions
Modern Database Management
INTERNATIONAL EDITION---Engineering Mechanics: Statics, 14th edition (SI unit)
Database Concepts (8th Edition)
Mechanics of Materials (10th Edition)
Vector Mechanics for Engineers: Statics
Electric Circuits. (11th Edition)
- not use ai pleasearrow_forward17- In 8085 name the 16 bit registers. a) Program Counter b) Stack Pointer c) a and b d) Instruction Register 18- In response to RST 7.5 interrupt, the execution of control transfers to memory location. a) 0000H b) 003CH c) 002CH d) 0034H 19- Let contents of accumulator and B are 00000100 and 01000000 respectively. After execution of SUB B instruction, accumulator contents are a) 11000100 b) 01000000 c) 010001000 d) 00000100arrow_forward1.) A single instruction to clear the lower 4 bits of accumulator in 8085 alp is, a) XRI FOH b) XRI OFH c) ANI OFH d) ANI FO 2.) The status of Z, AC, CY flags after execution of following instructions are, MVI A, A9H MVI B, 57H ADD B HLT a) 0,1,1 b) 1,0,0 c) 1,1,1 d) 1,0,1 3.) Consider the loop: LXI H 000A MVI C OB LOOP: DCX H DCR C JNZ LOOP HLT This loop will be executed by: a) infinite times b) 11 time c) 10 times d) 1 timearrow_forward
- Fundamentals Of Energy Systems HW 6 Q6arrow_forwardFundamentals Of Energy Systems HW 6 Q4arrow_forward1. For the 2-dimensional lattice shown in the following figure, using the two sets of given primitive translation vectors to write the translation vectors that can translate lattice point A to point B. (10 pts) (1) (2) (1) T= (2) T T=arrow_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,





