Circuit Analysis II with MATLAB Applications

Dear Reader:
The remaining pages on this chapter contain the solutions to the exercises.
You must, for your benefit, make an honest effort to find the solutions to the exercises without first looking at the solutions that follow. It is recommended that first you go through and work out those you feel that you know. For the exercises that you are uncertain, review this chapter and try again. Refer to the solutions as a last resort and rework those exercises at a later date.
You should follow this practice with the rest of the exercises of this book.

and since
, the above becomes
From the characteristic equation
we get s 1 = s 2 = ? 25 (critical damping) and ? S = R/2L = 25
The total solution is
With the first initial condition v C( 0 ?) = 0 the above expression becomes 0 = 100 + e 0 ( k 1 + 0) or k 1 = ?100 and by substitution into (1) we get
To evaluate k 2 we make use of the second initial condition i L( 0 ?) = 0 and since i L = i C, and i = i C = C( dv C)/( dt), we differentiate (2) using the following MATLAB code:
<span class="serif">syms t k2v0=100+exp(-25*t)*(k2*t-100); v1=diff(v0)</span>v1 =-25*exp(-25*t)*(k2*t-100)+exp(-25*t)*k2
Thus,
and
Also,