Thread Closed

v substitution in homogeneous equations (diff eq)

 
Share Thread Thread Tools
Sep2-08, 07:48 PM   #1
 

v substitution in homogeneous equations (diff eq)


Hey all, i think i'm doing most of this right, but i'm missing a coefficient somewhere when integrating or something...

1. The problem statement, all variables and given/known data
Substitute v=y/x into the following differential equation to show that it is homogeneous, and then solve the differential equation.

y'=(3y^2-x^2)/(2xy)


2. Relevant equations
v=y/x
y=xv(x) => y'=v+xv'
v'=dv/dx

3. The attempt at a solution

y'=(3y^2-x^2)/(2xy)
divide top and bottom of right hand side by x^2 to get v's and replace y' by v+xv'
v+xv'=(3v^2-1)/(2v)
subtract v from both sides
xv'=(3v^2-1)/(2v)-v
put the lonely v on a common denominator
xv'=(3v^2-1-2v^2)/(2v)=(v^2-1)/(2v)
separate v's and x's
(2v)dv/(v^2-1)=dx/x
integrate
ln|v^2-1|=ln|x|+c
substitute v=y/x
ln|(y/x)^2-1|=ln|x|+c
simplify
ln|y^2-x^2|=ln|x|+c


the back of the book says the answer is |y^2-x^2|=c|x|^3.

what am i doing wrong? i'm missing a 3 somewhere. i'm kinda rusty with lograthimic algebra, so all help is appreciated. i've gotten a few of these problems wrong by missing a constant or exponent on the right hand of the side of the equation after integrating.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Sep2-08, 08:09 PM   #2
 
Recognitions:
Homework Helper Homework Help
Quote by jimmypoopins View Post
ln|(y/x)^2-1|=ln|x|+c
simplify
ln|y^2-x^2|=ln|x|+c

These two lines.


Remember:

[tex](\frac{y^2}{x^2})-1=\frac{y^2-x^2}{x^2}[/tex]


Now just simplify again.
 
Sep2-08, 11:46 PM   #3
 
Quote by rock.freak667 View Post
These two lines.


Remember:

[tex](\frac{y^2}{x^2})-1=\frac{y^2-x^2}{x^2}[/tex]


Now just simplify again.
ah, sloppy algebra by me :) thanks.

then i get
ln|(y^2-x^2)/x^2|=ln|x|+ln|c|
ln|(y^2-x^2)|-ln|x^2|=ln|x|+ln|c|
ln|(y^2-x^2)|=ln|x|+ln|x^2|+ln|c|
y^2-x^2=c|x|^3

which is in the back of the book. thanks!
 
Thread Closed
Thread Tools


Similar Threads for: v substitution in homogeneous equations (diff eq)
Thread Forum Replies
2nd Order Linear Diff. Eqn (homogeneous) Calculus & Beyond Homework 4
Proof on homogeneous equations Linear & Abstract Algebra 1
Non-homogeneous 2nd order diff eq involves power series Calculus & Beyond Homework 1
Solving a homogeneous diff eq Introductory Physics Homework 4
Cant solve diff-eq with substitution Introductory Physics Homework 4