Differential Equations: Picard's Existence Theorem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 5K views
mattst88
Messages
28
Reaction score
0

Homework Statement



[tex]y y\prime = 3[/tex]
[tex]y(2) = 0[/tex]

Homework Equations



Solve and find two different solutions.

The Attempt at a Solution



[tex]F = \frac{3}{y}[/tex]
[tex]\frac{\partial F}{\partial y} = \frac{-3}{y^2}[/tex]

Where do I go from here?
 
Physics news on Phys.org
Hey.
The problem is a so called separable diff. equation, so write it as
[tex]dy=\frac{3}{y}dx,y'(x)=\frac{dy}{dx}[/tex]
and integrate on both sides.
I think you now can proceed by yourself.
 
mattst88 said:

Homework Statement



[tex]y y\prime = 3[/tex]
[tex]y(2) = 0[/tex]

Homework Equations



Solve and find two different solutions.

The Attempt at a Solution



[tex]F = \frac{3}{y}[/tex]
[tex]\frac{\partial F}{\partial y} = \frac{-3}{y^2}[/tex]

Where do I go from here?
Where did you get those? What is F?
It should be easy to write
[tex]y\frac{dy}{dt}= 3[/itex]<br /> so <br /> [tex]ydy= 3dt[/itex] <br /> That's basically what eys_physics said.[/tex][/tex]
 
Thanks guys.

That problem was so simple. I can't believe I didn't see how to do it. ;)
 
To find one solution:
[tex]\int y dy = \int 3 dx[/tex]
[tex]y^2 = 6x + C[/tex]
[tex]y = \pm \sqrt{6x + C}[/tex]

So given y(2) = 0 I find that C = -12.

So my two solutions are
[tex]y = \sqrt{6x + C}[/tex]
[tex]y = - \sqrt{6x + C}[/tex]

Right?
 
Last edited: