Modification of a Sophomore Linear Systems Course to Reflect Modern Computing Strategies

Size: px
Start display at page:

Download "Modification of a Sophomore Linear Systems Course to Reflect Modern Computing Strategies"

Transcription

1 Session 3220 Modification of a Sophomore Linear Systems Course to Reflect Modern Computing Strategies Raymond G. Jacquot, Jerry C. Hamann, John E. McInroy Electrical Engineering Department, University of Wyoming Abstract This paper reports on an effort currently underway to integrate modern computing strategies into a sophomore course in linear systems. The course material includes Laplace transforms, system modeling and simulation, Fourier series and Fourier transforms. The course has a laboratory which meets biweekly. The effort reported here is one to incorporate the use of two software packages across the lecture and laboratory portions of the course. Introduction Getting Electrical Engineering students started in their curriculum with up-to-date attitudes toward the role of computing in the engineering problem solving process is extremely important. This attitude should not be one that automated computing is a course of last resort for problems that cannot be solved by hand, but rather that computing is something that the practitioner does in practice to increase productivity and to make the workload more bearable. In addition, computing should not be done in a setting where the engineer does not understand the process being implemented. That is, a full understanding of the process is still very important so that the engineer can know when computed results make no sense. Freshman students in the Electrical Engineering Department at the University of Wyoming are first introduced to computing in the Introduction to Engineering Computing course wherein they are exposed to tksolver and Excel in an engineering problem solving atmosphere addressing problems of material balance, engineering economics, electric circuits, and statistics and data presentation. In the past, the introduction of computing tools appropriate to electrical engineering (namely Spice, MATLAB and an additional simulation tool) was done on a hit-and-miss basis and it was never clear what computing skills upper division students had. Reported here is an effort to remedy this situation and provide a unified approach such that all students have a set of known basic modern computational skills. Course Setting In the second semester of the sophomore year electrical engineering students are required to take a first course in linear systems which is preceded by a circuit analysis course the previous semester. Also they should have taken or be taking concurrently an ordinary differential equations course in the mathematics department. The linear systems course is a prerequisite for further study in electrical networks, network synthesis, controls and discrete signals and systems. Page

2 The course meets three times weekly and has a biweekly laboratory. The nominal topic outline of the course is given below in Table 1. Table 1. Topic Outline for the Linear Systems Course Solution of Linear Equations The Unit Step Function The Dirac Delta Function The Laplace Transform Development of Transform Pairs Time and Exponential Multiplication Partial Fraction Expansion Linear Ordinary Differential Equations System Modeling Mechanical Systems Electrical Networks System Concepts The Transfer Function Poles, Zeros and System Stability The Frequency Response Function Bode Plots First- and Second-Order Systems The Convolution Integral Fourier Methods The Fourier Series Mean Square Error and the Parseval Relation Filtering of Periodic Signals Complex Fourier Series The Fourier Spectrum Introduction to the Fourier Transform Appropriate Software In the selection of software there are many possibilities and it is best to introduce students to packages that will have maximum utility in their future education and practice. The software packages chosen for this course were MATLAB [1]and VisSim [2]. MATLAB was chosen because it has become the standard for system analysis, signal processing and many other engineering computing tasks. VisSim was chosen as a typical simulation tool because of its short learning curve and its excellent graphical user interface. This was done with full consciousness that Simulink fits better with MATLAB since it is an adjunct to MATLAB. This was done as a tradeoff because of the ease with which VisSim is learned. After this, the use of Simulink in the future is more readily achievable. Perhaps the novel part of this reported work is the simultaneous and synergistic introduction of both packages. Both of these software packages are available in Student Editions [3, 4] at very reasonable prices. It is important for completeness to note that Spice is introduced in the Electrical Networks course for which this course is a prerequisite. Page

3 The Theme Problem The primary use of the software is associated with the biweekly laboratory and is accomplished in the framework of a problem which provides a recurrent theme for all aspects of the course. In the fall semester of 1996 the problem involved a two degree-of-freedom vehicle suspension system as illustrated in Fig. 1 although it could as well be an electrical network. The system is fourth order and thus hand computations will not suffice for the calculation of various system responses to various road profile inputs. m 1 x 1 b k 1 x 2 m 2 k 2 x 3 Figure 1. Vehicle Suspension System Theme Problem. In this system m 1 and x 1 are respectively the mass and displacement of the chassis while m 2 and x 2 are respectively the mass and displacement of the axle and wheels (the unsprung mass). Coefficient b represents the viscous damping of the shock absorber, k 1 the stiffness of the springs and k 2 the stiffness of the tires. Displacement x 3 represents the road profile which serves as the forcing function for the system. A meaningful set of parameters for this system are: m 1 = 360 kg m 2 = 30 kg k 1 = 15 kn/m k 2 = 65 kn/m b = 0, 600, 1200, 1800 N-s/m For all exercises the students are asked to predict the system response using transform methods and MATLAB, and to verify that prediction by time-domain simulation using VisSim. The Laboratory Exercises In the course of the laboratory six exercises are accomplished and are detailed below by number. Lab Exercise 1 This provides an introduction to MATLAB in the context of polynomial assembly from the roots, finding polynomial roots, polynomial evaluation, function evaluation and plotting and solution of linear equations. Lab Exercise 2 Students gain expertise in the use of MATLAB as an aid in the Laplace transform solution of linear, constant coefficient differential equations and to plot the solution. The functional form of the solution is to be verified by simulation using VisSim and the conventional analog computer paradigm employing integrators, summers, inverters and function generators. Page

4 Lab Exercise 3 In this exercise the students model the system of Fig. 1 and solve the governing differential equations to get responses x 1 (t) and x 2 (t) when x 3 (t) is a negative step function for several values of the shock absorber coefficient. These solutions are to be corroborated by appropriate simulations using VisSim. Lab Exercise 4 Students are asked to derive the transfer function X 1 (s)/x 3 (s) and invert it to obtain the impulse response function. They are asked to examine the effect of the shock absorber coefficient b on the locations of the poles and zeros of the transfer function. Lab Exercise 5 Students are asked to use frequency response concepts to examine the steady-state response of the vehicle to a sinusoidal washboard road for several different forward velocities. Again these results are to be verified by time-domain simulation. Lab Exercise 6 Here the road profile is taken to be a sawtooth function which is to be represented by a Fourier series. Using the frequency response function and the principle of superposition the students are asked to predict the steady-state response to this sawtooth forcing function. Using VisSim they are also asked to synthesize the sawtooth waveform using a sum of sinusoidal signals. After this synthesis, the resulting waveform is to be used as a driving function for the vehicle dynamics. As a specific example consider Lab Exercise 6 in which the vehicle travels over a sawtooth road surface at a single fixed forward velocity of v = 0.12 m/s. The wavelength of the washboard is λ = 0.3 m so the fundamental radian frequency is ω 1 = 2.51 r/s. This waveform is illustrated in Fig. 2 below. The Fourier synthesis of the sawtooth waveform can be accomplished in VisSim employing a series of sinewave generators and summation. This signal can then be used as the forcing function to the system treated as a transfer function. x 3 (t) 0.08m t, sec. Figure 2. Sawtooth Road Waveform. The results for b = 600 N-s/m are illustrated in Fig. 3. It can be seen that in the case of the simulation solution there is a transient period before steady state is reached. Conclusion The authors have reported here an effort to rejuvenate a sophomore level linear systems course by incorporating state-of-the-art computing tools into the laboratory portion of the course. One aspect of this effort which was viewed as very positive was the simultaneous use of MATLAB and VisSim to evaluate responses of a reasonably complex system from both a mathematical and Page

5 MATLAB VisSim Figure 3. Responses Calculated by Fourier Series and by Simulation. a simulation point of view. The tools introduced at this time form a solid foundation for computing tasks in subsequent signals, systems and electronics courses. For interested faculty the m-files and the vsm-files are available for each lab exercise and the lab handouts are available as Word documents. An request to the first author at quot@uwyo.edu will initiate the sending of said materials. References [1] The Math Works, Inc., MATLAB Reference Guide, Natick, MA, [2] Visual Solutions, Inc., VisSim User s Guide--Version 1.2, Westford, MA, [3] The Math Works, Inc., The Student Edition of MATLAB, Prentice-Hall, Englewood Cliffs, NJ, [4] Darnell, K. and A. K. Mulpur, Visual Simulation with Student VisSim, PWS Publishing, Boston, MA, Raymond G. Jacquot Ray Jacquot received his BSME and MSME degrees at the University of Wyoming in 1960 and 1962 respectively. He was an NSF Science Faculty Fellow at Purdue University where he received the Ph.D. in He is a member of ASEE, IEEE and ASME and has been active the Computers in Education Division of ASEE and has educational interests in control of dynamic systems and is currently Professor of Electrical Engineering. Jerry C. Hamann Jerry Hamann received the BS degree in Electrical Engineering/Bioengineering from the University of Wyoming in After employment with Hewlett-Packard he returned to the University of Wyoming as a NSF Graduate Fellow completing the MS degree in He completed the Ph.D. at the University of Wisconsin in 1993 with a focus in robust control. His Page

6 interests are in systems and real-time signal processing. He is currently Assistant Professor of Electrical Engineering. John E. McInroy John McInroy received the BS degree in Electrical Engineering from the University of Wyoming in He received the MS and Ph.D. degrees in Electrical Engineering from Renselaer Polytechnic Institute in 1988 and 1991 respectively. His interests are in robotic systems, sensor data fusion and precision motion control. He is currently Assistant Professor of Electrical Engineering. Page

: TEACHING DIFFERENTIAL EQUATIONS WITH AN ENGINEERING FOCUS

: TEACHING DIFFERENTIAL EQUATIONS WITH AN ENGINEERING FOCUS 2006-915: TEACHING DIFFERENTIAL EQUATIONS WITH AN ENGINEERING FOCUS Stephen Pennell, University of Massachusetts-Lowell Stephen Pennell is a Professor in the Department of Mathematical Sciences at the

More information

Finite Element Modules for Demonstrating Critical Concepts in Engineering Vibration Course

Finite Element Modules for Demonstrating Critical Concepts in Engineering Vibration Course Finite Element Modules for Demonstrating Critical Concepts in Engineering Vibration Course Shengyong Zhang Assistant Professor of Mechanical Engineering College of Engineering and Technology Purdue University

More information

AC : DEVELOPMENT OF VISUALIZATION TOOLS FOR ONE AND MULTIPLE DOF DYNAMIC SYSTEMS

AC : DEVELOPMENT OF VISUALIZATION TOOLS FOR ONE AND MULTIPLE DOF DYNAMIC SYSTEMS AC 2009-296: DEVELOPMENT OF VISUALIZATION TOOLS FOR ONE AND MULTIPLE DOF DYNAMIC SYSTEMS Jiang Zhou, Lamar University Jiang Zhou Ph. D in Mechanical Engineering of University of Maryland, Baltimore County

More information

Teaching State Variable Feedback to Technology Students Using MATLAB and SIMULINK

Teaching State Variable Feedback to Technology Students Using MATLAB and SIMULINK Teaching State Variable Feedback to Technology Students Using MATLAB and SIMULINK Kathleen A.K. Ossman, Ph.D. University of Cincinnati Session 448 I. Introduction This paper describes a course and laboratory

More information

Dr. Ian R. Manchester

Dr. Ian R. Manchester Dr Ian R. Manchester Week Content Notes 1 Introduction 2 Frequency Domain Modelling 3 Transient Performance and the s-plane 4 Block Diagrams 5 Feedback System Characteristics Assign 1 Due 6 Root Locus

More information

BMEN 398: MATLAB Module: Higher Order Differential Equations; SIMULINK Fall 2005 Updated 8/21/2005 Hart

BMEN 398: MATLAB Module: Higher Order Differential Equations; SIMULINK Fall 2005 Updated 8/21/2005 Hart BMEN 398: MATLAB Module: Higher Order Differential Equations; SIMULINK Fall 2005 Updated 8/21/2005 Hart Higher Order ODEs: (Rao, 2002) Although we can now write MATLAB code to find numerical solutions

More information

NETWORK ANALYSIS WITH APPLICATIONS

NETWORK ANALYSIS WITH APPLICATIONS NETWORK ANALYSIS WITH APPLICATIONS Third Edition William D. Stanley Old Dominion University Prentice Hall Upper Saddle River, New Jersey I Columbus, Ohio CONTENTS 1 BASIC CIRCUIT LAWS 1 1-1 General Plan

More information

Simon Fraser University School of Engineering Science ENSC Linear Systems Spring Instructor Jim Cavers ASB

Simon Fraser University School of Engineering Science ENSC Linear Systems Spring Instructor Jim Cavers ASB Simon Fraser University School of Engineering Science ENSC 380-3 Linear Systems Spring 2000 This course covers the modeling and analysis of continuous and discrete signals and systems using linear techniques.

More information

Illustrating Rotating Principal Stresses in a Materials Science Course

Illustrating Rotating Principal Stresses in a Materials Science Course Paper ID #706 Illustrating Rotating Principal Stresses in a Materials Science Course Prof. Somnath Chattopadhyay, Georgia Southern University Dr. Rungun Nathan, Penn State Berks Dr. Rungun Nathan is an

More information

Early Introduction of Design Fundamentals into the Chemical Engineering Curriculum

Early Introduction of Design Fundamentals into the Chemical Engineering Curriculum Session 3513 Early Introduction of Design Fundamentals into the Chemical Engineering Curriculum Brian S. Mitchell Tulane University Introduction In response to concerns raised by the Accreditation Board

More information

Using Excel to Implement the Finite Difference Method for 2-D Heat Transfer in a Mechanical Engineering Technology Course

Using Excel to Implement the Finite Difference Method for 2-D Heat Transfer in a Mechanical Engineering Technology Course Paper ID #9196 Using Excel to Implement the Finite Difference Method for -D Heat ransfer in a Mechanical Engineering echnology Course Mr. Robert Edwards, Pennsylvania State University, Erie Bob Edwards

More information

EET 3212 Control Systems. Control Systems Engineering, 6th Edition, Norman S. Nise December 2010, A. Goykadosh and M.

EET 3212 Control Systems. Control Systems Engineering, 6th Edition, Norman S. Nise December 2010, A. Goykadosh and M. NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York 300 Jay Street Brooklyn, NY 11201-2983 Department of Electrical and Telecommunications Engineering Technology TEL (718) 260-5300 - FAX:

More information

AC : RULE-BASED MODELING OF DYNAMIC SYSTEMS AND COMPUTATION OF TRANSFER-FUNCTIONS WITH "MATLAB"

AC : RULE-BASED MODELING OF DYNAMIC SYSTEMS AND COMPUTATION OF TRANSFER-FUNCTIONS WITH MATLAB AC 007-36: RULE-BASED MODELING OF DYNAMIC SYSTEMS AND COMPUTATION OF TRANSFER-FUNCTIONS WITH "MATLAB" Swami Karunamoorthy, St. Louis University Dr. Swami Karunamoorthy is the professor of Aerospace and

More information

SYLLABUS. osmania university CHAPTER - 1 : TRANSIENT RESPONSE CHAPTER - 2 : LAPLACE TRANSFORM OF SIGNALS

SYLLABUS. osmania university CHAPTER - 1 : TRANSIENT RESPONSE CHAPTER - 2 : LAPLACE TRANSFORM OF SIGNALS i SYLLABUS osmania university UNIT - I CHAPTER - 1 : TRANSIENT RESPONSE Initial Conditions in Zero-Input Response of RC, RL and RLC Networks, Definitions of Unit Impulse, Unit Step and Ramp Functions,

More information

SYLLABUS FORM WESTCHESTER COMMUNITY COLLEGE Valhalla, NY lo595. l. Course #: PHYSC NAME OF ORIGINATOR /REVISOR: ALENA O CONNOR

SYLLABUS FORM WESTCHESTER COMMUNITY COLLEGE Valhalla, NY lo595. l. Course #: PHYSC NAME OF ORIGINATOR /REVISOR: ALENA O CONNOR SYLLABUS FORM WESTCHESTER COMMUNITY COLLEGE Valhalla, NY lo595 l. Course #: PHYSC 121 2. NAME OF ORIGINATOR /REVISOR: ALENA O CONNOR NAME OF COURSE ENGINEERING PHYSICS 1 WITH LAB 3. CURRENT DATE: SUMMER

More information

MAPLE for CIRCUITS and SYSTEMS

MAPLE for CIRCUITS and SYSTEMS 2520 MAPLE for CIRCUITS and SYSTEMS E. L. Gerber, Ph.D Drexel University ABSTRACT There are three popular software programs used to solve circuits problems: Maple, MATLAB, and Spice. Each one has a different

More information

Signals and Systems with MATLAB Applications

Signals and Systems with MATLAB Applications Signals and Systems with MATLAB Applications Second Edition Steven T. Karris www.orchardpublications.com Signals and Systems with MATLAB Applications, Second Edition Copyright 2003. All rights reserved.

More information

Department of Electrical and Telecommunications Engineering Technology TEL (718) FAX: (718) Courses Description:

Department of Electrical and Telecommunications Engineering Technology TEL (718) FAX: (718) Courses Description: NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York 300 Jay Street Brooklyn, NY 11201-2983 Department of Electrical and Telecommunications Engineering Technology TEL (718) 260-5300 - FAX:

More information

Theory and Problems of Signals and Systems

Theory and Problems of Signals and Systems SCHAUM'S OUTLINES OF Theory and Problems of Signals and Systems HWEI P. HSU is Professor of Electrical Engineering at Fairleigh Dickinson University. He received his B.S. from National Taiwan University

More information

ME scope Application Note 28

ME scope Application Note 28 App Note 8 www.vibetech.com 3/7/17 ME scope Application Note 8 Mathematics of a Mass-Spring-Damper System INTRODUCTION In this note, the capabilities of ME scope will be used to build a model of the mass-spring-damper

More information

BSEE REQUIREMENTS

BSEE REQUIREMENTS College of Engineering The Klipsch School of Electrical and Computer Engineering BSEE REQUIREMENTS 2014-2015 This document presents a summary of the requirements for earning a Bachelor of Science degree

More information

1) Electronic Circuits & Laboratory

1) Electronic Circuits & Laboratory ENSEA COURSES TAUGHT IN ENGLISH SPRING Semester 1) Electronic Circuits & Laboratory Lecture : 45 hours Laboratory : 45 hours US Credits : 6 Analysis of integrated amplifiers with bipolar junction transistors

More information

USE OF MATLAB TO UNDERSTAND BASIC MATHEMATICS

USE OF MATLAB TO UNDERSTAND BASIC MATHEMATICS USE OF MATLAB TO UNDERSTAND BASIC MATHEMATICS Sanjay Gupta P. G. Department of Mathematics, Dev Samaj College For Women, Punjab ( India ) ABSTRACT In this paper, we talk about the ways in which computer

More information

Lecture 27 Frequency Response 2

Lecture 27 Frequency Response 2 Lecture 27 Frequency Response 2 Fundamentals of Digital Signal Processing Spring, 2012 Wei-Ta Chu 2012/6/12 1 Application of Ideal Filters Suppose we can generate a square wave with a fundamental period

More information

BSEE REQUIREMENTS

BSEE REQUIREMENTS College of Engineering The Klipsch School of Electrical and Computer Engineering BSEE REQUIREMENTS 201-201 This document presents a summary of the requirements for earning a Bachelor of Science degree

More information

AC : BALANCING THEORY, SIMULATION AND PHYSICAL EXPERIMENTS IN

AC : BALANCING THEORY, SIMULATION AND PHYSICAL EXPERIMENTS IN AC 2011-682: BALANCING THEORY, SIMULATION AND PHYSICAL EXPERIMENTS IN Anthony William Duva, Wentworth Institute of Technology Anthony W. Duva has been a faculty member in the Mechanical Engineering and

More information

CONTROL SYSTEMS ENGINEERING Sixth Edition International Student Version

CONTROL SYSTEMS ENGINEERING Sixth Edition International Student Version CONTROL SYSTEMS ENGINEERING Sixth Edition International Student Version Norman S. Nise California State Polytechnic University, Pomona John Wiley fir Sons, Inc. Contents PREFACE, vii 1. INTRODUCTION, 1

More information

Developing a Multisemester Interwoven Dynamic Systems Project to Foster Learning and Retention of STEM Material

Developing a Multisemester Interwoven Dynamic Systems Project to Foster Learning and Retention of STEM Material 100 10 1 ζ=0.1% ζ=1% ζ=2% ζ=5% ζ=10% ζ=20% 0-90 -180 ζ=20% ζ=10% ζ=5% ζ=2% ζ=1% ζ=0.1% Proceedings of 2004 IMECE: November 13-19, 2004, Anaheim, CA 2004 ASME International Mechanical Engineering Congress

More information

A NONLINEAR FINITE ELEMENT TOOLBOX FOR STRUCTURAL CONTROL

A NONLINEAR FINITE ELEMENT TOOLBOX FOR STRUCTURAL CONTROL A NONLINEAR FINITE ELEMENT TOOLBOX FOR STRUCTURAL CONTROL Matthew W. Roberts 1, Luciana R. Barroso 2, and Loren D. Lutes ABSTRACT The unique informational requirements of structural control often preclude

More information

Using Laplace Transforms to Build a Linear/Non-linear Speedometer

Using Laplace Transforms to Build a Linear/Non-linear Speedometer Using Laplace Transforms to Build a Linear/Non-linear Speedometer Navarun Gupta, Sarosh Patel, and Lawrence Hmurcik Dept. of Electrical Engineering, University of Bridgeport ABSTRACT Consider the design

More information

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS PREFACE i Preface If an application of mathematics has a component that varies continuously as a function of time, then it probably involves a differential equation. For this reason, ordinary differential

More information

CYBER EXPLORATION LABORATORY EXPERIMENTS

CYBER EXPLORATION LABORATORY EXPERIMENTS CYBER EXPLORATION LABORATORY EXPERIMENTS 1 2 Cyber Exploration oratory Experiments Chapter 2 Experiment 1 Objectives To learn to use MATLAB to: (1) generate polynomial, (2) manipulate polynomials, (3)

More information

Computational Tools to Enhance the Study of Gas Power Cycles in Mechanical Engineering Courses

Computational Tools to Enhance the Study of Gas Power Cycles in Mechanical Engineering Courses Computational Tools to Enhance the Study of Gas Power Cycles in Mechanical Engineering Courses Alta A. Knizley and Pedro J. Mago Department of Mechanical Engineering, Mississippi State University Abstract

More information

Special Two-Semester Linear Algebra Course (Fall 2012 and Spring 2013)

Special Two-Semester Linear Algebra Course (Fall 2012 and Spring 2013) Special Two-Semester Linear Algebra Course (Fall 2012 and Spring 2013) The first semester will concentrate on basic matrix skills as described in MA 205, and the student should have one semester of calculus.

More information

Math 330 (Section 7699 ): Fall 2015 Syllabus

Math 330 (Section 7699 ): Fall 2015 Syllabus College of Staten Island, City University of New York (CUNY) Math 330 (Section 7699 ): Fall 2015 Syllabus Instructor: Joseph Maher Applied Mathematical Analysis I Office: 1S-222 Phone: (718) 982-3623 Email:

More information

Lecture 9. Welcome back! Coming week labs: Today: Lab 16 System Identification (2 sessions)

Lecture 9. Welcome back! Coming week labs: Today: Lab 16 System Identification (2 sessions) 232 Welcome back! Coming week labs: Lecture 9 Lab 16 System Identification (2 sessions) Today: Review of Lab 15 System identification (ala ME4232) Time domain Frequency domain 1 Future Labs To develop

More information

Why This Class? James K. Peterson. August 22, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Why This Class? James K. Peterson. August 22, Department of Biological Sciences and Department of Mathematical Sciences Clemson University Why This Class? James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University August 22, 2013 Outline 1 Our Point of View Mathematics, Science and Computer

More information

A Correlation of Pearson Physics 2014

A Correlation of Pearson Physics 2014 A Correlation of Pearson Physics Ohio s New Learning Standards for Science, 2011 Physics, High School Science Inquiry and Application Course Content A Correlation of, INTRODUCTION This document demonstrates

More information

Prerequisites: Successful completion of PHYS 2222 General Physics (Calculus) with a grade of C or better.

Prerequisites: Successful completion of PHYS 2222 General Physics (Calculus) with a grade of C or better. Prepared by: P. Blake Reviewed by: M. Mayfield Date prepared: March 13, 2017 C&GE approved: April 17, 2017 Board approved: May 10, 2017 Semester effective: Spring 2018 Engineering (ENGR) 2000 Circuit Analysis

More information

Developing a Virtual Model of a Second Order System to Simulation Real Laboratory Measurement Problems

Developing a Virtual Model of a Second Order System to Simulation Real Laboratory Measurement Problems Proceedings of 24 IMECE: November 13-19, 24, Anaheim, CA 24 ASME International Mechanical Engineering Congress and RD&D Expo Developing a Virtual Model of a Second Order System to Simulation Real Laboratory

More information

ECE 516: System Control Engineering

ECE 516: System Control Engineering ECE 516: System Control Engineering This course focuses on the analysis and design of systems control. This course will introduce time-domain systems dynamic control fundamentals and their design issues

More information

Spacecraft Attitude Dynamics for Undergraduates

Spacecraft Attitude Dynamics for Undergraduates Session 1123 Spacecraft Attitude Dynamics for Undergraduates Dr. Rachel Shinn Embry Riddle Aeronautical University, Prescott, AZ Abstract Teaching spacecraft attitude dynamics to undergraduate students

More information

Modesto Junior College Course Outline of Record MATH 122

Modesto Junior College Course Outline of Record MATH 122 Modesto Junior College Course Outline of Record MATH 122 I. OVERVIEW The following information will appear in the 2009-2010 catalog MATH 122 Pre-Calculus 2 5 Units Together with MATH 121, a two-semester

More information

CONTROL * ~ SYSTEMS ENGINEERING

CONTROL * ~ SYSTEMS ENGINEERING CONTROL * ~ SYSTEMS ENGINEERING H Fourth Edition NormanS. Nise California State Polytechnic University, Pomona JOHN WILEY& SONS, INC. Contents 1. Introduction 1 1.1 Introduction, 2 1.2 A History of Control

More information

ALGORITHMS AND COMPUTER METHODS IN DIGITAL SIGNAL PROCESSING

ALGORITHMS AND COMPUTER METHODS IN DIGITAL SIGNAL PROCESSING Session 353 ALGORITHMS AND COMPUTER METHODS IN DIGITAL SIGNAL PROCESSING S. Hossein Mousavinezhad, Professor & Chairperson, and Dean R. Johnson, Associate Professor Department of Electrical and Computer

More information

Vibrations Qualifying Exam Study Material

Vibrations Qualifying Exam Study Material Vibrations Qualifying Exam Study Material The candidate is expected to have a thorough understanding of engineering vibrations topics. These topics are listed below for clarification. Not all instructors

More information

CALIFORNIA INSTITUTE OF TECHNOLOGY Control and Dynamical Systems

CALIFORNIA INSTITUTE OF TECHNOLOGY Control and Dynamical Systems R. M. Murray Fall 2004 CALIFORNIA INSTITUTE OF TECHNOLOGY Control and Dynamical Systems CDS 101/110 Homework Set #2 Issued: 4 Oct 04 Due: 11 Oct 04 Note: In the upper left hand corner of the first page

More information

MATH 251 Ordinary and Partial Differential Equations Summer Semester 2017 Syllabus

MATH 251 Ordinary and Partial Differential Equations Summer Semester 2017 Syllabus MATH 251 Ordinary and Partial Differential Equations Summer Semester 2017 Syllabus Course Description: Ordinary and Partial Differential Equations. First and second order equations; series solutions; Laplace

More information

International Journal of Multidisciplinary and Current Research

International Journal of Multidisciplinary and Current Research International Journal of Multidisciplinary and Current Research Research Article ISSN: 2321-3124 Available at: http://ijmcr.com Theoretical and Numerical Analysis of Half Car Vehicle Dynamic Model Subjected

More information

Mathematics of Chemistry: Techniques & Applications (CHEM-UA 140)

Mathematics of Chemistry: Techniques & Applications (CHEM-UA 140) Mathematics of Chemistry: Techniques & Applications (CHEM-UA 140) Professor Mark E. Tuckerman Office: 1166E Waverly Phone: 8-8471 Email: mark.tuckerman@nyu.edu Class Time & Location: Tuesday, Thursday:

More information

MATHEMATICS (MATH) Calendar

MATHEMATICS (MATH) Calendar MATHEMATICS (MATH) This is a list of the Mathematics (MATH) courses available at KPU. For information about transfer of credit amongst institutions in B.C. and to see how individual courses transfer, go

More information

Car Dynamics using Quarter Model and Passive Suspension, Part VI: Sprung-mass Step Response

Car Dynamics using Quarter Model and Passive Suspension, Part VI: Sprung-mass Step Response IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 2, Ver. 1 (Mar Apr. 2015), PP 65-74 www.iosrjournals.org Car Dynamics using Quarter Model and Passive

More information

CONSIM - MS EXCEL BASED STUDENT FRIENDLY SIMULATOR FOR TEACHING PROCESS CONTROL THEORY

CONSIM - MS EXCEL BASED STUDENT FRIENDLY SIMULATOR FOR TEACHING PROCESS CONTROL THEORY CONSIM - MS EXCEL BASED STUDENT FRIENDLY SIMULATOR FOR TEACHING PROCESS CONTROL THEORY S. Lakshminarayanan, 1 Rao Raghuraj K 1 and S. Balaji 1 1 Department of Chemical and Biomolecular Engineering, 4 Engineering

More information

Course Outcomes Guide (COG)

Course Outcomes Guide (COG) Course Outcomes Guide (COG) Directions: Please complete this form to document your progress toward improving student learning. For each item, indicate your progress and your anticipated next steps. Thank

More information

Transient Response of a Second-Order System

Transient Response of a Second-Order System Transient Response of a Second-Order System ECEN 830 Spring 01 1. Introduction In connection with this experiment, you are selecting the gains in your feedback loop to obtain a well-behaved closed-loop

More information

Advanced Aerospace Control. Marco Lovera Dipartimento di Scienze e Tecnologie Aerospaziali, Politecnico di Milano

Advanced Aerospace Control. Marco Lovera Dipartimento di Scienze e Tecnologie Aerospaziali, Politecnico di Milano Advanced Aerospace Control Dipartimento di Scienze e Tecnologie Aerospaziali, Politecnico di Milano ICT for control systems engineering School of Industrial and Information Engineering Aeronautical Engineering

More information

UNIVERSITY OF TORONTO - FACULTY OF APPLIED SCIENCE AND ENGINEERING Department of Electrical and Computer Engineering

UNIVERSITY OF TORONTO - FACULTY OF APPLIED SCIENCE AND ENGINEERING Department of Electrical and Computer Engineering UNIVERSITY OF TORONTO - FACULTY OF APPLIED SCIENCE AND ENGINEERING Department of Electrical and Computer Engineering MAT290H1F: ADVANCED ENGINEERING MATHEMATICS - COURSE SYLLABUS FOR FALL 2014 COURSE OBJECTIVES

More information

GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography

GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography Spring 2010 Wednesdays 5:35PM to 9:15PM Instructor: Doug Williamson, PhD Email: Douglas.Williamson@hunter.cuny.edu

More information

MATHEMATICS (MAT) Professors William Harris and Homer White (Chair); Visiting Assistant Professor Jianning Su; Visiting Lecturer Lucas Garnett

MATHEMATICS (MAT) Professors William Harris and Homer White (Chair); Visiting Assistant Professor Jianning Su; Visiting Lecturer Lucas Garnett MATHEMATICS (MAT) Professors William Harris and Homer White (Chair); Visiting Assistant Professor Jianning Su; Visiting Lecturer Lucas Garnett The various disciplines within the Department of Mathematics,

More information

In this lecture you will learn the following

In this lecture you will learn the following Module 9 : Forced Vibration with Harmonic Excitation; Undamped Systems and resonance; Viscously Damped Systems; Frequency Response Characteristics and Phase Lag; Systems with Base Excitation; Transmissibility

More information

Follow links Class Use and other Permissions. For more information, send to:

Follow links Class Use and other Permissions. For more information, send  to: COPYRIGHT NOTICE: Stephen L. Campbell & Richard Haberman: Introduction to Differential Equations with Dynamical Systems is published by Princeton University Press and copyrighted, 2008, by Princeton University

More information

Introduction to Modern Control MT 2016

Introduction to Modern Control MT 2016 CDT Autonomous and Intelligent Machines & Systems Introduction to Modern Control MT 2016 Alessandro Abate Lecture 2 First-order ordinary differential equations (ODE) Solution of a linear ODE Hints to nonlinear

More information

SOP Release. FEV Chassis Reliable Partner in Chassis Development. FEV Chassis Applications and Activities. Concept Layout. Design

SOP Release. FEV Chassis Reliable Partner in Chassis Development. FEV Chassis Applications and Activities. Concept Layout. Design CHASSIS Reliable Partner in Chassis Development FEV Chassis Applications and Activities Founded in 1978, FEV is an internationally recognized leader in the design and development of internal combustion

More information

Implementing an Intelligent Error Back Propagation (EBP) Relay in PSCAD TM /EMTDC 4.2.1

Implementing an Intelligent Error Back Propagation (EBP) Relay in PSCAD TM /EMTDC 4.2.1 1 Implementing an Intelligent Error Back Propagation (EBP) Relay in PSCAD TM /EMTDC 4.2.1 E. William, IEEE Student Member, Brian K Johnson, IEEE Senior Member, M. Manic, IEEE Senior Member Abstract Power

More information

CHAPTER INTRODUCTION

CHAPTER INTRODUCTION CHAPTER 3 DYNAMIC RESPONSE OF 2 DOF QUARTER CAR PASSIVE SUSPENSION SYSTEM (QC-PSS) AND 2 DOF QUARTER CAR ELECTROHYDRAULIC ACTIVE SUSPENSION SYSTEM (QC-EH-ASS) 3.1 INTRODUCTION In this chapter, the dynamic

More information

Modeling and Experimentation: Mass-Spring-Damper System Dynamics

Modeling and Experimentation: Mass-Spring-Damper System Dynamics Modeling and Experimentation: Mass-Spring-Damper System Dynamics Prof. R.G. Longoria Department of Mechanical Engineering The University of Texas at Austin July 20, 2014 Overview 1 This lab is meant to

More information

SYLLABUS SEFS 540 / ESRM 490 B Optimization Techniques for Natural Resources Spring 2017

SYLLABUS SEFS 540 / ESRM 490 B Optimization Techniques for Natural Resources Spring 2017 SYLLABUS SEFS 540 / ESRM 490 B Optimization Techniques for Natural Resources Spring 2017 Lectures: Winkenwerder Hall 107, 4:50-5:50pm, MW Labs: Mary Gates Hall 030, 1:30-2:50pm, Th Course Web Site: http://faculty.washington.edu/toths/course.shtml

More information

ECE 3800 Probabilistic Methods of Signal and System Analysis

ECE 3800 Probabilistic Methods of Signal and System Analysis ECE 3800 Probabilistic Methods of Signal and System Analysis Dr. Bradley J. Bazuin Western Michigan University College of Engineering and Applied Sciences Department of Electrical and Computer Engineering

More information

Department of Physics

Department of Physics Department of 1 Department of Department of Physical Sciences Building, Room 119 (909) 537-5397 Department of (http://physics.csusb.edu) Bachelor of Arts Bachelor of Science Applied Minor Applied Traditionally,

More information

KLEF University, Guntur B.Tech II year, First semester

KLEF University, Guntur B.Tech II year, First semester KLEF University, Guntur B.Tech II year, First semester-2011-12 Date: 04-07-2011 PROGRAM NAME Course name Course Coordinator Course Detail : ELECTRONICS AND COMPUTER ENGINEERING : Signals & Systems : Dr.K.S.Ramesh

More information

Rutgers-Newark PHYSICS RUTGERS THE STATE UNIVERSITY OF NEW JERSEY NEWARK

Rutgers-Newark PHYSICS RUTGERS THE STATE UNIVERSITY OF NEW JERSEY NEWARK THE STATE UNIVERSITY OF NEW JERSEY RUTGERS NEWARK Rutgers-Newark PHYSICS Number of programs offered.............. 4 Number of students in program........... 10 Average size of upper-level classes.............

More information

CHEMISTRY (CHEM) CHEM 208. Introduction to Chemical Analysis II - SL

CHEMISTRY (CHEM) CHEM 208. Introduction to Chemical Analysis II - SL Chemistry (CHEM) 1 CHEMISTRY (CHEM) CHEM 100. Elements of General Chemistry Prerequisite(s): Completion of general education requirement in mathematics recommended. Description: The basic concepts of general

More information

AC : INDIVIDUALIZED MATLAB PROJECTS IN UNDERGRADUATE ELECTROMAGNETICS

AC : INDIVIDUALIZED MATLAB PROJECTS IN UNDERGRADUATE ELECTROMAGNETICS AC 2010-36: INDIVIDUALIZED MATLAB PROJECTS IN UNDERGRADUATE ELECTROMAGNETICS Stuart Wentworth, Auburn University Stu Wentworth received his Electrical Engineering doctorate from the University of Texas,

More information

Use of an Analogy to Demonstrate the Origin and Nature of Steady-State Errors in Control Systems

Use of an Analogy to Demonstrate the Origin and Nature of Steady-State Errors in Control Systems Paper ID #6096 Use of an Analogy to Demonstrate the Origin and Nature of Steady-State Errors in Control Systems Dr. Robert J. Albright P.E., University of Portland Robert J. Albright received the B.S.

More information

Dynamic Stress Analysis of a Bus Systems

Dynamic Stress Analysis of a Bus Systems Dynamic Stress Analysis of a Bus Systems *H. S. Kim, # Y. S. Hwang, # H. S. Yoon Commercial Vehicle Engineering & Research Center Hyundai Motor Company 772-1, Changduk, Namyang, Whasung, Kyunggi-Do, Korea

More information

Columbus State Community College Mathematics Department. CREDITS: 5 CLASS HOURS PER WEEK: 5 PREREQUISITES: MATH 2173 with a C or higher

Columbus State Community College Mathematics Department. CREDITS: 5 CLASS HOURS PER WEEK: 5 PREREQUISITES: MATH 2173 with a C or higher Columbus State Community College Mathematics Department Course and Number: MATH 2174 - Linear Algebra and Differential Equations for Engineering CREDITS: 5 CLASS HOURS PER WEEK: 5 PREREQUISITES: MATH 2173

More information

City University of Hong Kong. Course Syllabus. offered by Department of Physics and Materials Science with effect from Semester A 2016/17

City University of Hong Kong. Course Syllabus. offered by Department of Physics and Materials Science with effect from Semester A 2016/17 City University of Hong Kong offered by Department of Physics and Materials Science with effect from Semester A 2016/17 Part I Course Overview Course Title: Electromagnetism Course Code: AP3205 Course

More information

Car Dynamics using Quarter Model and Passive Suspension; Part V: Frequency Response Considering Driver-seat

Car Dynamics using Quarter Model and Passive Suspension; Part V: Frequency Response Considering Driver-seat 357 Car Dynamics using Quarter Model and Passive Suspension; Part V: Frequency Response Considering Driver-seat Galal Ali Hassaan Emeritus Professor, Department of Mechanical Design & Production, Faculty

More information

EXAMPLE: MODELING THE PT326 PROCESS TRAINER

EXAMPLE: MODELING THE PT326 PROCESS TRAINER CHAPTER 1 By Radu Muresan University of Guelph Page 1 EXAMPLE: MODELING THE PT326 PROCESS TRAINER The PT326 apparatus models common industrial situations in which temperature control is required in the

More information

Transient Analysis of Separately Excited DC Motor and Braking of DC Motor Using Numerical Technique

Transient Analysis of Separately Excited DC Motor and Braking of DC Motor Using Numerical Technique Journal homepage: www.mjret.in ISSN:2348-6953 Transient Analysis of Separately Excited DC Motor and Braking of DC Motor Using Numerical Technique Pavan R Patil, Javeed Kittur, Pavankumar M Pattar, Prajwal

More information

Index. Index. More information. in this web service Cambridge University Press

Index. Index. More information.  in this web service Cambridge University Press A-type elements, 4 7, 18, 31, 168, 198, 202, 219, 220, 222, 225 A-type variables. See Across variable ac current, 172, 251 ac induction motor, 251 Acceleration rotational, 30 translational, 16 Accumulator,

More information

Spring 2014 ECEN Signals and Systems

Spring 2014 ECEN Signals and Systems Spring 2014 ECEN 314-300 Signals and Systems Instructor: Jim Ji E-mail: jimji@tamu.edu Office Hours: Monday: 12-1:00 PM, Room 309E WEB WeChat ID: jimxiuquanji TA: Tao Yang, tao.yang.tamu@gmail.com TA Office

More information

AC : In Class Thermal Conductivity Experiment for Sophomore Materials Science and Continuum Mechanics Courses

AC : In Class Thermal Conductivity Experiment for Sophomore Materials Science and Continuum Mechanics Courses AC 1998-278: In Class Thermal Conductivity Experiment for Sophomore Materials Science and Continuum Mechanics Courses David Miller, Dimitris Lagoudas, Texas A&M University Eric Johnson, Priya Ragupathi,

More information

Tyler Anderson 1, Murat Tanyel 2

Tyler Anderson 1, Murat Tanyel 2 VENTURING INTO THE WALSH DOMAIN WITH A LABVIEW BASED COMMUNICATION SYSTEMS TOOLKIT Tyler Anderson 1, Murat Tanyel 2 1 Geneva College, Beaver Falls, Pennsylvania: Email: tbanders@geneva.edu 2 Geneva College,

More information

ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010

ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010 ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010 PROBLEM 1: Given the mass matrix and two undamped natural frequencies for a general two degree-of-freedom system with a symmetric stiffness matrix, find the stiffness

More information

COURSE OUTLINE General Physics I

COURSE OUTLINE General Physics I Butler Community College Science, Technology, Engineering, and Math Division Robert Carlson Revised Fall 2008 Implemented Spring 2009 Textbook Update Fall 2015 COURSE OUTLINE General Physics I Course Description

More information

Chapter 13 Digital Control

Chapter 13 Digital Control Chapter 13 Digital Control Chapter 12 was concerned with building models for systems acting under digital control. We next turn to the question of control itself. Topics to be covered include: why one

More information

YTÜ Mechanical Engineering Department

YTÜ Mechanical Engineering Department YTÜ Mechanical Engineering Department Lecture of Special Laboratory of Machine Theory, System Dynamics and Control Division Coupled Tank 1 Level Control with using Feedforward PI Controller Lab Date: Lab

More information

Review of Linear Time-Invariant Network Analysis

Review of Linear Time-Invariant Network Analysis D1 APPENDIX D Review of Linear Time-Invariant Network Analysis Consider a network with input x(t) and output y(t) as shown in Figure D-1. If an input x 1 (t) produces an output y 1 (t), and an input x

More information

Page AC : INSTRUMENTATION FOR SHOCK AND IMPACT ANALYSIS

Page AC : INSTRUMENTATION FOR SHOCK AND IMPACT ANALYSIS AC 2010-2123: INSTRUMENTATION FOR SHOCK AND IMPACT ANALYSIS Randy Buchanan, University of Southern Mississippi Steven Bunkley, University of Southern Mississippi American Society for Engineering Education,

More information

CHAPTER 5: LAPLACE TRANSFORMS

CHAPTER 5: LAPLACE TRANSFORMS CHAPTER 5: LAPLACE TRANSFORMS SAMANTHA RAMIREZ PREVIEW QUESTIONS What are some commonly recurring functions in dynamic systems and their Laplace transforms? How can Laplace transforms be used to solve

More information

AC : EXPERIMENTALLY DETERMINING MASS MOMENT PROPERTIES

AC : EXPERIMENTALLY DETERMINING MASS MOMENT PROPERTIES AC 008-19: EXPERIMENTALLY DETERMINING MASS MOMENT PROPERTIES Byron Newberry, Oklahoma Christian University of Science and Arts Dr. Byron Newberry is Associate Professor and Chair of Mechanical Engineering

More information

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 07, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 07, 2016 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 07, 2016 ISSN (online): 2321-0613 Analysis of Vibration Transmissibility on a System using Finite Element Analysis Rajesh

More information

Director, Programs and Academic Assessment

Director, Programs and Academic Assessment February 5, 2009 TO: FROM: John Huntington, Chair Senate Committee on Educational Policy Midge Grosch Director, Programs and Academic Assessment I am forwarding for review and action by the Senate Committee

More information

Course Descriptions. Mathematics LA 848, (406)

Course Descriptions. Mathematics LA 848, (406) Course Descriptions Mathematics LA 848, (406) 657-2228 M 065 Prealgebra [formerly M 061 Basic Mathematics] 3 cr. Covers pre-algebra concepts involving terminology, fractions, decimals, percent, ratio and

More information

Teaching Linear Algebra, Analytic Geometry and Basic Vector Calculus with Mathematica at Riga Technical University

Teaching Linear Algebra, Analytic Geometry and Basic Vector Calculus with Mathematica at Riga Technical University 5th WSEAS / IASME International Conference on ENGINEERING EDUCATION (EE'8), Heraklion, Greece, July -4, 8 Teaching Linear Algebra, Analytic Geometry and Basic Vector Calculus with Mathematica at Riga Technical

More information

SRV02-Series Rotary Experiment # 1. Position Control. Student Handout

SRV02-Series Rotary Experiment # 1. Position Control. Student Handout SRV02-Series Rotary Experiment # 1 Position Control Student Handout SRV02-Series Rotary Experiment # 1 Position Control Student Handout 1. Objectives The objective in this experiment is to introduce the

More information

Application of Simple Harmonics Modeling a Shock

Application of Simple Harmonics Modeling a Shock Undergraduate Journal of Mathematical Modeling: One + Two Volume 8 2017 Fall 2017 Issue 1 Article 1 Application of Simple Harmonics Modeling a Shock Kai Raymond University of South Florida Advisors: Thomas

More information

AC : INTEGRATING EXPERIMENT, MODELING AND DESIGN USING A HANDS ON HYDRAULIC POSITIONING LABORATORY FOR MECHANICAL CONTROL SYSTEMS EDUCATION

AC : INTEGRATING EXPERIMENT, MODELING AND DESIGN USING A HANDS ON HYDRAULIC POSITIONING LABORATORY FOR MECHANICAL CONTROL SYSTEMS EDUCATION AC 2008-1786: INTEGRATING EXPERIMENT, MODELING AND DESIGN USING A HANDS ON HYDRAULIC POSITIONING LABORATORY FOR MECHANICAL CONTROL SYSTEMS EDUCATION James Widmann, California Polytechnic State University

More information

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS PHYS MECHANICS AND HEAT

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS PHYS MECHANICS AND HEAT BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS PHYS 2325 - MECHANICS AND HEAT CATALOG DESCRIPTION: PHYS 2325 Mechanics and Heat. CIP 4008015403 A calculus-based approach to the principles of mechanics

More information