IceMan30
Military
- Jan 19, 2011
- 32
Hello All,
I what what I thought (once again!) was a fairly straight-forward problem to solve, but I can't quite seem to get there. I have 4 eqns, 4 unknowns. Equations are along the lines of:
sqrt(x^2+y^2) + z + sqrt((val1-x)^2 + (y-val2)) + Const1 = 0
sqrt(x^2+y^2) + z + Const2 = 0
sqrt(x^2+y^2) + z + 3*sqrt((x-val3)^2 + (y-val3)) + Const3 = 0
sqrt(x^2+y^2) + z + 2*sqrt((val4-x)^2 + (y-val2)) + Const4 = 0
In each case, "valn" is known, as is "Constn." "Constn" may consist of 1 or more values, here combined for simplicity.
I've tried a number of methods...from transforming the equations into other forms, combining equations in several ways, etc. Does anyone have a sound method for solving this type of problem?
Any help GREATLY appreciated. Thanks!
I what what I thought (once again!) was a fairly straight-forward problem to solve, but I can't quite seem to get there. I have 4 eqns, 4 unknowns. Equations are along the lines of:
sqrt(x^2+y^2) + z + sqrt((val1-x)^2 + (y-val2)) + Const1 = 0
sqrt(x^2+y^2) + z + Const2 = 0
sqrt(x^2+y^2) + z + 3*sqrt((x-val3)^2 + (y-val3)) + Const3 = 0
sqrt(x^2+y^2) + z + 2*sqrt((val4-x)^2 + (y-val2)) + Const4 = 0
In each case, "valn" is known, as is "Constn." "Constn" may consist of 1 or more values, here combined for simplicity.
I've tried a number of methods...from transforming the equations into other forms, combining equations in several ways, etc. Does anyone have a sound method for solving this type of problem?
Any help GREATLY appreciated. Thanks!