Finding the Solution to a Differential Equation with Initial Conditions

Pengwuino
Gold Member
Messages
5,112
Reaction score
20
Ok I have a problem here. I have gotten to the unfortunate point where I feel like I'm nearly done, Mathematica has given me a solution that is correct… but of course, I can't figure out how I was suppose to get from point A to B. I currently have:

2x - 6y\sqrt {x^2 + 1} \frac{{dy}}{{dx}} = 0,y(0) = 3

So I did this…

\begin{array}{l}<br /> 2xdx = 6y(x^2 + 1)^{1/2} \frac{{dy}}{{dx}} \\ <br /> \int {2x(x^2 + 1)^{ - 1/2} dx = } \int {6ydy} \\ <br /> u = x^2 + 1 \\ <br /> dx = \frac{{du}}{{2x}} \\ <br /> 2u^{1/2} = 3y^2 + c \\ <br /> 2(x^2 + 1)^{1/2} = 3y^2 + c \\<br /> \end{array}

Kinda not sure where to go from here…. Or if I did that right in the first place

The correct answer according to Mathematica is...

\frac{{\sqrt {{\rm 25 + 2}\sqrt {{\rm 1 + x}^{\rm 2} } } }}{{\sqrt 3 }}

So yup, put x=0 and 3 pops out.
 
Last edited:
Physics news on Phys.org
It looks right, now use your initial condition to solve for the constant of integration.
 
oh my god, sorry guys, i guess i had one of those "forgot basic algebra" moments. I tried to square root the left side of the equation before bringing c to the left...
 
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