Finding a Force using the dot product/projection (Calc 3)

  • Thread starter Thread starter amalia
  • Start date Start date
  • Tags Tags
    Calc 3 Dot Force
amalia
Messages
2
Reaction score
0

Homework Statement



This is from Larson's Calculus Early Transcendentals 4th Ed (Pg. 786)

A 600-pound boat sits on a ramp imclined at 30 degrees, as shown in Figure 11.32. What force is required to keep the boat from rolling down the ramp?

Homework Equations



The solution gives the following equation: w1 = projvF = [(F * v) / ||v||2] = (F * v)v

The Attempt at a Solution



This is just an example in the book, and I'm confused about how the author did the last two steps in the previous equation. I think it's just one of those omissions where it's really simple, but I can't figure out why the length of the vector squared can just disappear.
 
Physics news on Phys.org
The second to last step makes sense, since that's just the vector projection formula:
\frac{(\vec{u}\cdot\vec{v})\vec{v}}{v^2}
is the projection of \vec{u} on to \vec{v}. But I'm not understanding the last step. The norm squared can't just disappear like that, unless it's a unit vector (in which case the norm is 1).
 
Someone just told me it is a unit vector, but thanks for your help anyway! I had been wondering if that could just "cancel" or or not...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top