Task 6.1
We can generalize what we've done to find the work done by any force (doesn't have to be constant), acting on any object, along any path. Recall that work is a transfer of energy. Consider the following examples:
- A tornado picks up a couch and applies forces to the couch as it swirls around the center. Work is the transfer of the energy from the tornado to the couch, giving the couch its kinetic energy.
- When an object falls, gravity does work on the object. The work done by gravity converts potential energy to kinetic energy.
- If we consider the flow of water down a river, it is gravity that gives the water its kinetic energy. We can place a hydroelectric dam next to a river to capture a lot of this kinetic energy. Work transfers the kinetic energy of the river to rotational energy of the turbine, which eventually ends up as electrical energy available in our homes.
When we study work, we are really studying how energy is transferred. This is one of the key components of modern life. Recall that the work done by a vector field $\vec F$ through a displacement $\vec d$ is the dot product $\vec F\cdot \vec d$.
- When object moves from $A=(6,0)$ to $B=(0,3)$ encountering the constant force $\vec F = (2,5)$, the work is done by $\vec F$ as the object moves from $A$ to $B$ is simply the displacement $B-A=(-6,3)$ dotted by the force, so we have $W = \vec F\cdot \vec d = (2,5)\cdot(-6,3) = -12+15=3$.
An object moves from $A=(6,0)$ to $B=(0,4)$. A parametrization of the object's path is $\vec r(t) = (-3,2)t+(6,0)$ for $0\leq t\leq 2$.
- For $0\leq t\leq 1$, the force encountered is $\vec F = (2,5)$. For $1\leq t\leq 2$, the force encountered is $(2,7)$. How much work is done in the first second? How much work is done in the last second? How much total work is done?
- If we encounter a constant force $\vec F$ over a little displacement $d\vec r$, explain why the little work done is $\ds dW = \vec F\cdot d\vec r =\vec F\cdot \frac{d\vec r}{dt}dt $.
- Suppose that the force constantly changes as we move along the curve. At $t$, we encountered the force $\vec F(t) = (2,5+2t)$, which we could think of as the wind blowing stronger and stronger to the north. Explain why the total work done by this force along the path is $$\ds W=\int \vec F\cdot d\vec r = \int_0^2 (2,5+2t)\cdot (-3,2)dt.$$ Then compute this integral and show you get 16.
- If you are familiar with the units of energy, complete the following. What are the units of $\vec F$, $d\vec r$, and $dW$.
If a force of magnitude $F$ acts through a displacement with magnitude $d$, then the most basic definition of work is $W=Fd$, the product of the force and the displacement. Recall that this basic definition has a few assumptions.
- The force $F$ must act in the same direction as the displacement.
- The force $F$ must be constant throughout the displacement.
- The displacement must be in a straight line.
The dot product let's us remove the first assumption as work is $W=\vec F\cdot \vec r,$ where $\vec F$ is a force acting through a displacement $\vec r$. We just saw we can remove the assumption that $\vec F$ is constant to obtain $$W=\int \vec F \cdot d\vec r = \int_a^b F\cdot \frac{d\vec r}{dt}dt, $$ provided we have a parametrization of $\vec r$ with $a\leq t\leq b$. We now get rid of the assumption that $\vec r$ is a straight line.
- Suppose that we move along the circle $C$ parametrized by $\vec r(t) = (3\cos t,3\sin t)$. As we move along $C$, we encounter a rotational force $\vec F(x,y) = (-2y,2x)$.
- Draw $C$. Then at several points on the curve, draw the vector field $\vec F(x,y)$. For example, at the point $(3,0)$ you should have the vector $\vec F(3,0)=(-2(0),2(3))=(0,6)$, a vector sticking straight up 6 units. Are we moving with the vector field, or against the vector field?
- Explain why we can state that a little bit of work done by a force $\vec F$ over a small displacement $d\vec r$ is $dW = \vec F\cdot d\vec r$. Why does it not matter that $\vec r$ does not move in a straight line?
- Since a little work done by $\vec F$ along $d\vec r$ (a small bit of $C$) is $dW = \vec F\cdot d\vec r$, we know that the total work done is $\int dW = \int \vec F\cdot d\vec r$. This gives us $$W = \int_C\left(-2y,2x\right)\cdot d\vec r = \int_0^{2\pi}\left(-2(3\sin t),2(3\cos t)\right)\cdot(-3\sin t, 3\cos t)dt.$$ Complete the integral, showing that the work done by $\vec F$ along $C$ is $36\pi$.
$$W = \int_C \vec F\cdot d\vec r= \int_a^b \vec F(\vec r(t))\cdot \frac{d\vec r}{dt}dt.$$ Note that we put the $C$ under the integral $\int_C$ to remind us that we are integrating along the curve $C$. This means we need to get a parametrization of the curve $C$, and give bounds before we can integrate with respect to $t$.
If we let $\vec F = (M,N)$ and we let $\vec r(t)=(x,y)$, so that $d\vec r = (dx,dy)$, then we can write work in the differential form $$W = \int_C \vec F\cdot d\vec r= \int_C (M,N)\cdot (dx,dy) = \int_C Mdx+Ndy.$$
Task 6.2
Suppose an object travels along the path given by $\vec r(t) = (3t,-2t^2)$. The velocity is $\vec v(t) = (3,-4t)$ and the acceleration is $\vec a(t)=(0,-4)$.
- Is there a time $t$ at which the velocity and acceleration vectors are parallel? Explain.
- Compute the vector component of the acceleration vector that is parallel to the velocity vector. In other words, compute $\text{proj}_{\vec v}\vec a$. We'll call this vector $\vec a_{\parallel \vec v}$.
- What is the vector component of the acceleration vector that is orthogonal to the velocity vector? We'll call this vector $\vec a_{\perp \vec v}$.
- Draw a picture that shows the relationship among $\vec v$, $\vec a$, $\vec a_{\parallel \vec v}$, and $\vec a_{\perp \vec v}$.
Task 6.3
As the semester goes, we'll be learning to use Mathematica. You can install Mathematica for free as BYU-I student (see here to obtain Mathematica if you do not already have it). If you've never used Mathematica before, no worries. Here is Fast Introduction to Mathematica for Math Students. After reading the "Entering Input" section, feel free to click on the tabs on the left for more information about any topic needed.
- Let's write a block of code in Mathematica to compute the arc length of any parameterized curve.
- First, define a vector function in Mathematica to represent the parameterized curve $\ds \vec r(t) = \left(t^3,\frac{3t^2}{2}\right)$. Something like r = {t^3,3t^2/2}.
- Define some variables to hold the upper and lower limits for the parameter $t$ (something like a=1 and b=3).
- Add a line to your block of code that uses ParametricPlot[] to create a graph of the function. This verifies that the function is defined correctly.
- Compute the derivative or $\vec r$ using the derivative command ( D[]).
- Compute the length of the derivative using the Norm[] command.
- Compute the arc length of the curve using the Integrate[] command. You can use the N[] command to get a decimal approximation.
- Try putting all of the commands above into a single block of code, so that you can run it all with one execution.
- Copy the block of code that you created, then change the interval of integration to $2\leq t\leq 5$, and see if the plot as well as arc length update.
- Let's now use the work above to examine arc length for a few other curves. For each curve below, set up an integral formula which would give the length. Then sketch the curve. Try using them in the program you wrote above. Do not worry about integrating them by hand (they will get ugly really fast, and some are impossible).
- The parabola $\vec r(t) = (t,t^2)$ for $t\in[0,3]$.
- The ellipse $\vec r(t) = (4\cos t,5\sin t)$ for $t\in[0,2\pi]$.
- The hyperbola $\vec r(t) = (\tan t,\sec t)$ for $t\in[-\pi/ 4,\pi/4]$.
Task 6.4
The last problem for prep each day will point to relevant problems from OpenStax. Spend 30 minutes working on problems from the sections below.
- Work on paths (line integrals): section 2.3, checkpoint 6.18, example 6.23 and exercises 49-54
- Return to any of the previous day's OpenStax problems to locate extra practice.
