Kinematic Analysis & Synthesis - FC

Position Analysis

First, initial prototype was measured to start kinematic analysis. Afterwards the mechanism was broken into two separate four bar linkages and MATLAB was used to conduct the remainder of the kinematic analysis. Positional Analysis was conducted in two parts: position analysis for first four bar mechanism with input angle as θ2, and position analysis for second four bar mechanism. From position analysis we get:


Figure 1: Position Analysis for four bar 1

Figure 2: Position Analysis for four bar 2


e = √(c2 + d2)

θ2,1 = arcsin(ce)                                                                      

θ2,2 = θ2 - θ2,1                                                                                                                

b1 = √(a2 + e2 - 2ae*cos(θ2))

θ3 = arctan((a*sin(θ2)-c) (a* cos(θ2) -d))

θ5 = arccos((d2 - a2*cos(θ3))b2 )

c2 = -a2*sin(θ3) - b2*sin(θ5)


Velocity Analysis

To get the velocity analysis, I took the time derivative of the position analysis. From velocity analysis, we get:


Vb = ω2∗a∗(sin(θ2)cos(θ3) - cos(θ2)sin(θ3))

ω3 = (Vbcos(θ3) - ω2∗a∗sin(θ2))⁄(b∗sin(θ3))

ω5 = (-Vb∗cos(θ3) - ω3∗a2∗sin(θ3))(b2∗sin(θ5))

Vc2 = -(ω3∗a2∗cos(θ3) - Vb∗sin(θ3) + ω5∗b2∗cos(θ5))


Acceleration Analysis

For acceleration analysis, the time derivative of velocity was taken. From acceleration analysis, we get:


Ab = b∗ω3² + a∗ω2²(cos(θ2)sin(θ3)-sin(θ2)cos(θ3))

α3 = -Vb∗ω3 + a∗ω2²(cos(θ2)sin(θ3)-sin(θ2)cos(θ3))

α5 = -Ab∗cos(θ3) - a2*∗α3sin(θ3) - a2∗ω3²cos(θ3) + 2∗Vb∗ω3sin(θ2) - b2∗ω5²cos(θ5)(b2sin(θ5))

Ac = -a2∗α3cos(θ3) + a2∗ω3²sin(θ3) + 2∗Vb∗ω3cos(θ3) + Absin(θ3) - b2∗α5cos(θ5) + b2∗ω5²sin(θ5)


Results

From the kinematic analysis we can animate the motion of the link with help from MATLAB. We can also relate variations in the position, velocity, and acceleration of the slider as a function of θ2

Figure 3: Results from Kinematic Analysis


.