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
Andrews [41]
3 years ago
10

A) A cross-section of a solid circular rod is subject to a torque of T = 3.5 kNâ‹…m. If the diameter of the rod is D = 5 cm, wha

t is the maximum shear stress? include units.B) The maximum stress in a section of a circular tube subject to a torque is Tmax = 37 MPa . If the inner diameter is Di = 4.5 cm and the outer diameter is Do = 6.5 cm , what is the torque on the section? include units.
Engineering
1 answer:
Alisiya [41]3 years ago
7 0

Answer:

\tau_{max}  = 142.6 MPa

T = 1536.8 N m

Explanation:

Given data:

Torque = 3.5 k N m = 3.5*10^3 N.m

Diameter D = 5 cm = 0.05 m

a) from torsional equation we have

\frac[T}{J_{solid}} = \frac{\tau_{max}}{D/2}

\frac{T}{\pi/32 D^4} = \frac{\tau_{max}}{D/2}

solving for \tau_{max}

\tau_{max} = \frac{16 T}{\pi D^3} =\frac{16 \times 3.5*10^3}{\pi 0.05^3}

\tau_{max}  = 142.6 MPa

B)

\tau = 37 MPa = 37 \times  10^6 Pa

D_i = 4.5 cm = 0.045 m

D_o = 6.5 cm = 0.065 m

\frac{T}{J_{hollow}} = \frac{\tau_{max}}{D_o /2}

\frac{T}{(\pi/32) (0.065^4 - 0.045^4)} =\frac{37*10^6}{0.065/2}

T = 1536.8 N m

You might be interested in
Which task best fits the role of a planning engineer?
Nonamiya [84]

Answer:

D

Explanation:

ensuring project end on time through carefully planning and organizing

8 0
2 years ago
The Canadair CL-215T amphibious aircraft is specially designed to fight fires. It is the only production aircraft that can scoop
ioda

Answer:

Determine the added thrust required during water scooping, as a function of aircraft speed, for a reasonable range of speeds.= 132.26∪

Explanation:

check attached files for explanation

6 0
3 years ago
Tires can be recycled instead of thrown out.<br> True<br> False
Arisa [49]

Answer:

True :)

Explanation:

You can recycle it! Tire recycling is the most practical and environment-friendly way of disposing of old and worn-out tires. Due to their inherent durability, large volume and environment and health risks, tires are one of the most problematic sources of solid wastes.

Hope it helped have a nice day! :)

8 0
2 years ago
The ice on the rear window of an automobile is defrosted by attaching a thin, transparent, film type heating element to its inne
pshichka [43]

Answer:

A)Q = 1208.33 W/m²

B)K = 0.138 W/m.K

Explanation:

We are given;

inside air temperature;T_∞,i =25 °C = 25 + 273 = 298K

outside air temperature;T_∞,o = -10°C = - 10 + 273 = 263K

Inner surface temperature;T_s,i = 15 °C = 15 + 273 = 288K

Thickness, L = 4mm = 0.004m

convection heat transfer coefficient ; hi = 25 W/(m².K)

A) From an energy balance at the inner surface and the thermal circuit, the electric power required per unit window area is given as;

Q = [(T_s,i - T_∞,o)/((L/k) + (1/hi))] - [(T_∞,o - T_s,i)/(1/hi)]

Plugging in the relevant values with k for glass as 1.4 W/m.k, we have;

Q = [(288 - 263)/((0.004/1.4) + (1/25))] - [(263 - 288)/(1/25)]

Q = 583.33 + 625

Q = 1208.33 W/m²

B) The formula for thermal conductivity is;

K = (QL)/(AΔT)

Where;

K is the thermal conductivity in W/m.K

Q is the amount of heat transferred through the material

L is the distance between the two isothermal planes

A is the area of the surface in square meters

ΔT is the difference in temperature in Kelvin

ΔT = 298K - 263K = 35K

Now, since we have value of heat per unit area to be Q = 1208.33 W/m², let's rearrange the equation to reflect that; Thus ;

k = (Q/A) x (L/ΔT)

K = 1208.33 x (0.004/35)

K = 0.138 W/m.K

5 0
3 years ago
Integer to Float Conversion All labs must be done during lab time. Each labs worth 10 points The lab can be hand in next day wit
andrew-mc [135]

Answer:

Code explained below

Explanation:

.data

msg1: .asciiz "Please input a temperature in celsius: "

msg2: .asciiz "The temperature in Fahrenheit is: => "

num: .float 0.0

.text

main:

#print the msg1

li $v0, 4

la $a0, msg1

syscall

#read the float value from user

li $v0,6 #read float syscall value is $v0

syscall #read value stored in $f0

#formula for celsius to fahrenheit is

#(temperature(C)* 9/5)+32

#li.s means load immediate float

#copy value 9.0 to $f2

li.s $f2,9.0  

#copy value 5.0 to $f3

li.s $f3,5.0

# following instructions performs: 9/5

#div.s - division of two float numbers

#divide $f2 and f3.Result will stores in $f1

div.s $f1,$f2,$f3

#following instruction performs: temperature(C) * (9/5)

#multiple $f1 and $f0.Result stored in $f1

mul.s $f1,$f1,$f0

#copy value 32 to $f4

li.s $f4,32.0

#following instruction performs: (temperature(C) * (9/5))+32

#add $f1 and $f4.Result stores in $f1

add.s $f1,$f1,$f4

#store float from $f1 to num

s.s $f1,num

#print the msg2

li $v0, 4 #print string syscall value is 4

la $a0, msg2 #copy address of msg2 to $a0

#print the float

syscall

li $v0,2 #print float syscall value is 2

l.s $f12,num #load value in num to $f12

syscall

#terminate the program

li $v0, 10 #terminate the program syscall value is 10

syscall

4 0
3 years ago
Other questions:
  • CNG is a readily available alternative to
    5·1 answer
  • Please answer question #2
    6·1 answer
  • An air-conditioning system operating on the reversed Carnot cycle is required to transfer heat from a house at a rate of 755 kJ/
    7·1 answer
  • Use the method of cylindrical shells to find the volume generated by rotating the region bounded by the given curves about the y
    7·1 answer
  • Can be used to eliminate rubbing friction of wheel touching frame. 1.Traction 2.Thrust washer
    9·1 answer
  • • Differentiate between laboratory and industrial reactors​
    11·1 answer
  • Who invented a control unit for an artificial heart?<br> ements<br> ante
    8·1 answer
  • A rigid insulated tank is divided into 2 equal compartments by a thin rigid partition. One of the compartments contains air, ass
    5·1 answer
  • A parallel circuit has a resistance of 280 and an inductive reactance of 360 02. What's this circuit's impedance?
    6·1 answer
  • As resistors are added in series to a circuit, the total resistance will
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!