D2DistanceDT2 2D/3D• D2DistanceDT2[point1, point2] returns the second time derivative of the absolute distance between the two points. • D2DistanceDT2[point1, point2] is equivalent to Dt[Distance[point1, point2], {T, 2}] except that the local coordinates of the points are assumed to have no implicit dependence on any Mech system variables. • See also: Distance, DDistanceDT. Further Examples Load the Modeler2D package and define a simple model. If the distance between two points is calculated simply as the magnitude of the vector between the two points, then some obvious simplifications are missed, like the fact that the two points lie on the same body.
Out[2]= | |
Out[3]= | |
Out[4]= | |
Distance checks for such simplifications.
Out[5]= | |
DDistanceDT assumes that c is constant in the following, while direct differentiation with Dt cannot.
Out[6]= | |
Out[7]= | |
Similarly, D2DistanceDT2 assumes that local point coordinates are constant.
Out[8]= | |
|