My teacher gave me a "bonus" assignment the other day, and I've been racking my brain trying to solve it. Here it is:
So far I've figured that I should substitutefor
, thus giving me
, but from there I'm kind of lost. Any ideas?
Printable View
My teacher gave me a "bonus" assignment the other day, and I've been racking my brain trying to solve it. Here it is:
So far I've figured that I should substitutefor
, thus giving me
, but from there I'm kind of lost. Any ideas?
I'm sorry, my knowledge of differential equations in itself is quite shaky, but how would that help me? If I get what you're saying, is it that I get
?
If that's the case, are you suggesting I could substitute u(x) forinstead?
The substitutiondoes render the equation separable (the original DE is homogeneous). The problem is, the resulting integral in
is horrendous. I suppose you could say, at that point, that you've "reduced the DE to quadratures", but if your professor is looking for a closed-form solution, that won't do.
The substitutionis much better. You have to translate the DE over to the
domain:
Solve this forand plug everything into the DE. A few things should cancel, leaving you with a much nicer separable equation.
Very cute problem, by the way! Thanks for posting!
Thanks for the help. I'm trying it out right now, doing all the steps myself to see if I get it.
I just did the integral using Akbeet's method as well as using the homogeneous method and I'd rate them to be about the same level of difficulty.
For the "connoisseurs" out there, the homogeneous solution includes a nice little integral:
which I haven't seen done in a long time. (it's not particularly hard to do, just a nice little piece of work.)
-Dan
OK, so I've gotten somewhere. Now I'm stuck on the actual separable differential equation.
I have
which leads me to
but that approach seems to give me a completely different solution from what Wolfram Alpha gives me when I feed it the equation. So I figure I must be doing something wrong, since Wolfram Alpha's solution also seems more in tune with the final solution of the problem.
Your first equation is correct. Your second is incorrect.
OK, so I've hit one last roadblock and it's mighty frustrating. In the end I get
and Wolfram Alpha gives the solution
Which is basically the same thing with - instead of +. Should I show you step by step what I am doing? This is driving me nuts.
No, WolframAlpha is not giving you that solution, it's giving you this solution. Notice that the x and y in the WolframAlpha solution are flipped from what you have. Because the left-most logarithm is squared, the change in sign goes unnoticed. That, of course, doesn't happen with the second term.
I'm saying your solution is correct.
Incidentally, you could, if you wanted to, use the quadratic formula on log(x/y) and then solve for y. You get a multi-valued "function" then, but it is an explicit formula for y, which is nice.
Ah, can't believe I missed that. Thanks a million for the help on this one! I'll be sure to include the explicit formula for y just to be on the safe side. You've been most helpful! =)
You're very welcome! Have a good one!