Calculus III: Vectors & Quadric Surfaces

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering quadric surfaces reference equations, essential vector formulas, and equations of lines and planes in 3D space.

Last updated 10:37 PM on 9/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

Ellipsoid

A quadric surface given by the equation x2a2+y2b2+z2c2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} + \frac{z^2}{c^2} = 1.

2
New cards

Elliptic Paraboloid

A quadric surface given by the equation z=x2a2+y2b2z = \frac{x^2}{a^2} + \frac{y^2}{b^2}.

3
New cards

Hyperbolic Paraboloid (Saddle)

A quadric surface given by the equation z=y2b2x2a2z = \frac{y^2}{b^2} - \frac{x^2}{a^2}.

4
New cards

Cone

A quadric surface given by the equation z2c2=x2a2+y2b2\frac{z^2}{c^2} = \frac{x^2}{a^2} + \frac{y^2}{b^2}.

5
New cards

Hyperboloid of One Sheet

A quadric surface given by the equation x2a2+y2b2z2c2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} - \frac{z^2}{c^2} = 1 (11 minus sign = 11 sheet).

6
New cards

Hyperboloid of Two Sheets

A quadric surface given by the equation x2a2y2b2+z2c2=1-\frac{x^2}{a^2} - \frac{y^2}{b^2} + \frac{z^2}{c^2} = 1 (22 minus signs = 22 sheets).

7
New cards

Dot Product

A vector operation defined as uv=u1v1+u2v2+u3v3=uvcos(θ)\mathbf{u} \cdot \mathbf{v} = u_1 v_1 + u_2 v_2 + u_3 v_3 = \|\mathbf{u}\| \|\mathbf{v}\| \cos(\theta), used for finding angles and checking orthogonality (uv=0\mathbf{u} \cdot \mathbf{v} = 0).

8
New cards

Cross Product

A vector operation computed as the determinant of a matrix with row 1 as i,j,k\mathbf{i}, \mathbf{j}, \mathbf{k}, row 2 as u1,u2,u3u_1, u_2, u_3, and row 3 as v1,v2,v3v_1, v_2, v_3; used for finding perpendicular vectors and calculating the area of a parallelogram (u×v\|\mathbf{u} \times \mathbf{v}\|).

9
New cards

Vector Projection of u\mathbf{u} onto v\mathbf{v}

A vector defined by the formula projvu=(uvv2)v\text{proj}_{\mathbf{v}} \mathbf{u} = \left( \frac{\mathbf{u} \cdot \mathbf{v}}{\|\mathbf{v}\|^2} \right) \mathbf{v}.

10
New cards

Scalar Projection (Component of u\mathbf{u} along v\mathbf{v})

The magnitude component of u\mathbf{u} along v\mathbf{v}, defined by the formula compvu=uvv\text{comp}_{\mathbf{v}} \mathbf{u} = \frac{\mathbf{u} \cdot \mathbf{v}}{\|\mathbf{v}\|}.

11
New cards

Vector Equation of a Line

An equation representing a line in 3D space defined as r(t)=r0+td\mathbf{r}(t) = \mathbf{r}_0 + t \mathbf{d}.

12
New cards

Parametric Equations of a Line

Equations representing a line in 3D space given by x=x0+atx = x_0 + a t, y=y0+bty = y_0 + b t, and z=z0+ctz = z_0 + c t.

13
New cards

Equation of a Plane

An equation in 3D space given by a(xx0)+b(yy0)+c(zz0)=0a(x - x_0) + b(y - y_0) + c(z - z_0) = 0, where n=a,b,c\mathbf{n} = \langle a, b, c \rangle is normal to the plane.