Solve ODE with Trig: xy'=y+3x^2cos^2(y/x)

  • Thread starter Thread starter asdf1
  • Start date Start date
  • Tags Tags
    Trig
AI Thread Summary
To solve the ODE xy' = y + 3x^2cos^2(y/x) with the initial condition y(0) = π/2, a substitution of y = vx is suggested to simplify the equation. Dividing both sides by x helps isolate y' and reveals the potential for the substitution. For beginners in ODEs, it's recommended to recognize common forms like separable, first-order linear, or homogeneous equations, as this can guide the solving process. However, as one progresses, identifying the type of ODE during exams can become challenging, especially with tricky questions. Continuous practice is emphasized as essential for mastering these concepts in differential equations.
asdf1
Messages
734
Reaction score
0
for this O.D.E.
xy` = y + 3(x^2)[cos^2(y/x)], y(0)=pi/2
how do you work this out?
 
Last edited:
Physics news on Phys.org
substitute y=vx
 
Divide both sides by x first. That will make it easier to see why GCT's substitution works.
 
i think I'm having trouble with when are you supposed to make that kind of substitution...
@@a
 
Did you do what Benny said? That would give:

xy' = y + 3x^2 \cos ^2 \left( {\frac{y}{x}} \right) \Leftrightarrow y' = \frac{y}{x} + 3x\cos ^2 \left( {\frac{y}{x}} \right)

That should make it more clear to see the possible substitution of y/x.
 
yes... but probably I'm not good with numbers, because i still wouldn't think of using that substitution in the first place... I'm not sharp~
 
The y/x in the cos should ring a bell, as well as the factor x before the y'. To get the y' isolated, dividing by x makes another y/x of the first term on the RHS (the y).

It's a bit looking and trying :smile:
 
Ok if you find it to be slightly difficult to 'see' the kinds of manipulation are required then the following might help. If you've just started ODEs then it's unlikely that that you will be dealing with a large variety of DEs. The first few types that you usually learn are separable, first order linear and homogeneous (some textbooks call a whole bunch of different DEs homogeneous but don't worry too much about that if you're just starting out). So basically try to write the DE in the standard first order linear form. If you can't then try to separate variables. Can't do that? The chances are that it's homogeneous. It doesn't matter if it doesn't look homogeneous, just make the substitution y = vx and the algebra will sort itself out.

The above 'advice' only really helps if you've just started doing DEs. It tends to become a little impractical to deduce the form of the DE during an exam situation once you start learning more ODEs. This is especially true when the assignment/test/exam setter decides to be tricky and put in a question which is neither linear, separable or homogeneous. It happened on my last assignment. By the way, there's no need to be so humble about your abilities. These questions become quite easy (in general) once you've done a lot of them. A trap is to just watch someone else do the question and not do any yourself. The difference between my math and physics scores illustrates this point. ;)

Edit: Perhaps you could fill us in on the material that you've covered. Sometimes you might just come across questions that you can't do because you've never seen questions of that type before.
 
Last edited:
hmm... you're right! I'm starting D.E's... I'm studying O.D.E's on my own, because i think it's a very important application in science~
right now, I'm looking at engineering mathematics by kreygzig, and having a little trouble trying to understand~
@@
 
  • #10
thank you very much! :)
 
Back
Top