博客
关于我
什么是测地线(geodesic)?【讲解清晰生动,深入浅出,通俗易懂】
阅读量:355 次
发布时间:2019-03-01

本文共 1706 字,大约阅读时间需要 5 分钟。

测地线就是在一个三维物体的表面上找出两个点的最短距离。测地线的具体应用挺广的,比如说飞机船只的航道设计。首先我们知道在二维平面上两点之间线段最短,但若是换到三维这就没办法实现了,因为你无法穿透这个物体以寻求最短距离。所以,我们就得想办法在曲面上面寻求最短距离。因为曲面略微抽象而且路径很多让人感觉无从下手,所以看似很难找。

其实不然,想象一张纸(假设它的厚度是忽略不计的),你既可以平铺让它处于绝对二维状态,又可以将其折叠成不同形状使其处于三维状态。如果这样想,事情就变简单了。假设你的那张不计厚度的纸处于平面状态,纸上有两个位置不同的点,你可以很容易找到两点之间最短距离。然后,你再将纸折叠成不同形状,尽管此时面不同了,但是两点的最短距离依然还是原先那条线:因为面不管被如何折面积都是不变的。

所以要找到测地线的关键就是把曲面转化成平面的这一步。微积分里面的术语叫parametrization(参数化),先不做过多讲解。当把曲面参数化成二维面之后,我们可以通过微积分求导,最后把二维重新转回三维。

数学语言表达

The geodesic equation

In aRiemannian manifoldMwithmetric tensorg, the lengthLof a continuously differentiable curve γ : [a,b] →Mis defined by

Another equivalent way of defining geodesics on a Riemannian manifold, is to define them as the minima of the followingactionorenergy functional

TheEuler–Lagrange equationsof motion for the functionalEare then given in local coordinates by

where

the Christoffel symbols of the metric

are theChristoffel symbolsof the metric. This is thegeodesic equation.

几何直观表达

 释义

1.ADJ relating to or involving the geometry of curved surfaces 曲面几何学的 (See also geodetic, geodesical)

2.N the shortest line between two points on a curved or plane surface 短程线 (Also called geodesic line)

The existence of the infinite closed geodesics of a compact no-simply connected Riemannian manifold.

紧致的非单连通黎曼流形上无穷多的闭测地线存在性问题?

Geodesics on smooth surface have many good geometric properties and there are equivalent partial differential equations and analytical methods solving it.

测地线在光滑曲面上有很好的几何性质,也有相应的测地线偏微分方程表达以及一些解析的方法来求解。

参考资料

Geodesic Deviation:https://ion.uwinnipeg.ca/~vincent/4500.6-001/Cosmology/GeodesicDeviation.htm

https://www.zhihu.com/question/22274518/answer/42849207

https://www.markushanke.net/tag/geodesic-equation/

转载地址:http://hnqa.baihongyu.com/

你可能感兴趣的文章
MySQL5.7新增Performance Schema表
查看>>
Mysql5.7深入学习 1.MySQL 5.7 中的新增功能
查看>>
Webpack 之 basic chunk graph
查看>>
Mysql5.7版本单机版my.cnf配置文件
查看>>
mysql5.7的安装和Navicat的安装
查看>>
mysql5.7示例数据库_Linux MySQL5.7多实例数据库配置
查看>>
Mysql8 数据库安装及主从配置 | Spring Cloud 2
查看>>
mysql8 配置文件配置group 问题 sql语句group不能使用报错解决 mysql8.X版本的my.cnf配置文件 my.cnf文件 能够使用的my.cnf配置文件
查看>>
MySQL8.0.29启动报错Different lower_case_table_names settings for server (‘0‘) and data dictionary (‘1‘)
查看>>
MYSQL8.0以上忘记root密码
查看>>
Mysql8.0以上重置初始密码的方法
查看>>
mysql8.0新特性-自增变量的持久化
查看>>
Mysql8.0注意url变更写法
查看>>
Mysql8.0的特性
查看>>
MySQL8修改密码报错ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
查看>>
MySQL8修改密码的方法
查看>>
Mysql8在Centos上安装后忘记root密码如何重新设置
查看>>
Mysql8在Windows上离线安装时忘记root密码
查看>>
MySQL8找不到my.ini配置文件以及报sql_mode=only_full_group_by解决方案
查看>>
mysql8的安装与卸载
查看>>