Kinda tricky item in a question about an electrical circuit

AI Thread Summary
The discussion revolves around solving a complex electrical circuit problem involving three resistors and a variable voltage source. The user successfully solved parts a, b, and d using Kirchhoff's Voltage Law but struggles with part c, which requires plotting the current i_1 as a function of time. The challenge lies in incorporating the variable voltage V, which depends on time, into the equations for the loop currents. Participants suggest using mesh analysis and KCL/KVL to establish relationships between the currents and eliminate unnecessary variables to derive i_1. The conversation emphasizes the need for additional equations to resolve the system and accurately plot the current over time.
ksio89
Messages
4
Reaction score
1
I'm trying to solve item "c" of this question about the electrical circuit depicted on the attached picture.

The question is in Brazilian Portuguese, this would be a rough and not 100% gramatically correct translation:

"In the circuit shown below on Pic. 1 (labeled "Electrical Circuit"), the three resistors have values R_1 = 2 Ω, R_2 = 20 Ω and R_3 = 5 Ω. The battery B has constant tension 12 V. The current i_1 is considered positive in the indicated direction. Between the instants t = 0 s and t = 100 s, the generator G provides a variable tension V = 0.5 t (V in volts and t in seconds).



a) Define the current value i_1 for t = 0 s

b) Define the instant t_0 in which the current i_1 is null.

c) Plot the curve which depicts the current i_1 in function of the time t, in the interval from 0 to 100 s. Use the axis from the following picture (labeled "Graph") and clearly indicate the scale of current, in ampère (A).

d) Define the value of the power P received or provided by the battery B in the instant t = 90 s."


I was able to solve items a, b and d using Kirchoff's Voltage Law and generating a linear system with two variables, i'_1 and i'_2, where i'_1 \pm i'_2 = i_1 and i'_1 is the current flowing around the left loop (loop I) and i'_2 is the current flowing around the right one (loop II). So:

a) 2 s;

b) t = 30 s (in this case, i'_1 = -i'_2;

c) ?

d)P = (I need to find the graph of i_1 vs. t so I can calculate the absolute value of the power).

I wasn't able able to answer item c, because it asks to plot the graph of i_1 Vs t. The issue is that i_1 is actually the algebric sum of i'_1 and i'_2, but I also have a third variable which is the tension V generated by the voltage source G, which is a function of time t. I don't have a third equation though, as Kirchoff's Voltage Law applied to the largest loop provides me an equation which is simply a linear combination of the equations associated with loops I and II.

According to the book answers section, the answer for item c) is a line of slope-intercept form f(t)= -\frac{t}{15}+2. Then, |P| would be 48 W. But how do you define i_1 as a function of V and, consequently, t?
 

Attachments

  • Electrical Circuit.jpg
    Electrical Circuit.jpg
    23.6 KB · Views: 466
  • Graph.jpg
    Graph.jpg
    47.1 KB · Views: 416
Last edited:
Physics news on Phys.org
Just fill in unknowns for voltages along the various wires. There are three of these. Also an unknown for the current through each resistor.
You should get an equation relating these to the drop across each resistor and two more for the drops across the voltage sources. Finally, an equation relating the three currents.
Eliminating the extra unknowns should produce an equation for i1.
 
I wasn't able able to answer item c, because it asks to plot the graph of i1 Vs t. The issue is that i1 is actually the algebric sum of i′1 and i′2, but I also have a third variable which is the tension V generated by the voltage source G, which is a function of time t. I don't have a third equation though, as Kirchoff's Voltage Law applied to the largest loop provides me an equation which is simply a linear combination of the equations associated with loops I and II.
You have the loop currents, which I'll denote ia and ib. Mark as va the voltage at the junction of the 3 resistors. You can write va in terms of R2 and its current. Also, write va in terms of R3 and G. You can also get another equation with the current through R1.

You are not interested in va so eliminate it from those equations, keeping as a single term (i1 + i2) because that's the independent variable you are needing for your graph.
 
Thanks for the replies, but I still can't solve the question. I have four variables, i_1, i_a, i_b and V, but only three independent linear equations.

Let's say i_1 = i_a+i_b, where i_a is the current on left loop which flows counterclockwise, and i_b on the right one, clockwise. The current i_a flows upwards.

Equation 1: from point A (on the junction of 3 resistors) to point A, around the left loop, clockwise:

+R_1i_1 - 12 + V + R_3i_a = 0


Equation 2: from point A to A, around the right loop, clockwise:

-R_2i_b + 12 -R_1i_1 = 0

adding the two equations gives:

-20i_b + V + 5i_a = 0

V = 20i_b - 5i_a.

I didn't even need to add the emf sum/drops of the section with the battery and resistor R_1, because each loop has it in common, but with opposite signs, which is equivalent meaning it's KVL applied to the big loop beginning and ending on A, clockwise.

The issue is that besides V = 20i_a - 5i_b, the only other equation I have is i_1 = i_a+i_b, which is not enough to solve this system of equations.

Sorry, but I really don't know where to go now. I simply can't see how you define i_1 as function of i_a and i_b. I would be grateful if someone showed me the remaining equations and instructed on how they were generated.
 
The only variables you have for your mesh analysis are the two mesh currents, ##i_a## and ##i_b##. ##i_1## is a derived value that you will later calculate from ##i_a## and ##i_b##, and V will take on values that come from its definition (V = 0.5t). For now treat V as a constant and lug it around in the equations as such.

So, standard mesh analysis to find ##i_a## and ##i_b##. You will end up with expressions for these currents involving V.
 
Alternatively, use bare-bones KCL and KVL. Define the other two currents ##i_2## and ##i_3## and write KVL for the two loops and KCL at the node:

attachment.php?attachmentid=72125&stc=1&d=1407956906.gif


You'll have three equations in the current unknowns. Use elimination to solve for ##i_1##.
 

Attachments

  • Fig1.gif
    Fig1.gif
    2.2 KB · Views: 572
NascentOxygen said:
You have the loop currents, which I'll denote ia and ib. Mark as va the voltage at the junction of the 3 resistors. You can write va in terms of R2 and its current. Also, write va in terms of R3 and G. You can also get another equation with the current through R1, viz., (ia+ib).

You are not interested in va so eliminate it from those equations, keeping as a single term (ia + ib) because that's the independent variable you are needing for your graph.
Correction incorporated.
 
Back
Top