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
Anna71 [15]
3 years ago
14

A 50-mm cube of the graphite fiber reinforced polymer matrix composite material is subjected to 125-kN uniformly distributed com

pressive force in the direction 2, which is perpendicular to the fiber direction (direction 1). The cube is constrained against expansion in direction 3. Determine:
a. changes in the 50-mm dimensions.
b. stresses required to provide constraints.
Engineering
1 answer:
sp2606 [1]3 years ago
4 0

Answer:

hello some parts of your question is missing attached below is the missing part

answer :

A) Determine changes in the 50-mm dimensions

The changes are : 0.006mm compression  in y-direction

                               0.002 mm expansion in x and z directions

B) the stress required are evenly distributed

Explanation:

<em>Given data</em> :

50-mm cube of graphite fiber reinforced polymer matrix

subjected to 125-KN force in direction 2,

direction 2 is perpendicular to fiber direction ( direction 1 ) and cube is constrained against expansion in direction 3

A) Determine changes in the 50-mm dimensions

The changes are : 0.006mm compression  in y-direction

                               0.002 mm expansion in x and z directions

B) the stress required are evenly distributed

attached below is the detailed solution

You might be interested in
What else will change, if you change the point of view
JulijaS [17]

Answer:

We would need background context,

Explanation:

Then I would be happy to help!

4 0
2 years ago
Who plays blox burg???
xeze [42]

Answer:

I don't have robux

Explanation:

but i love adopt me

7 0
3 years ago
Read 2 more answers
A sign erected on uneven ground is guyed by cables EF and EG. If the force exerted by cable EF at E is 46 lb, determine the mome
Vikki [24]

Answer:

M_AD = 1359.17 lb-in

Explanation:

Given:

- T_ef = 46 lb

Find:

- Moment of that force T_ef about the line joining points A and D.

Solution:

- Find the position of point E:

                           mag(BC) = sqrt ( 48^2 + 36^2) = 60 in

                           BE / BC = 45 / 60 = 0.75

Hence,                E = < 0.75*48 , 96 , 36*0.75> = < 36 , 96 , 27 > in

- Find unit vector EF:

                           mag(EF) = sqrt ( (21-36)^2 + (96+14)^2 + (57-27)^2 ) = 115 in

                           vec(EF) = < -15 , -110 , 30 >

                           unit(EF) = (1/115) * < -15 , -110 , 30 >

- Tension            T_EF = (46/115) * < -15 , -110 , 30 > = < -6 , -44 , 12 > lb

- Find unit vector AD:

                           mag(AD) = sqrt ( (48)^2 + (-12)^2 + (36)^2 ) = 12*sqrt(26) in

                           vec(AD) = < 48 , -12 , 36 >

                           unit(AD) = (1/12*sqrt(26)) * < 48 , -12 , 36 >

                           unit (AD) = <0.7845 , -0.19612 , 0.58835 >

Next:

                           M_AD = unit(AD) . ( E x T_EF)

                           M_d = \left[\begin{array}{ccc}0.7845&-0.19612&0.58835\\36&96&27\\-6&-44&12\end{array}\right]

                            M_AD = 1835.73 + 116.49528 - 593.0568

                            M_AD = 1359.17 lb-in

3 0
3 years ago
For a project in C++ we are supposed toDesign a class named Month. The class should have the following private members:-name: a
mart [117]

Answer:

include <iostream>

using namespace std;

 

class Month

{

public:

 Month (char firstLetter, char secondLetter, char thirdLetter);

 

 Month (int monthNum);

.

 

 Month();

 void outputMonth_num();

 

 

 void outputMonthLetters();

private:

 int month;

};

 

 

int main ()

{

 //

 // Variable declarations

 //

 int monthNum;

 char firstLetter, secondLetter, thirdLetter;    

 char testAgain;              

 

 do {

 

   cout << endl;

   cout << "Testing the default constructor ..." << endl;

   Month defaultMonth;

   defaultMonth.outputMonth_num();

   defaultMonth.outputMonthLetters();

 

   //

   // Construct a month using the constructor with one integer argument

   //

   cout << endl;

   cout << "Testing the constructor with one integer argument..." << endl;

   cout << "Enter a month number: ";

   cin >> monthNum;

 

   Month testMonth1(monthNum);

   testMonth1.outputMonth_num();

   testMonth1.outputMonthLetters();

 

   //

   // Construct a month using the constructor with three letters as arguments

   //

   cout << endl;

   cout << "Testing the constructor with 3 letters as arguments ..." << endl;

   cout << "Enter the first three letters of a month (lowercase): ";

   cin >> firstLetter >> secondLetter >> thirdLetter;

   cout << endl;

 

   Month testMonth2(firstLetter, secondLetter, thirdLetter);

   testMonth2.outputMonth_num();

   testMonth2.outputMonthLetters();

 

   //

   // See if user wants to try another month

   //

   cout << endl;

   cout << "Do you want to test again? (y or n) ";

   cin >> testAgain;

 }

 while (testAgain == 'y' || testAgain == 'Y');

 

 return 0;

}

 

 

Month::Month(char firstLetter, char secondLetter, char thirdLetter)

{

if ((firstLetter == 'j')&&(secondLetter == 'a')&&(thirdLetter == 'n'))

  outputMonth_num = 1;

if ((firstLetter == 'f')&&(secondLetter == 'e')&&(thirdLetter == 'b'))

  outputMonth_num = 2;

if ((firstLetter == 'm')&&(secondLetter == 'a')&&(thirdLetter == 'r'))

  outputMonth_num = 3;

if ((firstLetter = 'a')&&(secondLetter == 'p')&&(thirdLetter == 'r'))

  outputMonth_num = 4;

if ((firstLetter == 'm')&&(secondLetter == 'a')&&(thirdLetter == 'y'))

  outputMonth_num = 5;

if ((firstLetter == 'j')&&(secondLetter == 'u')&&(thirdLetter == 'n'))

  outputMonth_num = 6;

if ((firstLetter == 'j')&&(secondLetter == 'u')&&(.thirdLetter == 'l'))

  outputMonth_num = 7;

if ((firstLetter == 'a')&&(secondLetter == 'u')&&(thirdLetter == 'g'))

  outputMonth_num = 8;

if ((firstLetter == 's')&&(secondLetter == 'e')&&(thirdLetter == 'p'))

  outputMonth_num = 9;

if ((firstLetter == 'o')&&(secondLetter == 'c')&&(thirdLetter == 't'))

  outputMonth_num = 10;

if ((firstLetter == 'n')&&(secondLetter == 'o')&&(thirdLetter == 'v'))

 outputMonth_num = 11;

if ((firstLetter == 'd')&&(secondLetter == 'e')&&(thirdLetter == 'c'))

 outputMonth_num = 12;

}

 

Month::inputMonthByNumber

{

if (Month_num > 12 && Month_num < 1)

cout << "Invalid number for Month, please choose 1-12)\n";

}

 

void Month::outputMonth_num()

{

 if (month >= 1 && month <= 12)

   cout ><< "Month: " << month << endl;

 else

   cout << "Error - The month is not a valid!" << endl;

}

 

void Month::outputMonthLetters()

{

 switch (month)

   {

   case 1:

     cout << "Jan" << endl;

     break;

   case 2:

     cout << "Feb" << endl;

     break;

   case 3:

     cout << "Mar" << endl;

     break;

   case 4:

     cout << "Apr" << endl;

     break;

   case 5:

     cout << "May" << endl;

     break;

   case 6:

     cout << "Jun" << endl;

     break;

   case 7:

     cout << "Jul" << endl;

     break;

   case 8:

     cout << "Aug" << endl;

     break;

   case 9:  

     cout << "Sep" << endl;

     break;

   case 10:

     cout << "Oct" << endl;

     break;

   case 11:

     cout << "Nov" << endl;

     break;

   case 12:

     cout << "Dec" << endl;

     break;

   default:

     cout << "Error - the month is not a valid!" << endl;

   }

}

7 0
3 years ago
Do not answer pls thank you
astra-53 [7]

The answer is answered! Explanation:

4 0
3 years ago
Read 2 more answers
Other questions:
  • Mr.Haussman has 17 students in his class
    14·2 answers
  • A computer maintenance company wants to 'capture' the knowledge that employees carry around in their heads by creating a databas
    5·1 answer
  • In a simple ideal Rankine cycle, water is used as the working fluid. The cycle operates with pressures of 2000 psi in the boiler
    7·1 answer
  • A 1000 KVA three phase transformer has a secondary voltage of 208/120. What is the secondary full load amperage?
    9·1 answer
  • Which factors influence changes in consumer demands? check all that apply
    8·2 answers
  • Name the main classes of polymer and define their characteristic properties
    15·1 answer
  • IM JI Suneou uo mm
    12·1 answer
  • What is the function rule for the line? f(x)=−32x−2f(x)=−23x−2f(x)=32x−2f(x)=−32x+2A coordinate grid with x and y axis ranging f
    6·1 answer
  • You are using a Jupyter Notebook to explore data in a DataFrame named productDF. You want to write some inline SQL by using the
    8·1 answer
  • The image shows the relative positions of Earth and the Sun for each of the four seasons. Earth travels in an elliptical orbit a
    11·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!