1.528 problem 531

1.528.1 Maple step by step solution

Internal problem ID [8865]
Internal file name [OUTPUT/7800_Monday_June_06_2022_12_25_32_AM_92580143/index.tex]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 1, linear first order
Problem number: 531.
ODE order: 1.
ODE degree: 2.

The type(s) of ODE detected by this program : "unknown"

Maple gives the following as the ode type

[`y=_G(x,y')`]

Unable to solve or complete the solution.

\[ \boxed {{y^{\prime }}^{2}-\left (y^{4}+x y^{2}+x^{2}\right ) {y^{\prime }}^{2}+\left (y^{6} x +x^{2} y^{4}+y^{2} x^{3}\right ) y^{\prime }-x^{3} y^{6}=0} \] Solving the given ode for \(y^{\prime }\) results in \(2\) differential equations to solve. Each one of these will generate a solution. The equations generated are \begin {align*} y^{\prime }&=\frac {\left (y^{4}+x y^{2}+x^{2}+\sqrt {y^{8}-2 y^{6} x -x^{2} y^{4}-2 y^{2} x^{3}+x^{4}+4 x y^{2}}\right ) y^{2} x}{2 y^{4}+2 x y^{2}+2 x^{2}-2} \tag {1} \\ y^{\prime }&=\frac {\left (y^{4}+x y^{2}+x^{2}-\sqrt {y^{8}-2 y^{6} x -x^{2} y^{4}-2 y^{2} x^{3}+x^{4}+4 x y^{2}}\right ) y^{2} x}{2 y^{4}+2 x y^{2}+2 x^{2}-2} \tag {2} \end {align*}

Now each one of the above ODE is solved.

Solving equation (1)

Unable to determine ODE type.

Unable to determine ODE type.

Solving equation (2)

Unable to determine ODE type.

Unable to determine ODE type.

1.528.1 Maple step by step solution

\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & {y^{\prime }}^{2}-\left (y^{4}+x y^{2}+x^{2}\right ) {y^{\prime }}^{2}+\left (y^{6} x +x^{2} y^{4}+y^{2} x^{3}\right ) y^{\prime }-x^{3} y^{6}=0 \\ \bullet & {} & \textrm {Highest derivative means the order of the ODE is}\hspace {3pt} 1 \\ {} & {} & y^{\prime } \\ \bullet & {} & \textrm {Solve for the highest derivative}\hspace {3pt} \\ {} & {} & \left [y^{\prime }=\frac {\left (y^{4}+x y^{2}+x^{2}-\sqrt {y^{8}-2 y^{6} x -x^{2} y^{4}-2 y^{2} x^{3}+x^{4}+4 x y^{2}}\right ) y^{2} x}{2 \left (y^{4}+x y^{2}+x^{2}-1\right )}, y^{\prime }=\frac {\left (y^{4}+x y^{2}+x^{2}+\sqrt {y^{8}-2 y^{6} x -x^{2} y^{4}-2 y^{2} x^{3}+x^{4}+4 x y^{2}}\right ) y^{2} x}{2 \left (y^{4}+x y^{2}+x^{2}-1\right )}\right ] \\ \bullet & {} & \textrm {Solve the equation}\hspace {3pt} y^{\prime }=\frac {\left (y^{4}+x y^{2}+x^{2}-\sqrt {y^{8}-2 y^{6} x -x^{2} y^{4}-2 y^{2} x^{3}+x^{4}+4 x y^{2}}\right ) y^{2} x}{2 \left (y^{4}+x y^{2}+x^{2}-1\right )} \\ \bullet & {} & \textrm {Solve the equation}\hspace {3pt} y^{\prime }=\frac {\left (y^{4}+x y^{2}+x^{2}+\sqrt {y^{8}-2 y^{6} x -x^{2} y^{4}-2 y^{2} x^{3}+x^{4}+4 x y^{2}}\right ) y^{2} x}{2 \left (y^{4}+x y^{2}+x^{2}-1\right )} \\ \bullet & {} & \textrm {Set of solutions}\hspace {3pt} \\ {} & {} & \left \{\mathit {workingODE} , \mathit {workingODE}\right \} \end {array} \]

Maple trace

`Methods for first order ODEs: 
-> Solving 1st order ODE of high degree, 1st attempt 
trying 1st order WeierstrassP solution for high degree ODE 
trying 1st order WeierstrassPPrime solution for high degree ODE 
trying 1st order JacobiSN solution for high degree ODE 
trying 1st order ODE linearizable_by_differentiation 
trying differential order: 1; missing variables 
trying simple symmetries for implicit equations 
Successful isolation of dy/dx: 2 solutions were found. Trying to solve each resulting ODE. 
   *** Sublevel 2 *** 
   Methods for first order ODEs: 
   --- Trying classification methods --- 
   trying homogeneous types: 
   trying exact 
   Looking for potential symmetries 
   trying an equivalence to an Abel ODE 
   trying 1st order ODE linearizable_by_differentiation 
-> Solving 1st order ODE of high degree, Lie methods, 1st trial 
`, `-> Computing symmetries using: way = 3 
`, `-> Computing symmetries using: way = 4 
`, `-> Computing symmetries using: way = 2 
`, `-> Computing symmetries using: way = 2 
-> Solving 1st order ODE of high degree, 2nd attempt. Trying parametric methods 
trying dAlembert 
-> Solving 1st order ODE of high degree, Lie methods, 2nd trial 
`, `-> Computing symmetries using: way = 4 
`, `-> Computing symmetries using: way = 5 
`, `-> Computing symmetries using: way = 5`
 

Solution by Maple

dsolve(diff(y(x),x)^2-(y(x)^4+x*y(x)^2+x^2)*diff(y(x),x)^2+(x*y(x)^6+x^2*y(x)^4+x^3*y(x)^2)*diff(y(x),x)-x^3*y(x)^6=0,y(x), singsol=all)
 

\[ \text {No solution found} \]

Solution by Mathematica

Time used: 0.0 (sec). Leaf size: 0

DSolve[-(x^3*y[x]^6) + (x^3*y[x]^2 + x^2*y[x]^4 + x*y[x]^6)*y'[x] + y'[x]^2 - (x^2 + x*y[x]^2 + y[x]^4)*y'[x]^2==0,y[x],x,IncludeSingularSolutions -> True]
 

Not solved