Internal
problem
ID
[8860]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
3.0
Problem
number
:
2
Date
solved
:
Monday, January 27, 2025 at 05:07:18 PM
CAS
classification
:
[_quadrature]
With initial conditions
✓ Solution by Maple
Time used: 1.025 (sec). Leaf size: 65
dsolve([diff(w(z),z) = -1/2 - sqrt(1/4 - 3*w(z)),w(1) = -1],w(z), singsol=all)
✓ Solution by Mathematica
Time used: 11.723 (sec). Leaf size: 105
DSolve[{D[w[z],z] == -1/2 - Sqrt[1/4 - 3*w[z]],{w[1] == -1}},w[z],z,IncludeSingularSolutions -> True]