Circuit Theory/Simultaneous Equations/Example 6

From Wikibooks, open books for an open world
Jump to navigation Jump to search
example 6 circuit

Find currents and voltages. Assume the sources and resistance values are knows. Solve symbolically.

Solving these equations symbolically might fail. The goal is to begin entering the differential equations in symbolic form accurately and methodically .. maybe a solution will pop out!

Label[edit | edit source]

symbols have been added

There is one current source in series with a resistor and inductor that all share the same current: .

Loops[edit | edit source]

loops and the + - added

There are two loops. The direction is CW this time because the current source is pointing down.

The + and - added to the current source is the reverse of the rule of moving around the circle with your finger. The rule was violated because there is only one source in the circuit and it is going to have to pump energy into the circuit. Thus current has to be going into the - and coming out the +.

Ultimately, the polarity added has to impacts:

  • the direction of the current
  • the sign of the voltage term in the loop equations

As long as the equation for the loop is written with a negative sign for the current source's voltage, then violating the rule is ok.

Remember that the + and - right now are not guessing the polarity of the answer, but are capturing the layout of the circuit.

There are no trivial loops (components in parallel).

Junctions[edit | edit source]

constant EMF sections highlighted
Junctions chosen and current directions put on drawing

There are two trivial junctions where series components share the same current. One is between the current voltage source and . The other is between current source and the inductor.

There are two non-trivial junctions, see the areas constant EMF that are shaded in different colors.

This means that just one non-trivial junction can generate an equation.

Count Eq[edit | edit source]

We are being told that the resistors and voltage sources have values, and are thus to be treated as knowns. We just don't know what the specific values are so we have to work symbolically.












There are 8 unknowns. There are 2 equations from the resistors, 1 from the capacitor, 2 from the inductors, 2 from the loops and 1 from the junction. So the problem can be solved explicitly.

Terminal Eq[edit | edit source]

The current source symbol chosen implies a DC current source. After a long time, the capacitor is going to open and the two inductors are going to short. The circuit reduces to a 2 resistor series circuit. Obviously, we need to assume that the current source is continuously changing ... for example alternating current. Then it makes sense to write the differential equations.






If the source current is a function of time, so are all the other voltages and currents.

Loop Eq[edit | edit source]



Junction Eq[edit | edit source]


Solve the Equations[edit | edit source]

Algebra[edit | edit source]

We are going to solve these by hand before the semester is out. This circuit borders on the verge of being to complex to solve by hand in any case. The goal here is to see what the symbolic computation systems come up with.

Differential Equations[edit | edit source]

The differential equations exist! They exist in the form of the terminal equations. Obviously to solve them we are going to need to know the initial conditions. However, no initial conditions or values were given so we can assume they are zero.

The traditional "by hand" solution requires knowing the resistor, inductor and capacitor values because they point to three alternative solutions. It is going to be interesting to see how to enter the differential equations into MuPad and to see how it responds symbolically.

Looking at the equations above, it is interesting that the differential nature comes from the terminal relations. This makes sense. The voltages and currents, even as a function of time have to add to zero.

Symbolic Computations[edit | edit source]

MuPad[edit | edit source]
File:Ex6-6.png
MathWorks MuPAD solution .. click here for the text to cut and paste .. MuPad Solution contains variable solution

A symbolic solution is impossible with differential equations. We are going to work with symbols as much as possible. This is why we are practicing entering the symbols into MuPad.

To really solve, we are going to need values for the resistors, and an equation for .

The next chapter begins the process of explaining what needs to be done. This was an exercise in walking up to the edge of the unknown and figuring out where to stop.

Numeric Solution[edit | edit source]

There is no numeric solution because no numbers were given.

Simulate[edit | edit source]

Simulation is impossible with out numbers.

Build Intuition[edit | edit source]

  • Differential equations require known voltages and/or currents that are function of time and capacitors and/or inductors.
  • If the circuit just has resistors in it, then there are no differentials in the terminal relationships.
  • If no voltage or current is changing with time, then the capacitors and inductors turn into opens and shorts ... and disappear. So then there are no differential equations.
  • But if a switch is thrown to turn on a DC circuit, things are changing in the short amount of time after the switch is thrown. Differential equations would be appropriate. So how do we write an equation for the this situation? ... on to the next chapter.