Initial value problem, end of problem Q

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
csc2iffy
Messages
74
Reaction score
0

Homework Statement


Solve the I.V.P. x2(dy/dx) = (4x2-x-2)/((x+1)(y+1)) , y(1)=1


Homework Equations





The Attempt at a Solution


So far, I got to this:
y2/2 + y = log(x) + 2/x + 3log(x+1) + C
I used the initial conditions to solve for C and got:
C = -1/2 - 3log(2)
Substituting C back in:
y2/2 + y = log(x) + 2/x + 3log(x+1) + (-1/2 - 3log(2))
Now my question is, is it possible to solve for y or is this as far as I can go with the problem?
 
Physics news on Phys.org
csc2iffy said:
y2/2 + y = log(x) + 2/x + 3log(x+1) + (-1/2 - 3log(2))
Now my question is, is it possible to solve for y or is this as far as I can go with the problem?

Well it is a quadratic, not the nicest one but you can solve it for y.
 
How do I set it up as a quadratic? I'm getting a little lost with all of the variables
 
csc2iffy said:
How do I set it up as a quadratic? I'm getting a little lost with all of the variables

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

[tex]\text{Then quadratic formula } y = \frac{-2\pm\sqrt{4 - 4(1)(-2[\frac{2}{x} + \ln(x(x+1)^3)])}}{2(1)}[/tex]

It's horrible, but it'll give you values of y.
 
Last edited:
could i just complete the square to get:
y = +/- √[2(log(x) + (2/x) + 3log(x+1) + C) + 1] - 1
?
 
Bread18 said:
[tex]y^2 + 2y -2[\frac{2}{x} + \ln(x(x+1)^3)] = 0[/tex]

[tex]\text{Then quadratic formula } y = \frac{-2\pm\sqrt{4 - 4(1)(-2[\frac{2}{x} + \ln(x(x+1)^3)])}}{2(1)}[/tex]

It's horrible, but it'll give you values of y.

Oops forgot the + C, but you get the idea.

csc2iffy said:
could i just complete the square to get:
y = +/- √[2(log(x) + (2/x) + 3log(x+1) + C) + 1] - 1
?

Completing the square would probably be a lot harder, but it should work.