First Oder Differential Equations

ambanks04
Messages
1
Reaction score
0

Homework Statement


Solve the DE subject to y(1)=0. Forconvenience let k=v_r/v_s.

First let me apologize for the way it is written but I don't know how to use software like other on other posts I see.



Homework Equations


(dy/dx)= (v_s*y - v_r*sqrt(x^2+y^2)) / (v_s*x)

this may be more visual

dy v_s*y - v_r*sqrt(x^2+y2)
--=--------------------------
dx v_s*x


The Attempt at a Solution


I have about ten steps where I try to solve this problem. It is from the textbook :A First Course in Differential Equations" by Dennis Zill in section 3.2 #27. I think it is a seperable equation but I cannot get it to a form where I can solve the intial value problem. It is a horrible feeling to be stuck on the algebra of all things. Help is appreiciated. I need to learn how to do this so I can pass the midterm.
 
Physics news on Phys.org
ambanks04 said:

Homework Equations


(dy/dx)= (v_s*y - v_r*sqrt(x^2+y^2)) / (v_s*x)

.


Keep in mind the term:

\sqrt{x^2+y^2}

is homogeneous of degree 1. The other terms are also homogeneous of degree 1. Also, we use the Latex programming language to format math. You can press the Quote button to see the various constructs enclosed in tex brackets.
 
So you have a differential equation of the form:
<br /> \frac{dy}{dx}=\frac{ay-b\sqrt{x^{2}+y^{2}}}{ay}<br />
I would think about making the substitution:
<br /> y(x)=xv(x)<br />
and see where that leads you.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top