Practice Exam 1
Vectors & the Geometry of Space
Let \(P(1,-2,3)\) and \(Q(4,0,-1)\). Find \(\overrightarrow{PQ}\), its magnitude, the unit vector in its direction, and the midpoint of segment \(PQ\).
Solution
Tip minus tail. \(\overrightarrow{QP}\) would be the negative. The midpoint is the average of the coordinates โ equivalently \(P + \tfrac12\overrightarrow{PQ}\).
For \(\mathbf{a} = \langle 1, 2, 2\rangle\) and \(\mathbf{b} = \langle 3, 0, -4\rangle\), find the angle between them, the scalar projection \(\operatorname{comp}_{\mathbf{b}}\mathbf{a}\), and the vector projection \(\operatorname{proj}_{\mathbf{b}}\mathbf{a}\).
Solution
The negative dot product means an obtuse angle, and the projection points against \(\mathbf{b}\) โ its length is \(|-1| = 1\), consistent with \(\operatorname{comp} = -1\). โ
For \(\mathbf{a} = \langle 2, 1, -1\rangle\) and \(\mathbf{b} = \langle 1, -1, 3\rangle\): compute \(\mathbf{a}\times\mathbf{b}\), verify it is perpendicular to both, and find the area of the triangle with sides \(\mathbf{a}\) and \(\mathbf{b}\).
Solution
The perpendicularity check costs ten seconds and catches almost every sign error in the middle component. Do it every time.
A proton (\(q = 1.6\times10^{-19}\) C) moves with \(\mathbf{v} = \langle 0,\ 3\times10^5,\ 0\rangle\) m/s through \(\mathbf{B} = \langle 0.2,\ 0,\ 0.1\rangle\) T. Find the force vector, its magnitude, and confirm it does no work on the proton.
Solution
No work: \(\mathbf{F}\cdot\mathbf{v} = 0 + 0 + 0 = 0\) โ the force has no \(y\)-component and \(\mathbf{v}\) has only a \(y\)-component. The cross product is always perpendicular to \(\mathbf{v}\), so a magnetic field can only redirect a charge, never change its kinetic energy.
(a) Find parametric and symmetric equations for the line \(L_1\) through \((1, 0, 2)\) and \((3, -1, 4)\). (b) Determine whether \(L_1\) intersects \(L_2:\ x = 2 + s,\ y = 1 + s,\ z = 3 - s\), is parallel to it, or is skew.
Solution
(a) Direction \(\mathbf{v} = \langle 2, -1, 2\rangle\).
(b) Not parallel: \(\langle 2,-1,2\rangle\) is not a multiple of \(\langle 1,1,-1\rangle\). Set the lines equal with different parameters:
From the second, \(s = -t - 1\). Substitute in the first: \(1 + 2t = 1 - t\), so \(t = 0\), \(s = -1\). Check the third: \(2 + 0 = 2\) but \(3 - (-1) = 4\). โ The lines do not meet: skew.
Find the plane through \(P(1,1,0)\), \(Q(0,2,1)\), \(R(2,0,3)\). Then find the distance from the point \((3, 3, 5)\) to this plane.
Solution
Check \(R\): \(2 + 0 = 2\) โ. The plane is vertical (no \(z\) in the equation) โ \(z\) is free. Distance:
Using the simplified normal \(\langle 1,1,0\rangle\) in the distance formula is fine โ normal vectors can be scaled freely, as long as numerator and denominator use the same one.
For the planes \(2x - y + z = 4\) and \(x + y - z = 1\): find the angle between them and parametric equations for their line of intersection.
Solution
Normals \(\mathbf{n}_1 = \langle 2,-1,1\rangle\), \(\mathbf{n}_2 = \langle 1,1,-1\rangle\). \(\mathbf{n}_1\cdot\mathbf{n}_2 = 2 - 1 - 1 = 0\): the planes are perpendicular, \(\theta = 90^\circ\).
A point: set \(z = 0\): \(2x - y = 4\) and \(x + y = 1\). Adding, \(3x = 5\), \(x = \tfrac53\), \(y = -\tfrac23\).
Check \(t = 1\): \((\tfrac53, \tfrac13, 1)\): first plane \(\tfrac{10}{3} - \tfrac13 + 1 = 4\) โ; second \(\tfrac53 + \tfrac13 - 1 = 1\) โ.
Identify each surface, name its axis or centre, and sketch it: (a) \(x^2 + 4y^2 - z^2 = 4\); (b) \(z = 4 - x^2 - y^2\); (c) \(x^2 - y^2 + z^2 = 0\); (d) \(x^2 + y^2 + z^2 - 2x + 4y = 4\); (e) \(y = z^2\).
Solution
- (a) Divide by 4: \(\dfrac{x^2}{4} + y^2 - \dfrac{z^2}{4} = 1\). One minus sign, \(=1\): hyperboloid of one sheet around the \(z\)-axis. Waist at \(z = 0\) is the ellipse \(x^2/4 + y^2 = 1\).
- (b) First power in \(z\), squares with the same sign: elliptic (circular) paraboloid, opening downward, vertex \((0,0,4)\).
- (c) \(y^2 = x^2 + z^2\): all squares equal to zero: cone with axis along \(y\) (the variable on its own side).
- (d) Complete the square: \((x-1)^2 + (y+2)^2 + z^2 = 4 + 1 + 4 = 9\): sphere, centre \((1,-2,0)\), radius 3.
- (e) \(x\) is missing: parabolic cylinder. The parabola \(y = z^2\) in the \(yz\)-plane, extruded along \(x\).
(a) Convert \((-\sqrt3,\ 1,\ -2)\) to cylindrical and spherical coordinates. (b) Identify the surface \(\rho = 4\cos\phi\). (c) Identify the surface \(r = 2\sin\theta\) (cylindrical).
Solution
(a) Cylindrical: \(r = \sqrt{3 + 1} = 2\). \(\tan\theta = 1/(-\sqrt3)\); the point has \(x < 0, y > 0\) (quadrant II), so \(\theta = 5\pi/6\), not \(-\pi/6\). \(z = -2\). Answer \((2,\ 5\pi/6,\ -2)\).
Spherical: \(\rho = \sqrt{3 + 1 + 4} = 2\sqrt2\). \(\cos\phi = z/\rho = -2/(2\sqrt2) = -1/\sqrt2\), so \(\phi = 3\pi/4\) (below the equator, as \(z < 0\) requires). Answer \((2\sqrt2,\ 5\pi/6,\ 3\pi/4)\). Check: \(r = \rho\sin\phi = 2\sqrt2\cdot\tfrac{1}{\sqrt2} = 2\) โ.
(b) Multiply by \(\rho\): \(\rho^2 = 4\rho\cos\phi\), i.e. \(x^2 + y^2 + z^2 = 4z\). Complete the square: \(x^2 + y^2 + (z-2)^2 = 4\). A sphere of radius 2 centred at \((0,0,2)\) โ it sits on the origin.
(c) Multiply by \(r\): \(r^2 = 2r\sin\theta\), i.e. \(x^2 + y^2 = 2y\), so \(x^2 + (y-1)^2 = 1\). A circular cylinder of radius 1 around the vertical line \(x = 0, y = 1\). No \(z\) appears, so it extends infinitely up and down.
(a) A force \(\mathbf{F} = \langle 0, 3, -1\rangle\) N acts on a motor coil at position \(\mathbf{r} = \langle 0.05, 0.02, 0\rangle\) m relative to the shaft. Find the torque vector and its magnitude. (b) Determine whether \(\mathbf{a} = \langle 1,2,0\rangle\), \(\mathbf{b} = \langle 0,1,3\rangle\), \(\mathbf{c} = \langle 2,0,1\rangle\) are coplanar, and if not, find the volume of the parallelepiped they span.
Solution
(a)
Most of the torque is about the \(z\)-axis โ the \(\mathbf{k}\) component, \(0.15\), comes from the in-plane force \(3\,\mathbf{j}\) acting at the in-plane lever arm.
(b) Scalar triple product:
Nonzero, so not coplanar; the parallelepiped has volume \(13\). (Had it been zero, the three vectors would lie in one plane and span no volume.)
Scoring
| Score | Where you are |
|---|---|
| 90–100 | Solid. On to vector functions. |
| 75–89 | Concepts are right, determinants are leaking signs. Slow down on the middle component of every cross product. |
| 60–74 | Setup errors โ usually the wrong quadrant for \(\theta\), or one parameter used for two lines. Redo the misses from the sketch. |
| < 60 | Re-read Sections 3โ4 and spend twenty minutes in the vectors lab before continuing. |
The middle component of the cross product (Q3, Q4, Q6, Q10); using the same parameter for both lines (Q5); putting \(\theta\) in the wrong quadrant (Q9); and forgetting to check that a plane passes through the third point (Q6). None of these are conceptual โ they are all checkable in under a minute, and the solutions show the check each time.