Solving for Stress and Strain in Three Dimensions

Click For Summary

Homework Help Overview

The discussion revolves around solving a system of equations related to stress and strain in an isotropic material. The original poster presents equations that relate stress components to strain components and seeks to derive expressions for the strain components.

Discussion Character

  • Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to solve the equations using matrix methods and row reduction, but encounters difficulties in simplifying the results. Some participants suggest performing additional algebraic simplifications and mention Cramer's Rule as a potential method for solving the system. Others point out the importance of applying operations consistently to both sides of the equations.

Discussion Status

Some participants have provided guidance on algebraic techniques and methods for solving the equations. The original poster has indicated progress in their understanding after receiving feedback, but there is no explicit consensus on the best approach to take.

Contextual Notes

There is a hint regarding the symmetry of the stress components, suggesting that \(\sigma_{xx} = \sigma_{yy}\), which may influence the approach to solving the system. The original poster's attempts indicate a struggle with the algebra involved in manipulating the equations.

KEØM
Messages
65
Reaction score
0

Homework Statement



Knowing that the stress and strain for an isotropic media can be related with the following expressions:

\sigma_{xx} = (\lambda + 2\mu)\varepsilon_{xx} + \lambda\varepsilon_{yy} + \lambda\varepsilon_{zz}

\sigma_{yy} = \lambda\varepsilon_{xx} + (\lambda + 2\mu)\varepsilon_{yy}) + \lambda\varepsilon_{zz}

\sigma_{zz} =\varepsilon_{xx}\lambda+ \lambda\varepsilon_{yy} + (\lambda + 2\mu)\varepsilon_{zz}


Solve this system of equations for the three strain components to derive that:

\varepsilon_{xx} = \frac{2(\lambda + \mu)\sigma_{xx} - \lambda(\sigma_{yy} + \sigma_{zz})}{2\mu(3\lambda + 2\mu)}

\varepsilon_{yy} = \frac{2(\lambda + \mu)\sigma_{yy} - \lambda(\sigma_{xx} + \sigma_{zz})}{2\mu(3\lambda + 2\mu)}

\varepsilon_{zz} = \frac{2(\lambda + \mu)\sigma_{xx} - \lambda(\sigma_{xx} + \sigma_{yy})}{2\mu(3\lambda + 2\mu)}

Homework Equations



\sigma_{xx} = (\lambda + 2\mu)(\varepsilon_{xx}) + \lambda\varepsilon_{yy} + \lambda\varepsilon_{zz}

\sigma_{yy} = \lambda\varepsilon_{xx} + (\lambda + 2\mu)(\varepsilon_{yy}) + \lambda\varepsilon_{zz}

\sigma_{zz} =(\varepsilon_{xx}) + \lambda\varepsilon_{yy} + (\lambda + 2\mu)\varepsilon_{zz}

\sigma_{ij} = \lambda\delta{ij}\varepsilon_{kk} + 2\mu\varepsilon{ij}

Hint: \sigma_{xx} = \sigma_{yy} due to symmetry.


The Attempt at a Solution




Well I put the three equations into matrix and tried to carry out row reduction and I came up with the following result:


<br /> \left[<br /> \begin{array}{c}<br /> \sigma_{xx} \\<br /> \sigma_{yy} \\<br /> \sigma_{zz}<br /> \end{array}<br /> \right]<br /> <br /> =<br /> <br /> <br /> \left[<br /> \begin{array}{ccc}<br /> \lambda + 2\mu &amp; \lambda &amp; \lambda \\<br /> \lambda &amp; \lambda + 2\mu &amp; \lambda \\<br /> \lambda &amp; \lambda &amp; \lambda + 2\mu \\<br /> \end{array}<br /> \right]<br /> \left[<br /> \begin{array}{c}<br /> \varepsilon_{xx} \\<br /> \varepsilon_{yy} \\<br /> \varepsilon_{zz}<br /> \end{array}<br /> \right]<br />


I firstly attempted to remove the terms in the first column and the second and third rows, I did this by multiplying the top row by \frac{\lambda}{\lambda + 2\mu} and subtracting that from the second and third rows which gave me the following matrix:
<br /> <br /> = \left[<br /> \begin{array}{ccc}<br /> \lambda + 2\mu &amp; \lambda &amp; \lambda \\<br /> 0 &amp; \lambda + 2\mu - \frac{\lambda^2}{\lambda + 2\mu} &amp; \lambda - \frac{\lambda^2}{\lambda + 2\mu} \\<br /> 0 &amp; \lambda - \frac{\lambda^2}{\lambda + 2\mu} &amp; \lambda + 2\mu - \frac{\lambda^2}{\lambda + 2\mu}<br /> \end{array}<br /> \right]<br />

In order to get rid of the term in the second column and the third row, I multiplied the second row by \frac{\lambda(\lambda + 2\mu) - \lambda^2}{(\lambda + 2\mu)^2 - \lambda^2} and subtracted that row from the third row. This gave me the following matrix:

<br /> <br /> = \left[<br /> \begin{array}{ccc}<br /> \lambda + 2\mu &amp; \lambda &amp; \lambda \\<br /> 0 &amp; \lambda + 2\mu - \frac{\lambda^2}{\lambda + 2\mu} &amp; \lambda - \frac{\lambda^2}{\lambda + 2\mu} \\<br /> 0 &amp; 0 &amp; \frac{(\lambda(\lambda + 2\mu) - \lambda^2)^2}{(\lambda + 2\mu)((\lambda + 2\mu)^2 - \lambda^2)} - \left(\lambda + 2\mu - \frac{\lambda^2}{\lambda + 2\mu}\right)<br /> \end{array}<br /> \right]<br />


Therefore I can write my first solution out as:

\sigma_{zz} = \left(\frac{(\lambda(\lambda + 2\mu) - \lambda^2)^2}{(\lambda + 2\mu)((\lambda + 2\mu)^2 - \lambda^2)} - \left(\lambda + 2\mu - \frac{\lambda^2}{\lambda + 2\mu}\right)\right)\varepsilon_{zz}

which doesn't appear to be right. It would be of much help if someone could show me an easier method. Perhaps Kramer's Rule but I am unfamiliar with that method. Any help will be greatly appreciated.

Thank you,

KEØM
 
Physics news on Phys.org
You haven't performed all the algebra you can on the coefficient of epsilon-zz. I would get a common denominator and add the two terms together to see if further simplification results.

Cramer's rule is fairly easy to remember. I am surprised you haven't com across it. It's the one where you compute all of the determinants and solve for the unknowns.

http://en.wikipedia.org/wiki/Cramer's_rule
 
Thank you for your help steamengine, I was able to solve the problem by finding the inverse matrix using the method of determinants and cofactors. Thanks again for your reply.
 
In your first attempt, you forgot to apply the operations to the left-hand sides of the equations. When you do something to the right hand side of an equation, you need to do the same thing to the left hand side.

For this particular set of 3 simultaneous linear equations, there is a simple trick for solving for the three strains. Just add the three equations together, to get:

(\sigma_{xx}+\sigma_{yy}+\sigma_{zz})=(3\lambda+2\mu)(\epsilon_{xx}+\epsilon_{yy}+\epsilon_{zz})
or
(\epsilon_{xx}+\epsilon_{yy}+\epsilon_{zz})=\frac{(\sigma_{xx}+\sigma_{yy}+\sigma_{zz})}{(3\lambda+2\mu)}

Then, rewrite the first equation as:

\sigma_{xx}=\lambda (\epsilon_{xx}+\epsilon_{yy}+\epsilon_{zz})+2\mu \epsilon_{xx}=\lambda \frac{(\sigma_{xx}+\sigma_{yy}+\sigma_{zz})}{(3\lambda+2\mu)}+2\mu \epsilon_{xx}
 
Last edited:

Similar threads

Replies
10
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
58
Views
7K
Replies
1
Views
2K
Replies
13
Views
2K
Replies
5
Views
4K
  • · Replies 6 ·
Replies
6
Views
1K
Replies
1
Views
2K