Concept explainers
Using nodal analysis, find io(t) in the circuit in Fig. 10.60.
Figure 10.60
For Prob. 10.11.
Find the current
Answer to Problem 11P
The value of current
Explanation of Solution
Given data:
Refer Figure 10.60 in the textbook for nodal analysis.
Formula used:
Write the expression to calculate impedance of the inductor.
Here,
Write the expression to calculate impedance of the capacitor.
Here,
Write the general representation of sinusoidal function.
Here,
Write the general expression to phasor transform of sinusoidal function from time domain to frequency domain.
Here,
Write the polar form representation of frequency domain.
Calculation:
Comparing given source voltage
Substitute
Convert
Substitute
Substitute
Substitute
Substitute
The frequency domain representation of given figure with the representation of node voltage is shown in Figure 1.
Apply Kirchhoff’s current law at node
Simplify the equation as follows.
Apply Kirchhoff’s current law at node
MATLAB Code:
Solve the two linear equations (5) and (6) using MATLAB to find the node voltages.
syms v1 v2
eq1 = (0.5 + 0.5*1i)*v1 +(0.5*1i)*v2 == 3.464 + 2*1i;
eq2 = (0.5*1i)*v1 +(-1*1i)*v2 == 3 + (-3.464*1i);
sol = solve([eq1, eq2], [v1, v2]);
val1 = sol.v1;
val2 = sol.v2;
v1real=real(val1);
v1imag=imag(val1);
v2real=real(val2);
v2imag=imag(val2);
v1=sprintf('%.3f + (%.3f)i V', v1real, v1imag)
v2=sprintf('%.3f + (%.3f)i V', v2real, v2imag)
The command window output:
v1 = '3.302 + (-4.417)i V'
From Figure 1, write the expression for
Substitute
Represent the current in time domain.
Conclusion:
Therefore, the value of current
Want to see more full solutions like this?
Chapter 10 Solutions
EBK FUNDAMENTALS OF ELECTRIC CIRCUITS
Additional Engineering Textbook Solutions
Web Development and Design Foundations with HTML5 (8th Edition)
Thermodynamics: An Engineering Approach
Mechanics of Materials (10th Edition)
Modern Database Management
Management Information Systems: Managing The Digital Firm (16th Edition)
- Don't use ai to answer I will report you answerarrow_forwardA three-phase transmission line supplies power to three loads at a voltage 408 Vrms (line to line). The loads are as follows: Load 1: S₁ = 100+ j50 VA Load 2: S₂ = 40-j20 VA Load 3: S3 = 10 + j0 VA Find the magnitude of the line current | Line and the combined power factor of the loads. Hint: Steral \= √3 | Vime |× | Ime | line linearrow_forwardCan you show why the answer to this question R = 199 ohm?arrow_forward
- 2.5. Find the half-power beamwidth (HPBW) and first-null beamwidth (FNBW), in radians and degrees, for the following normalized radiation intensities: (a) U(9) cos θ cos(20) (b) U(θ)-cos2 θ cos2(26) (c) U(θ) = cos(θ) cos(30) (0 < θ < 900,0 < φ 360) (d) U(t) = cos2(9) cos2(39) (e) U(9) = cos(29) cos(39) (f) U (ecos (20) cos (30)arrow_forwardDon't use ai to answer I will report you answerarrow_forwardDon't use ai to answer I will report you answerarrow_forward
- A 60 Hz, 230 kV, 275 km long, uncompensated three-phase transmission line consists of three conductors bundled by phase, such that each conductor in the line is of the ACSR Falcon type. The separation between each bundled conductor is d = 45 cm and the separation between each phase of the line is 2.4 m. Calculate: "The parameters R, L, C of the line in Q2/km; µH/m and nF/m. And the total values of ZL and YC in Q and S, respectively, and in polar coordinates." Generalized constants A, B, C and D of the line, according to the type of transmission line. Present the results in rectangular coordinates. If a three-phase wye load draws 3/4 of the nominal current of the 300 MW system with FP = 0.85 lagging and at 230 kV, calculate: (a) Current at the load in KA (b) Voltage at the source in KV, (c) Current at the source in kA and (d) power at the source in MVA. Obtain the results per phase. Transmission line voltage regulation percentagearrow_forwardDetermine the required EMT size for the following combination of conductors:18. Four 8 AWG Type THW and four 12 AWG Type THW:19. Three 350 kcmil and one 250 kcmil Type XHHW conductors and a 4 AWG bare conductor:20. In a nonmetallic-sheathed (Type NM) cable installation, a 10⁄3 with equipmentgrounding conductor is installed in a metal octagonal box to supply two 12⁄2 withequipment grounding conductor branch-circuit cables. What is the minimum sizebox? The box contains internal cable clampsarrow_forwardFor problems 8 and 9, determine the correct box size for each of the following conditions:8. Two nonmetallic sheathed cables with two 12 AWG conductors, an equipment groundingconductor, and a switch in a metal box without a plaster ring.9. A raceway run serving a series of luminaires, connected to a total of three circuits. Theluminaires are supplied by 120 volts from a 3-phase, 4-wire system. Each box will containtwo circuits running through the box and a third circuit connected to a luminaire, which issupported by a luminaire stud in the box. Use 12 AWG Type THHN conductors.arrow_forward
- Delmar's Standard Textbook Of ElectricityElectrical EngineeringISBN:9781337900348Author:Stephen L. HermanPublisher:Cengage Learning