True Cartesian curvature equation, trying to solve it

Click For Summary

Homework Help Overview

The discussion revolves around solving a second-order ordinary differential equation related to curvature, expressed as \(\frac{d^2v/dx^2}{(1+\frac{dv}{dx}^2)^{3/2}}=1\). Participants are exploring the methods of separation of variables and integration to find a solution.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the use of separation of variables and the substitution \(u = \frac{dv}{dx}\). Questions arise regarding the validity of the derived expressions when substituting back into the original equation. Some participants express confusion over the equivalence of different forms of the equation and the implications of integrating with respect to different variables.

Discussion Status

The discussion is active, with participants providing feedback on each other's attempts and clarifying misunderstandings. Some have verified their results using computational tools, while others are questioning the outcomes and the methods used. There is no explicit consensus on the solution, but several lines of reasoning are being explored.

Contextual Notes

Participants note that the equation may not yield explicit solutions in certain computational environments, leading to further investigation into the methods used. The presence of initial conditions is mentioned as a factor that could influence the determination of constants in the solution.

c0der
Messages
52
Reaction score
0

Homework Statement


Solve the following equation:

v is the dependent variable, x is the independent variable

Homework Equations



\frac{d^2v/dx^2}{(1+\frac{dv}{dx}^2)^{3/2}}=1

The Attempt at a Solution



Hi,

I am trying to solve the following equation:

\frac{d^2v/dx^2}{(1+\frac{dv}{dx}^2)^{3/2}}=1

I used separation of variables as follows:

Let u = \frac{dv}{dx}

\frac{du/dx}{(1+u^2)^{3/2}}=1

Separate the variables and integrate:

\frac{du}{(1+u^2)^{3/2}}=dx

\frac{u}{(1+u^2)^{1/2}}=x + C

u= \sqrt{\frac{(x+C)^2}{1-(x+C)^2}} or -\sqrt{\frac{(x+C)^2}{1-(x+C)^2}}

Why is this not a valid solution when substituting back into the above equation for u and du/dx?
 
Physics news on Phys.org
You have made a mistake somewhere in the final step. Here is what I get:

Screen Shot 2015-05-08 at 8.34.50 AM.png
 
c0der said:

Homework Statement


Solve the following equation:

v is the dependent variable, x is the independent variable

Homework Equations



\frac{d^2v/dx^2}{(1+\frac{dv}{dx}^2)^{3/2}}=1

The Attempt at a Solution



Hi,

I am trying to solve the following equation:

\frac{d^2v/dx^2}{(1+\frac{dv}{dx}^2)^{3/2}}=1

I used separation of variables as follows:

Let u = \frac{dv}{dx}

\frac{du/dx}{(1+u^2)^{3/2}}=1

Separate the variables and integrate:

\frac{du}{(1+u^2)^{3/2}}=dx

\frac{u}{(1+u^2)^{1/2}}=x + C

u= \sqrt{\frac{(x+C)^2}{1-(x+C)^2}} or -\sqrt{\frac{(x+C)^2}{1-(x+C)^2}}

Why is this not a valid solution when substituting back into the above equation for u and du/dx?

If a fraction is equal to 1, then the numerator must be equal to the denominator.

So this equation: \frac{d^2v/dx^2}{(1+\frac{dv}{dx}^2)^{3/2}}=1
could be written as \frac{d^2v}{dx^2} = {(1+\frac{dv}{dx}^2)^{3/2}}
or, since the Leibniz notation is a bit clumsy here, as this:
v'' = (1 + (v')2)3/2
The first equation and either of the next two equations say exactly the same thing.
 
Last edited:
Thanks for your replies.

Zondrina: I believe that's the same answer, just in a different form as 1 = [1 - (x + C)^2] / [ 1 - (x+C)^2 ] ?

Mark44: I evaluated the integral in mathematica and matlab, and the same answer is given. I am integrating 1/(1+u^2)^(3/2) over u not x?
 
c0der said:
Thanks for your replies.

Zondrina: I believe that's the same answer, just in a different form as 1 = [1 - (x + C)^2] / [ 1 - (x+C)^2 ] ?

Mark44: I evaluated the integral in mathematica and matlab, and the same answer is given. I am integrating 1/(1+u^2)^(3/2) over u not x?
Edit: I checked your work and it's fine. Disregard what I said. I have edited my previous post.
 
Last edited:
Thanks for checking. It strikes me as odd that Matlab cannot solve this ODE and that the above procedure I used does not turn out to be a solution when back substituting for u and du/dx:

>> syms u(x)
>> dsolve(diff(u,x)/(1+u^2)^(3/2)==1)
Warning: Explicit solution could not be found.
> In dsolve at 194
ans =
[ empty sym ]
 
Solving the equation in post #2 yields the solution:

$$v = \pm \left[- \frac{(x+C)}{\sqrt{\frac{1}{1 - (x+C)^2} - 1}} + K\right] = \mp \left[\frac{(x+C)}{\sqrt{\frac{1}{1 - (x+C)^2} - 1}} - K\right] = \mp \left[\sqrt{1 - (x+C)^2} - K \right]$$

If there were initial conditions, you could even solve for the constants ##C## and ##K##.
 
Matlab's simplifier was the problem, I verified the solution by hand, thanks for the help.
 

Similar threads

Replies
3
Views
2K
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
4
Views
2K