Internal
problem
ID
[6430]
Book
:
Engineering
Mathematics.
By
K.
A.
Stroud.
5th
edition.
Industrial
press
Inc.
NY.
2001
Section
:
Program
24.
First
order
differential
equations.
Further
problems
24.
page
1068
Problem
number
:
1
Date
solved
:
Monday, January 27, 2025 at 02:02:46 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 16
dsolve(x*(y(x)-3)*diff(y(x),x)=4*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 11.828 (sec). Leaf size: 94
DSolve[x*(y[x]-3)*D[y[x],x]==4*y[x],y[x],x,IncludeSingularSolutions -> True]