Coordinate system changing
Parabolic coordinate system on a plane
What we do?
Find metric, connection and Laplace operator on a plane in parabolic coordinate systems:
Solution:
| Domain[manifold] | manifold - string - a manifold name or a name of a manifold domain. |
| Metric[id→expr] | id - variable - metric identifier,
expr - expression - metric declaration. |
| Connection[id] | id - variable - connection identifier. |
Necessary functions.
Plane
First of all we have to describe the space we are working in. The space is 2-dimensional Euclidean (flat) space i.e. a plane. To define the space we declare domain, forms, vectors, coframe, frame, flat metric and calculate connection (it is equal to zero of course).
| Out[8]= |  |
| Out[9]= |  |
| Out[10]= |  |
| Out[11]= |  |
| Out[12]= |  |
| Out[13]= |  |
Calculate the connection of the metric:
| Out[14]= |  |
Now the working space is defined completely and we can start to solve the problem.
Parabolic
| Out[15]= |  |
Declare 1-form for the domain coframe:
| Out[16]= |  |
Declare vectors for the domain frame:
| Out[17]= |  |
Declare coframe on the domain:
| Out[18]= |  |
Declare frame of the domain:
| Out[19]= |  |
Declare mapping of the domain into
R2:
| Out[20]= |  |
| Out[21]= |  |
Now we can calculate metric induced on the domain by the mapping.
| Out[22]= |  |
| Out[23]= |  |
Out[24]//MatrixForm= |
| |  |
| Out[25]= |  |
To calculate Laplace operator one can use grad and div operators.
| Out[26]= |  |