Machine Design II Theory Answers
Machine Design II Theory Answers
Mathematical modeling
Mathematical modeling is the art of translating problems from an application area into
tractable mathematical formulations whose theoretical and numerical analysis provides
insight, answers, and guidance useful for the originating application. The process to
build mathematical model in machine design are:
1. Problem statement:
2. Select the engineering design decision space: In this step we need to move from
general, fuzzy ideas like “will it work or will it deflect too much?” to specific
questions that can be answered by engineering analysis. For example, having found
the best wire size and spring length in the given problems, we need to determine
whether this spring design will buckle under a compressive load or not.
3. Define the boundaries of the model: The boundary of the design system determines
what part of the model is and what is not.
4. Find available information to support building the model
5. Determine what physical laws are pertinent to the problem
6. Assumptions:
7. Construct the model and verify the model.
8. Analysis:
9. Validate the model:
Model and prototype
The model is the replica of the actual structure or machine. It is not necessary that
models should be smaller to the prototypes, they may be larger than the prototypes. The
study of models of actual machines is called model analysis.
The actual structure or machine is called prototype.
The advantages of model analysis
The merits of alternative designs can be predicted with the help of model testing.
The most economical and safe design may be, finally, adopted.
It is used to simulate real world behavior.
It is used to convey design information.
The performance can be accurately calculated.
Mathematical models are created to explore a design space by solving the equations
for a variety of input variables to obtain a set of outputs.
It helps us to visualize a system.
It gives us a template that guides us in constructing a system. (MSCPMVT)
Types of model
The different types of model are:
1. Static model and dynamic model
Static model are one which describes the relationship that do not change with
respect to time. For example: An architectural model is static physical model
Dynamic model are one which describes the relationship that change with respect to
time. For example: A wind tunnel is dynamic physical model.
2. Stable model and unstable model
Stable model are one which tends to return to its initial condition after being
disturbed. For example: Simple pendulum
Unstable model are one which may or may not return to its initial condition after
being disturbed.
3. Mathematical model and physical model
Mathematical model is one in which symbol and logic constitute the model.
Physical model is smaller or larger physical copy of an object. For example: A
model of car, globe, etc.
4. Distorted model and undistorted model
Distorted model are those models which are not geometrically similar to their
prototype.
Undistorted model are those models which are geometrically similar to their
prototype.
5. Descriptive model and prescriptive model
A descriptive model describes what has happened in a model development. For
examples: Simulation models, F = m * a
A prescriptive model describes what should be done during model development,
including responses to error situations. For examples: Decision analysis model
6. Linear and non-linear model
Linear model is one which describes the relationship in linear form. For example:
the equation 3x +4z +0 is a linear model.
Non-linear model is one which describes the relationship in non-linear form. For
example: the equation 3x3 +4z2 +0 is a non-linear model.
Similitude
Similitude is the similarities between model and prototype in every respect. Three types
of similarities must exists between the model and prototype. They are:
1. Geometric similarity
It is the similarity of shape. It is said to exist between the model and the prototype, if
the ratio of all corresponding linear dimension in the model and prototype are equal.
For geometric similarity between model and prototype we must have the relation.
LP b P DP
= = = Lr
LM b M D M
AP
For area ratio, = L2r
AM
VP
For volume ratio, = L3r
VM
2. Kinematic similarity
Kinematic similarity is said to exist between the model and the prototype, if the
ratios of the velocity and acceleration at the corresponding points in the model and
prototype are same. Also the directions of the velocities & acceleration at the
corresponding points in model & prototype should also be parallel. For kinematic
similarity between model and prototype we must have the relation.
V P1 V P2
For velocity, = = Vr
VM1 VM2
aP1 aP2
For acceleration, = = ar
aM 1 aM 2
3. Dynamic similarity
Dynamic similarity is said to exist between the model and the prototype, if the ratios
of the forces acting at the corresponding points in the model and prototype are
equal. Also the directions of forces at the corresponding points in model &
prototype should also be parallel. For dynamic similarity between model and
prototype we must have the relation.
FP1 FP2
= = Fr
FM1 FM2
[ ]
l 2 lm −l 2 −lm
AE lm m2 −lm −m2
Element stiffness matrix, [ k ]i=
L −l 2 −lm l 2 lm
2 2
−lm −m lm m
( X 2− X 1 ) ( Y 2−Y 1 )
where , l= ∧m=
L L
3. Derive global stiffness matrix
[ K ] =[ k ]1 + [ k ]2 + [ k ] 3 +…
4. Derive the resultant global matrix equation
The global matrix equation is:
[K] {U} = {F} where, {U} = Global displacement vector
{F} = Global force vector
5. Apply the boundary conditions & solve the equation using the following methods
Inverse matrix method
Gaussian elimination method
6. Display and Interpretation of Results
There are 2 methods to display the results
Tabular data
Graphic display
Advantages
Boundaries: With FEM, designers can use boundary conditions to define to which
conditions the model needs to respond.
Visualization: Engineers can easily spot any vulnerability in design with the detailed
visualizations
Accuracy: While modeling a complex physical deformity by hand can be
impractical, a computer using FEM can solve the problem with a high degree of
accuracy.
Time-dependent simulation: FEM is highly useful for certain time-dependent
simulations, such as crash simulations, in which deformations in one area depend on
deformation in another area.
Modeling: FEM allows for easier modeling of complex geometrical and irregular
shapes.
Adaptability: FEM can be adapted to meet certain specifications for accuracy in
order to decrease the need for physical prototypes in the design process.
Applications
Mechanical engineering: In mechanical engineering, FEM application includes,
steady and transient thermal analysis in solids and fluids, stress analysis in solid,
automotive design and analysis and manufacturing process simulation.
Geotechnical engineering: FEM applications include stress analysis, slope stability
analysis, soil structure interactions, seepage of fluids in soils and rocks, analysis of
dams, tunnels, bore holes, propagation of stress waves and dynamic soil structure
interaction.
CHAPTER – 2: OPTIMIZATION TECHNIQUES
Optimization
Optimization means the best possible solution for the given problem under defined
constraint set and existing resources. Some of the methods of optimization are
1. Optimization by differential calculus
2. Search method
3. Linear programming optimization technique
4. Geometrical programming optimization technique
5. Multifactor objective functions
Optimization by differential calculus
It is an optimization technique to achieve the best outcome (such as maximum value or
minimum value). The steps of the algorithm are:
Step 1: Write the objective function which is to be maximize or minimize
Step 2: Write the constraint
Step 3: Find f”(x) and f””(x)
Step 4: Find critical point (stationary point).
For critical point, f’(x) = 0
Step 5: Decision
If f””(x) > 0, x gives minimum value
If f””(x) < 0, x gives maximum value
Step 6: Calculate final answer (maxima & minima)
Both point B and point E are mathematical maxima. Point B, which is the smaller of the
two maxima, is called a local maximum. Point E is the global maximum. Point D is a
point of inflection (the slope is zero and the curve is horizontal).
Search methods
It is a technique for finding an extremum (minimum or maximum) of a function inside a
specified interval. The steps of the algorithm of golden search method are:
Linear programming optimization technique
It is an optimization technique to achieve the best outcome (such as maximum profit or
lowest cost) in a mathematical model whose requirements are represented by linear
relationships. For a problem to be a linear programming problem, the decision variables,
objective function and constraints all have to be linear functions. It has 4 parts
1. Objective function: It is defined as the objective of making decisions. If the
company wishes to increase the total profit. So, profit is the objective function.
2. Constraints: The constraints are the restrictions or limitations on the decision
variables. They usually limit the value of the decision variables.
3. Decision variables: The decision variables are the variables which will decide the
output.
4. Non-negative restrictions: For all linear programs, the decision variables should
always take non-negative values. This means the values for decision variables
should be greater than or equal to 0.
The steps of the algorithm are:
Step 1: Formulate the LP (Linear programming) problem
Step 2: Construct a graph and plot the constraint lines
Step 3: Determine the valid side of each constraint line: A simple method is to put the
coordinates of the origin (0, 0) in the problem and determine whether the objective
function takes on a physical solution or not. If yes, then the side of the constraint lines
on which the origin lies is the valid side. Otherwise it lies on the opposite one.
Step 4: Identify the feasible solution region: The feasible solution region on the graph is
the one which is satisfied by all the constraints. It could be viewed as the intersection of
the valid regions of each constraint line as well.
Step 5: Find the optimum point: An optimum point always lies on one of the corners of
the feasible region.
Step 6: Calculate the coordinates of the optimum point.
Step 7: Calculate final answer
Example: Consider a chocolate manufacturing company which produces only two
types of chocolate – A and B. Both the chocolates require Milk and Choco only. To
manufacture each unit of A and B, following quantities are required:
Each unit of A requires 1 unit of Milk and 3 units of Choco
Each unit of B requires 1 unit of Milk and 2 units of Choco
The company kitchen has a total of 5 units of Milk and 12 units of Choco. On each sale,
the company makes a profit of
Rs 6 per unit A sold
Rs 5 per unit B sold.
Now, the company wishes to maximize its profit. How many units of A and B should it
produce respectively?
Solution: The first thing I’m going to do is represent the problem in a tabular form for
better understanding.
Milk Choco Profit per unit
A 1 3 Rs. 6
B 1 2 Rs. 5
Total 5 12
Let the total number of units produced of A be = X
Let the total number of units produced of B be = Y
Now, the total profit is represented by Z
Since, the company wants to maximize profit so, profit is the objective function.
Mathematically it is represented as
Profit: Max Z = 6X+5Y
The company will try to produce as many units of A and B to maximize the profit. But
the resources Milk and Choco are available in limited amount.
As per the above table, each unit of A and B requires 1 unit of Milk. The total amount
of Milk available is 5 units. To represent this mathematically,
X+Y ≤ 5
Also, each unit of A and B requires 3 units & 2 units of Choco respectively. The total
amount of Choco available is 12 units. To represent this mathematically,
3X+2Y ≤ 12
Also, the values for units of A & B can only be integers.
So we have two more constraints, X ≥ 0 & Y ≥ 0
For the company to make maximum profit, the above inequalities have to be satisfied.
This is called formulating a real-world problem into a mathematical model.
Now, this linear program can be solved by following methods
1. Graphical method
2. Simplex method
3. Northwest corner method and least cost method
4. Using software open solver
5. Using open source tool R
Application
It could be applied to manufacturing, to calculate how to assign labor and machinery
to minimize cost of operations.
It could be applied in high-level business operations, to decide which products to
sell and in what quantity in order to maximize profit.
It could also be applied in logistics, to decide how to apply resources to get a job
done in the minimum amount of time.
Casting
Forming
Manufacturing
Process
Machining
Joining
4) Draft Angles: The draft angle of the casting component should be designed in such a
way that easy removal of the pattern will be possible without disturbing the sand
mold cavity. The draft angle will depend upon the type of material and varies
inversely with height of the wall. Giving 1 to 2 degrees of draft angle is standard
practice for sand casting.
5) Always keep stressed area of the parts in compression: Casting should be placed in
such a way that they are subjected to compressive stress and not tensile stress. When
the tensile stress are unavoidable, clamping device such as tie rod or bearing cap
should be provided. Clamping devices relieves casting from tensile stress.
4) Hole diameter: The recommended minimum hole diameter is equal to the sheet
thickness. For harder material, the recommended minimum hole diameter is equal to
twice the sheet thickness.
5) Center to center distance between two holes: The minimum distance between 2
holes center in sheet metal should be equal to sum of hole radius plus 2 times the
sheet thickness
Center distance = R1 + R2 + 2d
Reliability
Reliability is a measure of the capability of a part or a system to operate without failure
in the service environment. It is always expressed as a probability. For e.g., a reliability
of 0.999 implies that there is probability of failure of 1 part in every 1000.
Let, R (t) = reliability w.r.t time t
F (t) = unreliability w.r.t time t (probability of failure)
⸪ Failure & non-failure are mutually exclusive events
R (t) + F (t) = 1
If N0 = total components put on test
NS (t) = No. of surviving in time t
NF (t) = No. of failure in time t
From the definition of reliability,
N s (t) N F (t)
R (t) = =1-
N0 N0
The reliability theories are:
1) System reliability: Most mechanical and electronic systems comprise a collection of
components. The overall reliability of the system depends on how the individual
components with their individual failure rates are arranged. It is of 2 types
Series reliability: In series reliability, the components are so arranged that the
failure of any component causes the system to fail. The total system reliability
is given by
R System = R1 * R2 * R3 * R4 ……..* Rn
The problem with this approach is that even if the components are good, we
can’t get high reliability from probability point of view. For e.g. Consider 3
components that are 90% reliable then
R System = R1 * R2 * R3 = 0.9 * 0.9 * 0.9 = 0.73 (Reliability decreases)
Parallel reliability: In parallel reliability, the components are so arranged that it
requires all components to fail in order to fail the system. The total system
reliability is given by
R System = 1 – (1 - R1) (1 - R2) …….. (1- Rn)
For e.g. Consider 3 components that are 90% reliable then
R System = 1- (1 - 0.9) (1 - 0.9) (1 - 0.9) = 0.999 (Reliability increases)
2) Failure rates
3) Maintenance and repair
Maintainability
Maintainability is the probability that a component or system that has failed will be
restored to service within a given time. It is denoted by M (t) and given by
M (t) = 1 – e-r t
Where, r = repair rate = 1/MTTR
t = permissible time to carry out the required repair
MTTR = Mean time to repair = Average time to fix the component
Availability
Availability is the percentage of time that the system is available under normal
circumstances in order to serve its intended purposes. It is the ratio of time the system is
working to the total time required. It is given by
MTBF
Availability =
MTBF+ MTTR
AT ST −DT
MTBF = Mean time between failure = =
Nf Nf
DT
MTTR = Mean time to repair =
Nf
AT = Available time (Total operational/working time)
DT = Down time (Total time to repair)
ST = Schedule time or Planned time
Nf = No. of failure
Causes of unreliability
The causes of unreliability are:
1. Design mistake: Design mistake includes
Erroneous calculation
Poor selection of materials
Failure to include all important operating factor
Incomplete information on loads and environmental conditions
2. Exceeding design limits: If the operator exceeds the design limit like temperature,
pressure, speed, etc. for which it was designed, the equipment is likely to fail.
3. Environmental factors: Subjecting equipment to environmental conditions for which
it was not designed, such as rain, high humidity, and ice, greatly shortens its service
life.
4. Manufacturing defects: Manufacturing defects include:
Poor surface finish
Cracks
Erroneously assembling materials and parts
Installing improper or outdated components of an item
5. Maintenance: Most engineering systems are designed on the assumptions they will
receive adequate maintenance at specified period. When maintenance is neglected or
is improperly performed, service life will suffer.
Methods of minimizing failures in engineering design practice
The methods of minimizing failures in engineering design practice are as following:
1. Margin of safety
2. Ease of inspection
3. Redundancy: In series reliability, the components are so arranged that the failure of
any component causes the system to fail. The total system reliability is given by
R System = R1 * R2 * R3 * R4 ……..* Rn
The problem with this approach is that even if the components are good, we can’t
get high reliability from probability point of view. For e.g. Consider 3 components
that are 90% reliable then
R System = R1 * R2 * R3 = 0.9 * 0.9 * 0.9 = 0.73 (Reliability decreases)
The solution to this problem is using parallel reliability. The idea is to use redundant
components to improve reliability by arranging things in such a way that it requires
all components to fail in order to fail the system. The total system reliability is given
by
R System = 1 – (1 – R1) (1 – R2) …….. (1- Rn)
For e.g. Consider 3 components that are 90% reliable then
R System = 1- (1 - 0.9) (1 - 0.9) (1 - 0.9) = 0.999 (Reliability increases)
4. Damage tolerance: Damage tolerance is the load-carrying capability of a structure
once it has been damaged by service loads.
5. Durability: Reliability of equipment can be increased by using durable materials.
The material selection should be performed with the objective of producing a
system that is resistant to degradation from such factors such as corrosion, erosion,
foreign object damage, fatigue, and wear.
6. Derating: The reliability of equipment is increased if the maximum operating
conditions (power, temperature, etc.) are derated below their nameplate values. As
the load factor of equipment is reduced, so is the failure rate. Conversely, when
equipment is operated in excess of rated conditions, failure will ensue rapidly.
7. Simplicity: Simplification of components and assemblies reduces the chance for
error and increases the reliability. The simpler the equipment needed to meet the
performance requirements, the better the design.
8. Specificity: The greater the degree of specificity, the greater the inherent reliability
of design. Whenever possible, be specific with regard to
Material characteristics
Sources of supply
Tolerances
Characteristics of the manufacturing process
Tests required for qualification of materials and components
Procedures for installation, maintenance, and use.
Specifying standard items increases reliability. It usually means that the materials
and components have a history of use so that their reliability is known. Also,
replacement items will be readily available.
Risk assessment
Risk assessment is a term used to describe the overall process
Hazard identification
Risk analysis, and risk evaluation
Risk control
Step 1: Hazard identification
Hazard identification is the process of identifying all hazards in the workplace. It lists
all the potential project risk and their characteristics. It is like a risk register. This
information will then be used for the risk analysis. Though this process starts at the
beginning of the project, it’s an iterative process and continues throughout the project
life cycle. The hazard may be identified by
Observation
Material Safety Data Sheets
Accident/incident investigation
Safety audit
Record analysis
Hazard and risk surveys
Step 2: Risk analysis
Risk analysis is the process that figures out how likely that a risk will arise in a project.
There are 2 ways to analyze risk. They are
1) Qualitative risk analysis: It assesses the importance of the identified risks and
develops prioritized lists of these risks for further analysis or direct mitigation. The
team assess each identified risk for its probability of occurring and its impact on
project objectives. Team members sort the identified risks into high, moderate and
low risk categories for each project objective (Time, cost, scope). The qualitative
assessment method are:
Probability and impact assessment
Probability and impact matrix
Risk data quality assessment
Risk categorization
2) Quantitative risk analysis: Quantitative risk analysis is a process of identifying risk
numerically. It is based on a simultaneous evaluation of the impact of all identified
and quantified risks. Quantitative Analysis Methods are:
Probability analysis
Sensitivity analysis
Decision tree
Simulations and modelling
Step 3: Assign an owner to the risk
All your hard work identifying and evaluating risk is for naught if you don’t assign
someone to oversee the risk. There might be a team member who is more skilled or
experienced in the risk. Then that person should lead the charge to resolve it.
Step 4: Respond to the risk
ii. Intermediate event: It is the events which occur between top undesired event &
basic events. It is also represented by rectangular sign.
2. Logic gates: They act as a connection between two or more events. Two types of
logic gates ‘AND’ and ‘OR’ gate are mostly used in FTA. ‘AND’ and ‘OR’ gate are
represented as
Add probabilities to
events
Let’s understand FTA with a simple example of workplace getting fire. For fire to
occur, there needs to be
Fuel
Oxygen
Ignition
But fuel can be either solid, liquid or gases. Also ignition could be done either with a
spark or flames.
Therefore, we use AND gate for fire to occur and OR gate for fuel & ignition. Oxygen
doesn’t have any alternative. Fault tree for fire is
CHAPTER – 5: SYSTEM DESIGN
Design sequence for transmission system
6.1 Definition
Spring is an elastic objects that deflects under load, absorb & store energy & release the
energy when load is removed. It can be classified as:
Spring
Disc (Belleville
Helical (Coil) Leaf (Flat)
or Conical)
Spring Spring
Spring
Tension Cantilever
(Extension) Spring
Spring
Compression Simply
Spring Supported Spring
Torsion Spring
Spiral Spring
The inner length a-b being smaller compared to the outer length c-d, the shear strain y i
at the inside of the spring will be more than the shear strain y o at the outside of the
spring.
Hence, for a given wire diameter, a spring with smaller diameter will
experience more difference of shear strain between outside surface and inside surface
compared to its larger counterpart. This phenomenon is termed as curvature effect. So
more is the spring index (C = D /d) the lesser will be the curvature effect.
Set removal
Set removal is a process where the spring is pressed to its solid height. This procedure is
not necessary for every spring. It is used mostly on springs that are overstressed at solid
or at a required deflection.
Buckling in spring
Buckling means the bending of the spring. It is due to high slenderness ratio.
6.6 Energy stored in spring
Surge in spring
When the natural frequency of vibrations of the spring coincides with the frequency of
external periodic force, which acts on it, resonance occurs. In this state, the spring is
subjected to a wave of successive compressions of coils that travels from one end to the
other and back. This type of vibratory motion is called ‘surge’ of spring.
The surge in spring can be avoid by
The spring is designed in such a way that the natural frequency of the spring is 15 to
20 times the frequency of excitation of the external force. This prevents the
resonance condition to occur.
The spring is provided with friction dampers on central coils. This prevents
propagation of surge wave.
A spring made of stranded wire reduces the surge. In this case, the wire of the spring
is made of three strands. The direction of winding of strands is opposite to the
direction of winding of the coils while forming the spring. In case of compression of
the coils, the spring tends to wind the individual wires closer together, which
introduces friction. This frictional damping reduces the possibility of surge.
Belleville spring
The Belleville spring is a conical-shaped metal disk designed to support high loads with
small deflections compared to conventional helical springs. It is also called coned-disk
spring or Belleville washer.
Advantages
The Belleville springs of particular size and thickness can be stacked in series,
parallel or series & parallel. Hence, they can provide the different value of spring
rate (K), which is not possible in other spring.
When two Belleville spring are arranged in series, double deflection is obtained
from same force.
When two Belleville spring are arranged in parallel, double force is obtained
from same deflection.
As compared to a helical spring washer, it takes less space for installation.
It is especially used where large force is desired for small deflection of spring.
Application
Belleville washers are used just like conventional washers by featuring a center hole
through which a fastener, such as a bolt, is placed. But their unique canonical shape
makes them particularly effective at handling heavy loads. They are used in
Plate clutches
Brake gun recoil mechanism
Relief valve
Bolted connections
6.4 Numerical Problems
Q.No.1: A helical compression spring is wound using 2.5-mm-diameter music wire.
The spring has an outside diameter of 31 mm with plain ground ends, and 14 total coils.
Estimate
a) What should the free length be to ensure that when the spring is compressed solid
the torsional stress does not exceed the yield strength?
b) What force is needed to compress this spring to closure?
c) Spring rate
d) Is there a possibility that the spring might buckle in service?
Solution:
Q.No.2: A helical compression spring is made with oil-tempered wire with wire
diameter of 5 mm, mean coil diameter of 50 mm, a total of 12 coils, a free length of 125
mm, with squared ends.
a) Find the solid length.
b) Find the force necessary to deflect the spring to its solid length.
c) Find the factor of safety guarding against yielding when the spring is compressed to
its solid length.
Q.No.3: A helical compression spring is made of no. 16 music wire. The outside coil
diameter of the spring is 11 mm. The ends are squared and there are 12.5 total turns.
a) Estimate the torsional yield strength of the wire.
b) Estimate the static load corresponding to the yield strength.
c) Estimate the scale of the spring.
d) Estimate the deflection that would be caused by the load in part (b).
e) Estimate the solid length of the spring.
f) What length should the spring be to ensure that when it is compressed solid and then
released, there will be no permanent change in the free length?
g) Given the length found in part (f), is buckling a possibility?
h) What is the pitch of the body coil?
Solution:
Q.No.4: An as-wound helical compression spring, made of music wire, has a wire size
of 2.3 mm, an outside coil diameter of 14 mm, a free length of 98 mm, 21 active coils,
and both ends squared and ground. The spring is unpeened. This spring is to be
assembled with a preload of 22 N and will operate with a maximum load of 156 N
during use.
a) Estimate the factor of safety guarding against fatigue-failure using a torsional
Gerber fatigue-failure criterion with Zimmerli data.
b) Repeat using the Sines torsional fatigue criterion (steady stress component has no
effect), with Zimmerli data.
c) Repeat using a torsional Goodman failure criterion with Zimmerli data.
d) Estimate the critical frequency of the spring.
Solution:
Q.No.5: A helical compression spring is to be made of oil-tempered wire of 4-mm
diameter with a spring index of C = 10. The spring is to operate inside a hole, so
buckling is not a problem and the ends can be left plain. The free length of the spring
should be 80 mm. A force of 50 N should deflect the spring 15 mm.
a) Determine the spring rate, hole diameter of spring
b) Determine the total number of coils needed and solid length.
c) Determine a static factor of safety based on the yielding of the spring if it is
compressed to its solid length.
Solution:
Q.No.6: A helical compression spring is made of hard-drawn spring steel wire 2 mm in
diameter and has an outside diameter of 22 mm. The ends are plain and ground, and
there are 8.5 total coils.
a) The spring is wound to a free length, which is the largest possible with a solid-safe
property. Find this free length.
b) What is the pitch of this spring?
c) What force is needed to compress the spring to its solid length?
d) Estimate the spring rate.
e) Will the spring buckle in service?
Solution:
Q.No.7: A compression spring is needed to fit over a 12 mm diameter rod. To allow for
some clearance, the inside diameter of the spring is to be 15 mm. To ensure a
reasonable coil, use a spring index of 10. The spring is to be used in a machine by
compressing it from a free length of 125 mm through a stroke of 75 mm to its solid
length. The spring should have squared and ground ends, unpeened, and is to be made
from cold-drawn wire.
a) Determine a suitable wire diameter.
b) Determine a suitable total number of coils.
c) Determine the spring constant.
d) Determine the static factor of safety when compressed to solid length.
e) Determine the fatigue factor of safety when repeatedly cycled from free length to
solid length. Use the Gerber-Zimmerli fatigue-failure criterion.
Solution:
Q.No.8: Consider the steel spring in the illustration.
a) Find the pitch, solid height, and number of active turns.
b) Find the spring rate. Assume the material is A227 HD steel.
c) Find the force Fs required to close the spring solid.
d) Find the shear stress in the spring due to the force Fs.
Solution:
CHAPTER – 7: BRAKE AND CLAUTCH
Q.No.1: The figure shows an internal rim-type brake having an inside rim diameter of
300 mm and a dimension R 5 125 mm. The shoes have a face width of 40 mm and are
both actuated by a force of 2.2 kN. The drum rotates clockwise. The mean coefficient of
friction is 0.28.
a) Find the maximum pressure and indicate the shoe on which it occurs.
b) Estimate the braking torque effected by each shoe, and find the total braking torque.
c) Estimate the resulting hinge-pin reactions
Solution:
Properties of clutch materials
The properties of clutch materials are:
High coefficient of friction
Coefficient of friction should remain constant over entire range of temperature
Good thermal conductivity
Remain unaffected by moisture, dirt etc.
High resistance to abrasive and corrosive wear.
It should distribute the pressure evenly at contact surface. (CTMRP)
Q.No.2: The block-type hand brake shown in the figure has a face width of 30 mm and
a mean coefficient of friction of 0.25. For an estimated actuating force of 40 N, find the
maximum pressure on the shoe and find the braking torque.
Solution:
Given data:
Type: Block type hand brake
Radius of rim, r = 150 mm = 0.15 m
Distance between hinge pin and center, a = √ 1502 +2002 = 250 mm = 0.25 m
Face width, b = 30 mm = 0.03 m
Distance between hinge pin & actuating force, c = 200 + 300 = 500 mm = 0.5 m
−1 150
Angle between hinge pin & beginning of frictional material, 1 = 45−tan = 8.13
200
Angle between hinge pin & ending of frictional material, 2 = 8.13 + 90 = 98.13
Since, 2 > 90, so it is long shoe. For long shoe, P = 90
Actuating force, F = 40 N
Coefficient of friction, f = 0.25
Now,
θ2
A = ∫ sin θ ¿ ¿
1
θ2
B = ∫ sin θ dθ
2
θ1
θ2
C= ∫ sin θ cos θ dθ
1
f Pa br
Moment of frictional force, Mf = ×A
sin θa
P a bra
Moment of normal force, MN = ×A
sin θa
M N −M f
Actuating force, F=
c
2
f Pa b r ( cos θ1−cos θ2 )
Torque, T =
sin θ a
Q.No.2: The maximum band interface pressure on the brake shown in the figure is 620
kPa. Use a 350 mm diameter drum, a band width of 25 mm, a coefficient of friction of
0.30, and an angle-of-wrap of 270. Find the band tensions and the torque capacity.
Solution:
Diameter of drum, D = 350 mm = 0.35 m
Band width, b = 25 mm = 0.025 m
Angle of wrap, = 270 = 4.712 rad
Coefficient of friction, f = 0.3
Maximum band interface pressure, Pa = 620 kPa
We know,
2 P1
Maximum pressure, Pa =
bD
P a bD 620∗1000∗0.025∗0.35
P1 = = = 2712.5 N
2 2
Now,
P1 f ∅
=e
P2
P1 2712.5
P2= f ∅ = 0.3∗4.712 = 659.86 N
e e
( P1−P2 ) D ( 2712.5−659.86 ) 0.35
Torque, T = = = 359.22 N. m
2 2
Q.No.2: The drum for the band brake shown in figure is 300 mm in diameter. The band
selected has a mean coefficient of friction of 0.28 and a width of 80 mm. It can safely
support a tension of 7.6 kN. If the angle of wrap is 270, find the lining pressure and the
torque capacity.
Solution:
Diameter of drum, D = 300 mm = 0.3 m
Band width, b = 80 mm = 0.08 m
Angle of wrap, = 270 = 4.712 rad
Coefficient of friction, f = 0.28
Pin reaction, P1 = 7.6 kN = 7600 N
We know,
P1 f ∅
=e
P2
P1 7600
P2= f ∅ = 0.28∗4.712 = 2031.67 N
e e
Now,