Solving ODE for Sinusoidal Voltage: Current i in Terms of Parameters and t

longball
Messages
5
Reaction score
0
setting a sinusoidal voltage term, the ODE can be written as

(d^2 i)/(d t^2 ) + 25i = A0 sin (ϖt)

assuming that ϖ^2 ≠ 25, determine the current i in terms of the parameters (ϖ and A0) and the variable t when the initial conditions are

i(0) = di/dt (0) = 0

i really don't have much of an idea what to do here.

so far i have found

L.F ic= Acos(5t)+Bsin(5t)

P.S ip = acos(ϖt) + bsin (ϖt)

ip' = -ϖasin (ϖt) + ϖbcos (ϖt)

ip'' = -2ϖacos (ϖt) - 2ϖbsin (ϖt)

therefore

[-2ϖacos (ϖt) - 2ϖbsin (ϖt)] + [acos(ϖt) + bsin (ϖt)] = A0 sin (ϖt)

any help or further guidance to the work i have done would be much appreciated
 
Physics news on Phys.org
Since the second derivative of sin is -sin, it would seem a good guess to try an ansatz i = A \sin 5t + B \cos 5t + C \sin \omega t
 
longball said:
setting a sinusoidal voltage term, the ODE can be written as

(d^2 i)/(d t^2 ) + 25i = A0 sin (ϖt)

assuming that ϖ^2 ≠ 25, determine the current i in terms of the parameters (ϖ and A0) and the variable t when the initial conditions are

i(0) = di/dt (0) = 0

i really don't have much of an idea what to do here.

so far i have found

L.F ic= Acos(5t)+Bsin(5t)

P.S ip = acos(ϖt) + bsin (ϖt)
I don't know what L.F and P.S stand for, but these two functions are your complementary solution and particular solution. The general solution is the sum of these two functions. Use your initial conditions to solve for A and B in your complementary solution, and use the fact that ip'' + 25ip = A0sin(ϖt) to solve for the constants a and b.
longball said:
ip' = -ϖasin (ϖt) + ϖbcos (ϖt)

ip'' = -2ϖacos (ϖt) - 2ϖbsin (ϖt)

therefore

[-2ϖacos (ϖt) - 2ϖbsin (ϖt)] + [acos(ϖt) + bsin (ϖt)] = A0 sin (ϖt)

any help or further guidance to the work i have done would be much appreciated
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top