How to Correctly Calculate Vector v Given Magnitude and Angle with u?

  • Thread starter Thread starter Rapier
  • Start date Start date
  • Tags Tags
    Magnitude Vector
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Rapier
Messages
83
Reaction score
0

Homework Statement


Let u = <3,-1>. Find v such that ||v||=4 and the angle between the vectors is ∏/3.


Homework Equations



u.v = ||u|| ||v|| cos θ

The Attempt at a Solution



<3,-1>.v = (√10)(4) cos ∏/3
<3,-1>.v = 2√10
v = <(2√10)/3, (2√10)/-1>

Can you please confirm that I am doing this correctly, or if not help me through where I am going awry?
 
Physics news on Phys.org
Rapier said:

Homework Statement


Let u = <3,-1>. Find v such that ||v||=4 and the angle between the vectors is ∏/3.


Homework Equations



u.v = ||u|| ||v|| cos θ

The Attempt at a Solution



<3,-1>.v = (√10)(4) cos ∏/3
<3,-1>.v = 2√10
v = <(2√10)/3, (2√10)/-1>

Can you please confirm that I am doing this correctly, or if not help me through where I am going awry?
You're not doing this correctly. The v you have has a magnitude that's way too big.

Write vector, v, as v = <vx, vy>, where vx2 + vy2 = 16 .
Solve this for vy.​

Your lines:
<3,-1>∙v = (√10)(4) cos ∏/3

<3,-1>∙v = 2√10​
are fine.

But in the next line, it looks like you tried to divide by the vector <3,-1>. There is no such thing as vector division !

Compute <3,-1>∙v = (3)vx + (-1)vy.

Of course that gives you: (3)vx + (-1)vy = 2√(10)

Solve that equation and the equation, vx2 + vy2 = 16, simultaneously.