Practice Problems Ch. 15 Flashcards
1
Q
Find the integral when you are given a tetrahedron and the points of its vertices.
A
- Use the Vertices to draw the tetrahedron.
- Then you can use the vertices to find two lines of the Plane that the tetrahedron is bounded by. Thus AB, BC. Just add the vector values for this.
- Find Cross Product of the Two lines to get the normal vector of this plane. Cross product is determinant with I, j, k.
- Then you have your plane that bounds this integral. Just take a point in the plane (u, v, w) and make equation
(x- u)i + (y - v)j + (z - w)k = 0 - Break The tetrahedron into two planes
2
Q
Find a vector between two points
A = <a>
B = < x, y, z></a>
Find AB
Find BA</a>
A
AB = < x-a, y-b, z-c>
BA = < a-x, b-y, c-z>