Solving 2 equations and 2 unknowns with vectors

  • Context: Undergrad 
  • Thread starter Thread starter matt382
  • Start date Start date
  • Tags Tags
    Unknowns Vectors
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
matt382
Messages
2
Reaction score
0
Hi, I have a work-related problem to solve and I'm not sure where to start and a pointer would be appreciated. I have the following two sets of polar equations

V1 + V2 = Vx
V1 + V2 + V3 = Vy,

where Vx, V3, and Vy have been measured with reasonable accuracy, maybe +/-2%

Any thoughts on how to approach? If, for example, if I convert to rectangular form and try substitution the entire thing is quickly swimming in a sea of sines and cosines that cannot possibly be solvable

My question is this: There should be enough known to solve, is that right? Can this just go into a matrix and get solved that way?

thanks for any help
 
Physics news on Phys.org
Hi BvU and fresh_42, I understand your point if they were scalar numbers. But it intuitively feels to me that because these are vectors that there's an additional constraint present in the form of angles that must be achieved.

In the attached, with System 1 of course V1 and V2 have an infinite solution space. But look at System 2: Visually it appears to be completely constrained. If you change the position of V3, then you will break the system 1 constraint that V1 and V2 have a fixed angle between them, for example. And we know both VX and VY. In other words, this looks completely constrained to me--there's no other way to draw the vectors when both systems are considered.

Am I just not seeing this correctly?
 

Attachments

  • angles.PNG
    angles.PNG
    14.3 KB · Views: 390
You have one equation that says V1+ V2= VX and another that says V1+ V2= VY- V3, with VX, VY, and V3 known. If VX= VY- V3 then there are infinitely many solutions. If they are not equal, there is no solution.
 
Last edited:
  • Like
Likes   Reactions: Greg Bernhardt
HallsofIvy said:
You have one equation that says V1+ V2= VX and another that says V1+ V1= VY- V3, with VX, VY, and V3 known. If VX= VY- V3 then there are infinitely many solutions. If they are not equal, there is no solution.
The situation has two unknowns ##x=V1## and ##y=V2##, and two known variables ##a=VX## and ##b=VY-V3\,.## The equations now read ##x+y=a## and ##2x=b##. This can always uniquely be solved.