Ask your own question, for FREE!
Mathematics 17 Online
OpenStudy (anonymous):

Differential Equation PLEASE HELP!

OpenStudy (anonymous):

\[\frac{ (y-xy') }{ (x+yy' }\]

OpenStudy (anonymous):

=2

OpenStudy (anonymous):

\[\frac{ (y-xy') }{ x+yy') }=2\]

OpenStudy (anonymous):

That's not ODE, is it?

OpenStudy (anonymous):

@rvc?

OpenStudy (anonymous):

@IrishBoy123 ?

OpenStudy (irishboy123):

rearrange it so that it reads y' = ...whatever you get then we'll call the result y' = f(x, y) if then f(tx, ty ) = f(x,y), then it is a homo and you are good to go.

OpenStudy (anonymous):

I got \[y'=\frac{ (2x+y) }{ (y-2x) }\]

OpenStudy (anonymous):

you mean to write y' as f(2x,y)?

OpenStudy (irishboy123):

is that not upside down?! or have i misread the original equation.

OpenStudy (anonymous):

Was I wrong even with that?

OpenStudy (irishboy123):

\[\frac{ y - xy' }{ x + y y' } = 2\] y - xy' = 2(x + yy') y - xy ' = 2x + 2yy' y'(2y +x) = y - 2x

OpenStudy (anonymous):

ok, but what m I doing from here?

OpenStudy (anonymous):

am

OpenStudy (irishboy123):

y' = f(x,y) = (y - 2x)/(2y +x) yes?

OpenStudy (irishboy123):

so the homo test is: does f(kx,ky) = f(x,y) for any number k. can you establish that that is true, because it means we can nail it using a homo sub.

OpenStudy (anonymous):

so k is 2 right?

OpenStudy (irishboy123):

no, k is any number. replace x by kx and y by ky in f(x,y) to get f(kx, ky). and find out if they are still equal.

OpenStudy (anonymous):

yes

OpenStudy (anonymous):

then homo sub right?

OpenStudy (irishboy123):

yes

OpenStudy (anonymous):

so the fraction should be replaced with U ?

OpenStudy (anonymous):

is that what you mean?

OpenStudy (irishboy123):

no, now you make the sub y = v x, ie replace all y's with vx. then, because y = v x, you know that y' = xv' + v , and so you can make that sub too. that is now separable in v and x, though there is some algebra to be done, moving the v's to the LHS and the x to the RHS. bit messy but totally do-able..

OpenStudy (anonymous):

I hope so, I'm doing it right now

OpenStudy (anonymous):

@IrishBoy123 it's not working...

OpenStudy (anonymous):

@phi?

OpenStudy (phi):

once you get to \[ y' =\frac{ (y - 2x)}{(2y +x)} \] you do what you did on previous problems y = ux y' = u + x u' how far do you get ?

OpenStudy (anonymous):

yes

OpenStudy (anonymous):

but it didn't work from there and I don't know why...

OpenStudy (phi):

how far did you get ?

OpenStudy (anonymous):

a mess, one stage after that

OpenStudy (anonymous):

I'll try again one sec

OpenStudy (anonymous):

\[u'x+u=\frac{ (ux-2x) }{ (2ux+x) }\]

OpenStudy (phi):

you can factor out x from top and bottom on the right, and cancel. write u' as du/dx and separate variables. what do you get ?

OpenStudy (anonymous):

\[\frac{ du }{ x }+u=\frac{ (u-2x) }{(2u+1)}\]

OpenStudy (phi):

that does not look correct

OpenStudy (anonymous):

I did common denominator, but it didn't help much tbh

OpenStudy (phi):

first, just simplify the right side: \[ \frac{ (ux-2x) }{ (2ux+x) } \]

OpenStudy (anonymous):

ups

OpenStudy (phi):

?

OpenStudy (anonymous):

I got this \[\frac{ (2u+1) }{ (u-2) }du=\frac{ dx }{ x }\]

OpenStudy (anonymous):

it seems better now ehe?

OpenStudy (phi):

closer. But you have to be a lot more careful with your algebra \[ u'x+u=\frac{ (ux-2x) }{ (2ux+x) } \\ \frac{du}{dx} x+u=\frac{ (u-2) }{ (2u+1) } \\ \frac{du}{dx} x=\frac{ (u-2) }{ (2u+1) } -u \]

OpenStudy (phi):

use a common denominator of 2u+1 on the right side

OpenStudy (anonymous):

so what from here?

OpenStudy (phi):

can you combine terms on the right side ?

OpenStudy (anonymous):

yes \[\frac{ du }{ dx}=\frac{ -2-2u^2 }{ 2u+1}\]

OpenStudy (phi):

ok, but remember there is a factor of x on the left side.

OpenStudy (anonymous):

\[\frac{ (2u+1) }{ -2-2u^2 }du=dx\]

OpenStudy (phi):

you started with \[ \frac{du}{dx} x=\frac{ (u-2) }{ (2u+1) } -u \] You lost the "x" ??

OpenStudy (anonymous):

it's such a mess

OpenStudy (phi):

messy or not, you need to keep the x

OpenStudy (anonymous):

Should I start from the beginning?

OpenStudy (phi):

This is ok \[ \frac{ du }{ dx}x=\frac{ -2-2u^2 }{ 2u+1} \] I would "flip" both sides \[ \frac{ dx }{ x}\frac{1}{du}=\frac{ 2u+1} { -2-2u^2} \]

OpenStudy (anonymous):

what for?

OpenStudy (phi):

because it (should be) clear that we want dx/ x on one side (surely not x/dx , right ?) and to get dx/x , the easy way is "flip" both sides then move the du to the other side.

OpenStudy (phi):

in other words, we know how to integrate dx/x and not x/dx

OpenStudy (anonymous):

ok

OpenStudy (anonymous):

\[\frac{ (2u+1) }{-2-2u^2 }du=\frac{ dx }{ ? }\]

OpenStudy (anonymous):

Affirmative?

OpenStudy (phi):

why the question mark where the x should be ?

OpenStudy (anonymous):

there should be an x

OpenStudy (phi):

\[ \frac{ (2u+1) }{-2-2u^2 }du=\frac{ dx }{ x } \] we can integrate both sides, but obviously, the right side is easier just to "clean up" the left side I would factor -2 from the denominator: \[ - \frac{1}{2}\frac{ (2u+1) }{u^2+1 }du=\frac{ dx }{ x } \]

OpenStudy (phi):

we have, so far \[ - \frac{1}{2} \int \frac{2u\ du}{u^2+1} - \frac{1}{2} \int \frac{du}{u^2+1} = \int \frac{dx}{x}\]

OpenStudy (anonymous):

arctg?

OpenStudy (anonymous):

twice?

OpenStudy (phi):

the first is dw/w with w= u^2+1

OpenStudy (anonymous):

so ln(u^2+1)*-0.5

OpenStudy (phi):

for the first term

OpenStudy (anonymous):

and then -0.5arctgu

OpenStudy (phi):

yes

OpenStudy (anonymous):

but the answer is \[\ln(x^2+y^2)+\arctan(y/x)=c\]

OpenStudy (phi):

once you get the integrated expression, you can twist it into many different forms with your algebraic skills

OpenStudy (anonymous):

wow thanks allot! @phi you always help me with so much patience

OpenStudy (anonymous):

thank you!

OpenStudy (phi):

It does not look particularly easy to get your book answer. Give it a try.

OpenStudy (anonymous):

I shall

OpenStudy (anonymous):

@phi?

OpenStudy (anonymous):

I still don't see how do i get the answer....

OpenStudy (anonymous):

@rvc is this as the answer?

OpenStudy (anonymous):

ln(x2+y2)+arctan(y/x)=c that's the answer

OpenStudy (anonymous):

but we got smth quite different

OpenStudy (phi):

First, write down what you got after integrating, including the constant of integration

OpenStudy (anonymous):

I got \[\frac{ -1 }{ 2 }\ln(\frac{ y }{ x })^2-0.5\arctan(\frac{ y }{ x })=lnx+c\]

OpenStudy (anonymous):

is that correct?

OpenStudy (phi):

now look at what you are trying to get, namely ln(x2+y2)+arctan(y/x)=c it's clear we want all the terms except the constant on one side so move the ln x to the left side

OpenStudy (anonymous):

ok

OpenStudy (anonymous):

but still

OpenStudy (anonymous):

it's not the same

OpenStudy (phi):

btw, how did you get that ln term it started as -1/2 ln (u^2 +1) with u= y/x

OpenStudy (anonymous):

U=y/X

OpenStudy (anonymous):

no?

OpenStudy (phi):

yes, u =y/x . what is u^2 + 1?

OpenStudy (anonymous):

it's the integral

OpenStudy (anonymous):

\[\int\limits \frac{ dx }{x}=lnx\]

OpenStudy (phi):

I mean, what is the expression u^2 + 1 after subbing in y/x for u

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!