Finding Two Vectors from Vector Sum / Difference

AI Thread Summary
To find the vectors v and w from the equations v + w = (5,1) and v - w = (1,5), one can add and subtract these equations. Adding them results in 2v = (6,6), leading to v = (3,3). Subtracting the equations gives 2w = (4,-4), resulting in w = (2,-2). This method effectively clarifies how to derive individual vectors from their sum and difference. The discussion highlights the importance of manipulating equations to solve vector problems.
Cod
Messages
324
Reaction score
4
Finding Two Vectors from Given Linear Combination

Homework Statement


If v + w = (5,1) and v - w = (1,5), compute and draw v and w.

Homework Equations


v + w = (5,1)
v - w = (1,5)

The Attempt at a Solution


I understand how to find the sum of two vectors, but I'm confused on how to find the vectors from a sum / difference. My first attempt was to draw the v + w vector and v - w vector and try to visualize the original two vectors, v and w. However, I couldn't come up with anything productive.


If it matters, I'm going through MIT OCW 18.06 w/ Introduction to Linear Algebra (Strang) and this is question 3 from problem set 1.1. Its been a few years since I took LA or any vector math and I'm trying to regain lost knowledge.

Any guidance would be greatly appreciated.
 
Last edited:
Physics news on Phys.org
"I understand how to find the sum of two vectors, but I'm confused on how to find the vectors from a sum / difference."

What happens if you add the two equations together in Section 2 of the OP? What happens if you subtract them?
 
  • Like
Likes 1 person
SteamKing said:
"I understand how to find the sum of two vectors, but I'm confused on how to find the vectors from a sum / difference."

What happens if you add the two equations together in Section 2 of the OP? What happens if you subtract them?
Adding them would give 2v = (6,6), which would make vector v = (3,3). Subtracting them would give 2w = (4,-4), which would make vector w = (2,-2).

Wow, wish I would've seen that on my own. Thanks for the "nudge" in the correct direction.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top