- #1
pac0master
- 13
- 1
Hey folks, I recently made a little equation and I would like to know if there's any way to plot it on a 2D graph.
Problem is, there's multiple variables. so if anyone here can help me out that would be appreciated.
Here's my formulas:
S2 = (S1-(S1/10))/2x
x= T2/(S1/20)
T2= T1-(S1/10)
S1 is the Initial Strength
S2 is the final Strength
T1 is the Actual Temperature
T2 is the Temperature Difference
x is a variable factor
The Graph is supposed to represent the relation between Temperature and Strength of a fictional Material
It only starts once the Temperature is equal to 10% of the Strength.
Basically, The strength of a material is reduced by half every time the temperature raise by 5% of the initial strength.
An example of how it works is simple.
Let's say we have a Given material with a Strength of 2000 and a temperature of 500
Well, according to the formula, the Final strength of that material would be 225
(2000-10%)/23
Thanks for your timeEDITED
--- Using Sub Scripts
Problem is, there's multiple variables. so if anyone here can help me out that would be appreciated.
Here's my formulas:
S2 = (S1-(S1/10))/2x
x= T2/(S1/20)
T2= T1-(S1/10)
S1 is the Initial Strength
S2 is the final Strength
T1 is the Actual Temperature
T2 is the Temperature Difference
x is a variable factor
The Graph is supposed to represent the relation between Temperature and Strength of a fictional Material
It only starts once the Temperature is equal to 10% of the Strength.
Basically, The strength of a material is reduced by half every time the temperature raise by 5% of the initial strength.
An example of how it works is simple.
Let's say we have a Given material with a Strength of 2000 and a temperature of 500
Well, according to the formula, the Final strength of that material would be 225
(2000-10%)/23
Thanks for your timeEDITED
--- Using Sub Scripts
Last edited: