Solve System of 4 Equations: Find x,y,u,v in Terms of a,b,c,d

  • Thread starter Thread starter Bruno Tolentino
  • Start date Start date
  • Tags Tags
    System
Bruno Tolentino
Messages
96
Reaction score
0
Given this system of equations:

?temp_hash=e1398efa2daaad05acbf8f3c26412522.png


I want to write x,y,u,v in terms of a,b,c,d. Is possible?
 

Attachments

  • Sem título666.png
    Sem título666.png
    1.3 KB · Views: 672
Physics news on Phys.org
Take the determinant on the righthand side: it is zero. That means the equations are not independent.
 
you are asking if a,b,c,d determine x,y,u,v. But clearly u/x = 2a, u/y = 2b, v/x = 2c, and v/y = 2d, so if you know a,b,c,d, you only know the ratios of u and v to x and y. so you could double u and v and x and y, and the same ratios would hold. So a,b,c,d do not determine x,y,u,v.
 
  • Like
Likes Bruno Tolentino
Back
Top