1/12
Vocabulary flashcards covering quadric surfaces reference equations, essential vector formulas, and equations of lines and planes in 3D space.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Ellipsoid
A quadric surface given by the equation a2x2+b2y2+c2z2=1.
Elliptic Paraboloid
A quadric surface given by the equation z=a2x2+b2y2.
Hyperbolic Paraboloid (Saddle)
A quadric surface given by the equation z=b2y2−a2x2.
Cone
A quadric surface given by the equation c2z2=a2x2+b2y2.
Hyperboloid of One Sheet
A quadric surface given by the equation a2x2+b2y2−c2z2=1 (1 minus sign = 1 sheet).
Hyperboloid of Two Sheets
A quadric surface given by the equation −a2x2−b2y2+c2z2=1 (2 minus signs = 2 sheets).
Dot Product
A vector operation defined as u⋅v=u1v1+u2v2+u3v3=∥u∥∥v∥cos(θ), used for finding angles and checking orthogonality (u⋅v=0).
Cross Product
A vector operation computed as the determinant of a matrix with row 1 as i,j,k, row 2 as u1,u2,u3, and row 3 as v1,v2,v3; used for finding perpendicular vectors and calculating the area of a parallelogram (∥u×v∥).
Vector Projection of u onto v
A vector defined by the formula projvu=(∥v∥2u⋅v)v.
Scalar Projection (Component of u along v)
The magnitude component of u along v, defined by the formula compvu=∥v∥u⋅v.
Vector Equation of a Line
An equation representing a line in 3D space defined as r(t)=r0+td.
Parametric Equations of a Line
Equations representing a line in 3D space given by x=x0+at, y=y0+bt, and z=z0+ct.
Equation of a Plane
An equation in 3D space given by a(x−x0)+b(y−y0)+c(z−z0)=0, where n=⟨a,b,c⟩ is normal to the plane.