Reduction of Order no independent or dependent variable

gremmie
Messages
4
Reaction score
0

Homework Statement



y'' +(y')^2 = 6(y') -9

Homework Equations


u = y'
u' = y''


The Attempt at a Solution



equation from 1 becomes

u' + U^2 = 6u - 9

du/dx + u ^2 = 6u-9

du/dx = -u^2 + 6u -9

du/dx = -(u^2 +6u - 9)

du/dx = -(u-3)^2

du/(u-3)^2 = - dx

integrate both sides

1/(u-3) = x

sub in dy/dx

1/(dy/dx -3) = x

from this point I've tried multiple ways to get dy and dx separated but I am not doing something right... thanks for the help
 
Physics news on Phys.org
gremmie said:

Homework Statement



y'' +(y')^2 = 6(y') -9

Homework Equations


u = y'
u' = y''


The Attempt at a Solution



equation from 1 becomes

u' + U^2 = 6u - 9

du/dx + u ^2 = 6u-9

du/dx = -u^2 + 6u -9

du/dx = -(u^2 +6u - 9)
Typo above. It should be -(u^2 - 6u + 9)
gremmie said:
du/dx = -(u-3)^2

du/(u-3)^2 = - dx

integrate both sides

1/(u-3) = x
You're missing the constant of integration. Also, instead of substituting dy/dx as you're doing in the next step, solve for u, then substitute.
gremmie said:
sub in dy/dx

1/(dy/dx -3) = x

from this point I've tried multiple ways to get dy and dx separated but I am not doing something right... thanks for the help
 
Ah yep sure did have a typo ...thanks ...sorry first time posting...yep i left my constant of integration off as well..

Ok so picking up where i left off but this time solving for u
1/(u-3) = x +C

1 = (u-3)(x+C)
ux+uc = 1 + 3C +3x
u(x+C) = 1+3C +3x

u = (1+3C +3x)/(x+C)
sub for u
dy/dx = (1+3C +3x)/(x+C)

dy = (1+3C +3x)/(x+C) dx

u sub u = x+c
du = dx

Integral (3u+1)/u

s sub
s = 3u+1
ds = 3du

integral s/(s-1)

integral 1 + 1/(s-1)

integral 1 +integral 1/(s-1)

p sub for 1/(s-1)

thus integral dp/p

evaluate integrals

s +lnp + C2(2nd constant of integration)

sub back

s + ln(s-1) +C2

3u + 1 +ln(3u+1-1) +C2
3u + 1 +ln(3u) +C2

3(x+C) +1 +ln(3x +3C) +C2
so
y= 3x + 3C +1 +ln(3x+ 3C) +C2

the answer listed is : y = 3x +ln(x+C) +C2
So i see that I am on the right track ... but I am still missing something again .. thanks
 
gremmie said:
Ah yep sure did have a typo ...thanks ...sorry first time posting...yep i left my constant of integration off as well..

Ok so picking up where i left off but this time solving for u
1/(u-3) = x +C

1 = (u-3)(x+C)
ux+uc = 1 + 3C +3x
u(x+C) = 1+3C +3x
You sure took the long way around. Starting from your first equation,
1/(u-3) = x +C
==> u - 3 = 1/(x + C)
==> u = 3 + 1/(x + C)

Undoing the substitution,
dy/dx = 3 + 1/(x + C)
==> dy = [3 + 1/(x + C)]dx
==> y = 3x + ln|x + C| + D

gremmie said:
u = (1+3C +3x)/(x+C)
sub for u
dy/dx = (1+3C +3x)/(x+C)

dy = (1+3C +3x)/(x+C) dx

u sub u = x+c
du = dx

Integral (3u+1)/u

s sub
s = 3u+1
ds = 3du

integral s/(s-1)

integral 1 + 1/(s-1)

integral 1 +integral 1/(s-1)

p sub for 1/(s-1)

thus integral dp/p

evaluate integrals

s +lnp + C2(2nd constant of integration)

sub back

s + ln(s-1) +C2

3u + 1 +ln(3u+1-1) +C2
3u + 1 +ln(3u) +C2

3(x+C) +1 +ln(3x +3C) +C2
so
y= 3x + 3C +1 +ln(3x+ 3C) +C2

the answer listed is : y = 3x +ln(x+C) +C2
So i see that I am on the right track ... but I am still missing something again .. thanks

[/quote]
 
ah man i sure did... Well thanks for your help! I knew there had to be an easier way! everyone in class got this problem done in class an I've been messing with it for about 2 weeks! Again, Thank You.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top