User:AlphaValue
Exercises
Introduction
Exercise 1. Describe the curve which results from the vector valued function
r(t) = ( cos 2t, sin 2t, t )
where t ∈ ℝ.
Solution: The first two components indicate that for
r(t) = ( x(t), y(t), z(t) ),
the pair ( x(t), y(t) ) traces out a circle. While it is doing so, z(t) is moving at a steady rate in the positive direction. Therefore, the curve which results is a cork screw shape, i.e. a helix.
Exercise 2.
The position of a particle at time t is ( x, y ), where
x = sin t, y = sin2 t.
Describe the motion of the particle as t varies over the time interval [ a, b ].
Solution: We can eliminate t to see that the motion of the object takes place on the parabola y = x2. The orientation of the curve is from ( sin a, sin2 a ) to ( sin b, sin2 b).
Limits
Exercise 1. Find the limit
limx→1 ( x2 - x ) / ( x - 1 ).
Solution: It is
( x ∙ ( x - 1 ) ) / ( x - 1 ) = x for x ≠ 1.
Hence
limx→1 ( x ∙ ( x - 1 ) ) / ( x - 1 ) = limx→1 x = 1.
Exercise 2.
Find the limit
limx→∞ x / ( 1 + x ).
Solution: Rewrite
x / ( 1 + x ) = 1 / ( 1 + ( 1 / x ) ).
Now it is
limx→∞ 1 / ( 1 + x ) = 1 ≠ 0.
Therefore,
limx→∞ x / ( 1 + x ) = limx→∞ 1 / ( 1 + ( 1 / x ) ) = 1 / 1 = 1.
Continuity
Exercise 1. Consider f: ℝ → ℝ3. Is
f( t ) = ( t2 + 1, cos( 2t ), sin( 3t) )
continuous?
Solution: All components are continuous for all t ∈ ℝ, so f(t) is continuous on ℝ.
Exercise 2.
Let f: ℝ → ℝ2. Is
f( t ) = ( ( t + 1 )1/2, tan( t ) )
continuous?
Solution: The first component is defined and continuous for
t ≥ -1,
while the second component is defined and continuous for
t ≠ π / 2 + k π, k ∈ ℤ.
Hence it is continuous on ℝ for
t ≥ -1 and t ≠ π / 2 + k π, k ∈ ℤ.
Exercise 3.
Let f: ℝ → ℝ3,
f( t ) = ( 1 / ( t2 - 1), ( 1 - t2)1/2, 1 / t ).
If f continuous?
Solution: The first component is defined and continuous for
t ≠ ±1.
The second component is defined and continuous for
t ∈ [ -1, 1 ],
while the third component is defined and continuous for
t ≠ 0.
Hence, f is continuous on ℝ for
t ∈ ( -1, 0 ) ∪ ( 0, 1 ).
Exercise 4.
Let g: ℝ → ℝ4,
g( t ) = ( cos(4t), 1 - ( 3t + 1 )1/2, sin(5t), sec(t) ).
If g continuous?
Solution: The first and the third component are continuous on ℝ. The second component is continuous and defined on ( -1/3, ∞ ), while the secant sec(t) = 1 / cos(t) in the fourth component is defined and continuous for
t ≠ π/2 + kπ, k ∈ ℤ.
Hence, g(t) is continuous as long as
t ≥ -1/3 and t ≠ π/2 + lπ, l ∈ ℤ.
Tangents
Exercise 1. Let
f( t ) = ( sin t, t2, t + 1 ) for t ∈ [ 0, 5 ].
Find a tangent line to the curve parameterized by f at the point t=2.
Solution: A direction vector has the same direction as f′(2). Therefore, it suffices to simply use f'(2) as a direction vector for the line. Further
f′(2) = ( cos 2, 4, 1 ).
Hence, a parameterized equation for the tangent line is
( x, y, z ) = ( sin 2, 4, 3) + t ( cos 2, 4, 1).
Exercise 2.
Let
f( t ) = ( sin t, t2, t + 1 ) for t ∈ [ 0, 5 ].
Find the velocity vector for t = 1.
Solution: The velocity vector is simply f′(1) = ( cos 1, 2, 1 ).
Exercise 3.
Consider g: ℝ → ℝ2,
g( t ) = ( t, t2 ).
What is its velocity, speed and acceleration as it passes through ( 2, 4 )?
Solution: It is
g′( t ) = ( 1, 2t ) and g′′( t ) = ( 0, 2 ).
Further, at ( 2, 4 ), we know t = 2. For the velocity at t = 2, we have g′(2) = ( 1, 4 ). The speed equals
‖ g′(2) ‖ = ( 12 + 42 )1/2 = √17,
whereas the acceleration is equal to g′′(2) = ( 0, 2 ).
Exercise 4.
An object has position
r(t) = ( t3, t / (1 + t), ( t2 + 2 )1/2 ) kilometers,
where t is given in hours. Find the velocity of the object in kilometers per hour when t = 1.
Solution: Since velocity at time t equals r′(t), we calculate
r′(t) = ( 3t2, ( 1 ( 1 + t ) - t ) / ( 1 + t )2, 2t ⋅ 1/2 ( t2 + 2 )-1/2 )
= ( 3t2, 1 / ( 1 + t )2, 1 / ( t2 + 2 )1/2 t ).
For t = 1, the velocity is hence
r′(1) = ( 3, 1/4, 1/√3 ) kilometers per hour.
Exercise 5.
Consider g: ℝ → ℝ2,
g(t) = ( 1/t, 2t )
defined on ( 0, ∞ ). Its image is one branch of a hyperbola (this can be seen by writing g(t) = ( x, y ), i.e. x = 1/t, y = 2t, which yields y = 2/x). Find the veolcity, the speed and the acceleration at time t.
Solution. The velocity equals
g′(t) = ( -1/t2, 2 ),
the acceleration is equal to
g′′(t) = ( 2/t3, 0 ),
and the speed is
‖ g′(t) ‖ = ‖ ( -1/t2, 2 ) ‖ = ( 1/t4 + 4 )1/2.
Algebraic Properties of the derivative
Exercise 1. For the function
f( t ) = ( 3t cos( 2t ), 4t sin ( 2t ) ),
calculate f′(t).
Solution: Apply the product rule for both components:
f′(t) = ( 3 cos( 2t ) - 6t sin ( 2t ), 4 sin( 2t ) + 8t cos ( 2t ) ).
Exercise 2.
For the function
f( t ) = ( 3t cos( 2t ), 4t sin ( 2t ) ),
show that
d/dt ‖ f(t) ‖ ≠ ‖ f′(t) ‖ .
Solution: It is
‖ f(t) ‖ = ( 9t2 cos2(2t) + 16t2 sin2(2t) )1/2
= ( 9t2 + 7t2 sin2(2t) )1/2,
and its derivative equals
d/dt ‖ f(t) ‖ = ( 9t + 14t2 sin(2t) cos(2t) + 7t sin2(2t) ) / ( 9t2 + 7t2 sin2(2t) )1/2.
Further
f'(t)= ( 3cos(2t) - 6t sin(2t), 4sin(2t) + 8t cos(2t) ),
and thus
‖ f′(t) ‖ = ( ( 3 cos(2t) - 6t sin(2t) )2 + (4 sin(2t) + 8t cos(2t))2 )1/2
= ( 9 + 7 sin2(2t) + 36 t2 + 28 t2 cos2(2t) + 14t sin(4t) )1/2.
Now evaluating both functions at t = π (for example) yields
(d/dt ‖ f(t) ‖)t=π = 9π / √(9π2) = 3,
whereas
‖ f′(π) ‖ = √(9 + 64π2) ≈ 25.31,
hence d/dt ‖ f(t) ‖ ≠ ‖ f′(t) ‖ .
Exercise 3.
Let
r(t) = ( t2, sin t, cos t )
and let
p(t) = ( t, ln( t + 1 ), 2t ).
Find ( r(t) × p(t) )′.
Solution: From the cross-product rule, it is
( r(t) × p(t) )′ = ( 2t, cos t, -sin t) × ( t, ln( t + 1 ), 2t ) + ( t2, sin t, cos t ) × ( 1, 1 / (t + 1), 2 ).
Vector fields
Exercise 1. Let
F = yi - xj + 2k = ( y, -x, 2 )
be a vector field. Verify that the path
g(t) = ( sin t, cos t, 2t )
is a flow line (i.e. a path such that the velocity along the path is a vector in the vector field, g′(t) = F(g(t)) ) for the vector field F.
Solution: With
( x, y, z ) = ( sin t, cos t, 2t )
it follows that
g′(t) = ( cos t, -sin t, 2 ),
and
F(g(t)) = ( y, -x, 2t ) = ( cos t, -sin t, 2t ).
Lengths as integrals
Exercise 1. Consider the path g: ℝ → ℝ2,
g(t) = ( cos3t, sin3t ),
which describes an astroid. For t ∈ [ 0, π/2 ], one fourth of the astroid is described. Calculate its arclength.
Solution: With
g′(t) = ( -3 sin t cos2 t, 3 sin2t cos t ), ‖ g′(t) ‖ = 3 sin t cos t = 3/2 sin 2t,
it is
∫0π/2 ‖ g′(t) ‖ dt = ∫0π/2 3/2 sin 2t dt = -3/4 cos(2t) |0π/2 = -3/4 cos π + 3/4 cos 0 = 3/2.
Exercise 2.
Consider the path f: ℝ → ℝ2,
f(t) = ( t2, 2/3 ( 2t + 1 )3/2 ), 0 ≤ t ≤ 4.
Calculate its arclength.
Solution: It is
∫04 ‖ f′(t) ‖ dt = ∫04 ( 4t2 + 4( 2t + 1 ) )1/2 dt = ∫04 2( t + 1 ) dt = t2 + 2t |04 = 24.
Exercise 3.
Find the arclength of the helix
g(t) = ( cos t, sin t, t )
from t = 0 to t = 2π.
Solution: The arclength equals
∫02π ‖ g′(t) ‖ dt = ∫02π ( (-sin t)2 + cos2 t + 1 )1/2 dt = ∫02π ( sin2 t + cos2 t + 1 )1/2 dt = ∫02π √2 dt = √2 (2π - 0 ) = 2 √2π.
Exercise 4.
Parametrize the helix
g(t) = ( cos t, sin t, t )
for t ∈ [0,2π] by arclength.
Solution: It is
∫0t ‖ g′(t) ‖ dt = ∫0t √2 dt = √2 t
for all t ∈ [0,2π]. We can solve for t in terms of s:
t = α(s) = s / √2,
and hence
g(s) = ( cos s / √2, sin s / √2, s / √2 )
for all s ∈ [0,2√2π].
Exercise 5.
Find the arclength of the curve whose cylindrical coordiates are given by
r = et, θ = t, z = et
for t ∈ [0,1].
Solution: With
r′(t) = et, θ′(t) = 1, z′(t) = et
we obtain
∫01 ( r′(t)2 + r(t)2 θ′(t)2 + z′(t)2)1/2 dt = ∫01 ( e2t + e2t (1) + e2t )1/2 dt = ∫01 et √3 dt = √3 (e - 1).
Curvature
Exercise 1. Let
g(t) = ( t, t2 ).
Find the curvature at t = 0.
Solution: It is
g′(t) = ( 1, 2t ), g′′(t) = ( 0, 2 ).
Hence
κ(0) = 2.
Gradients
Exercise 1. Interpretation of the gradient. Consider a room in which the temperature is given by a scalar field T, so that at each point (x,y,z) the temperature equals
T(x,y,z),
assuming the temperature does not change in time. How can the gradient be interpreted?
Solution: In this case, at each point in the room, the gradient of T at that point will show the direction in which the temperature rises most quickly. The magnitude of the gradient will determine how fast the temperature rises in that direction.
Exercise 2.
Interpretation of the gradient. Consider a hill whose height above sealevel at a point (x,y) is H(x,y). How can the gradient of H be interpreted?
Solution: The gradient of H at a point is a vector pointing in the direction of the steepest slope at that point. The steepness of the slope at that point is given by the magnitude of the gradient vector.
Exercise 3.
Consider a room in which the temperature is given by
f(x,y,z) = x y2 z3.
Consider further that a fly is crawling at unit speed in the direction of the vector
v = ( -1, 1, 0 )
starting at the point
s = ( 2, 1, 1 ).
Compute that rate of temperature change the fly is about to experience.
Solution: It is
∇f(x,y,z) = ( y2 z3, 2xyz3, 3xy2z2 ),
hence
∇f(2,1,1) = ( 1, 4, 6 ).
Further,
v / ‖ v ‖ = ( -1/√2, 1/√2, 0 ),
and thus
df/ds = ( 1, 4, 6 ) ⋅ ( -1/√2, 1/√2, 0 ) = 3 / √2.
Exercise 4.
Let f: ℝ3 → ℝ,
f(x,y,z) = x + sin(xy) + z.
Find the directional derivative Dv f(1,0,1), where
v = ( 1 / √3, 1 / √3, 1 / √3 ).
Solution: Note that v is already a unit vector. Therefore, it is only necessary to find ∇f(1,0,1) and take the dot product. It is
∇f(x,y,z) = ( 2x + cos(xy) y, cos(xy) x, 1),
and hence
∇f(1,0,1) = ( 2, 1, 1 ).
The directional derivate is obtained as
(2,1,1) ⋅ ( 1 / √3, 1 / √3, 1 / √3 ) = 4/3 √3.
Exercise 5.
Let f: ℝ3 → ℝ. Find the equation of the tangent plane to the level surface f(x,y,z) = 6 of the function
f(x,y,z) = x2 + 2y2 + 3z2
at the point ( 1, 1, 1 ).
Solution: First note that (1,1,1) is a point on the level surface (i.e. f(1,1,1) = 6 ). To find the desired plane it suffices to find the normal vector to the proposed plane. But we see
∇f(x,y,z) = ( 2x, 4y, 6z ),
and hence
∇f(1,1,1) = ( 2, 4, 6 ).
Therefore, the equation of the tangent plane equals
( 2, 4, 6) = ( x - 1, y - 1, z - 1 ) = 0,
or
2x + 4y + 6z - 12 = 0.
Exercise 6.
Compute the gradient of the function
f(x,y) = x2 sin(xy)
at ( π, 0 ).
Solution: It is
∇f(π,0) = | fx(π,0) | = | 2x sin(xy) + x2 y cos(xy) | = [ 0, π3 ]T
| fy(π,0) | | x3 cos(xy) |(π,0)
Chapter 4
Curves F: ℝ → ℝq
Examples.
(1) Linear functions f: ℝ → ℝn
(2) f(t) = v ∙ t, a motion along v ∈ ℝn
f(0) = 0,
f(1) = 1.
(3) f(t) = v ∙ t + b, with b ∈ ℝn
"Image".
(4) backward: g(t) = - v ∙ t = v ∙ (-t)
Limits.
→ derivative, integral → continuity "Image".
Examples.
f(t) = (f1(t), f2(t)),
where f: ℝ → ℝ2 and f1, f2: ℝ → ℝ
(1) circle, centered at 0:
f(t) = (cos t, sin t)
f(t) = (cos (-t), sin(-t)), real t
f(t) = r ∙ (cos t, sin t), real r
"Image".
centered at (a,b):
f(t) = (a,b) + r ∙ (cos t, sin t)
f(t) = (cos t2, sin t2)
(2) parabola:
f(t) = (t, t2),
f(t) parameterized, y = x2
f: ℝ → ℝ3
(3) circle
f(t) = (cos t, sin t, 0) in xy-plane
(4) f(t) = (cos t, sin t, t)
= (x, y, z)
For f: ℝ → ℝn, as x → a (time), what happens to f(x) (location)? "Image". f: ℝ → ℝn
Definition.
′′f(t) → L as t → a′′. L is called the limit of f as t approaches a.
‖ f(t) - L ‖ → 0 as t → a, where f(t), L ∈ ℝn, t, a ∈ ℝ. Note that ‖ f(t) - L ‖ is a number.
Example.
f(t) = (2x, 3x), a = 1
? = L = limt→a f(t)
= limt→a (2x, 3x)
= (2 ∙ 1, 3 ∙ 1) "plug in" x = 1
= (2, 3)
L = (2,3)
Then
‖ f(t) - L ‖ = ‖ (2x, 3x) - (2, 3) ‖
= ‖ (2x - 2, 3x - 3) ‖
= ‖ 2(x - 1) - 3(x - 1) ‖
= ( (2(x - 1))2 + (3(x - 1))2 )1/2
= ( 4(x - 1)2 + 9(x - 1)2 )1/2
= ( (x - 1)2 (4 + 9) )1/2
= ( (x - 1)2 ∙ 13 )1/2
= | x - 1 | √13
→ 0 ∙ √13 = 0 as x → 1,
since x → 1 means x - 1 → 0 and | x - 1 | → 0.
Example.
f(x) = (sin x, cos x), x → 0 Then f(x) → (0, 1). Claim: ‖ (sin x, cos x) - (0, 1) ‖ = ‖ (sin x, cos x - 1) ‖ → 0 as x → 0. How? If f(x) = (f1(x), f2(x)), f: ℝ → ℝ2 then limx→a f(x) = ( limx→a f1(x), limx→a f2(x) ). Now suppose f(x) → L as x → a, where L = (L, L23) and f: ℝ → ℝ2. Since f = (f1, f2), show f1 → L1 as x → a and f2 → L2 as x → a.
END OF PAGE 4
Algebraic Properties of the Derivative
f: ℝ → ℝn
Properties.
(1) (f + g)' = f' + g', where f' and g' exist
Proof. Coordinatewise.
(2) (α f)' = α * f'
Same proof as above.
(3) <f, g>' = <f', g> + <f, g'>
= (f1 g1, f2 g2, fn gn)', where fi, gi: ℝ → ℝ
= (f'1 g1 + f1 g'1) + ... + (f'n gn + fn g'n)
= (f'1 g1 + f'2 g2 + ... + f'n gn) + (f1 g'1 + f2 g'2 + ... + fn g'n)
= <f', g> + <f, g'>
(4) (f × g)' = f' × g + f × g', (n = 3)
What about ‖f‖?
(‖f‖2)' = (<f, f>)' = <f', f> + <f, f'> = 2 <f', f>.
4.3 Least Upper Bound
Definition. Given a set of real numbers S, an upper bound n of S is a number n < ∞ or ∞, such that
n ≥ x for all x in S.
Example.
(1) If S = [0 , 1], what are the upper bounds? The upper bounds are 1, 2, 3, π, ∞.
(2) If S = (0 , 1), the upper bounds are the same as above.
(3) If S = {1, 2, 3, 4, ...}, the upper bound is equal to ∞.
(4) If S = {1 / n, n = 1, 2, 3, ...}, then 1 is an upper bound.
Definition. The least upper bound is the smallest of the upper bounds of S.
Theorem. The least upper bound always exists.
Proof. Let f be a parametric curve
f : ℝ → ℝn and b > a.
Define the length of the curve from f(a) to f(b).
"Image".
We approximate the curve with segments. Pick s points A1, A2, ..., As on the curve with
Ai = f( ai), ai < ai+1 (note that this is a partition)
The length of segment [Ai, Ai+1] is
ǁAi - Ai+1ǁ.
Then the total length is
ἄ({Ai}) ≤ ∑i=1s ‖Ai - Ai+1‖ ≤ l.
The "true" length is equal to l.
Then
|<X,Y>| = | ‖X‖∙‖Y‖cosα |
= ‖X‖∙‖Y‖|cosα| , since |cosα| < 1
< ‖X‖∙‖Y‖.
QED
The length of vectors, the norm
In order to develop the geometry of vectors we need to be able to see when they are the same, when they are different, and by how much. To compare, we can measure lengths of vectors and the angle between them.
More precisely, this is simply the difference between the vectors, i.e., another vector, and its length is the measure of the difference between them.
‖PQ‖ = Length of OP - OQ
The length of a vector is called the "norm". Compare to the 1-dimensional case:
In ℝ: vector v is a number, so ‖v‖ = |v| is the absolute value In ℝ2: v is a pair of numbers (a, b) then ‖v‖ = (a2 + b2)1/2.
This is a Pythagorean theorem (Image)
In ℝ3: what is the norm of v, which is a triple of numbers, ‖v‖ =?
Using the Pythagorean Theorem three times:
d2 = a2 + b2, ‖v‖2 = c2 + d2, so ‖v‖2 = c2 + a2 + b2.
In ℝn: when v = (x1, ..., xn), what is the norm of v?
Definition. The norm of v∈ℝn is
‖v‖ = (X12+X22+...Xn2)1/2,
Properties.
(1) ‖v‖ ≥ 0 , |‖v‖| = 0, if v = 0: Positivity; (2) ‖αv‖ = |α|∙‖v‖ for any α∈ℝ: Homogeneity; (3) ‖u + v‖ ≤ ‖u‖ + ‖v‖: Triangle Inequality.
The properties are more important than the definition or the formula as it's often the case.
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.