General Solution for yy'' = 2y'^2 in Differential Equations

Click For Summary

Homework Help Overview

The discussion revolves around finding the general solution to the ordinary differential equation (ODE) given by yy'' = 2y'^2. Participants explore various methods and approaches to tackle the problem, expressing uncertainty about the separability of the equation and the integration techniques involved.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the potential for separating variables and integrating the equation. Some express confusion about the notation and the steps taken to rearrange the equation, while others suggest dividing by y(y')^2 to facilitate integration. There are attempts to clarify the implications of certain algebraic manipulations and the assumptions made during the process.

Discussion Status

The discussion is ongoing, with various approaches being explored. Some participants have provided guidance on integrating the equation and transforming it into a more manageable form. There is recognition of the challenges posed by the problem, and participants are actively engaging in clarifying concepts and addressing misunderstandings.

Contextual Notes

Participants note the importance of not assuming stationary points or zeros when dividing by y(y')^2, as this could lead to overlooking particular solutions. The discussion highlights the complexity of the problem compared to typical examples encountered in similar contexts.

TheFerruccio
Messages
216
Reaction score
0

Homework Statement



Find the general solution to the following ODE.

Homework Equations



[tex]yy'' = 2y'^2[/tex]

The Attempt at a Solution



I am not sure how to approach this, but I get the sense that it must, somehow, be separable. I switched variables around in attempt to figure something out, but I got nowhere. I am clearly not seeing something that should be obvious. I should have been able to solve this thing years ago with no problem.

[tex]\frac{yy''}{y'} = 2y'[/tex]

But, the [tex]y'[/tex] is still on both sides.

I then tried doing the [tex]\frac{dy}{dx}[/tex] form as it's easier to see.

[tex]\frac{yy''}{\frac{dy}{dx}} = 2\frac{dy}{dx}[/tex]

I still feel like I am getting nowhere.
 
Physics news on Phys.org
You know you can directly integrate an expression like:

[tex]f(y')y''[/tex]

right? That's just:

[tex]f(y')dy'[/tex]

then integrate.

So what happens if you divide both sides of your DE by [itex]y(y')^2[/itex]? Still not quite right? How about then if you next just multiply both sides by [itex]y'[/itex]. Shouldn't that get differentials on both sides?
 
jackmell said:
You know you can directly integrate an expression like:

[tex]f(y')y''[/tex]

right? That's just:

[tex]f(y')dy'[/tex]

then integrate.

So what happens if you divide both sides of your DE by [itex]y(y')^2[/itex]? Still not quite right? How about then if you next just multiply both sides by [itex]y'[/itex]. Shouldn't that get differentials on both sides?
I'm confused. How did you get the equation into the [tex]f(y')[/tex] notation?

I'll put it in full notation to better highlight my confusion.

[tex]y\frac{d^2y}{dx^2} = 2(\frac{dy}{dx})^2[/tex]

In your notation, if you are integrating with the differential being [tex]dy[/tex], where did the [tex]dx[/tex] term go?

I tried rearranging as you said, and I ended up with:

[tex]y'' = \frac{2y'^2}{y}[/tex]

I don't see anywhere to go from here. Maybe the answer lies in the first part of the post. There is definitely a basic thing that I am not understanding that this problem is highlighting.
Thanks for the help.
 
I still have not been able to figure this out. It does not seem separable at all to me.
 
Try a solution of the form:
[tex] y=x^{n}[/tex]
then you have an algebraic equation to solve for n. This is as far as I have hot with the problem.
 
Divide the original equation by yy' to get

[tex]\frac{y''}{y'} = 2\frac{y'}{y}[/tex]

You can integrate both sides of that.
 
If I put it into that form, I get...

[tex]\int\frac{1}{y'}y'' = 2\int\frac{1}{y}y'[/tex]

Integrating out, I (I think) get:

[tex]\ln(y') + c_1 = 2\ln(y) + c_2[/tex]

Putting that as an exponential, I get:

[tex]e^{\ln(y')+c_1} = e^{2\ln(y) + c_2}[/tex]

This gets me...

[tex]c_1y' = c_2y[/tex]

I *think* I'm still running into some algebra problems. I should be coming up with something in terms of x, though maybe it's just late and I'm missing some more algebra. Sorry about this mess.
 
TheFerruccio said:
If I put it into that form, I get...

[tex]\int\frac{1}{y'}y'' = 2\int\frac{1}{y}y'[/tex]

Integrating out, I (I think) get:

[tex]\ln(y') + c_1 = 2\ln(y) + c_2[/tex]

That's very good. Combine the constants and obtain:

[tex]\ln y'=\ln y^2+c[/tex]

or:

[tex]\ln\left(\frac{y'}{y^2}\right)=c[/tex]

Take exponents, still an arbitrary constant on the right. Now you can separate variables right?
 
jackmell said:
That's very good. Combine the constants and obtain:

[tex]\ln y'=\ln y^2+c[/tex]

or:

[tex]\ln\left(\frac{y'}{y^2})=c[/tex]

Take exponents, still an arbitrary constant on the right. Now you can separate variables right?

That would be...

[tex]e^{\ln\frac{y'}{y^2}} = e^{c_1}[/tex]

[tex]\frac{y'}{y^2} = c_1[/tex]

[tex]\int\frac{dy}{y^2} = \intc_1dx[/tex]
[tex]-\frac{1}{y} = c_1x + c_2[/tex]

I can take out the negative, stick it in the constant.[tex]y = \frac{1}{c_1x+c_2}[/tex]

I *think* that's the answer.
 
  • #10
It's easy enough to check. Try plugging it back into the original differential equation and seeing it works.
 
  • #11
TheFerruccio said:
I *think* that's the answer.

Hey, remember when we divided by [itex]y(y')^2[/itex] up there? What are the ramifications of this step?
 
  • #12
That you're not assuming any stationary points or zeros.
 
  • #13
jackmell said:
Hey, remember when we divided by [itex]y(y')^2[/itex] up there? What are the ramifications of this step?

I'm not entirely sure. In fact, that is the step that confuses me the most. I realize what it does algebraically, but I don't see how it was seen that that was what was needed to be done.
 
  • #14
It's because you can always integrate something of the form fn(x)f'(x) using the substitution u=f(x):

[tex]\int f^n(x) f'(x)\,dx = \left\{\begin{array}{lr}\frac{f^{n+1}(x)}{n+1}+c & \textrm{ when }n \ne -1 \\ \log|f(x)|+c & \textrm{ when } n = -1 \end{array}\right.[/tex]

By dividing by y'y, you turned both sides of the equation into that form.
 
Last edited:
  • #15
The equation does not contain the argument [itex]x[/itex] explicitly. You can decrease the order by making the parametric substitution:

[tex] p \equiv y'[/tex]

Then:

[tex] y'' = \frac{d y'}{d x} = \frac{d y'}{d y} \frac{d y}{d x} = y' \, \frac{d y'}{d y} = p \frac{d p}{d y}[/tex]
 
  • #16
Thanks for the help, everyone. I understand the concepts a little bit better. I think the basic separable differential equations have been the hardest for me, because the algebra involved seems to vary the most.
 
  • #17
This question was harder then the usual ones I have seen. Don't be too disheartened.
 
  • #18
hunt_mat said:
That you're not assuming any stationary points or zeros.

No. You're assuming [itex]y(y')^2 \ne 0[/itex]. Otherwise y=0 or y'=0 or that y=k is a solution which is obvious by inspection since they're all derivatives in the DE. And in this case, y=k happens to be a particular case of the general solution we found. However, there are DEs which have "singular" solutions which are not a particular case of the general solution and this mechanism, that division thing, is one way to find them.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
Replies
3
Views
2K
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
6
Views
2K