Force Vector into a Force (Power)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 8K views
Havok23
Messages
1
Reaction score
0

Homework Statement



Find the power input of a force vector F acting on a particle that moves with a velocity vector v for each of the following situations.
(a) vector F = 4 N i hat + 3 N k hat , vector v = 9 m/s i hat

Homework Equations



P = F * V

The Attempt at a Solution



P =(4*9) +3

Also tried

P = SQRT(4^2+3^2) * 9
I guess the problem is I don't know how to convert the vector 4i+3j into a force.
 
Physics news on Phys.org
That vector is the force. You have a force with an x component of 4N and a y component of 3N.

In order to find the power you need to find the dot product of F and v:

[tex]P=\vec{F}\cdot\vec{v}=F_xv_x+F_yv_y[/tex]

It seems like this was what you were trying to do in your first attempt. You made one small mistake. HINT: What is [itex]v_y[/itex]?