Internal
problem
ID
[7599]
Book
:
An
introduction
to
Ordinary
Differential
Equations.
Earl
A.
Coddington.
Dover.
NY
1961
Section
:
Chapter
1.6
Introduction–
Linear
equations
of
First
Order.
Page
41
Problem
number
:
5
Date
solved
:
Monday, January 27, 2025 at 03:07:05 PM
CAS
classification
:
[[_linear, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.027 (sec). Leaf size: 36
dsolve([L*diff(y(x),x)+R*y(x)=E*exp(I*omega*x),y(0) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.113 (sec). Leaf size: 43
DSolve[{L*D[y[x],x]+R*y[x]==E0*Exp[I*\[Omega]*x],{y[0]==0}},y[x],x,IncludeSingularSolutions -> True]