Answer:
i) SF:
ii) BM : 
Explanation:
Let's take,
Making y the subject of formula, we have :

For shear force (SF), we have:
This is the area of the diagram.

The shear force equation =
For bending moment (BM):


The bending moment equation =

Answer:

Explanation:
In the diagram there three gears in which gear 1 is input gear ,gear 2 is idle gear and gear 3 is out put gear.
Lets take




All external matting gears will rotates in opposite direction with respect to each other.
So the speed of gear third can be given as follows


Answer:
the minimum shaft diameter is 35.026 mm
the maximum shaft diameter is 35.042mm
Explanation:
Given data;
D-maximum = 35.020mm and d-minimum = 35.000mm
we have to go through Tables "Descriptions of preferred Fits using the Basic Hole System" so from the table, locational interference fits H7/p6
so From table, Selection of International Trade Grades metric series
the grade tolerance are;
ΔD = IT7(0.025 mm)
Δd = IT6(0.016 mm)
Also from Table "Fundamental Deviations for Shafts" metric series
Sf = 0.026
so
D-maximum
Dmax = d + Sf + Δd
we substitute
Dmax = 35 + 0.026 + 0.016
Dmax = 35.042 mm
therefore the maximum diameter of shaft is 35.042mm
d-minimum
Dmin = d + Sf
Dmin = 35 + 0.026
Dmin = 35.026 mm
therefore the minimum diameter of shaft is 35.026 mm
Answer:
1
Created on Nov 3, 2018 @author: ASLand
7import atexit
#Read, nanes of both files
Rrintll"Enter tvo files to be compared below
userliamel input ("Enter the nome of the first file: ")
userliame2 input("Enter the name of the second file: ")
ROpen each file
f1 - open(userNamel, r')
@17 f2 = opan(useriame 2, )
tread all the lines into a list
d1 f1.readlines ()
d2 f2.readlines()
re equivalent, print "Yes" else pri
oiterate, and conpare
#11
the
y
if dl == d2:
print("Yes")
atexit
elif for i in range(@, min(len (d1), len(d2))):
if di[i]!=d2[i]:
PCint("No")
print(d1[i])
pcint(d2[])