Internal
problem
ID
[13711]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
5,
Trivial
differential
equations.
Exercises
page
33
Problem
number
:
5.4
(iii)
Date
solved
:
Tuesday, January 28, 2025 at 05:55:47 AM
CAS
classification
:
[_quadrature]
With initial conditions
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 13
dsolve([diff(x(t),t)=2*sin(t)^2,x(1/4*Pi) = 1/4*Pi],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.006 (sec). Leaf size: 29
DSolve[{D[x[t],t]==2*Sin[t]^2,{x[Pi/4]==Pi/4}},x[t],t,IncludeSingularSolutions -> True]