We could do with some sort of Mathcad-like facility. A monospaced font will have to do.
If we have just a -ve s2 applied:
sigma1/s1 applied, say 0
sigma1AT/s1AT 1-direction Allowable Tension, 800 MPa
sigma1AC/s1AC 1-direction Allowable Compression stress, 500 MPa
Sigma2/s2 applied, say -290 MPa
sigma2AT/s2AT 2-direction Allowable Tension, 20 MPa
sigma2AC/s2AC 2-direction Allowable Compression stress, 300 MPa
tau12/t12 applied, say 0
tau12A/t12A allowable 12-shear stress, 30 MPa
[tt]
0 0 -290 -290 0^2 (-290)^2 0^2 0*-290
FI = --- - --- + ---- - ---- + ------- + -------- + ---- - --------------------
800 500 20 300 800*500 20*300 30^2 Sqrt(800*500*20*300)
= 0 - 0 + -14.5 - -0.967 + 0 + 14.0167 + 0 - 0 = 0.483 (agrees with LAP)
[If s1AC and s2Ac are negative, I think FI comes to -29.483.]
-b + Sqrt(b^2 + 4*a)
RF = --------------------
2.a
a = s1^2/(s1at*s1ac) + s2^2/(s2at*s2ac) + t12^2/t12a^2 - s1*s2/SQRT( s1at.s1ac.s2at.s2ac )
b = s1/s1at - s1/s1ac + s2/s2at - s2/s2ac
(c = -1.0)
-(-13.533) + Sqrt(13,533^2 + 4*14.0167)
RF = --------------------------------------- = 1.034482759 (agrees with TheLaminator)
2*14.0167
sigma2/s2 applied now -200
0 0 -200 -200 0^2 (-200)^2 0^2 0*-200
FI = --- - --- + ---- - ---- + ------- + -------- + ---- - --------------------
800 500 20 300 800*500 20*300 30^2 Sqrt(800*500*20*300)
= 0 - 0 + -10 - -0.667 + 0 + 6.667 + 0 - 0 = -2.667 (LAP can't handle -ve FIs and reports 0)
-(-9.333) + Sqrt(9.333^2 + 4*6.667)
RF = ----------------------------------- = 1.50 (agrees with TheLaminator)
2*6.667
[/tt]
That's it.