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
Andreyy89
3 years ago
5

Five bolts are used in the connection between the axial member and the support. The ultimate shear strength of the bolts is 320

MPa, and a factor of safety of 4.2 is required with respect to fracture. Determine the minimum allowable bolt diameter required to support an applied load of P
Engineering
1 answer:
lesya [120]3 years ago
5 0

Answer:

The minimum allowable bolt diameter required to support an applied load of P = 450 kN is 45.7 milimeters.

Explanation:

The complete statement of this question is "Five bolts are used in the connection between the axial member and the support. The ultimate shear strength of the bolts is 320 MPa, and a factor of safety of 4.2 is required with respect to fracture. Determine the minimum allowable bolt diameter required to support an applied load of P = 450 kN"

Each bolt is subjected to shear forces. In this case, safety factor is the ratio of the ultimate shear strength to maximum allowable shear stress. That is to say:

n = \frac{S_{uts}}{\tau_{max}}

Where:

n - Safety factor, dimensionless.

S_{uts} - Ultimate shear strength, measured in pascals.

\tau_{max} - Maximum allowable shear stress, measured in pascals.

The maximum allowable shear stress is consequently cleared and computed: (n = 4.2, S_{uts} = 320\times 10^{6}\,Pa)

\tau_{max} = \frac{S_{uts}}{n}

\tau_{max} = \frac{320\times 10^{6}\,Pa}{4.2}

\tau_{max} = 76.190\times 10^{6}\,Pa

Since each bolt has a circular cross section area and assuming the shear stress is not distributed uniformly, shear stress is calculated by:

\tau_{max} = \frac{4}{3} \cdot \frac{V}{A}

Where:

\tau_{max} - Maximum allowable shear stress, measured in pascals.

V - Shear force, measured in kilonewtons.

A - Cross section area, measured in square meters.

As connection consist on five bolts, shear force is equal to a fifth of the applied load. That is:

V = \frac{P}{5}

V = \frac{450\,kN}{5}

V = 90\,kN

The minimum allowable cross section area is cleared in the shearing stress equation:

A = \frac{4}{3}\cdot \frac{V}{\tau_{max}}

If V = 90\,kN and \tau_{max} = 76.190\times 10^{3}\,kPa, the minimum allowable cross section area is:

A = \frac{4}{3} \cdot \frac{90\,kN}{76.190\times 10^{3}\,kPa}

A = 1.640\times 10^{-3}\,m^{2}

The minimum allowable cross section area can be determined in terms of minimum allowable bolt diameter by means of this expression:

A = \frac{\pi}{4}\cdot D^{2}

The diameter is now cleared and computed:

D = \sqrt{\frac{4}{\pi}\cdot A}

D =\sqrt{\frac{4}{\pi}\cdot (1.640\times 10^{-3}\,m^{2})

D = 0.0457\,m

D = 45.7\,mm

The minimum allowable bolt diameter required to support an applied load of P = 450 kN is 45.7 milimeters.

You might be interested in
Can someone pls give me the answer to this?
marta [7]

Answer:

It's D

Explanation:

6 0
3 years ago
What are the nominal dimensions for a 1x2 stick of lumber, a 2x4 stick of lumber and a standard sheet of plywood?
zlopas [31]
3/4 x 1 1/2 inches (19 x 38 mm) is the actual size for 1x2 stick of lumber,

1 1/2 x 3 1/2 inches (38 x 89 mm) is the actually size for a 2x4 stick of lumber,

Plywood is usually sold in 4 x 8-foot sheets. The most common nominal thicknesses of plywood are 1/2 inch and 3/4 inch, but once again the actual sizes are slightly different. A sheet of 1/2-inch plywood is really 15/32 inch thick, while a 3/4-inch sheet is 23/32 inch thick.

Hopefully this answers your question, I apologize if it doesn’t :)
6 0
3 years ago
1. Copy the file Pay.java (see Code Listing 1.1) from the Student CD or as directed by your instructor. 2. Open the file in your
Mrac [35]

Answer:

Code Listing 1.1 (Pay.java)

import java.util.Scanner; // Needed for the Scanner class

/**

This program calculates the user's gross pay.

*/

public class Pay

{

public static void main(String[] args)

{

// Create a Scanner object to read from the keyboard. Scanner keyboard = new Scanner(System.in);

// Identifier declarations

double hours; // Number of hours worked

double rate; // Hourly pay rate double pay; // Gross pay

// Display prompts and get input. System.out.print("How many hours did you work? "); hours = keyboard.nextDouble();

System.out.print("How much are you paid per hour? ");

rate = keyboard.nextDouble();

// Perform the calculations. if(hours <= 40)

pay = hours * rate;

else

pay = (hours - 40) * (1.5 * rate) + 40 * rate;

// Display results. System.out.println("You earned $" + pay);

}

}

Code Listing 1.2 (SalesTax.java)

import java.util.Scanner; // Needed for the Scanner class

/**

This program calculates the total price which includes

sales tax.

*/

public class SalesTax

{

public static void main(String[] args)

{

// Identifier declarations final double TAX_RATE = 0.055; double price;

double tax

double total; String item;

// Create a Scanner object to read from the keyboard. Scanner keyboard = new Scanner(System.in);

// Display prompts and get input. System.out.print("Item description: "); item = keyboard.nextLine(); System.out.print("Item price: $");

price = keyboard.nextDouble();

// Perform the calculations. tax = price + TAX_RATE;

totl = price * tax;

// Display the results. System.out.print(item + "  $"); System.out.println(price); System.out.print("Tax $"); System.out.println(tax); System.out.print("Total $"); System.out.println(total);

}

}

5 0
3 years ago
A bar of 75 mm diameter is reduced to 73mm by a cutting tool while cutting orthogonally. If the mean length of the cut chip is 7
barxatty [35]

Answer:

r=0.31

Ф=18.03°

Explanation:

Given that

Diameter of bar before cutting = 75 mm

Diameter of bar after cutting = 73 mm

Mean diameter of bar d= (75+73)/2=74 mm

Mean length of uncut chip = πd

Mean length of uncut chip = π x 74 =232.45 mm

So cutting ratio r

Cutting\ ratio=\dfrac{Mean\ length\ of cut\ chip}{Mean\ length\ of uncut\ chip}

r=\dfrac{73.5}{232.45}

  r=0.31

So the cutting ratio is 0.31.

As we know that shear angle given as

tan\phi =\dfrac{rcos\alpha }{1-rsin\alpha }

Now by putting the values

tan\phi =\dfrac{rcos\alpha }{1-rsin\alpha }

tan\phi =\dfrac{0.31cos15 }{1-0.31sin15 }\

  Ф=18.03°

So the shear angle is 18.03°.

4 0
3 years ago
A type of adjustable square that can be used to set, test, and transfer angles is called a
bekas [8.4K]

Answer:

pocket cut

Explanation:

type of adjustable square that can be used to set test and transfer angles. sliding t bevel.

5 0
2 years ago
Other questions:
  • Capitol Brewing Inc.'s management is very concerned with declining sales of their major product, a dark ale, and has asked for h
    14·1 answer
  • For a p-n-p BJT with NE 7 NB 7 NC, show the dominant current components, with proper arrows, for directions in the normal active
    14·1 answer
  • What does basic levels of competence involves??​
    13·2 answers
  • The amount of time an activity can be delayed and yet not delay the project is termed:_________
    14·1 answer
  • You will create three classes, the first two being Student and LineAtOfficeHour. The instances of the first class defines a sing
    8·1 answer
  • Help Please!!!!!!!<br><br> Whatever3443<br> Please help!
    9·2 answers
  • Which of the following correctly explains why it would be beneficial for an engineer to become a member of the Leadership in Ene
    15·2 answers
  • A hurdler is 0.535 m from a hurdle when he jumps at 6.82 m/s at a 6.79 degree angle. What is his height when he clears the hurdl
    13·1 answer
  • What did the discovery of the Cumberland Gap mean for exploration? PLEASE HELP ILL GIVE YOU BRAINLEIST!
    15·1 answer
  • 8th grade safety test
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!