Loose Leaf for Engineering Circuit Analysis Format: Loose-leaf
Loose Leaf for Engineering Circuit Analysis Format: Loose-leaf
9th Edition
ISBN: 9781259989452
Author: Hayt
Publisher: Mcgraw Hill Publishers
bartleby

Videos

Textbook Question
Book Icon
Chapter 10, Problem 61E

Determine the individual contribution each current source makes to the two nodal voltages V1 and V2 as represented in Fig. 10.67.

Chapter 10, Problem 61E, Determine the individual contribution each current source makes to the two nodal voltages V1 and V2

■ FIGURE 10.67

Expert Solution & Answer
Check Mark
To determine

Find the expressions for nodal voltages V1andV2.

Answer to Problem 61E

The expressions for nodal voltages V1andV2.are 6.8388.8°Vand8.33113.73°V_, respectively.

Explanation of Solution

Calculation:

Refer to Figure in the respective question.

Case 1:

Redraw Figure, as shown in Figure 1 by making 341°mA acting alone and other source 513°mA as open.

Loose Leaf for Engineering Circuit Analysis Format: Loose-leaf, Chapter 10, Problem 61E , additional homework tip  1

Apply KCL at node V1a of Figure 1.

341°=V1a3V1aj3+V1aV2aj8V1aV2aj5341°=V1a3V1aj3+V1aj8V2aj8V1aj5+V2aj5341°=V1a(131j3+1j81j5)+V2a(1j8+1j5)341°=V1a(0.333+j0.333j0.125+j0.2)+V2a(j0.125j0.2)

V1a(0.333+j0.408)+V2a(j0.075)=341°        (1)

Apply KCL at node V2a of Figure 1.

V2a3+V2aj2+V2aV1aj8V2aV1aj5=0V2a3+V2aj2+V2aj8V1aj8V2aj5+V1aj5=0V1a(1j8+1j5)+V2a(13+1j2+1j81j5)=0V1a(j0.125j0.2)+V2a(0.333j0.5j0.125+j0.2)=0

V1a(j0.075)+V2a(0.333j0.425)=0        (2)

Write the equations (1) and (2) in matrix form.

[0.333+j0.408j0.075j0.0750.333j0.425][V1aV2a]=[341°0]

[0.333+j0.408j0.075j0.0750.333j0.425][V1aV2a]=[2.264j1.9680]        (3)

Write the Matlab code to solve equation (3)

A = [(0.333+i*0.408) (-i*0.075); (-i*0.075) (0.333-i*0.425)];

B = [(2.264-i*1.968);(0)];

C = inv(A)*B

Matlab Output:

C =

  -0.17551 - 5.58282i

   0.49749 + 0.59541i

Polar equations of node voltages are as follows.

V1a=5.58591.8°VV2a=0.77550.11°V

Case 2:

Redraw Figure, as shown in Figure 2 by making 513°mA acting alone and other source 341°mA as open.

Loose Leaf for Engineering Circuit Analysis Format: Loose-leaf, Chapter 10, Problem 61E , additional homework tip  2

Apply KCL at node V1b of Figure 2.

V1b3V1bj3+V1bV2bj8V1bV2bj5=0V1b3V1bj3+V1bj8V2bj8V1bj5+V2bj5=0V1b(131j3+1j81j5)+V2b(1j8+1j5)=0V1b(0.333+j0.333j0.125+j0.2)+V2b(j0.125j0.2)=0

V1b(0.333+j0.408)+V2b(j0.075)=0        (4)

Apply KCL at node V2b of Figure 2.

V2b3+V2bj2+V2bV1bj8V2bV1bj5=513°V2b3+V2bj2+V2bj8V1bj8V2bj5+V1bj5=513°V1b(1j8+1j5)+V2b(13+1j2+1j81j5)=513°V1b(j0.125j0.2)+V2b(0.333j0.5j0.125+j0.2)=513°

V1b(j0.075)+V2b(0.333j0.425)=513°        (5)

Write the equations (4) and (5) in matrix form.

[0.333+j0.408j0.075j0.0750.333j0.425][V1bV2b]=[0513°]

[0.333+j0.408j0.075j0.0750.333j0.425][V1bV2b]=[04.87j1.124]        (6)

Write the Matlab code to solve equation (6)

A = [(0.333+i*0.408) (-i*0.075); (-i*0.075) (0.333-i*0.425)];

B = [(0);(-4.87-i*1.124)];

C = inv(A)*B

Matlab Output:

C =

   0.3153 - 1.2537i

  -3.8514 - 8.2199i

Polar equations of node voltages are as follows.

V1b=1.29275.8°VV2b=9.077115.10°V

Find nodal voltage V1.

V1=V1a+V1b

Substitute 5.58591.8°V for V1a and 1.29275.8°V for V1b as follows.

V1=5.58591.8°+1.29275.8°=0.1415j6.83=6.8388.8°V

Find nodal voltage V2.

V2=V2a+V2b

Substitute 0.77550.11°V for V2a and 9.077115.10°V for V2b as follows.

V2=0.77550.11°+9.077115.10°=3.353j7.625=8.33113.73°V

Conclusion:

Thus, the expressions for nodal voltages V1andV2.are 6.8388.8°Vand8.33113.73°V_, respectively.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
Obtain an expression for the power dissipated in the 10 Ω resistor of Fig. 10,49. assuming no transients present.
Employ phasor analysis techniques to obtain expressions for the two mesh currents i1 and i2 as shown in Fig. 10.61. Circuit attached in image.
Kindly provide a CLEAR and COMPLETE solution for the given problem.

Chapter 10 Solutions

Loose Leaf for Engineering Circuit Analysis Format: Loose-leaf

Ch. 10.5 - Determine the admittance (in rectangular form) of...Ch. 10.6 - Use nodal analysis on the circuit of Fig. 10.23 to...Ch. 10.6 - Use mesh analysis on the circuit of Fig. 10.25 to...Ch. 10.7 - If superposition is used on the circuit of Fig....Ch. 10.7 - Prob. 15PCh. 10.7 - Determine the current i through the 4 resistor of...Ch. 10.8 - Select some convenient reference value for IC in...Ch. 10 - Evaluate the following: (a) 5 sin (5t 9) at t =...Ch. 10 - (a) Express each of the following as a single...Ch. 10 - Prob. 3ECh. 10 - Prob. 4ECh. 10 - Prob. 5ECh. 10 - Calculate the first three instants in time (t 0)...Ch. 10 - (a) Determine the first two instants in time (t ...Ch. 10 - The concept of Fourier series is a powerful means...Ch. 10 - Household electrical voltages are typically quoted...Ch. 10 - Prob. 10ECh. 10 - Assuming there are no longer any transients...Ch. 10 - Calculate the power dissipated in the 2 resistor...Ch. 10 - Prob. 13ECh. 10 - Prob. 14ECh. 10 - Prob. 15ECh. 10 - Express the following complex numbers in...Ch. 10 - Prob. 17ECh. 10 - Prob. 18ECh. 10 - Evaluate the following, and express your answer in...Ch. 10 - Perform the indicated operations, and express the...Ch. 10 - Insert an appropriate complex source into the...Ch. 10 - For the circuit of Fig. 10.51, if is = 2 cos 5t A,...Ch. 10 - In the circuit depicted in Fig. 10.51, if is is...Ch. 10 - Employ a suitable complex source to determine the...Ch. 10 - Transform each of the following into phasor form:...Ch. 10 - Prob. 26ECh. 10 - Prob. 27ECh. 10 - The following complex voltages are written in a...Ch. 10 - Assuming an operating frequency of 50 Hz, compute...Ch. 10 - Prob. 30ECh. 10 - Prob. 31ECh. 10 - Prob. 32ECh. 10 - Assuming the passive sign convention and an...Ch. 10 - The circuit of Fig. 10.53 is shown represented in...Ch. 10 - (a) Obtain an expression for the equivalent...Ch. 10 - Determine the equivalent impedance of the...Ch. 10 - (a) Obtain an expression for the equivalent...Ch. 10 - Determine the equivalent admittance of the...Ch. 10 - Prob. 40ECh. 10 - Prob. 41ECh. 10 - Find V in Fig. 10.55 if the box contains (a) 3 in...Ch. 10 - Prob. 43ECh. 10 - Prob. 44ECh. 10 - Design a suitable combination of resistors,...Ch. 10 - Design a suitable combination of resistors,...Ch. 10 - For the circuit depicted in Fig. 10.58, (a) redraw...Ch. 10 - For the circuit illustrated in Fig. 10.59, (a)...Ch. 10 - Referring to the circuit of Fig. 10.59, employ...Ch. 10 - In the phasor-domain circuit represented by Fig....Ch. 10 - With regard to the two-mesh phasor-domain circuit...Ch. 10 - Employ phasor analysis techniques to obtain...Ch. 10 - Determine IB in the circuit of Fig. 10.62 if and ....Ch. 10 - Determine V2 in the circuit of Fig. 10.62 if and ....Ch. 10 - Employ phasor analysis to obtain an expression for...Ch. 10 - Determine the current ix in the circuit of Fig....Ch. 10 - Obtain an expression for each of the four...Ch. 10 - Determine the nodal voltages for the circuit of...Ch. 10 - Prob. 59ECh. 10 - Obtain an expression for each of the four mesh...Ch. 10 - Determine the individual contribution each current...Ch. 10 - Determine V1 and V2 in Fig. 10.68 if I1 = 333 mA...Ch. 10 - Prob. 63ECh. 10 - Obtain the Thvenin equivalent seen by the (2 j) ...Ch. 10 - The (2 j) impedance in the circuit of Fig. 10.69...Ch. 10 - With regard to the circuit depicted in Fig. 10.70,...Ch. 10 - Prob. 67ECh. 10 - Determine the individual contribution of each...Ch. 10 - Determine the power dissipated by the 1 resistor...Ch. 10 - The source Is in the circuit of Fig. 10.75 is...Ch. 10 - Prob. 72ECh. 10 - (a) Calculate values for IL, IR, IC, VL, VR, and...Ch. 10 - In the circuit of Fig. 10.77, (a) find values for...Ch. 10 - The voltage source Vs in Fig. 10.78 is chosen such...Ch. 10 - For the circuit shown in Fig. 10.79, (a) draw the...Ch. 10 - For the circuit shown in Fig. 10.80, (a) draw the...Ch. 10 - (a) Replace the inductor in the circuit of Fig....Ch. 10 - Design a purely passive network (containing only...
Knowledge Booster
Background pattern image
Electrical Engineering
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, electrical-engineering and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:9780133923605
Author:Robert L. Boylestad
Publisher:PEARSON
Text book image
Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:9781337900348
Author:Stephen L. Herman
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Electrical Engineering
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
Text book image
Fundamentals of Electric Circuits
Electrical Engineering
ISBN:9780078028229
Author:Charles K Alexander, Matthew Sadiku
Publisher:McGraw-Hill Education
Text book image
Electric Circuits. (11th Edition)
Electrical Engineering
ISBN:9780134746968
Author:James W. Nilsson, Susan Riedel
Publisher:PEARSON
Text book image
Engineering Electromagnetics
Electrical Engineering
ISBN:9780078028151
Author:Hayt, William H. (william Hart), Jr, BUCK, John A.
Publisher:Mcgraw-hill Education,
Routh Hurwitz Stability Criterion Basic Worked Example; Author: The Complete Guide to Everything;https://www.youtube.com/watch?v=CzzsR5FT-8U;License: Standard Youtube License