Internal
problem
ID
[6660]
Book
:
Schaums
Outline.
Theory
and
problems
of
Differential
Equations,
1st
edition.
Frank
Ayres.
McGraw
Hill
1952
Section
:
Chapter
6.
Equations
of
first
order
and
first
degree
(Linear
equations).
Supplemetary
problems.
Page
39
Problem
number
:
22
(b)
Date
solved
:
Monday, January 27, 2025 at 02:18:21 PM
CAS
classification
:
[[_linear, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.018 (sec). Leaf size: 43
dsolve([L*diff(i(t),t)+R*i(t)=E*sin(2*t),i(0) = 0],i(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.063 (sec). Leaf size: 49
DSolve[{L*D[i[t],t]+R*i[t]==e*Sin[2*t],{i[0]==0}},i[t],t,IncludeSingularSolutions -> True]