What is the Vector with the Same Direction as Given Vector but Length 6?

Click For Summary
SUMMARY

The discussion focuses on finding a vector that maintains the same direction as the vector ‹4, 2, -2› but has a length of 6. The solution involves determining a scalar multiplier, denoted as 'a', to adjust the magnitude of the original vector. By applying the formula for the magnitude of a vector, the scalar 'a' is calculated as √(3/2), leading to the new vector being ‹4(√(3/2)), 2(√(3/2)), -2(√(3/2))›, which confirms the desired length of 6.

PREREQUISITES
  • Understanding of vector magnitude and direction
  • Familiarity with scalar multiplication of vectors
  • Knowledge of basic vector operations (addition, subtraction, multiplication)
  • Ability to manipulate algebraic equations
NEXT STEPS
  • Study vector magnitude calculations in 3D space
  • Learn about scalar multiplication and its effects on vector direction
  • Explore vector operations in detail, including addition and subtraction
  • Review vector calculus resources, such as those found at tutorial.math.lamar.edu
USEFUL FOR

Students studying vector calculus, mathematics enthusiasts, and anyone seeking to understand vector manipulation in three-dimensional space.

hover
Messages
342
Reaction score
0

Homework Statement



Find a vector that has the same direction as the given vector but has length 6.
‹4, 2, -2›

Homework Equations



L = ((x-i)^2+(y-j)^2+(z-k)^2)^.5


The Attempt at a Solution



For some reason I am just stuck. I don't know how to start. I assume L = ((x-i)^2+(y-j)^2+(z-k)^2)^.5 becomes L = (x^2+y^2+z^2)^.5 because of the 2 points (0,0,0) and (x,y,z) but how does one find something with the length of 6 in 3 dimensions? All I really have is this

36=x^2+y^2+z^2

I guess I could eliminate z by finding an equation for a line on points (0,0,0) and (4,2,-2). I found that equation to be z=x-3y but after plugging that in it seems that I have 2 independent variables(x and y). How do I deal with this?



Thanks!
 
Physics news on Phys.org
Ok so let's say a is scalar and v is your vector. The a*v has same direction but different magnitude than a, and so the magnitude of a*v is sqrt((ax)^2 + (ay)^2 + (az)^2)

sqrt((4a)^2 + (2a)^2 + (-2a)^2) = 6, and so a=sqrt(3/2). so a*v should equal to 6

Please refer to the vector calculus notes here http://tutorial.math.lamar.edu/Classes/CalcII/VectorArithmetic.aspx you need to know difference between addition, substraction, and multiplication of vectors and what it looks like
 
Ah yes yes yes. Ok now I see how you go about this. Simply find a scalar to multiply the original vector by. I found out that I multiply by (3/2)^.5 and the new vector is <4(3/2)^.5,2(3/2)^.5,-2(3/2)^.5> and this has a length 6.

Thanks!
 

Similar threads

Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
1
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
1
Views
1K
Replies
2
Views
2K
Replies
4
Views
2K