Last time | Next time |
I would do these labs, and IMath exercises anyway -- because they're preparing you for the final. But don't sweat the grades, because they can only help you. That being said, if you need the help, it's time to do them and do well on them....
Does it appear that the tangent lines provide a meaningful prediction of future CO2 levels?
Using calculus terms, how would you characterize the growth in CO2 levels in the atmosphere?
The dot product ${\overline{u}}\cdot{\overline{v}}$ is a scalar product (produces a number). The number reflects the extent to which the two vectors ${\overline{u}}$ and ${\overline{v}}$ are aligned or not. In particular, the dot product is 0 when two vectors point in perpendicular directions. Thus it provides a test for perpendicularity.
It also is used to compute the length of a vector: \[ |{\overline{u}}|=\sqrt{{\overline{u}}\cdot{\overline{u}}} \]
Finally, the dot product provides a means for computing the angle $\theta$ formed between two vectors when their butt ends are located at the same point:
\[ {\overline{u}}\cdot{\overline{v}} = |{\overline{u}}||{\overline{v}}|\cos(\theta) \]
If we know the components of the vectors, e.g. ${\overline{u}}=\langle u_1,u_2,\ldots,u_n\rangle$ for the $n$-dimensional vector, then its easy to compute the dot product of two vectors: \[ {\overline{u}}\cdot{\overline{v}} = \sum_{i=1}^n u_i v_i \]