Talk:PlanetPhysics/Tensor

From Wikiversity
Jump to navigation Jump to search

Original TeX Content from PlanetPhysics Archive[edit source]

%%% This file is part of PlanetPhysics snapshot of 2011-09-01 %%% Primary Title: tensor %%% Primary Category Code: 02.40.Hw %%% Filename: Tensor.tex %%% Version: 9 %%% Owner: bloftin %%% Author(s): bloftin %%% PlanetPhysics is released under the GNU Free Documentation License. %%% You should have received a file called fdl.txt along with this file. %%% If not, please write to gnu@gnu.org. \documentclass[12pt]{article} \pagestyle{empty} \setlength{\paperwidth}{8.5in} \setlength{\paperheight}{11in}

\setlength{\topmargin}{0.00in} \setlength{\headsep}{0.00in} \setlength{\headheight}{0.00in} \setlength{\evensidemargin}{0.00in} \setlength{\oddsidemargin}{0.00in} \setlength{\textwidth}{6.5in} \setlength{\textheight}{9.00in} \setlength{\voffset}{0.00in} \setlength{\hoffset}{0.00in} \setlength{\marginparwidth}{0.00in} \setlength{\marginparsep}{0.00in} \setlength{\parindent}{0.00in} \setlength{\parskip}{0.15in}

\usepackage{html}

% this is the default PlanetMath preamble. as your knowledge % of TeX increases, you will probably want to edit this, but % it should be fine as is for beginners.

% almost certainly you want these \usepackage{amssymb} \usepackage{amsmath} \usepackage{amsfonts}

% used for TeXing text within eps files %\usepackage{psfrag} % need this for including graphics (\includegraphics) %\usepackage{graphicx} % for neatly defining theorems and propositions %\usepackage{amsthm} % making logically defined graphics %\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here

\begin{document}

Tensors are another abstract mathematical tool at our disposal for solving problems from rotating \htmladdnormallink{rigid bodies}{http://planetphysics.us/encyclopedia/CenterOfGravity.html} to the structure of the \htmladdnormallink{Universe}{http://planetphysics.us/encyclopedia/MultiVerses.html}. Not only does the use of tensor notation clean up complex equations, but also allows us to embody the invariance of physical quantities within tensors. This is worth repeating: we can use tensors to write physical equations independent of the choice of coordinate \htmladdnormallink{systems}{http://planetphysics.us/encyclopedia/SimilarityAndAnalogousSystemsDynamicAdjointnessAndTopologicalEquivalence.html}.

In the most general way we define a tensor $T$ based on how it behaves under coordinate transformations

\begin{equation} \bar{T}^{i_1, i_2,\cdots i_p}_{j_1, j_2,\cdots j_q} = T^{r_1, r_2,\cdots r_p}_{s_1, s_2,\cdots s_q}\frac{\partial \bar{x}^{i_1}}{\partial x^{r_1}} \frac{\partial \bar{x}^{i_2}}{\partial x^{r_2}} \cdots \frac{\partial \bar{x}^{i_p}}{\partial x^{r_p}} \frac{\partial x^{s_1}}{\partial \bar{x}^{j_1}} \frac{\partial x^{s_2}}{\partial \bar{x}^{j_2}} \cdots \frac{\partial x^{s_q}}{\partial \bar{x}^{j_q}} \end{equation}

where the tensor rank is $n = p + q$, the contravariant rank is $p$ and the covariant rank is $q$. Note that rank is also referred to as the tensor order.

Although Eq. (1) can be intimidating at first, one can familiarize themselves by working simple examples and pulling from experience with \htmladdnormallink{scalars}{http://planetphysics.us/encyclopedia/Vectors.html}, \htmladdnormallink{vectors}{http://planetphysics.us/encyclopedia/Vectors.html} and \htmladdnormallink{matrices}{http://planetphysics.us/encyclopedia/Matrix.html}. A scalar quantity such as \htmladdnormallink{temperature}{http://planetphysics.us/encyclopedia/BoltzmannConstant.html} or density is invariant under coordinate transformation and is labeled as a tensor of rank zero. The next step is a tensor of rank 1. If $p = 1$ and $q = 0$, then $n = 1$ and we have a contravariant vector

\begin{equation} \bar{T}^{i_1} = T^{r_1}\frac{\partial \bar{x}^{i_1}}{\partial x^{r_1}} \end{equation}

If $p = 0$ and $q = 1$, then $n = 1$ and we have a covariant vector

\begin{equation} \bar{T}_{j_1} = T_{s_1}\frac{\partial x^{s_1}}{\partial \bar{x}^{j_1}} \end{equation}

It is important to realize the differences between Eq. (2) and Eq. (3), i.e. Eq. (2) can represent the transformation of familiar vectors, while Eq. (3) can represent the transformation between basis vectors. This can best be illustrated with the simple examples of the \htmladdnormallink{transformation between cartesian coordinates and polar coordinates}{http://planetphysics.us/encyclopedia/TransformationBetweenCartesianCoordinatesAndPolarCoordinates.html} and the \htmladdnormallink{transformation between cartesian basis vectors and polar basis vectors}{http://planetphysics.us/encyclopedia/TransformationBetweenCartesianBasisVectorsAndPolarBasisVectors.html}.

\end{document}