- #1
ForceBoy
- 47
- 6
<Moderator's note: Moved from a technical forum and thus no template.>
Let there be two vectors, u and v. Whose magnitudes are constant
u = [a, b]
v = [x, y]
Define c = ||u|| and k = ||v||
Now sum the vectors:
w = u + v = [a, b] +[x, y] = [a+x, b+y]
Now find ||w||
||w|| =√(a+x)2+(b+y)2
||w|| = √a2+2ax+x2+b2+2by+y2
||w|| = √u⋅u + v⋅v +2(ax+by)
||w|| = √u⋅u + v⋅v +2(u⋅v)
||w|| = √u⋅u + v⋅v +2||u|| ||v|| cos Θ
||w|| = √u⋅u + v⋅v +2ck cos Θ
Here is where I have trouble. I want to find the angle between the two vectors that would make ||w|| take on the largest possible value. I know that to do so I have to differentiate with respect to Θ. What I am not sure about is whether I would treat u and v as constants. Also I apologize if this does not belong in this forum. I was torn between this forum and the calculus forum.
EDIT:
Disregard that last part. This post was moved from the Linear algebra thread
Let there be two vectors, u and v. Whose magnitudes are constant
u = [a, b]
v = [x, y]
Define c = ||u|| and k = ||v||
Now sum the vectors:
w = u + v = [a, b] +[x, y] = [a+x, b+y]
Now find ||w||
||w|| =√(a+x)2+(b+y)2
||w|| = √a2+2ax+x2+b2+2by+y2
||w|| = √u⋅u + v⋅v +2(ax+by)
||w|| = √u⋅u + v⋅v +2(u⋅v)
||w|| = √u⋅u + v⋅v +2||u|| ||v|| cos Θ
||w|| = √u⋅u + v⋅v +2ck cos Θ
Here is where I have trouble. I want to find the angle between the two vectors that would make ||w|| take on the largest possible value. I know that to do so I have to differentiate with respect to Θ. What I am not sure about is whether I would treat u and v as constants. Also I apologize if this does not belong in this forum. I was torn between this forum and the calculus forum.
EDIT:
Disregard that last part. This post was moved from the Linear algebra thread
Last edited: