Solving Homogeneous Problem: Initial Value & Substitution

  • Context: Graduate 
  • Thread starter Thread starter The Bob
  • Start date Start date
  • Tags Tags
    Homogeneous
Click For Summary

Discussion Overview

The discussion revolves around solving an initial value problem for a homogeneous differential equation given by (x^2 - y^2) y' = xy, with the initial condition y(1) = 1. Participants explore various substitution methods and approaches to transform the equation into a separable form.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant describes their attempt to solve the equation by making the substitution x = vy, leading to a form of y' that they believe is incorrect.
  • Another participant corrects the substitution method, suggesting that the dependent variable y should be substituted instead of the independent variable x, and provides a revised approach to the equation.
  • There is a discussion about the difficulty of isolating v from the equation derived, particularly due to the presence of both logarithmic and non-logarithmic terms.
  • One participant expresses confusion over reaching the expression y^{2 - y^2} = x^2 and later corrects it to a different form, indicating uncertainty about the calculations.
  • Another participant questions the validity of the expression y^{y^2} and suggests that solving for y may not be feasible in general for such problems.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the correct method for substitution or the validity of the expressions derived. There are multiple competing views on how to approach the problem, and the discussion remains unresolved.

Contextual Notes

Participants express uncertainty regarding the correctness of their calculations and the feasibility of isolating variables in the context of the problem. There are indications of missing assumptions and unresolved steps in the mathematical reasoning presented.

The Bob
Messages
1,127
Reaction score
0
Hi all,

I have been given this question:

Find the initial value problem of the homogeneous equation:

[tex](x^2 - y^2) y' = xy \ , \ y(1) = 1[/tex]

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

[tex]\frac{dy}{dx} = f(\frac{y}{x})[/tex]

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

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

[tex]\int \frac{1 - v^2}{v^3} dv = \int \frac{1}{x} dx[/tex]

[tex]\int \frac{1}{v^3} dv - \int \frac{1}{v} dv = \int \frac{1}{x} dx[/tex]

[tex]\frac{-1}{2v^2} - ln \vert v \vert = ln \vert x \vert + c[/tex]

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!

[tex](x^2 - y^2) y' = xy \ , \ y(1) = 1[/tex]

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

[tex]\frac{dy}{dx} = f(\frac{y}{x})[/tex]

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

If I make the substitution x = vy then I can get [tex]y' = \frac{v}{1 - v^2}[/tex] 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 [itex]\frac{v}{v^2-1}[/itex]. 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
[tex]y'= \frac{v}{1- v^2}[/itex]<br /> has only replaced x/y by v on the <b>right</b> side: the left side, y', 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 [itex]x^2- y^2[/itex] to get [itex]y'= \frac{xy}{x^2- y^2}[/itex] and then divide both numerator and denominator by x<sup>2</sup> to get the right hand side to be <br /> [tex]\frac{\frac{y}{x}}{1- \left(\frac{y}{x})^2}= \frac{v}{1-v^2}[/tex]<br /> But since y= xv, y'= xv'+ v so your equation is really [itex]xv'+ v= \frac{v}{1- v^2}[/itex] and so [itex]xv'= \frac{v}{1-v^2}-v= \frac{v^3}{1-v^2}[/itex]. 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 /> [tex]\int \frac{1 - v^2}{v^3} dv = \int \frac{1}{x} dx[/tex]<br /> <br /> [tex]\int \frac{1}{v^3} dv - \int \frac{1}{v} dv = \int \frac{1}{x} dx[/tex]<br /> <br /> [tex]\frac{-1}{2v^2} - ln \vert v \vert = ln \vert x \vert + c[/tex]<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>[/tex]
 
Cheers HallsofIvy. I didn't think anyone was going to reply. :smile:

I cannot see how, from [tex]\frac{-1}{2v^2} - ln|v| = ln|x| + c[/tex], 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 [tex]y^{2 - y^2} = x^2[/tex] 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:
[tex]y^{2 - y^2} = x^2[/tex]

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

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

Similar threads

  • · Replies 36 ·
2
Replies
36
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
7K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K