Niles said:
I am familiar with Kirchhoff's laws
(I guess that's what you are referring to?), and I used them to find my expression.
But I guess I should stop fearing long expressions
Nah, it's
L*i''(t)+R*i'(t)+1/C*i=V'(0)
where
L=1 milliHenry, R=200 ohm and C=20 nanofahrad.
Applying 10 volt (DC) to this system gets you
0.001*i'' + 200*i' + 5*10^7*i = 0.
Solving this equation:
0.001*y^2 + 200*y + 50000000 = 0
gives you two imaginary numbers,
y1=100000 + j*200000
y2=100000 - j*200000
which means that
i(t) = e^(-100000*t)*( A*sin(200000*t) + B*cos(200000*t) ).
(This is the general solution to the "ordinary differential equation" shown above.)
To find A and B, you need to know some starting conditions. We know i(0)=0 because the loop has "infinite resistance*" when you apply the initial potential.
Knowing that i(0)=0 means you can rewrite, so:
i(t) = e^(-100000*t)*( A*sin(200000*t) + B*cos(200000*t) )
=>
i(0) = e^(0)*(A*sin(0) + B*cos(0))
=>
0 = A*sin(0)+B*cos(0)
=>
0 = B*1
=>
B=0
so you can simplify the initial expression for the current to
i(t) = e^(-100000*t)*A*sin(200000*t)
from elsewhere (and I honestly can't remember) we know that i'(0)=10000, so A can be isolated and determined. I don't want to write out di/dt here because it is a damn long function, but suffice to say, it turns out A = 0.05 so
i(t) = 0.05*sin(200000*t)*e^(-100000*t)
All in all, current determination becomes complicated once you have a lot of loops and capacitors, but not so difficult that you should feel discouraged - there are a lot of shortcuts and neat tools at your disposal if you ever start in on the subject in a serious manner.
*not true