Thanks vela, I have changed my working however I am still tragically stuck.
for the mesh, is = i1
initial conditions
i1(0) = 1A
Vc(0) = 1V
Mesh Equations
[tex]i_1 = (\frac{R_1+R_2}{R_1})i_2 + (\frac{1}{R_1C}) \int i_2[/tex]
[tex]i_2 = (\frac{L}{R_1})\frac{di_1}{dt} + i_1[/tex]
Sub (2) into (1)
[tex]i_1 = (\frac{R_1+R_2}{R_1})((\frac{L}{R_1})\frac{di_1}{dt} + i_1) + (\frac{1}{R_1C}) \int ((\frac{L}{R_1})\frac{di_1}{dt} + i_1)[/tex]
Expand
[tex]i_1 = ((\frac{R_1+R_2}{R_1})(\frac{L}{R_1})\frac{di_1}{dt} + (\frac{R_1+R_2}{R_1})i_1) + (\frac{1}{R_1C})(\frac{L}{R_1}) (\int \frac{di_1}{dt} + \int i_1)[/tex]
Simplify
[tex]i_1 = (\frac{L(R_1+R_2)}{R_1^2}\frac{di_1}{dt} + (\frac{R_1+R_2}{R_1})i_1) + (\frac{L}{R_1^2C})i_1 + (\frac{L}{R_1^2C})\int i_1[/tex]
[tex]i_1 = \frac{L(R_1+R_2)}{R_1^2}\frac{di_1}{dt} + (\frac{(R_1^2C + R_1CR_2 + L)}{R_1^2C})i_1 + (\frac{L}{R_1^2C})\int i_1[/tex]
[tex]\frac{L(R_1+R_2)}{R_1^2}\frac{d^2i_1}{dt} + (\frac{(R_1^2C + R_1CR_2 + L)}{R_1^2C} -1)\frac{di_1}{dt} + (\frac{L}{R_1^2C})i_1 = 0[/tex]
Check if DE is dimensionally correct.
[tex]\frac{d^2i_1}{dt} + (\frac{R_1CR_2 + L}{CL(R_1+R_2)})\frac{di_1}{dt} + (\frac{1}{C(R_1+R_2)})i_1 = 0[/tex]
I believe this to be incorrect due to the i1' term with an R/L coefficient, this is not dimensionally correct. CR^2/CLR gives a R/L term (no good) and L/CLR gives a 1/RC term, also no good. My understanding is that this co-ef should be some mixture of [tex]\tau[/tex]
We will continue just to check
Put in a few numbers,
L = 0.5
C = 0.5
R1 = 1
R2 = 1
[tex]\frac{d^2i_1}{dt} - 0.5\frac{di_1}{dt} + i_1 = 0[/tex]
[tex]i_1(0) = 1A[/tex]
[tex]V_c(0) = 1V[/tex] therefore [tex]V_r(0) = 1V[/tex]
[tex]V_r(0) = V_l(0) = 1V[/tex]
[tex]V_l = L\frac{di_1}{dt}[/tex]
[tex]\frac{di_1}{dt} = 2[/tex]
Putting the DE into MatLab (to save some time)
pretty(simplify(dsolve(' D2y-0.5*Dy+y=0' , ' Dy(0)=2' , ' y(0)=1 ' )))
results in,
1/15*exp(1/4*t)*(7*sin(1/4*15^(1/2)*t)*15^(1/2)+15*cos(1/4*15^(1/2)*t))
As predicted, miles off, I am expecting a pair of sine and cosine terms with a common coefficient of 1