Solving an Example Euler Equation Problem | Understanding the Reduction Process

  • Thread starter Thread starter Quadruple Bypass
  • Start date Start date
  • Tags Tags
    Euler
Quadruple Bypass
Messages
120
Reaction score
0

Homework Statement


This is a problem that the book uses as an example and I've been trying since friday to get the same answer but i have not had any success, i need help :(

Well in this problem, F = y(1+(y')^2)^1/2


Homework Equations


eulers eqn

d/dx(partial(F)/partial(y')) - (partial(F)/partial(y)) = 0


The Attempt at a Solution


i get up to

d/dx[y*y'/(1+(y')^2)^1/2)] - (1+(y')^2)^1/2 = 0

but then the book loses me after doing some kind of reduction without showing the steps in between.


after the reduction, they get: y*y"-((y')^2) -1 = 0

could someone help me out with what they did in between? any help is appreciated
 
Physics news on Phys.org
Oh my god i am an idiot, i can't believe it took me this long to figure it out...

Ignore thread =/
 
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