This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
math121b:02-10 [2020/02/09 23:34] pzhou |
math121b:02-10 [2020/02/22 18:03] (current) pzhou |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== 2020-02-10, Monday ====== | ====== 2020-02-10, Monday ====== | ||
- | We first finish up the derivation of Laplacian last time. See the lecture note [[02-07]]. Then, we introduce two vector operations, divergence and curl. Finally, we give a summary of the mathematical treatment of tensor analysis. | + | |
- | Then, we will follow Boas 10.9 and 10.10, to introduce the physic-engineer notations: the nabla operator . | ||
- | ===== Differential of a function ===== | + | We first finish up the derivation of Laplacian last time. See the lecture note [[02-07]]. Then, we review three concepts ( is a bit special for ). |
+ | |||
+ | |||
+ | Then, we will follow Boas 10.8 and 10.9, to reconcilliate the math notation and physics notations. | ||
+ | |||
+ | |||
+ | |||
+ | ===== Differential of a function | ||
In Cartesian coordinate, the differential of a function is | In Cartesian coordinate, the differential of a function is | ||
- | df = \sum_i \frac{\df }{\d x_i} dx_i. | + | df = \sum_i \frac{\d f }{\d x_i} dx_i. |
In general coordinate , the differential of a function is | In general coordinate , the differential of a function is | ||
- | df = \sum_i \frac{\df }{\d u_i} d u_i. | + | df = \sum_i \frac{\d f }{\d u_i} d u_i. |
- | You can specify the differential of a function directly: at a point , is a linear function on : it sends an element | + | You can specify the differential of a function directly: at a point is a linear function on , $df(p) \in (T_p \R^n)^*$. It does the following |
+ | df(p) : \b v_p \mapsto | ||
+ | where $\b v_p(f)$ is the directional derivative of along $\b v_p$. | ||
===== Gradient of a function (is a vector field) ===== | ===== Gradient of a function (is a vector field) ===== | ||
In Cartesian coordinate, the gradient of a function is | In Cartesian coordinate, the gradient of a function is | ||
- | + | \gdef\grad{\text{ grad } } \grad f = \sum_i | |
+ | In general coordinate, the gradient of a function is more complicated | ||
+ | |||
+ | where is the entry of the inverse matrix of the matrix . And it just happens that, for Cartesian coordinate, . | ||
+ | Note that and depends on the coordinate system. | ||
+ | |||
+ | Beware that $\nabla u_i \neq \frac{\d}[\d u_i}$. | ||
+ | |||
+ | ** Notation ** | ||
===== Divergence of a Vector field (is a function) ===== | ===== Divergence of a Vector field (is a function) ===== | ||
Line 27: | Line 43: | ||
The divergence of is a function on , | The divergence of is a function on , | ||
- | + | \div(\b V) = \sum_{i=1}^n \d_i( V^i ) | |
recall that is a function on , and is taking the partial derivative with respect to . | recall that is a function on , and is taking the partial derivative with respect to . | ||
+ | |||
+ | ** Notation ** | ||
+ | |||
**What does divergence mean?** Geometrically, | **What does divergence mean?** Geometrically, | ||
Then, we have the geometrical interpretation as | Then, we have the geometrical interpretation as | ||
- | \gdef\div{\text{div}} \gdef\vol{\text{Vol}} | + | |
That is why, if is an open domain, we can compute the change-rate of the volume of by | That is why, if is an open domain, we can compute the change-rate of the volume of by | ||
- | If we are given a curvilinear | + | ** In curvilinear coordinate. ** |
+ | The formula for computing the divergence is the following, suppose , then | ||
+ | |||
+ | |||
+ | The reason | ||
+ | |||
+ | |||
+ | ====== Back to Boas ====== | ||
+ | |||
+ | ===== Section 10.8 ===== | ||
+ | For Cartesian | ||
+ | |||
+ | For spherical coordinate, we have **unit** basis vectors , and corresponding coordinate basis vectors (not unit length). These corresponds to our coordinate basis tangent vectors: | ||
+ | |||
+ | |||
+ | See Example 2 on page 523, for how to consider a general curvilinear coordinate on . | ||
+ | |||
+ | The notation corresponds to | ||
+ | |||
+ | An element in can be viewed as a linear operator , by inserting to the second slot of . In this sense is the identity operator on . You might have seen in Quantum mechanics the bra-ket notation (( sometimes omitted as usual in physics.)) It is the same thing, where forms a basis and are the dual basis. | ||
+ | |||
+ | ** Orthogonal coordinate system (ortho-curvilinear coordinate) **, the matrix is diagonal, with entries (not to be confused with our notation for dual basis). This is | ||
+ | the case we will be considering mainly. | ||
+ | |||
+ | ===== Section 10.9 ===== | ||
+ | Suppose we have orthogonal coordinate system , and **unit** basis vectors , we have | ||
+ | |||
+ | |||
+ | Given a vector field , we write its component in the basis of (warning! this is not our usual notation, we usual write with basis ) | ||
+ | . | ||
+ | |||
+ | ==== Divergence. ==== | ||
+ | Try to do problem 1. | ||
+ | |||
+ | An important property is the " | ||
+ | \b \nabla \cdot (f \b V) = \b \nabla f \cdot \b V + f \b \nabla | ||
+ | |||
+ | ==== Curl ==== | ||
+ | To compute the curl, we note the following rule | ||
+ | |||
+ | and | ||
+ | . | ||
+ | |||
+ | In the ortho-curvilinear coordinate, we can use the above rule to get a formula for the curl. I will not test on the curl operator in the orthocurvilinear case. | ||
+ | |||
+ | |||
+ | |||
+ | |||