UNIVERSITY OF DUBLIN TRINITY COLLEGE

advertisement
UNIVERSITY OF DUBLIN
XMA2E011
TRINITY COLLEGE
Faculty of Engineering, Mathematics
and Science
school of mathematics
SF Engineers
SF MSISS
SF MEMS
Trinity Term 2012
Module 2E011,
???, ???
Final Exam
???
9.30 — 11.30
Dr. Sergey Frolov
ATTEMPT QUESTION 1 and FOUR OTHER QUESTIONS
Log tables are available from the invigilators, if required.
Non-programmable calculators are permitted for this examination,—please indicate the make
and model of your calculator on each answer book used.
Page 2 of 15
XMA2E011
Each question is worth 18 marks.
1. (a) 14 marks. Solve the following initial value problem by the Laplace transform
y 00 + 9 y = −9 u(t − π) + 6 δ(t − 2π) ,
y(0) = 1 ,
y 0 (0) = 0 .
(b) 4 marks. Sketch the input function and the solution.
Show the details of your work.
Solution :
(a) We denote Y (s) = L(y), and then using the formulae
L(y 00 ) = s2 Y (s) − sy(0) − y 0 (0) , L(u(t − a)) =
e−as
, L(δ(t − a)) = e−as ,
s
we get the algebraic equation
(s2 + 9)Y (s) = −9
e−πs
+ 6e−2πs + s .
s
Solving the equation for Y , we get
Y (s) = −
6e−2πs
s
9e−πs
+
+ 2
.
2
2
s(s + 9) s + 9 s + 9
Then we represent
−
9
1
s
=
−
+
.
s(s2 + 9)
s s2 + 9
Finally we use the formulas of the inverse Laplace transform
1
s
−1
−1
L
= 1, L
= cos 3t , L−1 e−as F (s) = f (t − a)u(t − a) ,
2
s
s +9
to get
y(t) = −u(t − π) + cos 3(t − π)u(t − π) + 2 sin 3(t − 2π)u(t − 2π) + cos 3t



cos 3t if 0 < t < π


=
.
(1)
−1 if π < t < 2π



 −1 + 2 sin 3t if t > 2π
(b) The plot of the input function and the solution is shown below.
Page 3 of 15
XMA2E011
2
5
10
15
-2
-4
-6
-8
2. Consider the function
f (x, y, z) =
p
z 2 + x − y + 2 cos(3y − 2x) ,
and the point P (3, 2, −1) .
(a) 10 marks. Find a unit vector in the direction in which f increases most rapidly at
the point P .
(b) 1 mark. Sketch the projection of the vector onto the xz-plane
(c) 3 marks. Find a unit vector in the direction in which f decreases most rapidly at
the point P .
(d) 1 mark. Sketch the projection of the vector onto the xy-plane
(e) 3 marks. Find the rate of change of f at the point P in these directions.
Show the details of your work.
Solution:
(a) f increases most rapidly in the direction of its gradient, so we compute
fx (3, 2, −1) =
1
,
4
1
fy (3, 2, −1) = − ,
4
1
fz (3, 2, −1) − .
2
Thus, the gradient and its magnitude are equal to
r
1
1
1
3
∇f (3, 2, −1) =
,− ,−
, ||∇f (3, 2, −1)|| =
≈ 0.612372 .
4
4
2
8
Page 4 of 15
XMA2E011
Therefore, the unit vector in the direction of the gradient is
r 8 1
1
1
u=
,− ,−
≈ (0.408248 , −0.408248 , −0.816497) .
3 4
4
2
(b) The projection of the vector onto the xz-plane is the vector
r 8 1
1
uxy =
,0,−
≈ (0.408248 , 0 , −0.816497) .
3 4
2
(c) f decreases most rapidly in the direction opposite to its gradient, so the unit vector
is
r 8 1
1
1
,− ,−
≈ (−0.408248 , 0.408248 , 0.816497) .
v=−
3 4
4
2
(d) The projection of the vector onto the xy-plane is the vector
r 1
8 1
, − , 0 ≈ (−0.408248 , 0.408248 , 0) .
uxy = −
3 4
4
(e) The rate of change of f at P in the direction of u is equal to
r
3
||∇f (3, 2, −1)|| =
≈ 0.612372 ,
8
and the rate of change of f at P in the direction of v is equal to
r
3
−||∇f (3, 2, −1)|| = −
≈ −0.612372 .
8
Page 5 of 15
XMA2E011
3. Consider the surface
p
3
3 cos(2x − y) + 6x2 − 6xy 2 − y 3 + 31
z = ln
2
(a) 7 marks. Find an equation for the tangent plane to the surface at the point
P (1, 2, z0 ) where z0 = f (1, 2).
(b) 3 marks. Find points of intersection of the tangent plane with the x-, y- and
z-axes.
(c) 2 marks. Sketch the tangent plane, and show the point P (1, 2, z0 ) on it.
(d) 4 marks. Find parametric equations for the normal line to the surface at the point
P (1, 2, z0 ).
(e) 2 marks. Sketch the normal line to the surface at the point P (1, 2, z0 ).
Show the details of your work.
Solution:
(a) We first simplify
p
3
3 cos(2x − y) + 6x2 − 6xy 2 − y 3 + 31
1
z = ln
= ln(3 cos(2x−y)+6x2 −6xy 2 −y 3 +31)−ln 2 .
2
3
Then, we compute the partial derivatives at P (1, 2, 0)
1
∂
z|x=1,y=2 = − .
∂x
2
∂ 1
3
z|x=1,y=2 = − .
∂y 2
2
The tangent plane equation is given by
1
3
7 1
3
z = 0 − (x − 1) − (y − 2) = − x − y .
2
2
2 2
2
(b) (7, 0, 0), (0, 73 , 0) , (0, 0, 27 )
(c) The tangent plane is the one through the points in (b).
(d) The normal line to the surface (and the tangent plane) is given by
r = i + 2j + t
3
1
i+ j+k .
2
2
(e) The normal line is perpendicular to the plane.
Page 6 of 15
XMA2E011
4. Consider the solid in the first octant bounded by the surface
sin πx
e1−x
2
z=
y−
y,
1−x
1−x
below by the plane z = 0, and laterally by y = x and y =
√
x.
(a) 3 marks. Sketch the projection of the solid onto the xy-plane.
(b) 10 marks. Use double integration to find the volume of the solid.
(c) 5 marks. Find
e1−x
sin πx
2
−
.
x→1 1 − x
1−x
lim
Show the details of your work.
Solution:
(a) Below is the projection of the solid onto the xy-plane.
1.0
0.8
0.6
0.4
0.2
0.2
0.4
0.6
0.8
1.0
(b) Therefore, the volume is given by the following double integral
#
!
!
ZZ
Z 1 " Z √x
πx
1−x
sin πx
sin
e1−x
e
2
2
V =
y−
y dA =
−
y dy dx
1
−
x
1
−
x
1
−
x
1
−
x
R
0
x
! √x
Z 1
Z
πx
1−x
sin 2
e
y2 1 1 1−x
πx =
−
e
− sin
x dx .
dx =
1−x
1−x
2
2 0
2
0
x
The remaining integral is computed by using integration by parts
Z 1
Z 1
Z 1
1−x
1−x
1−x
1−x 1
xe
dx =
d(−x e ) + e
dx = −x e
|0 +
e1−x dx = −1 − e1−x |10 = −2 + e ,
0
0
0
Page 7 of 15
and
Z 1
0
XMA2E011
Z 1
2
πx 2
πx
2
πx 1
2
πx
d − x cos
+ cos
dx = − x cos
|0 +
cos
dx
π
2
π
2
π
2
2
0
0 π
4
4
πx 1
|0 = 2 .
= 0 + 2 sin
π
2
π
πx
x sin
dx =
2
Z
1
Thus the volume is equal to
V =
2
e
− 1 − 2 ≈ 0.156499
2
π
(c) We have
et sin π(1−t) et cos πt e1−x
sin πx
2
2
2
−
= lim
−
= lim
−
lim
t→0
t→0
x→1 1 − x
1−x
t
t
t
t
π 2 t2 1 + t + t2
1− 4
2
−
= 1,
= lim
t→0
t
t
where we used that
et ≈ 1 + t +
t2 t3
+ + ··· ,
2
6
cos t = 1 −
t2
t4
+
+ ··· .
2
24
Page 8 of 15
XMA2E011
5. (a) 2 marks. Show that the integral below is independent of the path
Z (π ,π/2)
(3y 2 + 2π 3 cos x) dx − (−6xy + 3π 3 sin y) dy .
(−π/2 ,π)
(b) 8 marks. Find the potential function φ(x, y)
(c) 2 marks. Use the Fundamental Theorem of Line Integrals to find the value of the
integral.
(d) Choose the integration path C between the points (−π/2 , π) and (π , π/2) to be
a curve formed from two line segments C1 and C2 , where C1 is joining (−π/2 , π)
and (π , π), and C2 is joining (π , π) and (π , π/2).
i. 1 mark. Plot the integration path C, and show its orientation on the plot.
ii. 5 marks. Parameterize C1 and C2 , and evaluate
Z
(3y 2 + 2π 3 cos x) dx − (−6xy + 3π 3 sin y) dy .
C
Show the details of your work.
Solution:
(a) We have
f (x, y) = 3y 2 + 2π 3 cos x ,
g(x, y) = −(−6xy + 3π 3 sin y) .
Thus
∂y f (x, y) = 6y ,
∂x g(x, y) = 6y ,
and therefore the integral is independent of the path.
(b) To compute the integral we find the potential function φ(x, y)
∂φ
= 3y 2 + 2π 3 cos x
∂x
⇒
φ(x, y) = 3xy 2 + 2π 3 sin x + C(y) .
To find C(y) we use that
∂φ
dC(y)
dC(y)
= 6xy+
= −(−6xy+3π 3 sin y) ⇒
= −3π 3 sin y ⇒ C(y) = 3π 3 cos y+C .
∂y
dy
dy
Thus, we get
φ(x, y) = 3xy 2 + 2π 3 sin x + 3π 3 cos y + C .
Page 9 of 15
XMA2E011
(c) By using the formula, we obtain
Z
(π ,π/2)
2
3
Z
3
(π ,π/2)
(3y + 2π cos x) dx − (−6xy + 3π sin y) dy =
(−π/2 ,π)
(−π/2 ,π)
∂φ
∂φ
dx +
dy
∂x
∂y
(π ,π/2)
= φ(x, y)|(−π/2 ,π) =
29π 3
4
(d) i. The plot is shown below
3.0
2.5
2.0
1.5
1.0
0.5
1
-1
2
3
ii. The line segments C1 is parametrized as x = t, y = π, −π/2 ≤ t ≤ π and one gets
Z
Z π
2
3
3
(3y + 2π cos x) dx − (−6xy + 3π sin y) dy =
(3π 2 + 2π 3 cos t) dt
−π/2
C1
2
3
= (3π t + 2π sin t)
|π−π/2
3
3
3
= 9π /2 + 2π = 13π /2 .
The line segments C2 is parametrized as x = π, y = t, π ≤ t ≤ π/2 and one gets
Z
2
3
2
3
Z
3
π/2
(3y + 2π cos x) dx − (−6xy + 3π sin y) dy =
C2
π
= (3πt + 3π cos t)
|π/2
π
3
3
3
3
= 3π /4 − 3π + 3π = 3π /4 .
The sum gives 29π 3 /4 as it should be.
(6πt − 3π 3 sin t) dt
Page 10 of 15
XMA2E011
6. (a) 3 marks. Express rectangular coordinates in terms of cylindrical coordinates
(b) Consider the solid G bounded by the surfaces x2 + y 2 = 1 and x2 + y 2 = 4, above
by the surface z = 3, and below by the surface z = 0.
i. 1 mark. What is the surface x2 + y 2 = 1?
ii. 1 mark. What is the surface x2 + y 2 = 4?
iii. 1 mark. What are the surfaces z = 0 and z = 3?
iv. 1 mark. Sketch the part of the boundary of the solid G which belongs to the
surface z = 0.
v. 5 marks. Use triple integral and cylindrical coordinates to compute the volume
V of the solid G.
vi. 6 marks. Use triple integral and cylindrical coordinates to find the mass M of
the solid G if its density is
δ(x, y, z) = e−(x
2 +y 2 +z)
.
Show the details of your work.
Solution :
(a) We have
x = r cos θ ,
y = r sin θ ,
z=z
(b) i. Cylinder of radius 1.
(b) ii. Cylinder of radius 2.
(b) iii. The xy-plane, and the plane parallel to the xy-plane and through the point (0, 0, 3).
(b) iv. The plot is shown below
(b) v. We use the cylindrical coordinates to get
ZZZ
Z 2π Z 2 Z 3
Z
V =
dV =
rdz dr dθ = 2π
G
0
1
0
2
3rdr = 3π(22 −1) = 9π ≈ 28.2743 .
1
(b) vi. We use the spherical coordinates to get
ZZZ
Z 2π Z 2 Z 3
−(r2 +z)
e
rdz dr dθ
M =
δ(x, y, z)dV =
G
0
1
0
Z 2
1
1 1
1
(e3 − 1)2
2
e−r rdr = π(1 − 3 )( − 4 ) = π
≈ 1.04351 .
= 2π(1 − 3 )
e
e e e
e7
1
Page 11 of 15
XMA2E011
2
1
0
-1
-2
-2
0
-1
1
2
Useful Formulae
1. Let r(t) be a vector function with values in R3 :
(a) Its derivative is
dr
dt
=
df
dt
,
dg
dt
,
dh
dt
.
|| =
(b) The magnitude of this vector is || dr
dt
(c) The unit tangent vector is T =
r(t) = f (t) i + g(t) j + h(t) k .
dr
dt
|| dr
||
dt
q
df 2
dt
+
dg 2
dt
+
dh 2
dt
.
.
(d) The vector equation of the line tangent to the graph of r(t) at the point P =
(x0 , y0 , z0 ) corresponding to t = t0 on the curve is R(t) = r0 + (t − t0 ) v0 , where
r0 = r(t0 ) and v0 =
dr
(t ) .
dt 0
R2
|| dt .
|| dr
dt
R t dr
(f) The arc length parameter s having r(t0 ) as its reference point is s = t0 || du
|| du .
(e) The arc length of the graph of r(t) between t1 and t2 is L =
1
2. Let σ be a surface in R3 : z = f (x, y)
(a) The slope kx of the surface in the x-direction at the point (x0 , y0 ) is kx =
∂z
(x0 , y0 ) .
∂x
(b) The slope ky of the surface in the y-direction at the point (x0 , y0 ) is ky =
∂z
(x0 , y0 ) .
∂y
(c) The equation for the tangent plane to the surface at the point P = (x0 , y0 , z0 ) is
z = z0 + kx (x − x0 ) + ky (y − y0 ) .
(d) Parametric equations for the normal line to the surface at P = (x0 , y0 , z0 ) are
r(t) = r0 + t(−kx i − ky j + k) , r0 = x0 i + y0 j + z0 k .
Page 12 of 15
XMA2E011
(e) The volume under the surface and over a region R in the xy-plane is
RR
V = R f (x, y) dA .
(f) The area of the portion of the surface that is above a region R in the xy-plane is
r
2
RR
RR
∂z 2
∂z
S = σ dS = R 1 + ∂x + ∂y
dA .
(g) The mass of the lamina with the density δ(x, y, z) that is the portion of the surface
that is above a region R in the xy-planeris
RR
RR
M = σ δ(x, y, z) dS = R δ(x, y, z) 1 +
∂z 2
∂x
+
2
∂z
∂y
dA .
3. The local linear approximation of the function z = f (x, y) at the point (x0 , y0 ) is
L(x, y) = f (x0 , y0 ) + fx (x0 , y0 )(x − x0 ) + fy (x0 , y0 )(y − y0 ) .
4. Let f (x, y, z) be a function of three variables
(a) The gradient of f is ∇f = (fx , fy , fz ) .
(b) f increases most rapidly in the direction of its gradient, and the rate of change of
f in this direction is equal to ||∇f ||.
(c) If f is smooth then its critical points satisfy fx = fy = fz = 0.
5. Let R be a region in the xy-plane bounded by the curves y = g(x) , y = h(x) , x =
a , x = b, and g ≤ h for a ≤ x ≤ b. Then the double integral over the region is
i
RR
R b hR h(x)
f (x, y) dA = a g(x) f (x, y)dy dx .
R
6. Let R be a region in the xy-plane bounded by the curves (in polar coordinates)
r = r1 (θ) , r = r2 (θ) , θ = α , θ = β and r1 ≤ r2 for α ≤ θ ≤ β. Then the double
integral over the region is
i
RR
RR
R β hR r2 (θ)
f
(r,
θ)
dA
=
f
(r,
θ)
rdr
dθ
=
f
(r,
θ)rdr
dθ .
R
R
α
r1 (θ)
7. Let R be a plain lamina with density δ(x, y).
(a) Its mass is equal to M =
RR
R
δ(x, y) dA .
(b) The x-coordinate of its centre of gravity is equal to xcg =
1
M
RR
R
x δ(x, y) dA .
Page 13 of 15
XMA2E011
(c) The y-coordinate of its centre of gravity is equal to ycg =
1
M
RR
R
y δ(x, y) dA .
8. Let G be a simple solid whose projection onto the xy-plane is a region R. G is bounded
by a surface z = g(x, y) from below and by a surface z = h(x, y) from above.
i
RRR
RR hR h(x,y)
(a) The triple integral over the solid is
f
(x,
y,
z)
dV
=
f
(x,
y,
z)
dz
dA .
G
g(x,y)
R
RRR
RR
(b) The volume of the solid is V =
dV = R [h(x, y) − g(x, y)] dA .
G
9. Let G be a solid enclosed between the two surfaces (in spherical coordinates)
r = g(θ , φ) , r = h(θ , φ).
(a) The triple integral over the solid is
i
RRR
R 2π R π hR h(θ ,φ)
2
f
(r,
θ,
φ)
dV
=
f
(r,
θ,
φ)
r
dr
sin
φ
dφ
dθ .
G
0
0
g(θ ,φ)
h
RRR
R 2π R π R h(θ ,φ) 2 i
(b) The volume of the solid is V =
dV
=
r
dr
sin
φ
dφ
dθ .
G
0
0
g(θ ,φ)
RRR
(c) The mass of the solid with the density δ(r, θ, φ) is M =
δ(r, θ, φ) dV .
G
10. Let a region Rxy in the xy-plane be mapped to a region Ruv in the uv-plane under the
change of variables u = u(x, y) , v = v(x, y).
∂u ∂v ∂u ∂v =
−
.
(a) The magnitude of the Jacobian of the change is ∂(u,v)
∂(x,y)
∂x ∂y
∂y ∂x −1
RR
RR
(b) The integral over Rxy is Rxy f (x, y) dAxy = Ruv f (x(u, v), y(u, v)) ∂(u,v)
dAuv .
∂(x,y) 11. The area of the surface that extends upward from the curve x = x(t) , y = y(t) , a ≤
t ≤ b in the xy-plane to the surface z = f (x, y) is given by the following line integral
q R
Rb
dy 2
dx 2
A = C z ds = a f (x(t), y(t))
+
dt .
dt
dt
12. Consider a line integral
R
C
f (x, y) dx + g(x, y) dy , and let P = (xP , yP ) and Q =
(xQ , yQ ) be the endpoints of the curve C.
(a) The line integral is independent of the path if ∂y f (x, y) = ∂x g(x, y) .
(b) Then there is a potential function φ(x, y) satisfying
∂φ
∂x
= f (x, y) ,
∂φ
∂y
= g(x, y) ,
(c) and the Fundamental Theorem of Line Integrals says that
R
RQ
f (x, y) dx + g(x, y) dy = P ∂φ
dx + ∂φ
dy = φ(x, y)|Q
P = φ(xQ , yQ ) −
∂x
∂y
C
φ(xP , yP ) .
Page 14 of 15
XMA2E011
13. Let a closed curve C be oriented counterclockwise, and be the boundary of a simply
connected region R in the xy-plane. By Green’s Theorem we have
H
RR ∂g(x,y) ∂f (x,y) dA
f (x, y) dx + g(x, y) dy = R
− ∂y
∂x
C
14. Let F(x, y, z) = M i + N j + P k be a vector field.
(a) If σ is the surface z = f (x, y), oriented by upward unit normals n, and R is the
projection of σ onto the xy-plane then
RR
RR ∂f
flux = σ F · n dS = R −M ∂f
−
N
+
P
dA .
∂x
∂y
(b) If σ is the surface z = f (x, y), oriented by downward unit normals n, and R is the
projection of σ onto the xy-plane then
RR
RR ∂f
+
N
−
P
dA .
flux = σ F · n dS = R M ∂f
∂x
∂y
(c) According to the Divergence Theorem the flux of F across a closed surface σ with
outward orientation is
RR
RRR
flux = σ F · n dS =
div F dV ,
V
div F =
∂M
∂x
+
∂N
∂y
+
∂P
∂z
.
(d) If σ is an oriented smooth surface that is bounded by a simple, closed, smooth
boundary curve C with positive orientation then, according to Stokes’ Theorem
∂N ∂M H
RR
∂P
∂N
∂M
∂P
F·dr
=
(curl
F)·n
dS
,
curl
F
=
−
i+
−
j+ ∂x − ∂y k .
∂y
∂z
∂z
∂x
C
σ
15. The Laplace transform of a function f (t) is the function F (s) defined by
R∞
F (s) = L(f (t)) = 0 e−st f (t)dt , f (t) = L−1 (F (s)) .
F unction T ransf orm
F unction T ransf orm
eat
1
s−a
eat tn
n!
(s−a)n+1
eat sin ωt
ω
(s−a)2 +ω 2
eat cos ωt
s−a
(s−a)2 +ω 2
eat sinh ωt
ω
(s−a)2 −ω 2
eat cosh ωt
s−a
(s−a)2 −ω 2
t sin ωt
2ωs
(s2 +ω 2 )2
t cos ωt
s2 −ω 2
(s2 +ω 2 )2
u(t − a)
e−as
s
δ(t − a)
e−as
16. Let F (s) = L(f (t)), then L(f (t − a)u(t − a)) = e−as F (s);
L (eat f (t)) = F (s − a) ; L (tf (t)) = − dFds(s) ; L (f (kt)) = k1 F
s
k
.
Page 15 of 15
XMA2E011
17. Let Y (s) = L(y), then L(y 0 ) = sY (s) − y(0) , L(y 00 ) = s2 Y (s) − sy(0) − y 0 (0) .
18. Convolution. Let f (t) ∗ g(t) =
Rt
0
f (τ )g(t − τ ) dτ . Then L(f (t) ∗ g(t)) = F (s)G(s)
c UNIVERSITY OF DUBLIN 2012
Download