Separable differential equation

beanryu
Messages
90
Reaction score
0
okay... i got this problem
sovle the separable differential equation
4x-2y(x^2+1)^(1/2)(dy/dx)=0
using the following intial condition: y(0) = -3
y^2 = ? (function of x)

I guess that means the constant is -3

so i put all the x on 1 side and all the y on one side

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

integral both sides I got
4(x^2+1)^(1/2) = y^2

i tried the following answers
y^2 = 4(x^2+1)^(1/2)
y^2 = 4(x^2+1)^(1/2)+9
y^2 = 4(x^2+1)^(1/2)-3

they are all wrong!

WHAT IS WRONG?! IS MY WAY OF DOING IT TATALLY WRONG?!
 
Physics news on Phys.org
This is correct. y^2=4\sqrt{x^2+1}+C

Now plug in your initial condition to solve for C.
 
well you got most of it but i don't know why you are trying 9 and -3 as c.

it says y(0) = -3

y = +-4*(x^2+1) + c

so y(0) = +-(0^2+1) + c = -3

can you figure it out from here
 
if
y^2 = 4(x^2+1)^(1/2)+c
y = sqrt(4(x^2+1)^(1/2)+c)
c = 5 is the correct answer.

THANX!
 
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