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
Click For Summary
SUMMARY

The discussion focuses on calculating vector v given a magnitude of 4 and an angle of π/3 with vector u = <3, -1>. The correct approach involves using the dot product formula: u.v = ||u|| ||v|| cos θ. The initial calculation incorrectly attempted vector division, which is not valid. The correct method requires expressing v as and solving the equations (3)vx + (-1)vy = 2√10 and vx² + vy² = 16 simultaneously to find the components of vector v.

PREREQUISITES
  • Understanding of vector operations, specifically dot products
  • Familiarity with trigonometric functions and their applications in vector calculations
  • Knowledge of solving simultaneous equations
  • Basic concepts of vector magnitude and direction
NEXT STEPS
  • Study the properties of dot products in vector mathematics
  • Learn how to solve simultaneous equations involving vectors
  • Explore trigonometric identities relevant to vector angles
  • Practice vector magnitude calculations in different contexts
USEFUL FOR

Students studying linear algebra, mathematicians working with vector calculus, and anyone needing to understand vector relationships in physics or engineering contexts.

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.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K