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
liraira [26]
2 years ago
9

Three bars each made of different materials are connected together and placed between two walls when the temperature is 12 oC. D

etermine the force exerted on the rigid supports when the temperature is increased to 25 oC. Also determine the stress in each material at 25 oC.
Engineering
1 answer:
slega [8]2 years ago
6 0

Answer:

F = 9.11 x 10³ N = 9.11 KN

Explanation:

The areas, lengths, young's modulus, and coefficient of linear thermal expansion are given in the diagram. First we find the equivalent change in length due to temperature change:

ΔL = (ΔL)steel + (ΔL)brass + (ΔL)Copper

ΔL = (∝s)(Ls)(ΔT) + (∝b)(Lb)(ΔT) + (∝c)(Lc)(ΔT)

where,

ΔL = Equivalent Change in Length = ?

ΔT = Change in Temperature = 25°C - 12°C = 13°C

Ls = Length of Steel Segment = 300 mm = 0.3 m

Lb = Length of Brass Segment = 200 mm = 0.2 m

Lc = Length of Copper Segment = 100 mm = 0.1 m

Therefore,

ΔL = (12 x 10⁻⁶ °C⁻¹)(0.3 m)(13 °C) + (21 x 10⁻⁶ °C⁻¹)(0.2 m)(13 °C) + (17 x 10⁻⁶ °C⁻¹)(0.1 m)(13 °C)

ΔL = 46.8 x 10⁻⁶ m + 54.6 x 10⁻⁶ m + 22.1 x 10⁻⁶ m

ΔL = 123.5 x 10⁻⁶ m   ----------------------- equation (1)

Now, we calculate this deflection in terms of an applied force (F):

ΔL = (F)(Ls)/(Es)(As) + (F)(Lb)/(Eb)(Ab) + (F)(Lc)/(Ec)(Ac)

ΔL = (F)(0.3 m)/(200 x 10⁹ Pa)(200 x 10⁻⁶ m²) + (F)(0.2 m)/(100 x 10⁹ Pa)(450 x 10⁻⁶ m²) + (F)(0.1 m)/(120 x 10⁹ Pa)(515 x 10⁻⁶ m²)

ΔL = F(7.5 x 10⁻⁹ m/N + 4.44 x 10⁻⁹ m/N + 1.61 x 10⁻⁹ m/N)

ΔL = F(13.55 x 10⁻⁹ m/N)   --------------------- equation (1)

Comparing equation (1) and equation (2):

123.5 x 10⁻⁶ m = F(13.55 x 10⁻⁹ m/N)

F = (123.5 x 10⁻⁶ m)/(13.55 x 10⁻⁹ m/N)

<u>F = 9.11 x 10³ N = 9.11 KN</u>

You might be interested in
The unit weight of a soil is 14.9kN/m3. The moisture content of the soil is17% when the degree of saturation is 60%. Determine:
Serggg [28]

Answer:

a) 2622.903 N/m^3

b) 1.38233

c)4.878811765

Explanation:

Find the void ratio using the formula:

y = \frac{G_{s}*y_{w} + w*G_{s}*y_{w} }{1+e} ....... Eq1

Here;

G_{s} is specific gravity of soil solids

y_{w} is unit weight of water = 998 kg/m^3

w is the moisture content = 0.17

e is the void ratio

y is the unit weight of soil = 14.9KN/m^3

Saturation Ratio Formula:

w*G_{s} = S*e  ..... Eq2

S is saturation rate

Substitute Eq 2 into Eq 1

y = \frac{(\frac{S*e}{w}) * y_{w} + S*e*y_{w}  }{1+e}

14900 = \frac{3522.352941*e + 598.8*e }{1+e} = \frac{4121.152941*e}{1+e}\\\\ e= 1.38233

Specific gravity of soil solids

G_{s} = \frac{S*e}{w} = \frac{0.6*1.38233}{0.17} = 4.878811765

Saturated Unit Weight

y_{s} = \frac{(G_{s} + e)*y_{w}  }{1+e} \\=\frac{(4.878811765 + 1.38233)*998  }{1+1.38233}\\\\= 2622.902571 N/m^3

7 0
3 years ago
Select the correct text in the passage.
sineoko [7]
It is habahi Yw with yuuuuuy I am a little more confused about
5 0
3 years ago
Read 2 more answers
An excavation is at risk for cave-in and water accumulation because of the excess soil that has accumulated. What type of excava
N76 [4]

Answer:Topographic map. Contour line. Learning Objectives. After completing this chapter, you will be able to: □ Define civil engineering and civil drafting.

Explanation:

4 0
3 years ago
Read 2 more answers
/* Function findBestVacation * duration: number of vacation days * prefs: prefs[k] indicates the rate specified for game k * pla
alexira [117]

Answer:

This is the C++ code for the above problem:

#include<bits/stdc++.h>

using namespace std;

int computeFunLevel(int start, int duration, int prefs[], int ngames, int plan[]) {

if(start + duration > 365) { //this is to check wether duration is more than total no. of vaccation days

return -1;

}

int funLevel = 0;

for(int i=start; i<start+duration; i++) { //this loop runs from starting point till

//start + duration to sum all the funlevel in plan.

funLevel = funLevel + prefs[plan[i]];

}

return funLevel;

}

int findBestVacation(int duration, int prefs[], int ngames, int plan[]) {

int max = 0, index = 0, sum = 0 ;

for(int i=1; i<11; i++){ //this loop is to run through whole plan arry

sum = 0; //sum is initialized with zero for every call in plan ,

//in this case loop should run to 366,but for example it is 11

//as my size of plan array is 11

for(int j=0; j<duration; j++) { // this loop is for that index to index+duration to calc

//fun from that index

sum = sum + prefs[plan[i]];

}

if(sum>max) { //this is to check max funlevel and update the index from which max fun can be achieved

max = sum;

index = i;

}

}

return index;

}

int main() {

int ngames = 5;

int prefs[] = { 1,2,0,5,2 };

int plan[] = { 0,2,0,3,3,4,0,1,2,3,3 };

int start = 1;

int duration = 4;

cout << computeFunLevel(start, duration, prefs, ngames, plan) << endl;

cout << computeFunLevel(start, 555, prefs, ngames, plan) << endl;

cout << findBestVacation(4, prefs, ngames, plan) << endl;

}

The screen of the program is given below.

3 0
3 years ago
6.39 A particular machine part is subjected in service to a maximum load of 10 kN. With the thought of providing a safety factor
Serggg [28]

Answer:

2.275 %

Explanation:

see the attached picture for detailed answer.

8 0
3 years ago
Other questions:
  • A 50 (ohm) lossless transmission line is terminated in a load with impedance Z= (30-j50) ohm. the wavelength is 8cm. Determine:
    5·1 answer
  • PLZ HURRY IM ON A TIMER
    6·1 answer
  • HELP!
    8·1 answer
  • A. For a 200g load acting vertically downwards at point B’, determine the axial load in members A’B’, B’C’, B’D’, C’D’ and C’E’.
    8·1 answer
  • a vehicle is in her repair with a complaint at for heating output during testing and diagnosing air is found to be trapped in th
    15·1 answer
  • In order to break even, your minimum selling price must be __________ your variable costs.
    10·1 answer
  • In a certain balanced three phase system each line current is a 5a and each line voltage is 220v . What is the approximate real
    15·1 answer
  • PLEASE HELP ME!!!!!! 100 POINTS FOR HELPFUL ANSWERS + BRAINLIEST!!!!!
    14·2 answers
  • Can U lose a rank in Brainly by using too many points?
    6·1 answer
  • Question 3
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!