Change in length due to temperature

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
132 replies · 11K views
Chestermiller said:
Yes
Chestermiller said:
If we have a rod to which we apply a temperature change while at the same time partially constraining it, we can model this as a two step process.

Step 1. Apply the temperature change to the rod without constraining it
Step 2. Apply a stress ##\sigma## to the rod to arrive at the final constrained length

Let ##\epsilon_1## represent the strain of the rod in Step 1 and let ##\epsilon_2## represent the strain in Step 2. Then:
$$\epsilon_1=\alpha \Delta T$$
$$\epsilon_2=\frac{\sigma}{E}$$
The total strain for the combined process is the sum of the strains for each of the two steps:
$$\epsilon=\epsilon_1+\epsilon_2=\alpha \Delta T+\frac{\sigma}{E}$$
What do you get if you solve this equation for ##\sigma## as a function of ##\alpha \Delta T## and ##\epsilon##?
if it's opposite , it will become $$\epsilon=\epsilon_1+\epsilon_2=\alpha \Delta T-\frac{\sigma}{E}$$ , right ?
then it wil become
σs=Es(-ϵs+αsΔT) ?

is it correct ?
 
Physics news on Phys.org
chetzread said:
if it's opposite , it will become $$\epsilon=\epsilon_1+\epsilon_2=\alpha \Delta T-\frac{\sigma}{E}$$ , right ?
then it wil become
σs=Es(-ϵs+αsΔT) ?

is it correct ?
NO. Do the algebra. The first term on the right hand side of my equation is the strain resulting from thermal expansion. The second term is the result of added tensile stress. These add up to the total strain.
 
Chestermiller said:
NO. Do the algebra. The first term on the right hand side of my equation is the strain resulting from thermal expansion. The second term is the result of added tensile stress. These add up to the total strain.
but , you agreed that in $$\epsilon=\epsilon_1+\epsilon_2=\alpha \Delta T+\frac{\sigma}{E}$$
the σ is applied to the opposite of αT ?
so, $$\epsilon=\epsilon_1+\epsilon_2=\alpha \Delta T-\frac{\sigma}{E}$$

so , σs=Es(-ϵs+αsΔT) ?
 
chetzread said:
but , you agreed that in $$\epsilon=\epsilon_1+\epsilon_2=\alpha \Delta T+\frac{\sigma}{E}$$
the σ is applied to the opposite of αT ?
so, $$\epsilon=\epsilon_1+\epsilon_2=\alpha \Delta T-\frac{\sigma}{E}$$

so , σs=Es(-ϵs+αsΔT) ?
That has nothing to do with the algebra. Everything automatically comes out to be the right sign if you let the math do the work for you. If you are not happy with what the algebra predicts, do it your own way, but you will get the wrong answer.
 
  • Like
Likes   Reactions: chetzread
Chestermiller said:
That has nothing to do with the algebra. Everything automatically comes out to be the right sign if you let the math do the work for you. If you are not happy with what the algebra predicts, do it your own way, but you will get the wrong answer.
if the σ is applied in opposite direction , then the strain should be in negative value , right ? so , total strain =
ϵ=ϵ1+ϵ2=αΔT-σE
Why am i wrong ?
 
chetzread said:
if the σ is applied in opposite direction , then the strain should be in negative value , right ? so , total strain =
ϵ=ϵ1+ϵ2=αΔT-σE
Why am i wrong ?
What we are dealing with here is a mathematics issue, NOT A PHYSICS ISSUE.

Suppose you have a general equation $$A+B=C$$where A, B, and C are real numbers, both positive and negative. Suppose you have n combinations of numbers ##((A_i,B_i,C_i),i=1,...,n)## all of which satisfy the general equation. Suppose I told you that, for one specific combination (i = j), ##B_j## has the opposite sign of ##A_j## (for example (-7.5, +4.85, -2.65). According to your rationale, for a combination like this, the general equation should be changed to $$A-B=C$$ Would any of the combinations now satisfy this new equation?
 
Chestermiller said:
What we are dealing with here is a mathematics issue, NOT A PHYSICS ISSUE.

Suppose you have a general equation $$A+B=C$$where A, B, and C are real
numbers, both positive and negative. Suppose you have n combinations of numbers ##((A_i,B_i,C_i),i=1,...,n)## all of which satisfy the general equation. Suppose
I told you that, for one specific combination (i = j), ##B_j## has the opposite sign of ##A_j## (for example (-7.5, +4.85, -2.65). According to your rationale, for a
combination like this, the general equation
should be changed to $$A-B=C$$ Would any of the combinations now satisfy this new equation?

No, still A + B = C... but, in the case that we discussed so far, we have to take the sign into consideration, rite? That is
ϵ=ϵ1+ϵ2=αΔT-σE , right ?
 
chetzread said:
No, still A + B = C... but, in the case that we discussed so far, we have to take the sign into consideration, rite? That is
ϵ=ϵ1+ϵ2=αΔT-σE , right ?
It's exactly the same situation. The general equation (not just for this problem) is $$\epsilon=\alpha \Delta T+\frac{\sigma}{E}$$ If doesn't matter whether ##\Delta T## is positive or negative and it doesn't mater whether ##\sigma## is positive or negative.
 
  • Like
Likes   Reactions: chetzread
Chestermiller said:
It's exactly the same situation. The general equation (not just for this problem) is $$\epsilon=\alpha \Delta T+\frac{\sigma}{E}$$ If doesn't matter whether ##\Delta T## is positive or negative and it doesn't mater whether ##\sigma## is
positive or negative.
OK, since we already know that the σ/ E is applied in opposite to αLT, so, the σ/ E should has negative sign, thus ϵ=ϵ1+ϵ2=αΔT-σE , right ?
 
chetzread said:
OK, since we already know that the σ/ E is applied in opposite to αLT, so, the σ/ E should has negative sign, thus ϵ=ϵ1+ϵ2=αΔT-σE , right ?
What would this equation predict for the relationship between stress and strain if ##\Delta T## were zero?

Here is a math problem for you to using with the so-called "SUVAT" equation: $$v_x=v_{x0}+at$$
Suppose I have a body moving with an initial velocity at time t=0 of ##v_{x0}=-10## m/s (i.e., the initial velocity is in the negative x direction). At time t = 0, I apply a constant force to the body to give it an acceleration "a" in the positive x direction (i.e., opposite to the direction of the initial velocity). What acceleration value do I have to apply so that, at t = 4 seconds, the velocity of the body is ##v_x=-2## m/s?
 
Chestermiller said:
What would this equation predict for the relationship between stress and strain if ##\Delta T## were zero?

Here is a math problem for you to using with the so-called "SUVAT" equation: $$v_x=v_{x0}+at$$
Suppose I have a body moving with an initial velocity at time t=0 of ##v_{x0}=-10## m/s (i.e., the initial velocity is in the negative x direction). At time t = 0, I apply a constant force to the body to give it an acceleration "a" in the positive x direction (i.e., opposite to the direction of the initial velocity). What acceleration value do I have to apply so that, at t = 4 seconds, the velocity of the body is ##v_x=-2## m/s?
-2 = -10 +4(a) , a = 2(m/s^2)
 
chetzread said:
-2 = -10 +4(a) , a = 2(m/s^2)
But, according to the rationale you have been using on the thermal expansion problem, you first should have rewritten the SUVAT equation as:
$$v_x=v_{x0}-at$$because a is in the opposite direction of ##v_{x0}##. Do you see the point I'm trying to make? You just can't arbitrarily change the sign of a term in an equation and expect to get the right answer.
 
  • Like
Likes   Reactions: chetzread