1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Rasek [7]
3 years ago
15

A rectangular block having dimensions 20 cm X 30 cm X 40 cm is subjected to a hydrostatic stress of -50 kPa (i.e. under compress

ion). Calculate the change in length of each side. Data: Young's modulus of the block E = 600 kPa, Poisson ratio v=0.45.
Engineering
1 answer:
Semenov [28]3 years ago
5 0

Answer:

\Delta a=-0.166 cm

\Delta b=-0.249 cm

\Delta c=-0.332 cm

Explanation:

Given that E=600 KPa

Poisson ratio=0.45

We know that for hydroststic stress ,strain given as

\varepsilon =\dfrac{\sigma}{E}(2\mu -1)

Here given that \sigma =-50 KPa

Now by putting the values

\varepsilon =\dfrac{50}{600}(2\times 0.45 -1)

\varepsilon =-0.00833

Negative sign indicates that dimensions will reduces due to compressive stress

We know that strain given as

\varepsilon =\dfrac{\Delta L}{L}

Lets take a=20 cm,b=30 cm,c=40 cm.

So \Delta a=-0.00833\times 20 cm

\Delta a=-0.166 cm

\Delta b=-0.00833\times 30 cm

\Delta b=-0.249 cm

\Delta c=-0.00833\times 40 cm

\Delta c=-0.332 cm

You might be interested in
Compute the solution to x + 2x + 2x = 0 for Xo = 0 mm, vo = 1 mm/s and write down the closed-form expression for the response.
Nutka1998 [239]

Answer:

β = \frac{c}{\sqrt{km} } =  0.7071 ≈ 1 ( damping condition )

closed-form expression for the response is attached below

Explanation:

Given :  x + 2x + 2x = 0   for Xo = 0 mm and Vo = 1 mm/s

computing a solution :

M = 1,

c = 2,

k = 2,

Wn = \sqrt{\frac{k}{m} }  = \sqrt{2}  

next we determine the damping condition using the damping formula

β = \frac{c}{\sqrt{km} } =  0.7071 ≈ 1

from the condition above it can be said that the damping condition indicates underdamping

attached below is the closed form expression for the response

6 0
2 years ago
Infinitivo de vivia kkk xd
blagie [28]

Answer:

pls put a question not random letters

Explanation:

8 0
3 years ago
Technician A ay that acid rain doe the mot harm when it firt fall on a finih. Technician B ay that hard water potting i uually j
Tamiku [17]

Technician B is right say that hard water potting i usually jut a Surface problem that can be wahed off.

What do you mean by Hard water?

The amount of dissolved calcium and magnesium in the water determines its hardness. Calcium and magnesium are the main dissolved minerals in hard water. The last time you washed your hands, you might have actually felt the effects of hard water.

What do you mean by acid rain?

Any type of precipitation that contains acidic elements, such as sulfuric or nitric acid, that falls to the ground from the atmosphere in wet or dry forms is referred to as acid rain, also known as acid deposition. Rain, snow, fog, hail, and even acidic dust can fall under this category.

Some plants are sensitive to excessive moisture around their root zone, so it may be necessary to increase drainage when growing plants in pots. Additionally, standing water at the bottom of the pot can cause root rot.

Many university agriculture extension agencies have thoroughly debunked the old garden myth that adding rocks to the bottom of a pot will increase drainage.

Learn more about hard water click here:

brainly.com/question/28178305

#SPJ4

6 0
1 year ago
malott, m. e. (2003). paradox of organizational change: engineering organizations with behavioral systems analysis.
mylen [45]

Answer:

Paradox of Organizational Change: Engineering Organizations with Behavioral Systems Analysis. by. Maria E. Malott.

7 0
1 year ago
Let's model this housing price data! Before we can do this, however, we need to split the data into training and test sets. Reme
Lilit [14]

The program reads in a dataset into a pandas dataframe, and uses the train_test_split function in the sklearn library to split the data into <em>training and test sets</em>. The code goes thus :

import pandas as pd

<em>#import</em><em> </em><em>the</em><em> </em><em>pandas</em><em> </em><em>dataframe</em><em> </em><em>and</em><em> </em><em>alias</em><em> </em><em>it</em><em> </em><em>as</em><em> </em><em>pd</em>

from sklearn.model_selection import train_test_split

<em>#import</em><em> </em><em>the</em><em> </em><em>train_test_split</em><em> </em><em>function</em><em> </em>

housing_df = pd.read_csv('housing price.csv')

<em>#read</em><em> </em><em>in</em><em> </em><em>the</em><em> </em><em>housing</em><em> </em><em>data</em><em> </em>

features_df = df.iloc[:,1:]

<em>#seperate</em><em> </em><em>the</em><em> </em><em>features</em><em> </em><em>from</em><em> </em><em>the</em><em> </em><em>label</em><em> </em><em>;</em>

target_df = df.iloc[:,0]

<em>#put</em><em> </em><em>the</em><em> </em><em>label</em><em> </em><em>into</em><em> </em><em>a</em><em> </em><em>seperate</em><em> </em><em>dataframe</em><em> </em><em>as</em><em> </em><em>well</em><em>.</em><em> </em>

X_train, X_test, Y_train, Y_test = train_test_split(features_df, target_df, test_size = 0.1, random_state = 1)

<em>#uses</em><em> </em><em>tuple</em><em> </em><em>unpacking</em><em> </em><em>to</em><em> </em><em>randomly</em><em> </em><em>assign</em><em> </em><em>the</em><em> </em><em>data</em><em> </em><em>each</em><em> </em><em>of</em><em> </em><em>the</em><em> </em><em>4</em><em> </em><em>variables</em><em>.</em><em> </em>

<em>#</em><em>Test</em><em> </em><em>size</em><em> </em><em>is</em><em> </em><em>test</em><em> </em><em>percent</em><em> </em><em>of</em><em> </em><em>the</em><em> </em><em>entire</em><em> </em><em>dataset</em><em> </em>

Learn more :brainly.com/question/4257657?referrer=searchResults

3 0
3 years ago
Other questions:
  • For the following conditions determine whether a CMFR or a PFR is more efficient in removing a reactive compound from the waste
    9·1 answer
  • A PMOS device with VT P = −1.2 V has a drain current iD = 0.5 mA when vSG = 3 V and vSD = 5 V. Calculate the drain current when:
    12·1 answer
  • To 3 significant digits, what is the temperature of water in degrees C, if its pressure is 350 kPa and the quality is 0.01
    7·1 answer
  • A level loop began and closed on BM_A (elevation = 823.368 ft). The plus and minus sights were kept approximately equal. Reading
    11·1 answer
  • 4.10.1: Simon says. "Simon Says" is a memory game where "Simon" outputs a sequence of 10 characters (R, G, B, Y) and the user mu
    10·1 answer
  • -0-1"<br> -0<br> -20<br> -15<br> -10<br> 0<br> -5
    9·1 answer
  • 30POINTS
    15·2 answers
  • In order to be a Mechanical Engineer, you need to:
    5·2 answers
  • A fine-grained soil has a liquid limit of 200%, determined from the Casagrande cup method. The plastic limit was measured by rol
    15·1 answer
  • What is shown in the above figure
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!