This is a follow-up to the first problem . I renamed it for Part 2 because I don't think we actually need an alternate universe to build one of these.
A typical inductor operates according to the following differential equation (where and are time-domain quantities):
Suppose there was an artificial inductor, created out of more exotic components, in which the voltage across the inductor was related to the second time derivative of the current, instead of the first.
Consider a circuit containing a DC voltage source, a switch, a resistor, and one of these artificial inductors. For this circuit, the governing differential equation is:
Suppose the switch is initially open, and that right after the switch closes at time , the current has the following properties:
Let be the cumulative energy supplied by the voltage source, and let be the cumulative energy dissipated in the resistor as heat.
At time , what is ? As a bonus, what does this physically imply?
Details and Assumptions:
1)
Source voltage
2)
Resistance
3)
"Inductance"
(you can make up whatever unit name you want)
Note / Hint: The instantaneous power into any element is the product of the instantaneous voltage across the element with the instantaneous current through the element. . In the below descriptions, these three quantities of course have different values for the various components.
The voltage source follows a "source convention", with flowing out of the source and being power flowing out of the source to the rest of the circuit.
The resistor follows a "load convention", with flowing into the resistor and being power flowing into the resistor.
The artificial inductor follows a "load convention", with flowing into the inductor and being power flowing into the inductor. The use of this convention for the inductor results in a surprise.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Nice follow up question.
Solving the differential equation yields the general solution:
I = a 1 cos ( w t ) + a 2 sin ( w t ) + 5
Where w = 2 0 0 0 . Plugging in initial conditions
I = 5 ( 1 − cos ( w t ) )
The heat dissipated by the resistor can be computed by solving
E R = ∫ 0 1 I 2 R d t = 7 3 . 7 7 2 1 0 J
The energy supplied by the voltage source is:
E S = ∫ 0 1 V I d t = 4 9 . 2 4 6 8 9 J
Now the answer can be computed by computing the required ratio which is: E R / E S = 1 . 4 9 8
Now this can seem a little weird. The source supplies a certain amount of energy. However, a larger amount of energy is being dissipated by the resistor. Question then becomes where did the extra energy come from?
Let us consider the circuit equation:
V = I R + L I ¨
Multiplying both sides by I d t gives:
V I d t = I 2 R d t + L I I ¨ d t
Integrating both sides gives us the expression:
∫ 0 1 V I d t = ∫ 0 1 I 2 R d t + ∫ 0 1 L I I ¨ d t
Or:
E S = E R + E L
For a conventional inductor, the above result implies that the energy generated by the source is lost partly as heat and and is stored partly in the inductor. Computing E L by replacing values in the equations above and by solving the integral yields E L = − 2 4 . 5 2 5 J . The value of energy stored in the inductor is negative. In other words, energy is supplied to the circuit by this artificial inductor. This means that the inductor acts as an active element. This is the same inference that was drawn in the discussion section of the previous version of this problem.