Solving a Nonlinear Differential Equation: y'' + (y')^2 = 1

Click For Summary

Homework Help Overview

The discussion revolves around solving a nonlinear differential equation of the form y'' + (y')^2 = 1, which is presented in a specific context involving transformations and integration techniques.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants explore various methods for solving the equation, including the use of substitution (letting dy/dt = v) and integration techniques. Some participants question the validity of integrating different variables simultaneously and suggest alternative methods like separation of variables. Others discuss the implications of recognizing the equation's structure for simplification.

Discussion Status

The discussion is active, with participants providing feedback on each other's attempts and clarifying misunderstandings. Some guidance has been offered regarding integration methods and the recognition of constants in solutions, while multiple interpretations of the problem are being explored.

Contextual Notes

Participants note potential errors in integration steps and the importance of maintaining consistency in variable differentiation. There is also mention of the need for additional constants when integrating, reflecting the complexity of the problem.

Ed Aboud
Messages
200
Reaction score
0

Homework Statement



Solve

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

Homework Equations





The Attempt at a Solution



[tex]\frac{dy}{dt} = v[/tex]

[tex]\frac{d^2y}{dt^2} = v \frac{dv}{dy}[/tex]

[tex]yv \frac{dv}{dy} + v^2 =1[/tex]

[tex]\frac{dv}{dy} + \frac{v}{y} = \frac{1}{vy}[/tex]

[tex]I(y) = exp ( \int \frac{1}{y} dy)[/tex]

[tex]I(y) = y[/tex]

[tex]y \frac{dv}{dy} + v = \frac{1}{v}[/tex]

[tex]\frac{d}{dy} (vy) = \frac{1}{v}[/tex]

[tex]y= \frac{ln(v)}{v} + \frac{C}{v}[/tex]

Thanks.
 
Physics news on Phys.org
Hi Ed,
Ed Aboud said:
[tex]\frac{d}{dy} (vy) = \frac{1}{v}[/tex]

[tex]y= \frac{ln(v)}{v} + \frac{C}{v}[/tex]
This is where the error shows up: you are integrating one side with respect to y and the other with respect to v. Notice that your fourth line
[tex]\frac{dv}{dy} + \frac{v}{y} = \frac{1}{vy}[/tex]
is not of the form you would normally apply the integrating factor method you have used: the right-hand side should be a function of y only.

All is not lost, however. From your third line
[tex]yv \frac{dv}{dy} + v^2 =1[/tex]
you can instead use the method of separation of variables.
 
You are also taking rather of the long way around. The problem is much easier if you notice that your equation is
[tex] \frac{d^2 (y^2/2)}{dt^2} = 1[/tex]
 
Ok so here's my new attempt :

[tex]y v \frac{dv}{dy} + v^2 = 1[/tex]


[tex]y \frac{dv}{dy} + v = \frac{1}{v}[/tex]


[tex]y \frac{dv}{dy} = \frac{1 - v^2}{v}[/tex]


[tex]\int \frac{v}{1 - v^2} dv = \int \frac{1}{y} dy[/tex]

[tex]ln ( \frac{1}{ \sqrt{1 - v^2} }) = ln (y) + C[/tex]

[tex]y = exp(ln(\frac{1}{\sqrt{1 - v^2}}) + C )[/tex]

[tex]y = \frac{1}{\sqrt{1 - v^2}} . e^C[/tex]

[tex]y \sqrt{1 - v^2} = e^C[/tex]

I don't think I am getting anywhere with it.

Thanks for the help.
 
Sorry I'm not sure where you got
[tex] <br /> \frac{d^2 (y^2/2)}{dt^2} = 1<br /> [/tex]

from.
 
Ed Aboud said:
Sorry I'm not sure where you got
[tex] <br /> \frac{d^2 (y^2/2)}{dt^2} = 1<br /> [/tex]

from.

I differentiated y^2/2 twice with respect to t. (y^2/2)'=y*y'. (y*y')'=y*y''+(y')^2. Your equation is y*y''+(y')^2=1.
 
I see it now, thanks very much for your help!
 
Sorry for double-posting but now I'm having doubts if I'm doing the next integral right.

[tex]\frac{d^2}{dt^2} (\frac{1}{2} y^2) = 1[/tex]

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

[tex]\frac{d \alpha}{dt} = v[/tex]

[tex]\frac{dv}{dt} = 1[/tex]

[tex]v = t + C[/tex]

[tex]\frac{d \alpha}{dt} = t + C[/tex]

[tex]\alpha = \frac{1}{2} t^2 + Ct[/tex]

[tex]y^2 = t^2 + Ct[/tex]

[tex]y = \sqrt{t^2 + Ct}[/tex]

Correct?
 
Just integrate the first equation twice. The first time you get d(y^2/2)/dt=t+C. The second time you get y^2/2=t^2/2+Ct+D. So y^2=t^2+Ct+D. (I didn't multiply C and D by 2 since they are just constants anyway). So your answer is right. But you should have picked up another constant when you integrated dalpha/dt.
 
  • #10
Ed Aboud said:
Ok so here's my new attempt :

[tex]y v \frac{dv}{dy} + v^2 = 1[/tex][tex]y \frac{dv}{dy} + v = \frac{1}{v}[/tex][tex]y \frac{dv}{dy} = \frac{1 - v^2}{v}[/tex][tex]\int \frac{v}{1 - v^2} dv = \int \frac{1}{y} dy[/tex]

[tex]ln ( \frac{1}{ \sqrt{1 - v^2} }) = ln (y) + C[/tex]

[tex]y = exp(ln(\frac{1}{\sqrt{1 - v^2}}) + C )[/tex]

[tex]y = \frac{1}{\sqrt{1 - v^2}} . e^C[/tex]

[tex]y \sqrt{1 - v^2} = e^C[/tex]

I don't think I am getting anywhere with it.

Thanks for the help.
This wasn't wrong (although technically the C is -C). You can solve your last equation for v, which is dy/dt, and then separate variables again to finish the job (taking care to remember there are two square roots). Just a general note (Dick will go down the other track with you), you should expect two arbitrary constants in your solution.
 
  • #11
Cool, got it now.

Thanks again!
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
Replies
3
Views
2K
Replies
6
Views
2K
Replies
21
Views
2K
Replies
4
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
3
Views
2K
  • · Replies 20 ·
Replies
20
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K