Engineering Applications using MATLAB

Slides:



Advertisements
Similar presentations
STATE SPACE MODELS MATLAB Tutorial.
Advertisements

Dynamics of a four-bar linkage
National Technical University of Athens Diploma Thesis «Computational Simulation of the road behaviour of a vehicle by use of a non- linear six-degree.
Bottle Rocket Calculations
RECTANGULAR COORDINATES
EGR 1101: Unit 12 Lecture #1 Differential Equations (Sections 10.1 to 10.4 of Rattan/Klingbeil text)
Forces applied at an Angle & Inclined Planes
Geometry of five link mechanism with two degrees of freedom David Tavkhelidze.
2L 2aL s h T Introduction Zach Frye, University of Wisconsin-Eau Claire Faculty Advisors: Mohamed Elgindi, and John Drost, Department of Mathematics Funded.
KINETICS of PARTICLES Newton’s 2nd Law & The Equation of Motion
By Hrishikesh Gadre Session II Department of Mechanical Engineering Louisiana State University Engineering Equation Solver Tutorials.
Course Outline 1.MATLAB tutorial 2.Motion of systems that can be idealized as particles Description of motion; Newton’s laws; Calculating forces required.
The first exam will be held on Tuesday, September 23, in room 109 Heldenfels from 7 to 9:30 p.m. Section 807 and half of section 808 (students with last.
Physics 218: Mechanics Instructor: Dr. Tatiana Erukhimova Sections 818, 819, 820, 821 Lecture 11.
Department of Physics and Applied Physics , F2010, Lecture 18 Physics I LECTURE 18 11/15/10.
The first exam will be on Tuesday, September 25, room 109 in Heldenfels building. Section 807 and half of the Section 808 (students with last name starting.
HossamTalaat - MATLAB Course - KSU - 21/1/24 1 IEEE Student Branch - College of Engineering - KSU Getting started with Simulink By Prof. Hossam Talaat.
FE Review Dynamics G. Mauer UNLV Mechanical Engineering.
Analysis of Blade Performance in Compressible Flows P M V Subbarao Professor Mechanical Engineering Department Enhanced Effects due to Flow with Snestive.
Ken YoussefiMechanical Engineering Dept. 1 Force Analysis Kinetic analysis has to be performed to design the shape and thickness of the links, the joints.
Low Cost, Compact Microwave Reflectometer for Non-Destructive Testing Matthew Rangen and Keith Bruno April 15, 2005 Bradley University Department of Electrical.
Physics 218: Mechanics Instructor: Dr. Tatiana Erukhimova Lecture 17.
By Hrishikesh Gadre Session I Introduction to EES Department of Mechanical Engineering Louisiana State University Engineering Equation.
POWER AND EFFICIENCY Today’s Objectives: Students will be able to:
Graphing Linear Equations in Two Variables The Graph of a linear equation in two variables is the graph of all the ordered pairs (x,y) that satisfy the.
Physics. Session Opener A recent space shuttle accident occurred because of failure of heat protecting devices. How was this heat generated ?
Chapter 4: Equilibrium Equilibrium means balance of forces to prevent body from translating, and balance of moments to prevent body from rotating. Vector.
MATLAB Tutorials Session I Introduction to MATLAB Rajeev Madazhy Dept of Mechanical Engineering LSU.
Mechanism & Synthesis Mechanisms & synthesis
THE WORK OF A FORCE, PRINCIPLE OF WORK AND ENERGY, & PRINCIPLE OF WORK AND ENERGY FOR A SYSTEM OF PARTICLES Today’s Objectives: Students will be able to:
Lec 3. System Modeling Transfer Function Model
9 Torsion.
Feb 18, /34 Mechanical Engineering at Virginia Tech What to bring and what to study One 8.5 X 11 formula sheet, one side only, no examples. Save.
Chapter 2: First Steps in MuPAD MATLAB for Scientist and Engineers Using Symbolic Toolbox.
Team 038 Lovington High School Team Members: Nicholas Tobkin, Dustin Graham, Elizabeth Myers, & Jeremiah Giese Sponsoring Teacher: Mrs. Pamela Gray What.
Department of Mechanical Engineering, LSU Session IV MATLAB Tutorials Session IV Mathematical Applications using MATLAB Rajeev Madazhy
Physics. Simple Harmonic Motion - 3 Session Session Objectives.
System Control Theory Lab
Scientific Computing Numerical Solution Of Ordinary Differential Equations - Euler’s Method.
Mathematical Applications using MATLAB (Cont….)
Forces on Inclined Planes Unit 3, Presentation 3.
Department of Mechanical Engineering, LSUSession VII MATLAB Tutorials Session VII Introduction to SIMULINK Rajeev Madazhy
Chapter 5 Two Dimensional Forces Equilibrium An object either at rest or moving with a constant velocity is said to be in equilibrium The net force acting.
EE 460 Advanced Control and System Integration
Physics Formulas. The Components of a Vector Can resolve vector into perpendicular components using a two-dimensional coordinate system:
Differential Equations Linear Equations with Variable Coefficients.
Pulleys Example Whiteboards - Atwood’s Machine Whiteboards - Inclined Plane M1M1 M2M2.
1 - 1 Dr.T.VENKATAMUNI, M.Tech, Ph.D PROFESSOR & HOD DEPARTMENT OF MECHANICAL ENGINEERING JEPPIAAR INSTITUTE OF TECHNOLOGY.
Computers in Civil Engineering 53:081 Spring 2003 Lecture #10 Pipe Network as a Systems of Non-Linear Equations.
4-8 Applications Involving Friction, Inclines
Lab 10: Simple Harmonic Motion, Pendulum Only 3 more to go!!  mg T length = l A B C mg T T -mgsin  -mgcos  The x-component of the weight is the force.
Session III Plotting in MATLAB Rajeev Madazhy Dept of Mechanical Engineering LSU MATLAB Tutorials.
ABSOLUTE MOTION ANALYSIS Today’s Objective: Students will be able to: 1.Determine the velocity and acceleration of a rigid body undergoing general plane.
Sanitary Engineering Lecture 7
Friction & Inclined Planes
Modeling and Simulation Dr. Mohammad Kilani
Coefficient of Friction: Inclined Plane
Work and Power Quiz Solutions
ME321 Kinematics and Dynamics of Machines
ME321 Kinematics and Dynamics of Machines
Mechanical Engineering at Virginia Tech
Two Dimensional Forces
POWER AND EFFICIENCY Today’s Objectives: Students will be able to:
Blocks 1 and 2 of masses ml and m2, respectively, are connected by a light string, as shown. These blocks are further connected to a block of mass M by.
ME321 Kinematics and Dynamics of Machines
Friction & Inclined Planes
Use power series to solve the differential equation. y ' = 7xy
Section 9.4 – Solving Differential Equations Symbolically
Work, Energy, Power.
Nonlinear Systems of Equations
Presentation transcript:

Engineering Applications using MATLAB MATLAB Tutorials Session VI Engineering Applications using MATLAB Rajeev Madazhy Email: rmadaz1@lsu.edu Dept of Mechanical Engineering LSU

Last Session…. Solving Double Integrals Ordinary Differential Equations Examples of ODE using MATLAB…. Mention of DDE’s

Session VI Outline…. Engineering Applications using MATLAB…. Solving non linear differential equations Algorithm analysis for four bar linkage problem Other mechanical problems

Solving non-linear Diff Equation…. Same as linear differential equations (use ode45) Incorporate differences in the function Consider the previous example of spring-mass-damper system let there be an external force of 0.1*sin(w*t) where w is the frequency of the input and the value of c and k varies as follows C=1 for x(1)>0.5m/s and 5 for x(1)<=0.5m/s K=10 for x(2)>=-0.25m and 20 for x(2)<-0.25

Function….

Command window….

Output….

Output….

Example 2: Four Bar Linkage…. C y B   D  A x

The lengths of AB, BC, CD, DA are known Algorithm analysis…. The lengths of AB, BC, CD, DA are known To determine the coordinate (x, y) of point C at each rotation angle of ABD or . Basic formula. B c a C A b

Cont…. Step 1: Calculate length of BD Step 2: Calculate angle Step 3: Calculate angle Step 4: The coordinate of point C is as follows:

Cont…. ( If 0< <pi ) ( If pi < <2pi )

MATLAB program….

MATLAB program….

MATLAB program….

MATLAB program….

Animated output….

Moving block in an inclined plane…. Moving object from (x1,y1) to (x2,y2). The friction coefficient is =0.1. The starting velocity at 1 is v1. Calculate v2 (velocity at 2), t (time), and a (acceleration) N  mg mgsin mgcos N (x1,y1) v1 (x2,y2) v2

MATLAB Program….

Output….

Determining Diameter of the pipe from the flow rate…. Q

Fountain.m

Fountain.m cont….

Piping.m

Piping.m cont…

Recap…. What have we learnt today? Engineering Applications using MATLAB…. Solving non linear differential equations Algorithm analysis for four bar linkage problem Other mechanical problems

Thank You