mat 175 memes Flashcards
hyperbola
(x-h)^2/a^2 - (y-k)^2/b^2 = 1. The minus is most important. Same pattern of stretching..? If a>b, line of symmetry is vertical; otherwise it is horizontal.
u * u = (convert to magnittude)
||u||^2
eillipsoid
Ellipsoid: x^2/a^2 + y^2/b^2 + z^2/c^2 = 1
Xyplane cross section: ellipse
Xz plane: ellipse
Yzplan: ellipse
Parallel to xyplane: ellipse, point, or empty set
Parallel to xzplane: ellipse, poimt, or empty set
Parallel to yzplane: ellipse, point, empty set
cross product u x v
Always of 3d vectors. It’s the determinant of a 3x3 matrixwhose rows are <i>, u and v, in that order. To find each component of ther esulting vector, Take determinant of the part of the matrix that excludes the component’s corresponding column. Also, when finding the j component, substract it instead of adding it. </i>
Find the distance between parallel planes
finding a point on a plane (x0, y0, z0) and using the formula. L = |Ax0 + By0+Cz0-D|/sqrt(A^2 + B^2 + C^2)
standard form of equation for a plane
Ax+By+Cz=D or A(x-x1) + B(x-x1) + C(z-z1)=0 where <a> is the vector the plane is perpendicular to and (x1, y1, z1) is a point on the plane; simplifies to Ax+…</a>
||u x v|| in terms of u and v
||u x v|| = ||u||||v||sin(angle between u and v)
how to find parametric equations of a line from a direction vector and a point
take a direction vector ai + bj + ck and a point (x0, y0, z0) and the parametric equations of the line through that point are x = x0 + at, y = y0 + bt, z = z0 + ct.
Hyperboloid of one sheet
x^2/a^2 + y^2/b^2 - z^2/c^2 = 1
Xyplane ellipse (messed up circle)
Xzplane hyperbola
Yzplane hyperbola
Looks like a torso!
normal vector
perpendicular vector, orthogonal vector
cylinder
Cylinders are the set of all points on lines parallel to l and that intersect C when l is a line not in a plane of C. Basically, along one dimension, it’s just a line.
how to analyze weird shaped graphs
To analyze graphs, set dimenions to zero to identify traces on coordinate planes.
Name graphs by converting them into the appropriate form.
line in vector notation
Line is determined by a fixed point P0 and a fixed direction vector v = ai + bj + ck for tehe line. It’s the set of all points P such that vector(P0P) is parallel to v ie vector(P0, P) = tv for all real t.
||aU||
|a| ||U||
projection of u on v, define and formulate
the part of u going in the v direction. prV(U) = ((uv)/||v||)(V/||V||); the magnitude of the part of u in the v direction times the direction of the unit vector. Simplified to ((uv)/||v||^2)(v).
how to interprent contour plots
Contour plots are graphs along two dimensions at different points along the third dimension. Straightforward.
how to sketch a plane from an equation like 3x-4y+22=24
Find intercepts, connect dots, shade.