Skip to main content
1-Visitor
July 1, 2015
Question

Given/Find commands issue

  • July 1, 2015
  • 2 replies
  • 2549 views

Hi All,

I'm strugling with the following problem:


I'm calculating von Mises stresses where all the variables are known except TF and BM. These two parameters are defined only as the initial guess values. I'd like to find maximum value for TF and BM for which von Mises stress is equal to the allowable stress. Is this even possible to solve with given/find commands?

I appreciate your help in this matter.

2 replies

19-Tanzanite
July 1, 2015

TF and BM always appear as BM+TF, so combine them into one variable and solve for that. How you then split the answer into BM and TF is up to you.

1-Visitor
July 1, 2015

1) You should always post a worksheet and not just a picture

2) Do you mean that VM should equal S.A=50? Then you might check your formula. VM is just dependable on the difference BM-TF, no matter what the actual values of those two variables might be. And the minimum value for VM as you had defined it is about 129.9 (for BM-TF=375). So no way to get to 50 and you can chose BM and TF as high as you like, as long as their difference is 375.

3) When you have corrected your formulas/values, you may want to look up maximize() in the help.

LT

19-Tanzanite
July 1, 2015

VM is just dependable on the difference BM-TF

It depends on the sum, not the difference. Which doesn't fundamentally change what you (or I) said in that they can be treated as a single variable. It does mean that there is a limit to how high they can be though.

1-Visitor
July 2, 2015

Richard Jackson wrote:

VM is just dependable on the difference BM-TF

It depends on the sum, not the difference.

Are you sure?