Solving for C and Y(x) in differential equations

demersal
Messages
41
Reaction score
0

Homework Statement


Solve the separable differential equation Subject to the initial condition y(0) = -10:

7x-3y\sqrt{x^{2}+1}\frac{dy}{dx} = 0


Homework Equations


Differential Equations


The Attempt at a Solution


I got up to the point where:
-\frac{3}{2}y^{2}=-7\sqrt{x^{2}+1}+C

I solved for c=-143

but when I plug it back in, I get a mess of an equation in solving for y(x) and each time I plug it into check my answer, it comes up as wrong. Can anyone show me the mistake I am making? (My answer ends up being (-2/3(-7(x^2+1)^(1/2)-143))^(1/2) or some variation of that).

Thanks!
 
Physics news on Phys.org
In your solution equation, solve for y so that you have y = {whatever} + C. That will make it easier to differentiate and to substitute in your DE.
 
Ok, that sounds like a good idea. But I'm having trouble wrapping my head conceptually around the two square roots, since y^2 equals a term with a square root already in it. And does c go under the root? This may seem kind of trivial but I think this is why I've gotten this problem wrong 10 times already haha
 
How about multiplying both sides of the equation you ended up with by -2/3? Then you would have y^2 = some stuff + C', where C' = (-2/3) * (-143).

If you want to check your solution, you could take the derivative with respect to x implicitly (i.e., d/dx(y^2) = 2y dy/dx = d/dx(the stuff on the right side)). Then you could solve for dy/dx algebraically and substitute it back into the original equation. Might be a little simpler than a square root of a square root plus a constant. And yes, the constant would have to go under the outer radical. And you would have to consider positive and negative roots.
 
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