To find singular solution of the differential equation $$(y')^2-3xy'+y^2=0$$ I find its $p $-discriminant as $$y=\pm \frac {3}{2}x $$ but none of the factor satisfies differential equation. How to find its singular solution? Thank you .
2026-02-23 08:32:58.1771835578
Singular solution of the differential equation $(y')^2-3xy'+y^2=0$.
289 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ORDINARY-DIFFERENTIAL-EQUATIONS
- The Runge-Kutta method for a system of equations
- Analytical solution of a nonlinear ordinary differential equation
- Stability of system of ordinary nonlinear differential equations
- Maximal interval of existence of the IVP
- Power series solution of $y''+e^xy' - y=0$
- Change of variables in a differential equation
- Dimension of solution space of homogeneous differential equation, proof
- Solve the initial value problem $x^2y'+y(x-y)=0$
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Derive an equation with Faraday's law
Related Questions in SINGULAR-SOLUTION
- Solution by differential equation by Clairaut Form
- How do I find the singular solution of the differential equation $y' = \frac{y^2 + 1}{xy + y}$?
- Determine the general and singular solution
- Singular solution of profiles equidistant from parabola
- Clairaut's equation: Find the general solution of $x^2 (y-xy') =y(y') ^2$ if the singular solution doesn't exist.
- Can a first order homogeneous ODE have singular solution(s) (free of a constant)
- Significance of the term "general" in a general solution of the ODE.
- Singular solution of $y^2(y - xp) = x^4p^2$
- Why don't linear differential equations have any singular solutions?
- Euler (equidimensional) equation question
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Your equation has one clear singular solution which is $y(x) = 0$. It may also have other singular solutions, but if it does these are not so easy to find. You are correct to use the $p$-discriminant method, but in general solving via this method doesn't give singular solutions, only the locus of points in the curve $f(x,y,p) = 0$ which have constant $p$ (in your case, $f(x,y,p) := p^2-3xp+y^2$). So you shouldn't expect the $p-$discriminant that you found to solve the equation.
Based on my understanding from here, if you want to construct all singular solutions it's necessary to find both the $p$- and $c$-discriminants of your equation. This would require finding the general solution of your equation $\phi(x,y,c)$ in terms of integration constant $c$ to be able to find the $c$-discriminant. I spent a while trying to solve your equation and I couldn't find a general solution, and I also put it into Mathematica which doesn't know how to solve it either. I was surprised Mathematica didn't know, I guess the equation itself looks deceptively simple.
Here is my calculation of the $p-$discriminant, based on the analysis here. First $$\frac{\partial f}{\partial p} = 2p - 3x=0.$$ Then $$2 f - p \frac{\partial f}{\partial p} = 2 y^2 - 3 x p = 0\qquad\implies\qquad p = \frac{2 y^2}{3x}.$$Now substitute back into $f(x,y,p) = 0$ to find that $$\psi(x,y):=y^2 \left(\frac{4 y^2}{9 x^2}-1\right) = 0.$$ I believe that this $\psi(x,y)$ is the $p$-discriminant. I think importantly, this method avoids dividing by $y$ in coming to the solution, and we see that $y=0$ turns out to be a singular solution here, so we don't want to divide by $y$ while solving the system to arrive at the form for $\psi(x,y)$.
Then setting $\psi(x,y)$ to zero gives two solutions to the $p$-discriminant equation; the first one is $y(x) = 0$, and the second is $y(x)^2=\frac{9}{4}x^2$. This gives $|y(x)| = \pm \frac{3}{2} |x|$, which is almost what you have. But as I said, I think it's fine that this doesn't solve $f(x,y,y') = 0$.
Out of interest, where does this equation come from? Is it from some research problem, or from a course on differential equations?