Reducing 2nd order to 1st order type question

  • Thread starter Thread starter Shinjo
  • Start date Start date
  • Tags Tags
    2nd order Type
Shinjo
Messages
12
Reaction score
0
Help! I'm just starting this class and I have no idea what's going on. What I don't understand is, what answer are you supposed to give? My question says "Find the general solution and also the singular solution, if it exists". What the hell does that mean?


Can someone tell me if this is right?

Question: x(y')^2 - (2x + 3y)y' + 6y = 0

so let p = y'

xp^2 - (2x + 3y)p + 6y = 0
xp^2 - 2xp - 3yp + 6y = 0
-3yp + 6y = -xp^2 + 2xp
y = \frac{(-xp)(p-2)}{(-3)(p-2)}
y = \frac{xp}{3}

so then,

3y' = 3p = xp' + p
2p = xp'
2p = x \frac{dp}{dx}
\frac{dp}{p} = 2\frac{dx}{x}
\ln{P} = 2\ln{x} + \ln{C}
p = cx^2
y' = cx^2
y = cx^3 + b, where c and b are constants

and that's as far as I got...now what?
 
Last edited:
Physics news on Phys.org
Did you check your solution? Unless I'm making a mistake, plugging in that expression for y doesn't yield 0 on the LHS of the original equation.


As for "singular", I presume your professor is referring to the fact that one of the steps you take will not necessarily be valid... the singular solution corresponds to the case where that step is not legal.
 
hmm...I didn't plug in anything, but my lecture notes says plug in back to original equation so I think you're on to something. If you're talking about the step where I went from

y = (xp)/3, I moved the 3 to the LHS so it will be
3y = xp

then I differentiated both sides

3y' = xp' + p (product rule)
and since y' = p,
3p = xp' + p
 
I meant that y = c x^3 + b doesn't seem to work in the original differential equation.
 
Try solving
xp^2 - (2x + 3y)p + 6y = 0
for p using the quadratic equation. That will give two different differential equations for y.

One of them will be your 3y= xp which is a simple separable equation:
x\frac{dy}{dx}= 3y

and the other is even simpler!

I understand
"3y = xp
then I differentiated both sides
3y' = xp' + p (product rule)"

but I don't see WHY you would do that. The original 3y= xp is much simpler than 3p= xp'+ p.

Also differentiating again may introduce "extraneous solutions" which appears to be what happened to you.

And, by the way, your title was "Reducing 2nd order to 1st order type question " so it is very strange that you should take a 1st order d.e. and change it to 2nd order!
 
Last edited by a moderator:
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top