Numerical solution of a four bar linkage

Assignment Help Simulation in MATLAB
Reference no: EM13994989

Problem 1: Closed form solution of a four bar linkage

Consider the 4-bar linkage shown below (not drawn to scale).

1199_Plot the angular velocity.jpg

Assume l1 = 8m, l2 = 3m, l3 = 6m, h = 3m, hn = 3m, hn = 3m. The linkage l2 is the crank and rotates at a constant angular velocity of 60rpm.

a) Plot θ3 vs. θ2 for one complete revolution of the crank. (figure 1)

b) Plot θ4 vs. θ2 for one complete revolution of the crank. (figure 2)

c) (xp, xp,) is the coordinate of point P. Plot xp vs. θ2 for one complete revolution of the crank. (figure 3)

d) Plot yp vs. θ2 for one complete revolution of the crank (figure 4)

e) Plot the path of point P for one complete revolution of the crank (figure 5)

Hint: Refer to examples in section 11.7.3 and section 11.7.4 on the course reader

Problem 2: Numerical solution of a four bar linkage

1320_Plot the angular velocity1.jpg

The dimension of each linkage is provided in the figure above. The handle (crank) is given a constant angular velocity of 45 rpm in counter-clockwise direction.

Note: question f) and g) in this problem are extra credit questions. No point will be deducted if you do not answer this two questions. If you answer this two questions correctly, you will get some extra credit for this homework.

a) Use Newton-Raphson method to calculate θ3 and θ4 for one complete revolution of the crank and plot them as a function of θ2 in the same figure. (Figure 1)

b) Plot the path of point P for one revolution of the crank; assume the origin of your coordinate system is at the crank location. (Figure 2)

c) Plot the distance of separation (in cm) between the point P and Q as a function of θ2 during a full rotation of the crank/handle. What is the maximum separation? At what crank angle does it occur? (Figure 3)

d) Plot the angular velocity (in rad/s) of the link DQ. (Figure 4)

e) Plot the velocity (cm/s) of point P vs. θ2 for one complete revolution. (Figure 5)

f) Extra credit question: Derive the expression of θ4k+1 which can be used in Freudenstein method. (Hint: Derivation of Eq. 11.13 on the course reader is a good example. The equation you should obtain is:

θ4k+1 = (arccos [ l32 - l1x2 - l1y2 - l22 - lCD2 + 2l1xl2(cos(θ2) - 2l1yl2sin(θ4k) - 2I2ICDcos(θ24k))/2l1xlCD

g) Extra credit question: Use Freudenstein method to calculate θ3 and θ4 for one complete revolution of the crank and plot them as a function of θ2 in the same figure. (Figure 6)

Problem 3: SolidWorks Assignment

Complete the SolidWorks tutorial lesson 8 posted on TED. Submit screen shots of trace path of the tip of the triangle, displacement and velocity graphs (3 Figures). Do not forget to include time stamps.

Checklist of what should be submitted for homework # 7

1. Computer printed hardcopy with all work to be graded.
• Use a cover page (Name, PID, Class Name, HW#)
• Show all your work: Include all plots, explain your work and answer all questions
• Label your plots (otherwise points will be deducted)
• Attach a printout of your MATLAB code used to generate the results at the end of your hard copy.

2. Submit the electronic copy of your m-files. The codes are downloaded from the class gmail account using an automated procedure. Please read the following carefully to be sure your file is submitted correctly.
• Subject of the email: write your full name and the assignment
• Include only m-files (no Word document or other file types)
• Do not zip files
• Your files should be named as follows: "lastname_firstname_hw7prob1.m"
• It is OK to include additional function files, but only if they're prefixed with "lastname_firstname_hw# "
• Make sure you are finished before submitting your code to avoid having multiple copies submitted.

Your MATLAB files will be reviewed electronically for uniqueness using the MOSS (measure of software similarity) script developed at Stanford. This script compares your answer to any other answer in the class. No credit will be given if the MOSS test indicates high similarities with another student.

Reference no: EM13994989

Questions Cloud

How can you apply rogers humanistic theory of personality : An explanation of whether you consider Katherine to be a fully functioning, mentally healthy member of society, and why. How can you apply Rogers's humanistic theory of personality to better understand Katherine and her journey
What is the minimum angular separation between the two stars : You estimate that the average radio emissions from the system have a wavelength of 5.10 cm. What is the minimum angular separation required for the Arecibo telescope to resolve the two stars of the binary system?
What is the electric potential energy of the system : Consider the group of three +2.8 nC point charges shown in the figure. What is the electric potential energy of this system of charges relative to infinity?
Old and essential being in language : In the Prologue, the author says that "In one sense, then, the way to Rainy Mountain is preeminently the history of an idea, man's idea of himself, and it has old and essential being in language." What does the author mean?
Numerical solution of a four bar linkage : Plot the distance of separation (in cm) between the point P and Q as a function of θ2 during a full rotation of the crank/handle. What is the maximum separation? At what crank angle does it occur?
What power reading glasses should margie use : My wife Margie has lost most of her accommodation. She has a nearpoint of 120 cm and would like to read as close as 35 cm from her eyes. What power reading glasses should Margie use? Assume the lenses in the glasses are 2 cm from the eye.
Compute he potential difference between the points a and b : Consider the group of resistors shown in figure below. Find the current in each resistor in the figure. Determine the potential difference between the points A and B.
Which of the following is an example of a direct skip : Harry Jenkins, a widower, owned 10 acres of land that he purchased in 1994 for $5,000 per acre. On the date of Harry's death, June 30, 2011, the land was valued at $10,000 per acre. Harry's only child is Elizabeth. If after inheriting the land, El..
Improve our analytical reasoning abilities : Provide an example of situation where you demonstrated good critical thinking in your own life. How does the study of critical thinking help us improve our analytical reasoning abilities and decision-making skills

Reviews

Write a Review

Simulation in MATLAB Questions & Answers

  The hodgkin-huxley model for the action potential

MATLAB Project - The Hodgkin-Huxley model for the action potential, Develop a cellular model for a neuron based on the Hodgkin-Huxley equations for the action potential

  Create and use at least one loop in function

Make a main m-file that you use to run and call your function file. Give it a unique name. Make sure and include your name, your section, and date at the top of the m-file. Create and use at least one loop (for/while/midpoint), Create and use at l..

  Effect on the ber of changing the way

Using M-PSK and QAM modulations with M>2, investigate the effect on the BER of changing the way in which the various bit combinations are mapped to the constellation points. Both binary and Gray mapping are available in the modulation dialogue box..

  What is the span of the columns

(a) Generate a random 3x5 matrix ?? with entry integers uniformly between -100 and 100. Hint: Search for help on the functions rand and randi. (b) Put the matrix ?? in reduced echelon form using the command rref. (c) Are the columns of A linearly ..

  Write and implement a matlab program to apply 3 x 3 mask

Write and implement a matlab program to apply 3 x 3 mask

  Use matlab to plot the periodic square wave

Use MATLAB to plot the periodic square wave 5 f(t) over the time interval 0 ≤ t ≤ 3T  . On the same graph, plot the output waveforms, f0(t), of the two amplifiers with corner frequencies of F =  10I and F = 40I, respectively.

  Build a simulation using newtons laws of motion

Build a new and different simulation of your own using Newtons laws of motion and Show the code and describe how it works

  Build a matlab based graphical user interface

Build a Matlab based graphical user interface (GUI) that operates in conjunction with a base Matlab/ Simulink simulation program. Any base simulation is considered acceptable.

  Design a controller for a wind power induction generator

Design a controller for a wind power induction generator with battery connected and grid connected to "improve harmonics level". The controller can be reactive power control method.

  Describe both the hydraulic press and control valve

Formulate a solution to the diffusion equation using an explicit method and develop a Matlab script file implementing this explicit method - Develop a Simulink model which describes both the hydraulic press and control valve.

  What is the total variability in the dataset

This problem is aimed at helping you understand the PGA method using an idealized dataset Since you know the data you are generating. it should help you understand the capability of the method. Perform a principal component analysis on the dataset ..

  Simulate the standardised sum of independent

Simulate the standardised sum of independent and identically distributed variates - Fit a linear regression model as in Q5, and plot your estimates for β0 and β1 as N increases, together with a line indicating their true values. Supply your code.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd