POTW Show That the Curve is Straight

  • Thread starter Thread starter Euge
  • Start date Start date
  • Tags Tags
    Curve
Click For Summary
The discussion focuses on proving that a continuously differentiable curve, which has an arclength equal to the Euclidean distance between two fixed points p and q, must lie on the straight line connecting them. The initial step involves understanding the parameters a and b, which can be set to 0 and 1 without loss of generality. The key equation used is the relationship between the curve's endpoints and its derivative, leading to the conclusion that the curve can be expressed in terms of a linear function. The challenge lies in demonstrating that the curve's properties enforce its linearity. Ultimately, the proof confirms that the curve indeed follows the straight line path between points p and q.
Euge
Gold Member
MHB
POTW Director
Messages
2,072
Reaction score
245
Fix points ##p,q\in \mathbb{R}^n##, and let ##\gamma : [a,b] \to \mathbb{R}^n## be a continuously differentiable curve from ##p## to ##q## whose arclength equals the Euclidean distance between the points, ##|q - p|##. Prove that ##\gamma## lies on the straight line passing through ##p## and ##q##.
 
  • Like
Likes Ahmed1029 and topsquark
Physics news on Phys.org
It’s just a question on reading the problem, what do a and b mean?
 
Last edited:
So the starting point is <br /> \|\gamma(b) - \gamma(a)\| = \int_a^b \|\gamma&#039;(t)\|\,dt if \gamma(a) = p and \gamma(b) = q, and we want to conclude that <br /> \gamma(t) = p + \gamma&#039;(a)G(t) for some G: [a,b] \to \mathbb{R} with \gamma&#039;(a) = K(q - p) for some K \in \mathbb{R}, G(a) = 0, and G(b) = K^{-1}.

I think that without loss of generality we can take a = 0 and b = 1.
 
Last edited:
  • Like
Likes anuttarasammyak
Suppose there exists t_0 \in (0,1) such that r= \gamma(t_0) is not on the straight line from p to q, Then \begin{split}<br /> \int_a^b \|\gamma&#039;(t)\|\,dt &amp;= \int_a^{t_0} \|\gamma&#039;(t)\|\,dt + \int_{t_0}^b \|\gamma&#039;(t)\|\,dt \\<br /> &amp;\geq \|r - p\| + \|q - r\| \\<br /> &amp;&gt; \|q - p\| \end{split} since the straight line path gives the shortest possible path between p and q. But this a contradiction, so each point of \gamma lies on the straight line.
 
  • Like
Likes anuttarasammyak
since the straight line path gives the shortest possible path between p and q

I believe the actual point of the challenge is to prove this is true.