Internal
problem
ID
[10318] Book
:
First
order
enumerated
odes Section
:
section
1 Problem
number
:
60 Date
solved
:
Thursday, November 27, 2025 at 10:33:28 AM CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
Solved using first_order_ode_dAlembert
Time used: 0.154 (sec)
Solve
\begin{align*}
y^{\prime }&=\sqrt {1+6 x +y} \\
\end{align*}
Let \(p=y^{\prime }\) the ode becomes
\begin{align*} p = \sqrt {1+6 x +y} \end{align*}
Solving for \(y\) from the above results in
\begin{align*}
\tag{1} y &= p^{2}-6 x -1 \\
\end{align*}
This has the form
\begin{align*} y=x f(p)+g(p)\tag {*} \end{align*}
Where \(f,g\) are functions of \(p=y'(x)\). The above ode is dAlembert ode which is now solved.
This ODE is now solved for \(p \left (x \right )\).
No inversion is needed.
Integrating gives
\begin{align*} \int \frac {2 p}{p +6}d p &= dx\\ 2 p -12 \ln \left (p +6\right )&= x +c_1 \end{align*}
Singular solutions are found by solving
\begin{align*} \frac {p +6}{2 p}&= 0 \end{align*}
for \(p \left (x \right )\). This is because we had to divide by this in the above step. This gives the following singular
solution(s), which also have to satisfy the given ODE.
\begin{align*} p \left (x \right ) = -6 \end{align*}
Substituing the above solution for \(p\) in (2A) gives
\begin{align*}
y &= {\left (-6 \operatorname {LambertW}\left (-\frac {{\mathrm e}^{-\frac {c_1}{12}-\frac {x}{12}-1}}{6}\right )-6\right )}^{2}-6 x -1 \\
y &= -6 x +35 \\
\end{align*}
The solution
\[
y = -6 x +35
\]
was found not to satisfy the ode or
the IC. Hence it is removed.
The next step is to determine the canonical coordinates \(R,S\). The canonical
coordinates map \(\left ( x,y\right ) \to \left ( R,S \right )\) where \(\left ( R,S \right )\) are the canonical coordinates which make the original ode become a
quadrature and hence solved by integration.
The characteristic pde which is used to find the canonical coordinates is
The above comes from the requirements that \(\left ( \xi \frac {\partial }{\partial x} + \eta \frac {\partial }{\partial y}\right ) S(x,y) = 1\). Starting with the first pair of ode’s in (1) gives an
ode to solve for the independent variable \(R\) in the canonical coordinates, where \(S(R)\). Therefore
\begin{align*} S &= \int { \frac {dx}{T}}\\ &= x \end{align*}
Where the constant of integration is set to zero as we just need one solution. Now that \(R,S\)
are found, we need to setup the ode in these coordinates. This is done by evaluating
We now need to express the RHS as function of \(R\) only. This is done by solving for \(x,y\) in terms of \(R,S\) from
the result obtained earlier and simplifying. This gives
The above is a quadrature ode. This is the whole point of Lie symmetry method. It converts an
ode, no matter how complicated it is, to one that can be solved by integration when the ode is in
the canonical coordiates \(R,S\).
Since the ode has the form \(\frac {d}{d R}S \left (R \right )=f(R)\), then we only need to integrate \(f(R)\).
\[
x -2 \sqrt {1+6 x +y}+6 \ln \left (6+\sqrt {1+6 x +y}\right )-6 \ln \left (-6+\sqrt {1+6 x +y}\right )+6 \ln \left (-35+y+6 x \right )-c_1 = 0
\]
Maple trace
Methodsfor first order ODEs:---Trying classification methods ---tryinghomogeneous types:tryinghomogeneous C1storder, trying the canonical coordinates of the invariance group-> Calling odsolve with the ODE, diff(y(x),x) = -6, y(x)*** Sublevel 2 ***Methods for first order ODEs:--- Trying classification methods ---trying a quadraturetrying 1st order linear<- 1st order linear successful<-1st order, canonical coordinates successful<-homogeneous successful