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
son4ous [18]
3 years ago
10

Consider a metal single crystal oriented such that the normal to the slip plane and the slip direction are at angles of 60 and 3

5, respectively, with the tensile axis. If the critical resolved shear stress is 6.2 MPa (900 psi), will an applied stress of 12 MPa (1750 psi) cause the single crystal to yield
Engineering
1 answer:
Pepsi [2]3 years ago
6 0

Answer:

The answer is NO. applied stress if 12MPa will not cause the single crystal to yield.

Explanation:

Given ;

Ф = 60^{0}

∧ = 35^{0}

critical resolved shear stress = 6.2MPa

Applied stress = 12MPa

Z_{R} = cosФ cos∧ = 12 * cos60^{0} * cos 35^{0}

= 12* 0.5 * 0.8191

= 4 . 9146MPa

The resolved shear stress (4.9146MPa) is lee than the critical resolved shear stress which is 6.2MPa. therefore, the single critical will not yield.

You might be interested in
I am trying to test out the software Classroom relay and I am just ask if there is any way kids can stop Classroom relay form se
Inessa05 [86]

Answer:

What is classroom relay?

Plz answer in ch-at

Explanation:

3 0
3 years ago
Read 2 more answers
Assume the transistor is biased in the saturation region at VGS 4 V. (a) Calculate the ideal cutoff frequency. (b) Assume that t
insens350 [35]

Answer:

hello your question is incomplete attached below is the complete question and the detailed solution

Answer: A) 5.17 GHz

              B) 1.01 GHz

Explanation:

Assuming the transistor is biased and considering the two conditions as given in A and B attached below is a detailed solution to the given problem

4 0
3 years ago
Implement
kolbaska11 [484]

Answer:

#include <iostream>

using namespace std;

// Pixel structure

struct Pixel

{

unsigned int red;

unsigned int green;

unsigned int blue;

Pixel() {

red = 0;

green = 0;

blue = 0;

}

};

// function prototype

int energy(Pixel** image, int x, int y, int width, int height);

// main function

int main() {

// create array of pixel 3 by 4

Pixel** image = new Pixel*[3];

for (int i = 0; i < 3; i++) {

image[i] = new Pixel[4];

}

// initialize array

image[0][0].red = 255;

image[0][0].green = 101;

image[0][0].blue = 51;

image[1][0].red = 255;

image[1][0].green = 101;

image[1][0].blue = 153;

image[2][0].red = 255;

image[2][0].green = 101;

image[2][0].blue = 255;

image[0][1].red = 255;

image[0][1].green = 153;

image[0][1].blue = 51;

image[1][1].red = 255;

image[1][1].green = 153;

image[1][1].blue = 153;

image[2][1].red = 255;

image[2][1].green = 153;

image[2][1].blue = 255;

image[0][2].red = 255;

image[0][2].green = 203;

image[0][2].blue = 51;

image[1][2].red = 255;

image[1][2].green = 204;

image[1][2].blue = 153;

image[2][2].red = 255;

image[2][2].green = 205;

image[2][2].blue = 255;

image[0][3].red = 255;

image[0][3].green = 255;

image[0][3].blue = 51;

image[1][3].red = 255;

image[1][3].green = 255;

image[1][3].blue = 153;

image[2][3].red = 255;

image[2][3].green = 255;

image[2][3].blue = 255;

// create 3by4 array to store energy of each pixel

int energies[3][4];

// calculate energy for each pixel

for (int i = 0; i < 3; i++) {

for (int j = 0; j < 4; j++) {

energies[i][j] = energy(image, i, j, 3, 4);

}

}

// print energies of each pixel

for (int i = 0; i < 4; i++) {

for (int j = 0; j < 3; j++) {

// print by column

cout << energies[j][i] << " ";

}

cout << endl;

}

}

// function prototype

int energy(Pixel** image, int x, int y, int width, int height) {

// get adjacent pixels

Pixel left, right, up, down;

if (x > 0) {

left = image[x - 1][y];

if (x < width - 1) {

right = image[x + 1][y];

}

else {

right = image[0][y];

}

}

else {

left = image[width - 1][y];

if (x < width - 1) {

right = image[x + 1][y];

}

else {

right = image[0][y];

}

}

if (y > 0) {

up = image[x][y - 1];

if (y < height - 1) {

down = image[x][y + 1];

}

else {

down = image[x][0];

}

}

else {

up = image[x][height - 1];

if (y < height - 1) {

down = image[x][y + 1];

}

else {

down = image[x][0];

}

}

// calculate x-gradient and y-gradient

Pixel x_gradient;

Pixel y_gradient;

x_gradient.blue = right.blue - left.blue;

x_gradient.green = right.green - left.green;

x_gradient.red = right.red - left.red;

y_gradient.blue = down.blue - up.blue;

y_gradient.green = down.green - up.green;

y_gradient.red = down.red - up.red;

int x_value = x_gradient.blue * x_gradient.blue + x_gradient.green * x_gradient.green + x_gradient.red * x_gradient.red;

int y_value = y_gradient.blue * y_gradient.blue + y_gradient.green * y_gradient.green + y_gradient.red * y_gradient.red;

// return energy of pixel

return x_value + y_value;

}

Explanation:

Please see attachment for ouput

6 0
3 years ago
I want to solve the question
DedPeter [7]

Answer:

yes.

Explanation:

5 0
3 years ago
A vehicle of 1 200 kg is moving at a speed of 40 km/h on an incline of 1 in 50. The total constant rolling and wind resistance i
Readme [11.4K]

Answer:11.602 KW

Explanation:

mass of vehicle\left ( m\right )=1200 kg

speed=40Km/h

Resistance=600 N

\eta =80%

Gear ratio\left ( G\right )=4:1

D_{effective}=500mm

Net force to overcome by engine is

F=Resistance + sin component of weight

F=600+mgsin\theta

Where tan\theta =[tex]\frac{1}{50}

\theta =1.1457^{\circ}

F=600+1200\times 9.81\times sin\left ( 1.1457\right )

F=600+235.38=835.38 N

power=F.v=835.38\frac{100}{9}

Engine Power=\frac{835.\frac{100}{9}}{\eta }=11.602 KW

4 0
4 years ago
Other questions:
  • 2.) For a 20‐mm‐diameter tube with either water or unused engine oil flowing through it, find: a.)The mean velocity, hydrodynami
    9·1 answer
  • Believing that 70% of her body is composed of water, and 20% is composed of denser materials (bones, teeth, etc.) with a specifi
    5·1 answer
  • An instance of the stable marriage problem has a unique stable matching if and only if the version of the Gale-Shapely algorithm
    10·1 answer
  • Use deep neural networks (you may use any free deep learning software tool) to perform a binary classification task, show final
    6·1 answer
  • A 400 kg machine is placed at the mid-span of a 3.2-m simply supported steel (E = 200 x 10^9 N/m^2) beam. The machine is observe
    14·1 answer
  • Which section of business plan should be the bulk of the plan
    7·1 answer
  • Consider the thermocouple and convection conditions of Example 1, but now allow for radiation exchange with the walls of a duct
    8·1 answer
  • A correctly designed and installed air curtain can be used to prevent what
    12·1 answer
  • Scrooge McNugget wants to store information (names, addresses, descriptions of embarrassing moments, etc.) about the many ducks
    6·1 answer
  • Arm coverings can NOT protect you from cuts or puncture wounds. Is this statement<br> TRUE or FALSE?
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!