How Can I Solve the ODE y' = x^2 + y^2?

  • Thread starter Thread starter Benny
  • Start date Start date
  • Tags Tags
    Ode
AI Thread Summary
The discussion centers around solving the ordinary differential equation (ODE) y' = x^2 + y^2. Participants clarify that y is a function of x, and suggest that Picard's iteration could provide a solution if initial conditions are given. It is identified as a specific form of the Riccati Equation, leading to a substitution that transforms it into a solvable form. The recommended approach includes using power series and numerical methods for verification. Overall, the conversation emphasizes the need for a structured method to tackle this type of ODE.
Benny
Messages
577
Reaction score
0
Hi I'm just wondering if there is a way to solve the ODE: y' = x^2 + y^2. I've skimmed through my book and I haven't found a way to do this. Any help appreciated.
 
Physics news on Phys.org
i suppose that y' = \frac{dy}{dx} ?


Is x function of y ? is y function of x ? Or both x and y function of some other argument ?

Your are going to need to be a bit more specific here


marlon
 
I think if we are provided with initial conditions Picard's iteration can come up with the required answer.
 
I found this question while I was going through some exam papers yesterday. I'm pretty sure that in this question y is a function of x, or at least that's what the question seems to imply. I was just curious as to whether there is a standard way to solve a question like that.
 
Benny said:
Hi I'm just wondering if there is a way to solve the ODE: y' = x^2 + y^2. I've skimmed through my book and I haven't found a way to do this. Any help appreciated.

Hey Benny, you got this? It's a particular form of the Riccati Equation right?

y^{'}+Q(x)y+R(x)y^2=P(x)

so yours is:

y^{'}-y^2=x^2

Thus make the substitution:

y=\frac{u^{'}}{-u}

Turn the crank and get:

u^{''}-x^2u=0

Then solve via power series, then take the derivative, form the quotient, then a plot. Put it all into Mathematica and back-substitute to make sure it's correct, then compare with numerical results. Or just do what you want. :smile:
 
Thanks for your response Saltydog. I haven't seen this type of equation before and I've done only very basic DE questions with series, most of which I've forgotten by now, so it'll be a while(ie. during my 2 week break which starts next week) until I have a look at series solutions again and try to get this one out.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top