Internal
problem
ID
[1698]
Book
:
Elementary
differential
equations
with
boundary
value
problems.
William
F.
Trench.
Brooks/Cole
2001
Section
:
Chapter
2,
First
order
equations.
Exact
equations.
Section
2.5
Page
79
Problem
number
:
19
Date
solved
:
Monday, January 27, 2025 at 05:30:41 AM
CAS
classification
:
[_exact, [_1st_order, `_with_symmetry_[F(x),G(x)]`], [_Abel, `2nd type`, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 1.013 (sec). Leaf size: 32
dsolve([(-4*y(x)*cos(x)+4*sin(x)*cos(x)+sec(x)^2)+(4*y(x)-4*sin(x))*diff(y(x),x)=0,y(1/4*Pi) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 6.517 (sec). Leaf size: 38
DSolve[{(-4*y[x]*Cos[x]+4*Sin[x]*Cos[x]+Sec[x]^2)+(4*y[x]-4*Sin[x])*D[y[x],x]==0,y[Pi/4]==0},y[x],x,IncludeSingularSolutions -> True]