Vectors & Space Geometry (Part 2) Flashcards

1
Q

What’s a cylinder in the space (general)?

A

This depends on a curve on a plane and a line not parallel to the curve.

It is the geometric figure generated by the line that moves parallel to L and passes through the curve C

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

What is a trace and provide an example?

A

A trace is a the intersection between a curve with one of the coordinate planes

z = x^2 —> Here, y = 0. Thus, the trace of this curve is a parabola generated along the y axis

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

Mention most known quadric surfaces:

A

Ellipsoid
Hyperboloid of 1-sheet
Hyperboloid of 2-sheet
Elliptic Cone
Elliptic Paraboloid
Hyperbolic Paraboloid

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

What are the equations involved when revolving a curve around a given axis?

A

1) x^2 + y^2 = (f(z))^2 around z
2) x^2 + z^2 = (f(y))^2 around y
3) z^2 + y^2 = (f(x))^2 around x

1) x or y equal to f(z)
2) x or z equal to f(y)
3) z or y equal to f(x)

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

How do you pass from Cartesian (x,y,z) to Cylindrical Coordinates?

A

By a new format (r, theta, z)

r can be found using Pythagoras and theta using arctangent of y divided by x

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

How do you pass from Cartesian (x,y,z) to Spherical Coordinates?

A

Using the new format provided by (rho, theta, phi)

rho can be found using Pythagoras

theta = arctangent (y/x)

z = rho times cosine of phi

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

Tell me some relationships related to r, rho, theta, phi:

A

z = rho * cos(phi)

r = rho * sin(phi)

x = rho*sin(phi)cos(theta)

y = rho*sin(phi)sin(theta)

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