How Do I Solve This Differential Equation Involving y/x?

boris90
Messages
2
Reaction score
0
Hi all,

this is my first post here. I just registered today. I have a little problem: solving differential equations generally. Our professor at my college sent us some math problems for practice, because we're having a final exam at the end of January. Anyway, the first problem is solving a differential equation and I can't seem to remember how to solve it (step by step). I know the first one should be putting all y's on one side and all x's on the other side of the equation, then we should do the integration and so on.

My problem looks like this: y' = \frac{y}{x} + (\frac{y}{x})2 (whole fraction y/x is squared)

How do I solve this problem? I keep getting to a point where it is obvious I'm going the wrong way. If anyone can help me, that person would make me happy, because I've been struggling with this all day now, and still haven't found anything similar that could help me.

Thanks!
 
Physics news on Phys.org
Thanks ;). I would like to see some step by step help, too. Wouldn't hurt ;)
 
The terms in (y/x) suggest the substitution

y = vx
y' = v + v'x

That gives an equation in v and x which is separable.
 
using the sustitution z=y^(-1) the equation get the form of
z`+ (1-2)(-1/x)z=(1-2)(1/x^2)
and you can solve

As AlephZero said:

u=y/x them y=ux them
y`= u + xu` them the equation get the form of
u+xu`=g(u) them is
x(du/dx)= g(u) - u
du(g(u)-u)=dx/x
int(du(g(u)-u)=int(dx/x)for your equation would be
u=y/x and y`=u+xu`
them the equation get the form
xu`=u^2
u`/u^2 = 1/x
them
du/u^2 = dx/x
-1/u = lnx + C
u(x) = -1/[lnx + C]
them
y(x)= - x/[lnx +C]

PD: I need to learn to write in latex.
 
Last edited:
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top