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.
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Thread 'Trying to understand the logic behind adding vectors with an angle between them'
My initial calculation was to subtract V1 from V2 to show that from the perspective of the second aircraft the first one is -300km/h. So i checked with ChatGPT and it said I cant just subtract them because I have an angle between them. So I dont understand the reasoning of it. Like why should a velocity be dependent on an angle? I was thinking about how it would look like if the planes where parallel to each other, and then how it look like if one is turning away and I dont see it. Since...
Back
Top