Question

Shaft AB consists of n homogeneous cylindrical elements, which can be solid or hollow. Both of its ends are fixed, and it is

0 0
Add a comment Improve this question Transcribed image text
Answer #1

ANSWER:

The torsion formula for circular shaft is as expressed as,

GO T let it be equation (1)

And,

13528-3-3CP-i2.png let it be equation (2)

Here, G is the modulus of rigidity, 13528-3-3CP-i4.pngis the angle of twist, L is the lenght of the shaft, T is the applied torque on the member, J is the polar moment of inertia, 13528-3-3CP-i8.pngis the shear stree and r is the radius of the shaft.

Polar moment of inertia (J) of a circular shaft is expressed as,

32 let it be equation (3)

Here 13528-3-3CP-i12.pngis the outside diameter, and 13528-3-3CP-i13.pngis the inner diameter of the circular shaft.

General Sign convention for torque: Counter-Clockwise torque is considered as positive, while clockwise torque is considered as negative

Consider the equations written below for the MATLAB program.

Consider the reaction at end 13528-3-3CP-i14.pngof the shaft as redundant and hence the shaft is released at end B.

Calculate the angle of twist with torque (TB) at end B or torque 13528-3-3CP-i16.pngat element 1 equivalent to zero.

For given length (L) outer diameter (Do)inner diameter 13528-3-3CP-i19.png modulus of rigidity 13528-3-3CP-i20.pngof the shaft material, and the applied torque 13528-3-3CP-i21.pngon the shaft element (say i)

Compute the polar moment of inertia of the thelement of the shaft from equation (3) as

32let it equation (4)

let us update the total torque at the subsequent elements on the shaft, to compute the torque on the successive elements as,

13528-3-3CP-i25.pnglet it be equation (5)

Here, 13528-3-3CP-i26.pngis the torque applied on the thelement of the shaft, and T. i-1is the torque applied on the element just beforw the element i

Now for the updated torque at the respective shafts, calculate the shear stress 13528-3-3CP-i30.pngfor each shaft element as,

T(Do,/2)let it be equation (6)

Also, for the updated torque at the elements on the shaft, calculate the angle of twist 13528-3-3CP-i32.pngfor each element of the shaft as,

T.L G,J let it be equation (7)

Now update the angle of twist for the entire shaft, starting with zero angle of twist at the fixed end and then add the angle of twists at successive elements on the shaft as,

13528-3-3CP-i34.pnglet it be equation (8)

Here, i varies through the first element towards the last element (say n) on the shaft such that, 13528-3-3CP-i37.png

Now compute the angle 13528-3-3CP-i38.pngdue to a unit torque applied at end B of the shaft.

Calculate unit-shear stress Funit) Twnkat each element (i) as,

Do /2) unitlet it be equation (9)

Similarly, calculate unit-twist angle  13528-3-3CP-i42.pngat each element (i) as,

G,Jlet it be equation (10)

Let us update the unit-angle of twist for the entire starting with zero unit-angle of twist at the fixed end and then add the unit-angle of twists at successive elements on the shaft as,

nitunilet it be equation (11)

Here, i varies through the first element towards the last element ( say n) on the shaft.

Also, unit-angle of twist at the end B is updated as,

13528-3-3CP-i48.png

For the total updated angle at end B equivalent to zero, solve as

milet it be equation (12)

Now superimpose the values calculated above, to compute the torque at end B (TB)and at end A 13528-3-3CP-i51.pngas,

For torque at end B1

unit,B)let it be equation (13)

For torque at end A1

13528-3-3CP-i53.pnglet it be equation (14)

Now for each element, calculate the maximum shear stress otal total,ias,

unit,ilet it be equation (15)

Also, angle of twist 13528-3-3CP-i56.pngfor each element is calculated as,

total,  let it be equation (16)

Type the following code in the MATLAB to obtain the solution for the provided questions

clear;clc; % Take input from the user. ninput(Enter the number of Elements; fprintf(----) for i#1:1:n fprintf(\nEnter lengt

end Tau(i) (((Torque (i))* (OD(i)/2))/3(i))/(10*6); phị(1) (((Torque(i))*(L(1)))/((6(İ))*(10^9)*(J(İ))))*(180/pi); U-Tau(1) =% Print end-reaction torques. fprintf([inReaction torque fprintf([\nReaction torque at rigende support =%2.2f at right end-

(a)

Use the data and loading conditions to solve problem 3.55P as,

For given 2 shaft elements

At Element 1;

Length, L1 = 0.25 m,

Outer diameter D0.1 = 0.038,

Inner diameter D1.3 = 0 in, and

Modulus of rigidity G1 = 77.2 GPa

At element 2:

Length L2 = 0.2 m,

Outer diameter D0.2 = 0.05 m,

inner diameter D1.2 = o m and

Modulus of rigidity G2 = 77.2 GPa

Consider the torque applied at end of the first element as,

T, 1400 N·m

Now, execute the MATLAB code and enter the input values, to obtain the output for the given problem as,

Enter the number of Elements :2 Enter length of element 1 in [m]0.25 Enter outside diameter for the element 1 in [m] 0.038 En

(b)

Before executing the code to solve sample problem 3.7, modify the code as shown below to incorporate the changes in the units,

Modify line & to !^ in the above MATLAB code as,

fprintf(Elementit Maximum Stress (ksi)t Angle of Twist (Degrees)\n) fprintf ( % Calculate shear stress and angle of twist

(b)

Use the data and loading conditions to solve the sample problem 3.7 as,

Consider given 2 shaft element and substitute the following values for each element,

At Element 1:

Length L1 = 60 in,

Outer diameter D0.1 = 2.25 in,

Inner diameter D1.1 = 1.5 in amd

Modulus of rigidity G, = 1 1.2 x 10° psi

at element 2

Length L2 = 1 in

Outer Diameter D0.2 = 2.25 in

Inner diameter D1.2 = 1.5 and

Modulus of rigidity G, = 11.2×106 psi

Consider the torque applied at end of the first element a solved in the sample problem

7,-37.7 kip-in

Now, execute the MATLAB code and enter the input values, to obtain the output for the given problem as,

Enter the number of Elements :2 Enter length of element 1 in [in]60 Enter outside diameter for the element 1 in [in] -2.25 En

Thus, the maximizing shear stress computed is approximately equal to the yield shear stress given in the problem that is,

Tmax = 20.66 ksi

_____________________________________*****_____________________________________

Add a comment
Know the answer?
Add Answer to:
Shaft AB consists of n homogeneous cylindrical elements, which can be solid or hollow. Both of...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 160 mm 10 mm A hollow cylindrical steel shaft is 1.5 m long and has inner...

    160 mm 10 mm A hollow cylindrical steel shaft is 1.5 m long and has inner and outer diameters respectively equal to 40 and 60 mm. The allowable shearing stress is 120 MPa with a modulus of rigidity (shear modulus) G-77 GPa, assuming fully elastic deformation. (a) What is the largest torque that can be applied to the shaft? (5 points) (b) What is the corresponding minimum value of the shearing stress in the shaft? (5 points) (c) What are...

  • please write some steps Fig.Q3 A driving shaft is made of steel whose modulus of rigidity...

    please write some steps Fig.Q3 A driving shaft is made of steel whose modulus of rigidity is 80 GN/m2. As shown in Fig.Q3(a), the shaft has a solid circular section and is subjected to a torque of 1400Nm applied, as indicated. 3. Calculate the angle of twist of one end relative to the other and the maximum shear stress which results. (a) As shown in Fig.Q3.(b), part of the shaft is then made hollow by boring a 35 mm diameter...

  • 3.A solid steel shaft (see Figure Q3) free at the ends has a diameter of 25...

    3.A solid steel shaft (see Figure Q3) free at the ends has a diameter of 25 mm. LBc 500mm and Lco 250mm. The torques experienced by the shaft are T1 300Nm T2 = 550Nm and T3 = 250Nm. The modulus of rigidity of the material is G- 100GPa BC CD Figure Q3 a) Find the values of the internal torques TBc and Tco taking the anticlockwise direction as positive b) What is the maximum shear stress experienced by the shaft?...

  • TORSION

    a) A hollow circular shaft designed to have an inner diameter of 0.7Do; where Do is an outer diameter.i) Determine the inner and outer diameters of the shaft if the maximum allowable shearing stress is Y0 N/mm2 and torque is X00 kNm. Then, calculate the polar moment of inertia.ii) By using inner diameter calculated in (i), calculate the maximum shearing stress and a new torque, if the shaft is changed to solid circular shaft. The shaft is 1.5 m long with the twisted through...

  • Hollow and solid shaft needing Max Torque with set shear stress and an angle of twist

    The steel shaft is formed by attaching a hollow shaft to a solid shaft. Determine the maximum torque T that can be applied to ends of the shaft without exceeding ashear stress of 70 MPa or an angle of twist of 2.5 degrees in the 3.6m length. Use G=83GPa.

  • A ships solid circular drive shaft... A ships solid circular drive shaft is of diameter, d...

    A ships solid circular drive shaft... A ships solid circular drive shaft is of diameter, d 53 mm, and is subjected to a torque, T= 1512 Nm and an axial force, F-134 kN as shown. The shaft is made of steel with a yield stress of 350 MPa. Determine the Factor of Safety (accurate to two decimal places), according to Tresca's maximum shear stress failure theory. (Hint: Based on the state of stress in a surface element, consider Mohr's circle...

  • Exercises: What is the minimum diameter of a solid steel shaft that will not twist through...

    Exercises: What is the minimum diameter of a solid steel shaft that will not twist through more than 3° in a 6m length when subjected to a torque of 14 kN-m? What maximum shearing stress is developed? Use G = 83 Gpa Required: d = ? Given: 0 = 30 L = 6m T = 14 kN-m G = 83 GPa Tmax= ?

  • A circular shaft AB consists of a 10-in.-long, 7/8-in-diameter steel cylinder (G=11.2x106 psi), in which a...

    A circular shaft AB consists of a 10-in.-long, 7/8-in-diameter steel cylinder (G=11.2x106 psi), in which a 5-in.-long, 5/8-in.-diameter cavity has been drilled from end B. The shaft is attached to fixed supports at both ends, and a 90 lb-ft torque is applied at its midsection (see Figure). Determine: 1. The reaction at each support. 2. The maximum shearing stress in shaft AB. 3. The maximum shearing stress in shaft BC. 5 in. 5 in. A с 90 lb. ft B

  • please be as detailed as possible. it would be awesome if you can show all the...

    please be as detailed as possible. it would be awesome if you can show all the work to the problem and answer all the things required. thank you for taking your time! 2. A hollow cylindrical steel shaft is 1.5 m long and has an inner diameter of 40mm and an outer diameter of 60ſm and is loaded in torsion as shown in Figure 2. The young's modulus for steel is 210 GPa. a. What is the largest torque, T,...

  • G is 11.2*10^6 psi A shaft of length 2 m has the hollow cross section shown...

    G is 11.2*10^6 psi A shaft of length 2 m has the hollow cross section shown below (distances of the centerline of the wall shown). The shaft is made of an A36 structural steel; see table in the back of the book for the material properties (and note that modulus of rigidity refers also to the shear modulus G). If a torque T = 10 kN m is applied at one end while the other end is fixed, determine: 1)...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT