For learning purposes, I'm trying to prove that the shortest function passing through the two points (x1,y1), (x2,y2) is a straight line, without using the Euler-Lagrange equation.
My attempt at a proof is below. I think I have most of it, but I get stuck at the end.
How do I finish the proof?
My attempt:
Assume y is the function of x to be determined, which satisfies y(x1)=y1 and y(x2)=y2.
I define the length to be minimized as follows:
L(y)=∫x2x1√1+(dydx)2dx
Consider perturbing y by some multiple δ of an arbitrary deviation w that vanishes at x1 and x2:
L(y,δ)=∫x2x1√1+(d(y+δw)dx)2dx
L(y,δ)=∫x2x1√1+(dydx+δdwdx)2dx
If y minimizes L, then for any fixed w the rate of change (i.e., derivative) of L with respect to δ must approach zero as δ→0:
ddδL(y,δ)=ddδ∫x2x1√1+(dydx+δdwdx)2dx=∫x2x1ddδ√1+(dydx+δdwdx)2dx=∫x2x1(dydx+δdwdx)dwdx√1+(dydx+δdwdx)2dx→0
Specifically, since this holds true when δ=0, we have:
∫x2x1dydxdwdx√1+(dydx)2dx=0
Now here's where I get stuck:
I need to get rid of w somehow.
Because the equality above needs to hold for all w, I think I would prefer to pick w to be something convenient that makes my life easier; say, dwdx=√1+(dydx)2, to cancel the denominator.
But I cannot assume this is possible, as w must satisfy two boundary conditions:
it must vanish at both x1 and at x2.
How am I supposed to proceed?
Answer
Well, two final steps might be following.
First, you integrate last expression by parts:
∫x2x1y′w′√1+(y′)2dx=[y′w√1+(y′)2]|x2x1−∫x2x1wy″
Since w(x) vanishes at the endpoints, then we have
\int_{x_1}^{x_2} w \frac{y''}{{(1+ (y')^2)}^{\frac{3}{2}}} dx \equiv 0
for any choice of w.
The second step is following. Now consider family of functions w_{x_0, n}(x)
(x_0 is a point from (x_1, x_2) and n belongs to a subset of natural numbers s.t. (x_0 - \frac{1}{n}, x_0 + \frac{1}{n}) \subset (x_1, x_2) ):
- w_{x_0, n}(x_1) = w_{x_0, n}(x_2) = 0
- w_{x_0, n}(x) is zero outside (x_0 - \frac{1}{n}, x_0 + \frac{1}{n})
- w_{x_0, n}(x) is positive on ( x_0 - \frac{1}{n}, x_0 + \frac{1}{n} )
It's easy to show that
\lim\limits_{n \rightarrow + \infty} \int_{x_1}^{x_2} w_{x_0, n} \frac{y''}{{(1+ (y')^2)}^{\frac{3}{2}}} dx = \frac{ y''(x_0)}{{(1+ (y'(x_0))^2)}^{\frac{3}{2}}}.
But we know that each of these integrals is equal to 0, so y''(x_0) \equiv 0 for x_0 \in (x_1, x_2) . By continuity you just obtain that y'' \equiv 0 at \lbrack x_1, x_2 \rbrack and thus it's a linear function of x.
No comments:
Post a Comment