Solving Homogeneous Problem: Initial Value & Substitution

  • Thread starter Thread starter The Bob
  • Start date Start date
  • Tags Tags
    Homogeneous
The Bob
Messages
1,126
Reaction score
0
Hi all,

I have been given this question:

Find the initial value problem of the homogeneous equation:

(x^2 - y^2) y' = xy \ , \ y(1) = 1

Now I know, from my lessons, I have to get it in the form of:

\frac{dy}{dx} = f(\frac{y}{x})

I have managed to get close but nothing is working out.

If I make the substitution x = vy then I can get y' = \frac{v}{1 - v^2} but at this state I have made the substitution twice, not once. I then get to a place where I can separate the variables:

\int \frac{1 - v^2}{v^3} dv = \int \frac{1}{x} dx

\int \frac{1}{v^3} dv - \int \frac{1}{v} dv = \int \frac{1}{x} dx

\frac{-1}{2v^2} - ln \vert v \vert = ln \vert x \vert + c

Then from here my calculations go all funny. Does anyone know if I am barking up the correct tree?

Cheers,

The Bob (2004 ©)
 
Physics news on Phys.org
The Bob said:
Hi all,

I have been given this question:

Find the initial value problem of the homogeneous equation:
You mean find the solution to this initial value problem!

(x^2 - y^2) y' = xy \ , \ y(1) = 1

Now I know, from my lessons, I have to get it in the form of:

\frac{dy}{dx} = f(\frac{y}{x})

I have managed to get close but nothing is working out.

If I make the substitution x = vy then I can get y' = \frac{v}{1 - v^2} but at this state I have made the substitution twice, not once.
Actually, if you made that substitution, then the right hand side would be \frac{v}{v^2-1}. But you are making the wrong substitution- you don't want to substitute for the independent variable x, you want to substitute for the dependent variable y. The reason for that is that your
y&#039;= \frac{v}{1- v^2}[/itex]<br /> has only replaced x/y by v on the <b>right</b> side: the left side, y&#039;, is still differentiation with respect to <b>x</b>, not v.<br /> <br /> Let y= vx so that v= y/x. Divide both sides of the equation by x^2- y^2 to get y&amp;#039;= \frac{xy}{x^2- y^2} and then divide both numerator and denominator by x<sup>2</sup> to get the right hand side to be <br /> \frac{\frac{y}{x}}{1- \left(\frac{y}{x})^2}= \frac{v}{1-v^2}<br /> But since y= xv, y&#039;= xv&#039;+ v so your equation is really xv&amp;#039;+ v= \frac{v}{1- v^2} and so xv&amp;#039;= \frac{v}{1-v^2}-v= \frac{v^3}{1-v^2}. That is a separable equation and can be solved for v.<br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> I then get to a place where I can separate the variables:<br /> <br /> \int \frac{1 - v^2}{v^3} dv = \int \frac{1}{x} dx<br /> <br /> \int \frac{1}{v^3} dv - \int \frac{1}{v} dv = \int \frac{1}{x} dx<br /> <br /> \frac{-1}{2v^2} - ln \vert v \vert = ln \vert x \vert + c<br /> <br /> Then from here my calculations go all funny. Does anyone know if I am barking up the correct tree?<br /> <br /> Cheers,<br /> <br /> The Bob (2004 ©) </div> </div> </blockquote>
 
Cheers HallsofIvy. I didn't think anyone was going to reply. :smile:

I cannot see how, from \frac{-1}{2v^2} - ln|v| = ln|x| + c, I can be solved for v. I say that because there is a term in the logarithm and one out of it. Unfortunately, I have not covered this so I am still stuck. I do eventually get to y^{2 - y^2} = x^2 but I cannot do anything with that either.

Thanks for all your help. I did allow me to see how I should have made the substitution. :biggrin:

Cheers

The Bob (2004 ©)
 
The Bob said:
y^{2 - y^2} = x^2

This is wrong. I got to \frac{e^{y^2}}{y^{y^2}} = e^{x^2}.

The Bob (2004 ©)
 
I don't see how you could get
y^{y^2}[/itex]<br /> <br /> I get -\frac{1}{2}\frax{x^2}{y^2}- ln\left(\frac{y}{x}\right)= ln -\frac{1}{2}. Are you required to solve for y? In general, in problems like this, that is impossible.
 
HallsofIvy said:
I don't see how you could get
y^{y^2}[/itex]<br /> <br /> I get -\frac{1}{2}\frax{x^2}{y^2}- ln\left(\frac{y}{x}\right)= ln -\frac{1}{2}. Are you required to solve for y? In general, in problems like this, that is impossible.
<br /> <br /> I do not know what I got off hand, unfortunately I am in a rush. I do agree that y^{y^2} is not correct.<br /> <br /> Cheers,<br /> <br /> The Bob (2004 ©)
 
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