Shortest Path Between Two Points On A Sphere

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ต.ค. 2024

ความคิดเห็น • 18

  • @betaorionis2164
    @betaorionis2164 4 วันที่ผ่านมา +2

    That was an excellent exercise of calculus and of course I gave you a thumbs up. However, you can calculate the distance between two points on a sphere in a a waaaay shorter mode with straightforward geometrical calculations.

    • @Freeball99
      @Freeball99  4 วันที่ผ่านมา

      I'd like to hear more about this. Note that I wasn't trying to calculate the actual distance between two points, but rather was trying to find the geometry of the shortest path.

    • @betaorionis2164
      @betaorionis2164 4 วันที่ผ่านมา

      @@Freeball99 What do you understand by "the geometry of the shortest path"? ¿The equation of the great circle between those two points?
      I was under the impression that you were looking for the shortest distance, which can be obtained through the Haversine formula, itself derived from the properties of the spherical triangles, which can be obtained from geometry.

    • @Freeball99
      @Freeball99  4 วันที่ผ่านมา +1

      @@betaorionis2164 The haversine formula can indeed be used to calculate the shortest distance between two points on a sphere, but it presupposes that the shortest path lies along a great circle. It does not derive the fact that the shortest path is a great circle; rather, it uses this assumption to compute the arc length directly.

    • @betaorionis2164
      @betaorionis2164 4 วันที่ผ่านมา

      @@Freeball99 Ok, I understand now.

    • @Freeball99
      @Freeball99  4 วันที่ผ่านมา +3

      @@betaorionis2164 👍 I'll pin this to the top of the comments section because I suspect that others will have a similar concern.

  • @sonyaraman
    @sonyaraman 6 วันที่ผ่านมา +4

    Clear and enjoyable, I believe this is the best explanation of calculus of variations in regards to this problem

  • @mathunt1130
    @mathunt1130 6 วันที่ผ่านมา +6

    I think you've missed a trick: You can rotate your sphere in such that the P and Q can be put on the axis where either \theta or \phi is constant. That should reduce the complexity dramatically.

    • @Freeball99
      @Freeball99  4 วันที่ผ่านมา +6

      You make a good point, however, rotating to make one angle constant actually presupposes a great circle solution. I am treating the problem from the point-of-view of not knowing a priori what the form of the solution is. The Euler-Lagrange method derives this result from first principles, without assuming the answer. It demonstrates how calculus of variations reveals geometric truths purely from mathematics.

  • @papkenhartunian186
    @papkenhartunian186 7 ชั่วโมงที่ผ่านมา

    I loved your material on this video. I would like to know how you can prove a straight line is a circle and Vis versa.

  • @r2k314
    @r2k314 วันที่ผ่านมา

    That was really fun. I quess I never saw this application of the E.L. equation before because it's usually demonstrated with the geodesic equation, correct?

  • @5eurosenelsuelo
    @5eurosenelsuelo 6 วันที่ผ่านมา +2

    Thank you very much for the explanation. It'd be interesting to see the problem applied to other surfaces such as a cone or a cylinder. I know they're flat so it'd be possible to develop them and draw the straight line but I'm not familiar enough with the Lagrangian to do it this way. Well, the cylinder maybe I could because of its similarities to a circle. Maybe even the cone if I follow this video slowly. But I'm still missing the foundation. I need to rewatch your video on the Lagrangian.

    • @Freeball99
      @Freeball99  3 วันที่ผ่านมา

      Try apply this exact technique to a cylinder. The kinematics are slightly different, but the integral is far simpler to carry out - hint: you should find that
      z' = dz / dθ = const (which is trivial to integrate).
      Use
      x = r cos θ, y = r sin θ, z = z
      and substitute into the distance formula.
      You should arrive at the conclusion that the shortest path between 2 points on a cylinder is a helix.

  • @bobh6728
    @bobh6728 3 วันที่ผ่านมา +2

    I think that is first time I’ve seen a mathematical proof that the great circle is the shortest distance. I’ve seen intuitive explanations before.

  • @notsodope834
    @notsodope834 2 วันที่ผ่านมา

    Nice, using a constraint that all those paths lie on the sphere. Can see how really difficult the integral becomes for questions of shortest path between two points in an irregular 3d shape . Lucky that in case of sphere its doable.

  • @vishalmishra3046
    @vishalmishra3046 3 วันที่ผ่านมา

    *Shortest length between 2 points on a sphere* is simply the direct arc length between them = radius x angle (in radians) between the 2 points subtended at the center of the sphere.
    Let Center C = (Cx,Cy, Cz) and the points on the sphere are P = (Px, Py, Pz) and Q = (Qx,Qy,Qz), with angle T between them (calculated using arc cos of dot product below).
    Then, radius of the sphere, R = |P-C| = |Q-C| and related unit vectors are p = (P-C) / |P-C| and q = (Q-C) / |Q-C| with cos T = p . q (dot product).
    So, shortest arc length = R x T = Radius of the Sphere x Angle in Radians between the 2 points at the center of the Sphere. *Simple, right* ?

    • @Freeball99
      @Freeball99  3 วันที่ผ่านมา +1

      Thank you for sharing this. You're right that it's a simple and effective way to calculate the shortest distance between two points on a sphere - I find it far more intuitive than the haversine formula which performs a similar calculation.
      HOWEVER, it assumes that the shortest path is along a great circle arc. The Euler-Lagrange approach I used actually proves why this is the case, deriving the result from first principles without assuming the nature of the solution beforehand.

  • @gogyoo
    @gogyoo 4 วันที่ผ่านมา

    I can barely take the derivative of a polynomial. WTF YT algorithm?