Skip to main content
8-Gravel
October 22, 2021
Solved

Re: Solve equation with variables of different units

  • October 22, 2021
  • 1 reply
  • 1868 views

sir, as per this thread, can you help me with this equation, the unit of result according to my design code should be as Mpa (N/mm2).

 

ggggg.png

the Mathcad file is attached 

Best answer by Werner_E

Its always better to open a new thread for a question.

 

You are talking the square root of an value with unit MPa, so you cannot expect the result to have the unit MPa, too.
Rather it has to have to unit root of MPa, whatever that may be:

Werner_E_0-1634934932650.png

The formula you are using presumably is an empiric formula which is not unit consistent.
So one way to deal with is to divide the the values by its expected units and add the desired unit of the result at the end:

Werner_E_1-1634935056591.png

 

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
October 22, 2021

Its always better to open a new thread for a question.

 

You are talking the square root of an value with unit MPa, so you cannot expect the result to have the unit MPa, too.
Rather it has to have to unit root of MPa, whatever that may be:

Werner_E_0-1634934932650.png

The formula you are using presumably is an empiric formula which is not unit consistent.
So one way to deal with is to divide the the values by its expected units and add the desired unit of the result at the end:

Werner_E_1-1634935056591.png

 

8-Gravel
October 23, 2021

thank you, sir, for your help.