The problems listed below are assigned to be included in your problem set portfolio. Note that a specific selection of these problems will also form the written homework assignments. I recommend working through all of them to ensure a solid grasp of the material. Reach out to Richard for help if you get stuck or have any questions.
The solutions will be posted after the written homework due dates. If you have any questions about your work, talk to Richard and he is happy to discuss the process with you.
Determine whether the two vectors \(\la 1,1,1 \ra\) and \(\la 1,-2,-2 \ra\) are orthogonal and, if not, whether the angle between them is acute or obtuse.
We denote \(\v{v} = \la 1,1,1 \ra\) and \(\v{w} = \la 1,0,1 \ra\text{.}\) To use the formula for the cosine of the angle \(\theta\) between two vectors we need to compute the following values:
Use the properties of the dot product to evaluate the expression \(2\v{u} \cdot \lp 3\v{u} - \v{v} \rp\text{,}\) assuming that \(\v{u} \cdot \v{v} = 2\text{,}\)\(\|\v{u}\| = 1\text{,}\) and \(\|\v{v}\| = 3\text{.}\)
Suppose a 45 km/h wind \(\v{w}\) is blowing out of the north toward a bridge oriented \(32^\circ\) east of north. Express the corresponding wind vector as a sum of vectors, one parallel to the bridge and one perpendicular to it. Also, compute the magnitude of the perpendicular term to determine the speed of the part of the wind blowing directly at the bridge.
Richard drew a pretty diagram based on his interpretation of this problem (by saying drawing, what he really meant is coding using TikZ...). Your goal is to find the two components of the vector \(\v{w}\text{,}\) one parallel to \(\v{u}\) and one orthogonal to \(\v{u}\text{.}\)
We set up a coordinate system where North is the direction of the positive \(y\)-axis and East is the positive \(x\)-axis. Since the wind is blowing out of the North, it heads South, so \(\v{w} = \la 0, -45 \ra\text{.}\)
The bridge is oriented \(32^\circ\) East of North. We can define a unit vector \(\v{u}\) along the bridge direction using trigonometry: the \(x\)-component is \(\sin(58^\circ)\) and the \(y\)-component is \(\cos(58^\circ)\text{.}\)
Next, we find \(\v{w}_\perp\text{,}\) the vector perpendicular to the bridge by computing the difference \(\v{w}_{\perp} = \v{w} - \v{w}_{\parallel}\text{:}\)
Gravity exerts a force \(\v{F}_g\) of magnitude \(40g\) newtons where \(g = 9.8\text{.}\) The magnitude of the force required to push the wagon equals the component of the force \(\v{F}_g\) along the ramp. Resolving \(\v{F}_g\) into a sum \(\v{F}_g = \v{F}_\parallel + \v{F}_\perp\text{,}\) where \(\v{F}_\parallel\) is the force along the ramp and \(\v{F}_\perp\) is the force orthogonal to the ramp, we need to find the magnitude of \(\v{F}_\parallel\text{.}\)
Actually, this is the force required to keep the wagon from sliding down the hill; any slight amount greater than this force will serve to push it up the hill.