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
pogonyaev
3 years ago
15

. Two rods, with masses MA and MB having a coefficient of restitution, e, move

Engineering
1 answer:
GarryVolchara [31]3 years ago
7 0

Answer:

a) V_A = \frac{(M_A - eM_B)U_A + M_BU_B(1+e)}{M_A + M_B}

V_B = \frac{M_AU_A(1+e) + (M_B - eM_A)U_B}{M_A + M_B}

b) U_A = 3.66 m/s

V_B = 4.32 m/s

c) Impulse = 0 kg m/s²

d) percent decrease in kinetic energy = 47.85%

Explanation:

Let U_A be the initial velocity of rod A

Let U_B be the initial velocity of rod B

Let V_A be the final velocity of rod A

Let V_B be the final velocity of rod B

Using the principle of conservation of momentum:

M_AU_A + M_BU_B = M_AV_A + M_BV_B............(1)

Coefficient of restitution, e = \frac{V_B - V_A}{U_A - U_B}

V_A = V_B - e(U_A - U_B)........................(2)

Substitute equation (2) into equation (1)

M_AU_A + M_BU_B = M_A(V_B - e(U_A - U_B)) + M_BV_B..............(3)

Solving for V_B in equation (3) above:

V_B = \frac{M_AU_A(1+e) + (M_B - eM_A)U_B}{M_A + M_B}....................(4)

From equation (2):

V_B = V_A + e(U_A -U_B)......(5)

Substitute equation (5) into (1)

M_AU_A + M_BU_B = M_AV_A + M_B(V_A + e(U_A -U_B))..........(6)

Solving for V_A in equation (6) above:

V_A = \frac{(M_A - eM_B)U_A + M_BU_B(1+e)}{M_A + M_B}.........(7)

b)

M_A = 2 kg\\M_B = 1 kg\\U_B = -3 m/s( negative x-axis)\\e = 0.65\\U_A = ?

Rod A is said to be at rest after the impact, V_A = 0 m/s

Substitute these parameters into equation (7)

0 = \frac{(2 - 0.65*1)U_A - (1*3)(1+0.65)}{2+1}\\U_A = 3.66 m/s

To calculate the final velocity, V_B, substitute the given parameters into (4):

V_B = \frac{(2*3.66)(1+0.65) - (1 - (0.65*2))*3}{2+1}\\V_B = 4.32 m/s

c) Impulse, I = M_AV_A + M_BV_B - (M_AU_A + M_BU_B)

I = (2*0) + (1*4.32) - ((2*3.66) + (1*-3))

I = 0 kg m/s^2

d) %\triangle KE = \frac{(0.5 M_A V_A^2 + 0.5 M_B V_B^2) - ( 0.5 M_A U_A^2 + 0.5 M_B U_B^2)}{0.5 M_A U_A^2 + 0.5 M_B U_B^2} * 100\%

%\triangle KE = \frac{((0.5*2*0) + (0.5 *1*4.32^2)) - ( (0.5 *2*3.66^2) + 0.5*1*(-3)^2))}{ (0.5 *2*3.66^2) + 0.5*1*(-3)^2)} * 100\%

% \triangle KE = -47.85 \%

You might be interested in
Find the thickness of the material that will allow heat transfer of 6706.8 *10^6 kcal during the 5 months through the rectangle
Vinvika [58]

Answer:

The thickness of the material is 6.23 cm

Explanation:

Given;

quantity of heat, Q = 6706.8 *10⁶ kcal  

duration of the heat transfer, t = 5 months

thermal conductivity of copper, k = 385 W/mk

outside temperature of the heater, T₁ = 30° C

inside  temperature of the heater, T₂ = 50° C

dimension of the rectangular heater = 450 cm by 384 cm

1 kcal = 1.163000 Watt-hour

6706.8 *10⁶ kcal  = 7800008400 watt-hour

I month = 730 hours

5 months = 3650 hours

Rate of heat transfer, P = \frac{7800008400 \ Watt-Hour}{3650 \ Hours}  = 2136988.6 \ W

Rate of heat transfer, P = \frac{K*A *\delta T}{L}

where;

P is the rate of heat transfer (W)

k si the thermal conductivity (W/mk)

ΔT is change in temperature (K)

A is area of the heater (m²)

L is thickness of the heater (m)

P = \frac{KA(T_2-T_1)}{L} \\\\L =  \frac{KA(T_2-T_1)}{P}\\\\L =  \frac{385(4.5*3.84)(50-30)}{2136988.6}\\\\L = 0.0623 \ m

L = 6.23 cm

Therefore, the thickness of the material is 6.23 cm

8 0
3 years ago
A metallic material with yield stress of 140 MPa and cross section of 300 mm x 100 mm, is subjected to a tensile force of 8.00 M
Readme [11.4K]

Answer:Yes,266.66 MPa

Explanation:

Given

Yield stress of material =140 MPa

Cross-section of 300\times 100 mm^2

Force(F)=8 MN

Therefore stress due to this Force(\sigma)

\sigma =\frac{F}{A}=\frac{8\times 10^6}{300\times 100\times 10^{-6}}

\sigma =266.66 \times 10^{6} Pa

\sigma =266.66 MPa

Since induced stress  is greater than Yield stress therefore Plastic deformation occurs

8 0
3 years ago
Write a program to control the operation of the RED/GREEN/BLUE LED (LED2) as follows: 1. If no button is pressed, the LED should
aalyn [17]

Answer:

See explaination

Explanation:

int RED=10; int BLUE=11; int GREEN=12; int BUTTON1=8; int BUTTON2=9; void setup() { pinMode(RED, OUTPUT); pinMode(BLUE, OUTPUT); pinMode(GREEN, OUTPUT); pinMode(BUTTON1, INPUT); pinMode(BUTTON2, OUTPUT); } void loop() { int BTN1_STATE=digitalRead(BUTTON1); int BTN2_STATE=digitalRead(BUTTON2); if(BTN1_STATE==HIGH) { digitalWrite(BLUE, HIGH); delay(1000); // Wait for 1 second digitalWrite(BLUE, LOW); } if(BTN2_STATE==HIGH) { digitalWrite(RED, HIGH); delay(4000); // Wait for 4 seconds digitalWrite(RED, LOW); } if(BTN1_STATE==HIGH && BTN2_STATE==HIGH) { digitalWrite(GREEN, HIGH); delay(2000); // Wait for 2 second digitalWrite(GREEN, LOW); } }

4 0
3 years ago
Technician A says that if fuel pump pressure is correct, fuel pump volume will be correct as well. Technician B says that a fuel
guajiro [1.7K]

Answer:

Technician B only

Explanation:

hope this helps :)

5 0
2 years ago
An aquifer has three different formations. Formation A has a thickness of 8.0 m and hydraulic conductivity of 25.0 m/d. Formatio
saveliy_v [14]

Answer:

The horizontal conductivity is 41.9 m/d.

The vertical conductivity is 37.2 m/d.

Explanation:

Given that,

Thickness of A = 8.0 m

Conductivity = 25.0 m/d

Thickness of B = 2.0 m

Conductivity = 142 m/d

Thickness of C = 34 m

Conductivity = 40 m/d

We need to calculate the horizontal conductivity

Using formula of horizontal conductivity

K_{H}=\dfrac{H_{A}K_{A}+H_{A}K_{A}+H_{A}K_{A}}{H_{A}+H_{B}+H_{C}}

Put the value into the formula

K_{H}=\dfrac{8.0\times25+2,0\times142+34\times40}{8.0+2.0+34}

K_{H}=41.9\ m/d

We need to calculate the vertical conductivity

Using formula of vertical conductivity

K_{V}=\dfrac{H_{A}+H_{B}+H_{C}}{\dfrac{H_{A}}{K_{A}}+\dfrac{H_{B}}{K_{B}}+\dfrac{H_{C}}{K_{C}}}

Put the value into the formula

K_{V}=\dfrac{8.0+2.0+34}{\dfrac{8.0}{25}+\dfrac{2.0}{142}+\dfrac{34}{40}}

K_{V}=37.2\ m/d

Hence, The horizontal conductivity is 41.9 m/d.

The vertical conductivity is 37.2 m/d.

3 0
3 years ago
Other questions:
  • Water, in a 150 in^3 rigid tank, initially has a temperature of 70°F and an enthalpy of 723.5 Btu/lbm. Heat is added until the w
    13·1 answer
  • What is the entropy of a closed system in which 25 distinguishable grains of sand are distributed among 1000 distinguishable equ
    5·2 answers
  • Which of the following is not an example of heat generation? a)- Exothermic chemical reaction in a solid b)- Endothermic Chemica
    15·1 answer
  • Briefly explain why small-angle grain boundaries are not as effective in interfering with the slip process as are high-angle gra
    5·1 answer
  • A part has been tested to have Sut = 530 MPa, f = 0.9, and a fully corrected Se = 210 MPa. The design requirements call for the
    10·1 answer
  • In the ______ phase of the organizational life cycle, the organization is usually very small and agile, focusing on new products
    8·1 answer
  • When must an Assured Equipment Grounding Conductor Program (AEGCP) be in place?
    10·1 answer
  • What are the benefits of using a multi view sketch to communicate a design
    14·1 answer
  • This app, I'm done, bye... I can't, bye
    11·1 answer
  • Special certification is required for technicians who handle which of the following systems?
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!