Geometry & Motion Flashcards

(78 cards)

1
Q

Define a vector function

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the parameterisation of a circle with centre (0,0) and radius R

A

r(t) = (Rcost, Rsint)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the parameterisation of a circle with centre (a,b) and radius R

A

r(t) = (a + Rcost, b + Rsint)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the parameterisation of a parabola

A

r(t) = (t,at2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the parameterisation of the top half of a hyperbola

A

r(t) = (bsinht, acosht)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When is a curve closed

A

if I = [a,b] then r(a) = r(b)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When is a curve embedded

A

If it doesnt intersect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the general equation for an ellipse?

A

(x/a)2 + (y/b)2 = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the general equation for a hyperbola

A

(x/a)2 - (y/b)2 = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Find a parameterisation of the curve traced by a marked point on the perimeter of a unit circle that is rolling counter clockwise and without slippage around a fixed unit circle centred at the origin

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the length of the curve l(c) denoted as

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When is a parameterisation a natural parameterisation (or arc-length)

A

When the absolute value of the derivative is 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Let r(t) be a parameterisation of a curve C in R3 such that r(0) = (R,-R,R). Suppose r(t) doesnt equal zero and r(t) . r’(t) = 0 for all points of C. Show that any such C must lie on the surface of a sphere. Find the position of the sphere’s centre and determine its radius

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

In two dimensions, mark a point on the outer rim of a wheel of radius R0 rolling on the horizonal line y=0 without slippage. Assume the centre of the wheel is moving with velocity v=V0i and that the marked point is (0,0) at time t=0.

i) Find r(t)
ii) compute the path between two consecutive points where the path touches y=0

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How would you compute the length of the segment of the cardioid (r, theta) = (2 - 2cost, t)

A

Convert to cartesian, then l(c) = integral of the absolute value of the derivative

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Give the standard integral results of these functions

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Give the equation for the unit tangent vector

A

T = r’ / ||r’||

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Give the equation for the principal normal vector

A

N = T’ / ||T’||

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is the equation for curvature, and the radius of curvature?

A

k = ||dT/ds||, p=1/k

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is the equation for curvature in terms of T and r

A

k = ||T’|| / ||r’||

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is the equation for curvature containing r and its derivatives?

A

k = ||r’(t) x r’‘(t)|| / ||r’(t)||3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Give the two Frenet-Serret equations

A

T’(s) = k(s)N(s)

N’(s) = -k(s)T’(s)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Define the Binormal Vector

A

B = T x N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Give the equation for torsion t
|t| = ||dB/ds|| t = (N . B')/ ||r'||
26
What is the radius of an osculating circle
1/k
27
Use Frenet coordinates to describe all planar curves with constant curvature k\>0
28
Describe all curves in Rn with constant zero curvature
29
Define a function of several variables
f: U in Rn to R is a rule that assigns a real number to each point in U
30
What is a level set Lk
A set of points for a function f: U in Rn to R such that Lk = { x in U ; f(x) = k}
31
What is the gradient vector function?
32
State the chain rule
33
Define the directional derivative in the direction of u
Duf(x) = grad f(x) . u
34
35
36
37
Define the directional derivative including theta
Duf(x) = || grad f(x) || cos(theta)
38
Find all points at which the direction of steepest descent of the function f(x,y) = x2 + y2 - 2x - 4y is in the direction (1/sqrt(2), 1/sqrt(2))
39
What is the direction of steepest descent?
- grad f
40
41
When is a point (a,b) a stationary point of f(x,y)
when both partial derivatives are zero
42
Whats the second derivative test and give its 4 results
D = d2f/dx2(x,y)d2f/dy2(a,b) - [d2f/dxdy(ab)]2 if D \> 0 and d2f/dx2(a,b) \> 0 then f is a local minimum if D \> 0 and d2f/dx2(a,b) \< 0 then f is a local maximum if D \< 0 then f(a,b) is a saddle point if D = 0 then it's inconclusive
43
Two surfaces are called orthogonal at a point of intersection if their normals are perpendicular at that point. Show that the round cone z2 = x2 + y2 and the unit sphere x2 + y2 + z2 = 1 are orthogonal at every point of intersection
44
What is the double integral of f over the rectangle R in terms of summations
45
When is the double integral seperate?
When the function f(x,y)=g(x)h(y)
46
What is the double integral of f over a rectangular box in terms of summations
47
What is the mass of a solid M in terms of integrals
The triple integral of p, the density
48
Give the centre of mass equations
49
50
51
Consider the solid of constant density p bounded by the parabolic cylinder x=y2 and the planes x=z, z=0 and x=1. Write down an expression for the total mass as a 3d integral
52
Write down the relationships between polar coordinates (r,theta) and cartesian coordinates (x,y)
x = rcos(theta) y= rsin(theta) x2+y2=r2 tan(theta) = y/x
53
Write the integral of a rectangle in polar coordinates, specifically what dA is equal to
54
Write down the relationships between cylindrical coordinates (r, theta, z) and cartesian coordinates (x,y,z)
x = rcos(theta) y=rsin(theta) x2+y2=r2 tan(theta)=y/x z=z
55
Write down the volume of a rectangular box in cylindrical coordinates, specifically what dV is equal to
56
Write down the relationship between spherical coordinates (r, theta, phi) and cartesian coordinates (x,y,z) and state the ranges of r, theta and phi
x=r cos(theta) sin(phi) y = r sin(theta) cos(phi) z = r cos(phi) r2 = x2 + y2 + z2 r = [0,inf) phi = [0,pi] theta = [0,2pi]
57
Write down the volume of a rectangular box in spherical coordinates, specifically what dV is equal to
58
59
60
61
62
Define dA for a linear transformation
dA = |J| du dv J is the jacobian of the partial derivatives so |J| is the determinant
63
What is the double integral for a conversion of a linear transformation
64
What is the Jacobian matrix d(x,y)/d(u,v)
65
What is the jacobian matrix d(x,y,z)/d(u,v,w)
66
67
68
69
Define a parametric surface
S = {r(u,v) | (u,v) in Omega}
70
What is the parameterisation for a unit sphere
r(u,v) = (cosu sinv, sinu sinv, cos v)
71
What is the parameterisation for a cylinder of radius R
r(theta, t) = (Rcos(theta), Rsin(theta), t)
72
What is the parameterisation for a Torus?
r(u,v) = ((a +bcosu)cosv, (a+bcosu)sinv, bsinu)
73
What is the equation for the tangent plane at the (u0, v0)?
p(h,k) = r(u0, v0) + h(dr/du)(u0, v0) + k(dr/dv)(u0, v0) where h,k are in R2
74
What is the equation for the unit normal vectors and the equation for the tangent plane including the normal vector
75
What is the area of S as a double integral?
76
For a parameterisation of a surface S what is the surface integral of f over S?
77
What is the flux of v through a surface S?
78