How to solve an iterative equation
OK, I think I need a solve block, but I can't seem to get the format correct or am doing something else wrong as I know the answer, and can't even get close. I am trying to work out the leeward post embedment calculation from the National Frame Builders Design Manual on page 9-9. The equation is d^2 = [7.02 Va + (7.65 Ma / d)] / S' b where Va = 441 lbf , Ma = 1640 lbf * ft . S' = 532 lbf / ft^3 and b = 0.64 ft so I tried building it in MathCAD 14 using solve and the symbolic arrow to the right, but it gives me some huge number with the third root of a square root . . . . . I read where it will solve using units, but maybe that is the issue here? I know the answer is
d^2 = [7.02 441lbf + (7.65 1640 lbf-ft / d)] / 532 lbf/ft3 * 0.64 ft d = 4.22 ft
But I can't figure out how to ask MathCAD to solve for d . . . any suggestions? Did I miss it in the help section? Solve block syntax?


