Differential Equations, Separable, Simplification of answer

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
Destroxia
Messages
204
Reaction score
7

Homework Statement


I believe I have solved this differential equation, yet do not know how the book arrived at it's answer...

Solve the differential equation in its explicit solution form.

question.png


The answer the book gives is...

answer.png


Homework Equations



Separable Differential Equation

The Attempt at a Solution



dy/dx = x(x^2+1)/(4y^3)

(4y^3)dy = (x^3+x)dx

∫(4y^3)dy = ∫(x^3+x)dx [/B]

y^4 = 1/4x^4 + 1/2x^2 + c

(initial condition, y(0) = -1/sqrt(2))

(-1/sqrt(2))^(4) = 0 + 0 + c

C = -1/4
...

y^4 = 1/4x^4 + 1/2x^2 - 1/4

y = (1/4x^4 + 1/2x^2 - 1/4)^(1/4)

-----------

I've experimented with simplifying this a bit and found a few other ways to express it, but nothing like what the book has written as the answer.
 
Physics news on Phys.org
RyanTAsher said:

Homework Statement


I believe I have solved this differential equation, yet do not know how the book arrived at it's answer...

Solve the differential equation in its explicit solution form.

question.png


The answer the book gives is...

answer.png


Homework Equations



Separable Differential Equation

The Attempt at a Solution



dy/dx = x(x^2+1)/(4y^3)

(4y^3)dy = (x^3+x)dx

∫(4y^3)dy = ∫(x^3+x)dx [/B]

y^4 = 1/4x^4 + 1/2x^2 + c

(initial condition, y(0) = -1/sqrt(2))

(-1/sqrt(2))^(4) = 0 + 0 + c

C = -1/4
...

y^4 = 1/4x^4 + 1/2x^2 - 1/4

y = (1/4x^4 + 1/2x^2 - 1/4)^(1/4)

-----------

I've experimented with simplifying this a bit and found a few other ways to express it, but nothing like what the book has written as the answer.
First. You made a mistake in finding C. What is (-1/sqrt(2))4 ? Fixing that will allow some factoring in the resulting expression.
 
RUber said:
Your sign on C is wrong.

##(\frac{x^4}{4}+\frac{x^2}{2} + \frac 14 ) = (\frac{x^2}{2} + \frac 12 )^2 ##

Oh wow, I don't think I would have seen that factor regardless. Thank you though. That helped a lot.
 
SammyS said:
First. You made a mistake in finding C. What is (-1/sqrt(2))4 ? Fixing that will allow some factoring in the resulting expression.

Thank you, I understand now. In regards to the -, out front the answer from the book, I understand that comes from the square root, but how do they determine whether to go with the - or + solution. I haven't learned intervals of validity within the book yet...