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
soldi70 [24.7K]
3 years ago
5

A solid titanium alloy [G 114 GPa] shaft that is 720 mm long will be subjected to a pure torque of T 155 N m. Determine the mini

mum diameter required if the shear stress must not exceed 150 MPa and the angle of twist must not exceed 7?. Report both the maximum shear stress ? and the angle of twist ? at this minimum diameter. ?Part 1 where d is the shaft diameter. The polar moment of inertia is also a function of d. Find Incorrect. Consider the elastic tors on formula. The maximum shear stress occurs at the radial location ? = (d 2 the value of d for which the maximum shear stress in the shaft equals 150 MPa. Based only on the requirement that the shear stress must not exceed 150 MPa, what is the minimum diameter of the shaft? dr 16.1763 the tolerance is +/-2% Click if you would like to Show Work for this question: Open Show Work Attempts: 1 of 3 used SAVE FOR LATER SUBMIT ANSWER Part 2 Based only on the requirement that the angle of twist must not exceed 7°, what is the minimum diameter of the shaft?
Engineering
1 answer:
madam [21]3 years ago
6 0

Answer:

Part 1: The diameter of the shaft so that the shear stress is not more than 150 MPa is 17.3 mm.

Part 2: The diameter of the shaft so that the twist angle  is not more than 7° is 16.9 mm.

Explanation:

Part 1

The formula is given as

\dfrac{T}{J}=\dfrac{\tau}{R}

Here T is the torque which is given as 155 Nm

J is the rotational inertia which is given as \dfrac{\pi d^4}{32}

τ is the shear stress which is given as 150 MPa

R is the radius which is given as d/2 so the equation becomes

\dfrac{T}{J}=\dfrac{\tau}{R}\\\dfrac{155}{\pi d^4/32}=\dfrac{150 \times 10^6}{d/2}\\\dfrac{155 \times 32}{\pi d^4}=\dfrac{300 \times 10^6}{d}\\\dfrac{1578.82}{d^4}=\dfrac{300 \times 10^6}{d}\\d^3=\dfrac{1578.82}{300 \times 10^6}\\d^3=5.26 \times 10^{-6}\\d=0.0173 m \approx 17.3 mm

So the diameter of the shaft so that the shear stress is not more than 150 MPa is 17.3 mm.

Part 2

The formula is given as

\dfrac{T}{J}=\dfrac{G\theta}{L}

Here T is the torque which is given as 155 Nm

J is the rotational inertia which is given as \dfrac{\pi d^4}{32}

G is the torsional modulus  which is given as 114 GPa

L  is the length which is given as 720 mm=0.720m

θ is the twist angle which is given as 7° this is converted to radian as

\theta=\dfrac{7*\pi}{180}\\\theta=0.122 rad\\

so the equation becomes

\dfrac{T}{J}=\dfrac{G\theta}{L}\\\dfrac{155}{\pi d^4/32}=\dfrac{114 \times 10^9\times 0.122}{0.720}\\\dfrac{1578.81}{d^4}=1.93\times 10^{10}\\d^4=\dfrac{1578.81}{1.93\times 10^{10}}\\d=(\dfrac{1578.81}{1.93\times 10^{10}})^{1/4}\\d=0.0169 m \approx 16.9mm

So the diameter of the shaft so that the twist angle  is not more than 7° is 16.9 mm.

You might be interested in
What is Maglev Technology?<br> I don't want a copied and pasted answer please.
Levart [38]

Answer:

I do not know much but I looked and read, this I learned I hope this is good

The Maglev is a system of train transportation that uses two sets of magnets

working repel one another when matching poles face each other. Here, both magnetic attraction and repulsion are used to move the train car along the guideway.

Explanation:

Brainliest please

5 0
3 years ago
Identify one of the advantages of 3d modeling?
Naddik [55]

Answer:

Hello Adam here! (UWU)

Explanation:

The advantages of 3D modeling for designers is not limited to productivity and coordination, it is an excellent communication tool for both the designer and end user. 3D models can help spark important conversations during the design phase and potentially avoid costly construction mishaps.

Happy to Help! (>.O)

6 0
3 years ago
Conclude from the scenario below which type of documentation Holly should use, and explain why this would be the best choice. Ho
NARA [144]

Answer:

Okay

Explanation:

7 0
3 years ago
1. A four-lane freeway (two lanes in each direction) is located on rolling terrain and has 12-ft lanes, no lateral obstructions
otez555 [7]

Answer:

Maximum number of vehicle = 308

Explanation:

See the attached file for the calculation.

6 0
3 years ago
java Your program class should be called RomanNumerals Write a program that asks the user to enter a number within the range of
Ann [662]

Answer:

// Scanner class is imported to allow program

// receive input

import java.util.Scanner;

// RomanNumerals class is defined

public class RomanNumerals {

   // main method that signify beginning of program execution

   public static void main(String args[]) {

       // Scanner object scan is created

       // it receive input via keyboard

       Scanner scan = new Scanner(System.in);

       // Prompt is display asking the user to enter number

       System.out.println("Enter your number: ");

       // the user input is stored at numberOfOrder

       int number = scan.nextInt();

     

           // switch statement which takes number as argument

           // the switch statement output the correct roman numeral

           // depending on user input

          switch(number){

           case 1:

               System.out.println("I");

               break;

           case 2:

               System.out.println("II");

               break;

           case 3:

               System.out.println("III");

               break;

           case 4:

               System.out.println("IV");

               break;

           case 5:

               System.out.println("V");

               break;

           case 6:

               System.out.println("VI");

               break;

           case 7:

               System.out.println("VII");

               break;

           case 8:

               System.out.println("VIII");

               break;

           case 9:

               System.out.println("IX");

               break;

           case 10:

               System.out.println("X");

               break;

           // this part is executed if user input is not between 1 to 10

           default:

               System.out.println("Error. Number must be between 1 - 10.");

     }

   }

}

Explanation:

The program is well commented. A sample image of program output is attached.

The switch statement takes the user input (number) as argument as it goes through each case block in the switch statement and match with the corresponding case to output the roman version of that number. If the number is greater 10 or less than 1; the default block is executed and it display an error message telling the user that number must be between 1 - 10.

6 0
3 years ago
Read 2 more answers
Other questions:
  • Which type of engineering design uses an already-existing design?
    6·2 answers
  • Now, suppose that you have a balanced stereo signal in which the left and right channels have the same voltage amplitude, 500 mV
    8·1 answer
  • Please help <br> please i need to turn this in
    13·1 answer
  • The price of a single item within a group of items is
    8·1 answer
  • Five kilograms of air at 427°C and 600 kPa are contained in a piston–cylinder device. The air expands adiabatically until the pr
    15·1 answer
  • This problem has been solved!
    10·1 answer
  • The one end of a hollow square bar whose side is (10+N/100) in with (1+N/100) in thickness is under a tensile stress 102,500 psi
    8·1 answer
  • What process is used to remove collodal and dissolved organic matter in waste water ​
    10·1 answer
  • WARNING:<br><br> when people put links in the answer it is a virus DO NOT DOWNLOAD IT
    15·2 answers
  • Scientific research techniques are used to analyze the effectiveness of political advertising. False True
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!