Solve 6-Var System of Equations for Unknowns

yoleven
Messages
78
Reaction score
1

Homework Statement


I have 6 equations with six unknown variables. Does anyone know the best way to proceed?
I've tried to substitute but it won't work for me.
1.Ax+Bx+.03536F2=0
2.Ay+Cy-212.1+.6124F2=0
3.Bz+Cz-.7071F2-212.1=0
4.-3Bz-4Ay+(5)*212.1+(5)*212.1=0
5.4Ax+5Cz=0
6.5Ax+3Bx-5Cy=0



Homework Equations


These are the forces in a bent rod supported at points A,B and C by journal bearings.
equation 1 is\SigmaFx=0
2 is \SigmaFy=0,etc.
I don't need help with the statics, just with the solving for the unknown variables when so many are involved.
 
Physics news on Phys.org
Matrix equation. But even then, you're going to solve a 6x6 matrix. You make an equation of the form AX=B where B=0 (null matrix) in this case. X contains all your variables (x,y,z, etc) and A contains their coefficients.
 
Hi yoleven! :smile:
yoleven said:
1.Ax+Bx+.03536F2=0
2.Ay+Cy-212.1+.6124F2=0
3.Bz+Cz-.7071F2-212.1=0
4.-3Bz-4Ay+(5)*212.1+(5)*212.1=0
5.4Ax+5Cz=0
6.5Ax+3Bx-5Cy=0

You can simplify it a lot by starting with the easy one, #5, and then doing #1 and #3.

Start it that way, and see what you get. :smile:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top