_h2tm
- 10
- 0
Homework Statement
Find the power input of a force \vec{F} acting on a particle that moves with a velocity \vec{V} for each of the following situations.
- \vec{F} = 4\hat{i} N  + 3\hat{j} N , \vec{V} = 7\hat{i} m/s 
- \vec{F} = 7\hat{i} N  - 5\hat{j} N , \vec{V} = -5\hat{i} m/s + 4\hat{j} m/s 
- \vec{F} = 2\hat{i} N + 10\hat{j} N , \vec{V} = 2\hat{i} m/s  + 3\hat{j} m/s 
Homework Equations
P = \frac{dW}{dt} = \vec{F} • \vec{v}
The Attempt at a Solution
- \sqrt{4^2 + 3^2} \times cos(arctan(3/4)) \times 7
For this problem, I got the correct answer: 28 W.
- \sqrt{7^2 + (-5)^2} \times \sqrt{(-5)^2 + 4^2}
I also got the correct answer for this problem: 55 W, except that the answer is negative, I figure because the velocity vector's \hat{i} and \hat{j} components are in the opposite direction of the force's components (individually). Is this supposition correct?
- \sqrt{2^2 + 10^2} \times sin(arctan(10/2)) \times \sqrt{2^2 + 3^2} \times sin(arctan(3/2))
I cannot figure out what I am doing wrong on this one. (The correct answer is 34.)
I am having a hard time wrapping by head around dot products. I'm guess that is my problem here. Any and all help is greatly appreciated.