Easy ODE question, but I'm missing something

  • Thread starter Thread starter real analyst
  • Start date Start date
  • Tags Tags
    Ode
real analyst
Messages
10
Reaction score
0

Homework Statement



(ds/dy)=(y+2s)/(y-2s)

Homework Equations





The Attempt at a Solution



I let V= s/y and this gave me *(ds/dy)=(1+2V)/(1-2V)

Then because V= s/y I said s=Vy and (ds/dy)=V + y(dV/dy)

Right so then my equation looked like V + y(dV/dy)=(1+2V)/(1-2V)

and then obviously I could do this : y(dV/dy)=(1+2V)/(1-2V) - V

then because I wanted to make V part of the quotient so It becomes
(1+V+2V^2)/(1-2V) = y(dV/dy)

now this is a separable equation, so I can transform it to
(dy/y)= (1-2V)(dV)/(1+V+2V^2) so, integrating both sides gives me LN|y|= the integral of the right side, but, how do you do this? this is where I get lost. I think the answer might be that (1+2V)/(1-2V) can be re written in a simplified way buit I can't remember it. Plz help.
 
Physics news on Phys.org
Your denominator, 2V2+ V+ 1 does not have real zeroes and so cannot be factored in terms of real numbers. What you can do is complete the square: 2V2+ V+ 1= 2(V2+ (1/2)V)+ 1= 2(V2+ (1/2)V+ (1/16)- (1/16)+ 1= 2(V+ (1/4))2- 1/32+ 1= 2(V+ (1/4))2+ 31/32 so (1- 2V)/(1+ V+ 2V2)= (1/2)(1-2V)/((V+(1/4))2+ 31/32). Now let u= V+ (1/4).
 
thanks alot.
 
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