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
svetoff [14.1K]
2 years ago
14

For a bolted assembly with eight bolts, the stiffness of each bolt is kb = 1.0 MN/mm and the stiffness of the members is km = 2.

6 MN/mm per bolt. The bolts are preloaded to 75 percent of proof strength. Assume the external load is equally distributed to all the bolts. The bolts are M6 × 1 class 5.8 with rolled threads. A fluctuating external load is applied to the entire joint with Pmax = 60 kN and Pmin = 20 kN.(a) Determine the yielding factor of safety.(b) Determine the overload factor of safety.(c) Determine the factor of safety based on joint separation.(d) Determine the fatigue factor of safety using the Goodman criterion.
Engineering
1 answer:
rjkz [21]2 years ago
4 0

Answer:

a) 0.978

b) 0.9191

c) 1.056

d) 0.849

Explanation:

Given data :

Stiffness of each bolt = 1.0 MN/mm

Stiffness of the members = 2.6 MN/mm per bolt

Bolts are preloaded to 75% of proof strength

The bolts are M6 × 1 class 5.8 with rolled threads

Pmax =60 kN,  Pmin = 20kN

<u>a) Determine the yielding factor of safety</u>

n_{p} = \frac{S_{p}A_{t}  }{CP_{max}+ F_{i}  }  ------ ( 1 )

Sp = 380 MPa,   At = 20.1 mm^2,   C = 0.277,  Pmax = 7500 N,  Fi = 5728.5 N

Input the given values into the equation above

equation 1 becomes ( np ) = \frac{380*20.1}{0.277*7500*5728.5} = 0.978

note : values above are derived values whose solution are not basically part of the required solution hence they are not included

<u>b) Determine the overload factor of safety</u>

n_{L} =  \frac{S_{p}A_{t}-F_{i}   }{C(P_{max} )}  ------- ( 2 )

Sp =  380 MPa,   At =  20.1 mm^2, C = 0.277,  Pmax = 7500 N,  Fi = 5728.5 N

input values into equation 2 above

hence : n_{L} = 0.9191n_{L}  = 0.9191

<u>C)  Determine the factor of safety based on joint separation</u>

n_{0} = \frac{F_{i} }{P_{max}(1 - C ) }

Fi =  5728.5 N,  Pmax = 7500 N,  C = 0.277,

input values into equation above

Hence n_{0} = 1.056

<u>D)  Determine the fatigue factor of safety using the Goodman criterion.</u>

nf = 0.849

attached below is the detailed solution .

You might be interested in
A satellite is launched 600 km from the surface of the earth, with an initial velocity of 8333.3 m./s, acting parallel to the ta
Vikki [24]

Answer:

eccentrcity of orbit is 0.22

Explanation:

GIVEN DATA:

Initial velocity of satellite = 8333.3 m/s

distance from the sun is 600 km

radius of earth is 6378 km

as satellite is acting parallel to the earth therefore\theta angle = 0

and radial component of given velocity is zero

we haveh = r_o v_r_o = 6378+600 =6.97*10^6 m

h = 6.97*10^6 *8333.3 = 58.08*10^9 m^2/s

we know that

\frac{1}{r} =\frac{GM}{h^2} \times ( i + \epsilon cos\theta)

GM = gr^2 = 9.81*(6.37*10^6)^2 = 398*10^{12} m^3/s

so

\frac{1}{6.97*10^6} =\frac{398*10^{12}}{(58.08*10^9)^2} \times ( i + \epsilon cos0)

solvingt for \epsilon)

\epsilon = 0.22)

therefore eccentrcity of orbit is 0.22

6 0
3 years ago
An aluminum metal rod is heated to 300oC and, upon equilibration at this temperature, it features a diameter of 25 mm. If a tens
Natalka [10]

Answer:

It will results in mechanical hardening.

5 0
3 years ago
Read 2 more answers
A(n)___ branch circuit supplies two or more receptacles or outlets for lighting and appliances
Juli2301 [7.4K]

Answer: General purpose branch circuit

Explanation:

General purpose branch circuit are the type of circuits that are used mainly to supply light to two or more receptacle outlets for small appliances. This circuits are about 120v can be used either in residential, commercial and industrial buildings.

6 0
3 years ago
LC3 Programming ProblemUse .BLKW to set up an array of 10 values, starting at memory location x4000, as in lab 4.Now programmati
irga5000 [103]

Answer:

Check the explanation

Explanation:

Code

.ORIG x4000

;load index

LD R1, IND

;increment R1

ADD R1, R1, #1

;store it in ind

ST R1, IND

;Loop to fill the remaining array

TEST LD R1, IND

;load 10

LD R2, NUM

;find tw0\'s complement

NOT R2, R2

ADD R2, R2, #1

;(IND-NUM)

ADD R1, R1, R2

;check (IND-NUM)>=0

BRzp GETELEM

;Get array base

LEA R0, ARRAY

;load index

LD R1, IND

;increment index

ADD R0, R0, R1

;store value in array

STR R1, R0,#0

;increment part

INCR

;Increment index

ADD R1, R1, #1

;store it in index

ST R1, IND

;go to test

BR TEST

;get the 6 in R2

;load base address

GETELEM LEA R0, ARRAY

;Set R1=0

AND R1, R1,#0

;Add R1 with 6

ADD R1, R1, #6

;Get the address

ADD R0, R0, R1

;Load the 6th element into R2

LDR R2, R0,#0

;Display array contents

PRINT

;set R1 = 0

AND R1, R1, #0

;Loop

;Get index

TOP ST R1, IND

;Load num

LD R3,NUM

;Find 2\'s complement

NOT R3, R3

ADD R3, R3,#1

;Find (IND-NUM)

ADD R1, R1,R3

;repeat until (IND-NUM)>=0

BRzp DONE

;load array address

LEA R0, ARRAY

;load index

LD R1, IND

;find address

ADD R3, R0, R1

;load value

LDR R1, R3,#0

;load 0x0030

LD R3, HEX

;convert value to hexadecimal

ADD R0, R1, R3

;display number

OUT

;GEt index

LD R1, IND

;increment index

ADD R1, R1, #1

;go to top

BR TOP

;stop

DONE HALT

;declaring variables

;set limit

NUM .FILL 10

;create array

ARRAY .BLKW 10 #0

;variable for index

IND .FILL 0

;hexadecimal value

HEX .FILL x0030

;stop

.END

7 0
2 years ago
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
Other questions:
  • How do batteries and other types of power sources make physical computing systems more mobile?
    15·2 answers
  • when a metal, such as lead, is oxidied (loses electrons) to form a positive ion (cation), how does he solubility change?
    14·1 answer
  • When you arrive at an intersection with a stop sign in your direction, if there is no marked stop
    14·2 answers
  • You must yield the right-of-way to all of the following EXCEPT:
    8·1 answer
  • Different metabolic control systems have different characteristic time scales for a control response to be achieved. Match the t
    6·1 answer
  • . An ideal vapor compression refrigeration cycle operates with a condenser pressure of 900 kPa. The temperature at the inlet to
    14·1 answer
  • What happens to the electrolyte, during discharging?
    9·1 answer
  • Limited time only for christmas give yourself free 100 points Thats what im talking about
    5·2 answers
  • Match the measuring instrument with its description.
    15·1 answer
  • On what kind of sectional drawing would you find the maximum length of a building?
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!