Problem solving separable diff EQ w/ I.Condition. , they say its wrong :x

mr_coffee
Messages
1,613
Reaction score
1
Hello everyone i did this one surley thing it would work out and yet another failure. :cry:
Solve the separable differential equation
11 x - 8 y*sqrt{x^2 + 1}*{dy}/{dx} = 0.
Subject to the initial condition: y(0) = 6.
y = ?I'm pretty sure where I messed up is when i tried to solve for y, i htink i screwed up there but I'm not sure, anyone know? Thanks! its #11. Ignore that top stuff please!

Here is my work:
http://img57.imageshack.us/img57/5705/lastscan8cm.jpg
 
Last edited by a moderator:
Physics news on Phys.org
Particular solution

You problem lies in where you placed your constant of integration, namely:

11\int \frac{x}{\sqrt{x^2+1}}dx = \frac{11}{2}\int \frac{1}{\sqrt{u}}du = \frac{11}{2}\int u^{-\frac{1}{2}}du = 11u^{\frac{1}{2}}+C=11\sqrt{x^2+1}+C

C is outside the square root, from there

4y^2=11\sqrt{x^2+1}+C

y^2=\frac{11}{4}\sqrt{x^2+1}+\frac{C}{4}

or,

y=\pm\sqrt{\frac{11}{4}\sqrt{x^2+1}+\frac{C}{4}}

to solve for C, use the simplest form of the solved DE, that is use

4y^2=11\sqrt{x^2+1}+C

for x=0 and y(0)=6, this gives

4(6)^2=11\sqrt{0^2+1}+C

which simplifies to

144=11+C

and hence C=133, plug this into

y=\pm\sqrt{\frac{11}{4}\sqrt{x^2+1}+\frac{C}{4}}

to get

y(x)=\pm\sqrt{\frac{11}{4}\sqrt{x^2+1}+\frac{133}{4}}=\pm\frac{1}{2}\sqrt{11\sqrt{x^2+1}+133}

as your particular solution.
 
Last edited:
yup, that constant shouldn't be under the radical! :-p
 
Ahhh, that worked perfectly Benorin, thanks a ton (again)! :) The step by step explanation is great!
 
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...

Similar threads

Replies
3
Views
2K
Replies
7
Views
2K
Replies
4
Views
3K
Replies
9
Views
1K
Replies
4
Views
1K
Replies
3
Views
2K
Replies
8
Views
1K
Replies
4
Views
1K
Back
Top