Internal
problem
ID
[8172]
Book
:
Differential
Equations:
Theory,
Technique,
and
Practice
by
George
Simmons,
Steven
Krantz.
McGraw-Hill
NY.
2007.
1st
Edition.
Section
:
Chapter
7.
Laplace
Transforms.
Section
7.5
The
Unit
Step
and
Impulse
Functions.
Page
303
Problem
number
:
7(c)
Date
solved
:
Monday, January 27, 2025 at 03:45:12 PM
CAS
classification
:
[[_linear, `class A`]]
Using Laplace method With initial conditions
✓ Solution by Maple
Time used: 0.654 (sec). Leaf size: 47
dsolve([L*diff(i(t),t)+R*i(t)=E__0*sin(omega*t),i(0) = 0],i(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.086 (sec). Leaf size: 47
DSolve[{L*D[i[t],t]+R*i[t]==E0*Sin[\[Omega]*t],{i[0]==0}},i[t],t,IncludeSingularSolutions -> True]