1. Let V=R2, and let v=(3,2) in the Cartesian basis of R2. Now, we choose another basis as follows e1=(2,1),e2=(0,1). Expand v in terms of e1,e2.
2. Let V={a+bt+ct2∣a,b,c∈R} be the space of polynomials of degree at most 2. Let f1(t),f2(t),f3(t) be three elements in V, given as follows
f1(2)=1,f1(3)=0,f1(5)=0f2(2)=0,f2(3)=1,f2(5)=0f3(2)=0,f3(3)=0,f3(5)=1
Then
Show that f1,f2,f3 forms a basis of V.
Expand f=3t2+1 in terms of this basis.
3. Consider the new coordiante (u,v) on R2, related to (x,y) by
x=cosh(u)cos(v),y=sinh(u)sin(v)
Find the metric tensor g in terms of u,v (or equivalently, the line element ds2),
The volume element.
The expansion of ∂u and ∂v using ∂x and ∂y.
(bonus) If a function on R2 is given by f(u,v)=2u+3v, find its gradient expressed using basis vectors ∂u,∂v.
(bonus) Find the divergence of the vector field V=∂u.
You may use the formula
grad(f)=gij∂if∂j
and
div(Vi∂i)=g1∂i(gVi)
where we used Einstein summation convention, and ∂i=∂ui∂, u1=u,u2=v.
Partial Solution
1. Draw the picture to see. You should draw a parallogram with v along the diagonal, and two sides parallel to e1,e2.
2. Since V is 3 dim, suffice to show that fi are linearly independent. That is, if we have
0=c1f1(t)+c2f2(t)+c3f3(t)
for all t, then we need to show ci=0. Plug in t=2,3,5 to conclude this is indeed so.
Same thing for the next problem, suppose we try to find the expansion
f(t)=c1f1(t)+c2f2(t)+c3f3(t)
then we can get ci by plug-in t=2,3,5.
You may worry about: what about t equal to other values? Well, since we have an equation about degree two polynomials, if it holds at 3 points, then it holds for all t.
3. This is good place to introduce another trick, the relation about 2-dim orthogonal coordinate and holomorphic functions.
Suppose z=f(w) is a holomorphic function, if we write z=x+iy, w=u+iv, we get Cauchy-Riemmann equation
{∂u∂x=∂v∂y∂v∂x=−∂u∂y
Hence, we have
g(∂u∂,∂u∂)=(∂u∂x)2+(∂u∂y)2=(∂v∂y)2+(−∂v∂x)2=g(∂v∂,∂v∂)
and
g(∂u∂,∂v∂)=∂u∂x∂v∂x+∂u∂y∂v∂y=−∂u∂x∂u∂y+∂u∂y∂u∂x=0
Hence, we have orthogonal coordinate, and furthermore, the length of the two basis vectors are the same
guu=gvv.
In this problem, we have
x+iy=cosh(u+iv)
so the above method applies. Another examples is
y=uv,x=(u2−v2)/2
this is from
x+iy=(u+iv)2/2.
Of course, one can do the problem without using the above trick. One then do
dx=…du+…dv,dy=…du+…dv
then plug into
ds2=dx2+dy2
to express ds2 using du and dv. You should get in the end
ds2=(cosh2(u)−cos2(v))(du2+dv2)
Or, the factor can be written in different ways, since
cosh2(u)−cos2(v)=sinh2(u)+sin2(v).
Let H2=sinh2(u)+sin2(v), then we have
g=[gij]=(H200H2)
So we have gij=δijH2,gij=H−2δij.
The volume element is
\sqrt{g} du dv = (\sinh^2(u) + \sin^2(v)) du dv$
The expansion is
∂u=∂u(x)∂x+∂u(y)∂y=…
The gradient is
grad(f)=H−2∂u(f)∂u+H−2∂v(f)∂v=H−2(2∂u+3∂v)
The divergence of V is
div(V)=H−2∂u(H2)=sinh2(u)+sin2(v)2cosh(u)sinh(u)
More details: V=1∂u+0∂v so V1=1, V2=0, and g=H4=H2. Plug in the divergence formula will yield the answer.
In Boas' notation, we have e1=∂u/∥∂u∥=∂u/H, so
V=∂u=He1
and VBoas1=H, also h1=h2=H. Using that Boas formula, we have
divV=h1h21∂u(h2VBoas1)=H−2∂u(H2)
yield the same answer.
math121b/sample-m1.txt · Last modified: 2020/02/23 16:56 by pzhou