Finding one value given two constraints
Hi all,
I have the need to use a MathCAD function (possibly) but I am not sure how to achieve what I would like the program to try to do.
My situation is essentially I havea fixed-fixed beam of circular cross section with a known span L anda uniformly distributed load w.
So using standard beam equations I have the max moment is M = wL^2/12 so the max stress is S = [(wL^2/12)(OD/2)]/I
where I = (pi/64)(OD^4-ID^4), OD is known
and the max deflection is y = wL^4/384EI where E is a known constant.
What I would like to eventually find is the thickness t = 0.5*(OD-ID) which just satisfies y = 0.1 and S = 2000.
Usually by hand, I would work use S = 2000, find the value of I and work out ID, then find t, substitute into the formula for y and see if equal to 0.1. I can probably assess it graphically but that would probably not give me too exact of an answer.
However I am not sure what functions would help me get MathCAD to automate this for me. Can anyone shed any light on how to go about doing this ?

