Intersection of two circles in plane

Size: px
Start display at page:

Download "Intersection of two circles in plane"

Transcription

1 Intersection of two circles in plane Given centers A = [Ax,Ay], B=[Bx,By] and radiuses ra, rb. Intersections are C=[Cx,Cy], r is distance of A and B $Assumptions ra, rb, r, Ax, Ay, Bx, By Reals ; A Ax, Ay ; B Bx, By ; Distance of A and B is r SqrtAx Bx ^ Ay By ^ Ax Bx Ay By Analysis of singular cases Identical circles (infinite number of solutions) Ax Bx Ay By ra rb; Concentric nonidentical circles (no intersection) Ax Bx Ay By ra rb; One circle inside of the other (no intersection) r Abs ra rb ; Circles too far to intersect (no intersection) ra rb r; Circles touching, one inside the other (one intersection) r Abs ra rb ; Circles touching, one outside the other (one intersection) r ra rb; Alternative analysis of singular cases Identical circles (infinite number of solutions) r 0 ra rb; No intersection ra rb r r Abs ra rb ; Circles touching, one intersection r Abs ra rb r ra rb;

2 Two_circles_intersection.nb Analysis of regular case (two intersections) Substitution condr Ax Bx ^ Ay By ^ r^; Analytic equations of circles exp Cx Ax ^ Cy Ay ^ ra^; exp Cx Bx ^ Cy By ^ rb^; eq exp 0 eq exp 0 Ax Cx Ay Cy ra 0 Bx Cx By Cy rb 0 Using Solve solc Solveeq, eq, Cx, Cy. condr FullSimplify. condr Cx Ax 3 Ax Bx Ax Bx Ay By Bx Bx Ay By ra rb Ax Bx Ay By ra rb Ay By Ax Bx Ay By ra Ax Bx Ay By ra rb rb 4, Cy Ay 4 Ay 3 By Ay By By ra rb By Ax Bx By ra rb Ay Ax Bx ra rb Ax Ay By Ax Bx Ay By ra Ax Bx Ay By ra rb rb 4 Bx Ay By Ax Bx Ay By ra Ax Bx Ay By ra rb rb 4 Ax Bx Ay By Ay By, Cx Ax Bx Ay By Ax 3 Ax Bx Bx Bx Ay By ra rb Ax Bx Ay By ra rb Ay By Ax Bx Ay By ra Ax Bx Ay By ra rb rb 4, Cy Ay 4 Ay 3 By Ay By By ra rb By Ax Bx By ra rb Ay Ax Bx ra rb Ax Ay By Ax Bx Ay By ra Ax Bx Ay By ra rb rb 4 Bx Ay By Ax Bx Ay By ra Ax Bx Ay By ra rb rb 4 Ax Bx Ay By Ay By Alternatively Using substitution on the way, one can easily do it manually on the paper eq3 exp exp 0 Simplify Ax Ay Bx Cx By Cy rb Bx By Ax Cx Ay Cy ra

3 Two_circles_intersection.nb 3 Solving for Cx solcxeq3 Solve eq3, Cx Cx Ax Ay Bx By Ay Cy By Cy ra rb Ax Bx Inserting Cx into eq (note division by (Ax-Bx), this should not be zero) eq4 eq. solcxeq3 Ay Cy ra Ax Ax Ay Bx By Ay Cy By Cy ra rb Ax Bx Solving for Cy (note division by r) solcy Solve eq4, Cy FullSimplify 0 Cy Ax Ay By Ax Bx Ay By Ax Bx Ay By Bx Ay By Ay By Ay By ra rb Ax Bx Ax Bx Ay By ra Ax Bx Ay By ra rb rb 4, Cy Ax Ay By Ax Bx Ay By Bx Ay By Ax Bx Ay By Ay By Ay By ra rb Ax Bx Ax Bx Ay By ra Ax Bx Ay By ra rb rb 4 solcy. condr FullSimplify Cy Ax Ay By Ax Bx Ay By Bx Ay By Ay By Ay By ra rb r ra rb r ra rb r ra rb r ra rb Abs Ax Bx, Cy Ax Ay By Ax Bx Ay By Bx Ay By Ay By Ay By ra rb r ra rb r ra rb r ra rb r ra rb Abs Ax Bx Finaly solving Cx solcx Solve eq3, Cx. solcy FullSimplify Cx Ax 4 Ax 3 Bx Ax Bx Bx ra rb Bx Bx Ay By ra rb Ax Ay By ra rb Ay Ax Bx Ax Bx Ay By ra Ax Bx Ay By ra rb rb 4 By Ax Bx Ax Bx Ay By ra Ax Bx Ay By ra rb rb 4 Ax Bx Ax Bx Ay By, Cx Ax 4 Ax 3 Bx Ax Bx Bx ra rb Bx Bx Ay By ra rb Ax Ay By ra rb Ay Ax Bx Ax Bx Ay By ra Ax Bx Ay By ra rb rb 4 By Ax Bx Ax Bx Ay By ra Ax Bx Ay By ra rb rb 4 Ax Bx Ax Bx Ay By

4 4 Two_circles_intersection.nb solcx. Ax Bx Ay By ^ r^ FullSimplify Cx Ax3 Ax Bx Bx Bx Ay By ra rb Ax Bx Ay By ra rb Sign Ax BxAy By r ra rb r ra rb r ra rb r ra rb, Cx Ax3 Ax Bx Bx Bx Ay By ra rb Ax Bx Ay By ra rb Sign Ax Bx Ay By r ra rb r ra rb r ra rb r ra rb Another alternative solution, this time solves all cases correctly without manual analysis solc3 Reduceeq, eq, Cx, Cy 0 &&

5 Two_circles_intersection.nb 5 0 && Ay By && Ax Bx && Cy By Bx Bx Cx Cx Cy By Bx Bx Cx Cx rb 0 && ra 0 && Ax Bx Ay Ay By By Ax Bx Ay Ay By By && Ay By 0 && Cy Ax Bx Bx Ay By By Ax Cx Bx Cx Ay By Ax Bx Ay Ay By By Ax Bx Ay Ay By By && Ax Bx ra rb 0 && Cx 4 Ax Bx ra 4 Bx ra ra 4 4 Ay rb 4 Ax Bx rb 4 Bx rb 8 Ay By rb 4 By rb ra rb rb 4 4 Ax Bx ra rb && Ay By 0 && Cy Ax Bx Bx Ay By By Ax Cx Bx Cx ra rb Ay By ra rb ra rb && Ay By && Ax Bx && Cy By Bx Bx Cx Cx rb Cy By Bx Bx Cx Cx rb && rb 0 solc3. condr FullSimplify

6 6 Two_circles_intersection.nb Ay By && Ax Bx && Cx Ax Bx ra rb && Ax Bx Cy Bx Cx rb By By Bx Cx rb Cy Ax Bx Cx Ax Bx ra rb ra rb Ay By Ax Bx Ay By ra Ax Bx Ay By ra rb rb 4 Ax Bx Ay By Ax Bx Ay By Ax Bx Ay By ra Ax Bx Ay By ra rb rb 4 Ax Bx ra rb ra rb Ax Bx Ay By Cx Ax Bx Ay By Ay By && Cy Ax Ay Bx By Ax Cx Bx Cx ra rb ra 0 && Ay By && Ax Bx && Ay By && rb 0 && Bx Cx Cy By By Bx Cx Cy ra rb 0 ra rb && Ay By && Ax Bx && Cy Bx Cx rb By By Bx Cx rb Cy && rb 0 It is given to the reader to analyze all cases, what they mean geometrically. Resulting human readable formula The above results could be after manual analysis rewritten as a sum of two parts. One key used is that we do not care, which solution is the first one and which is the second one until both of them are correct. This allows to ignore the signature of (Ax-Bx) or (Ay- By) and simplify the formulas. Coordinates of the point on the intersection of lines AB and C C point P CxHumanPart Ax Bx r^ Ax Bx rb^ ra^ r^ CyHumanPart Ay By r^ Ay By rb^ ra^ r^ Ax Bx r Ax Bx ra rb Ay By r Ay By ra rb

7 Two_circles_intersection.nb 7 Vector PC CxHumanPart Ay By Sqrt 4 ra^ rb^ r^ ra^ rb^ ^ r^ CyHumanPart Ax Bx Sqrt 4 ra^ rb^ r^ ra^ rb^ ^ r^ Ay By 4 ra rb r ra rb Ax Bx 4 ra rb r ra rb Combining it into a result CxHuman CxHumanPart CxHumanPart TraditionalForm CxHuman CxHumanPart CxHumanPart TraditionalForm CyHuman CyHumanPart CyHumanPart TraditionalForm CyHuman CyHumanPart CyHumanPart TraditionalForm r Ax Bx Ax Bx rb ra Ay By 4 ra rb r ra rb r Ax Bx Ax Bx rb ra Ay By 4 ra rb r ra rb Ax Bx 4 ra rb r ra rb r Ay By Ay By rb ra r Ay By Ay By rb ra Ax Bx 4 ra rb r ra rb Verification eq, eq. Cx CxHuman, Cy CyHuman FullSimplify. condr True, True

Chapter 26 DC Circuits

Chapter 26 DC Circuits Chapter 26 DC Circuits Electric circuit needs battery or generator to produce current these are called sources of emf. Battery is a nearly constant voltage source, but does have a small internal resistance,

More information

Chapter 26 DC Circuits. Copyright 2009 Pearson Education, Inc.

Chapter 26 DC Circuits. Copyright 2009 Pearson Education, Inc. Chapter 26 DC Circuits 26-1 EMF and Terminal Voltage Electric circuit needs battery or generator to produce current these are called sources of emf. Battery is a nearly constant voltage source, but does

More information

CVEN 5835 Cable-Supported Structures 1

CVEN 5835 Cable-Supported Structures 1 CVEN 5835 Cable-Supported Structures George.Hearn@colorado.edu 1 Cable Dome 3D Cable Nets. Hyperbolic Paraboloids. The Dorton Arena in North Carolina has a roof supported by a net of cables. The cable

More information

How and why does slip angle accuracy change with speed? Date: 1st August 2012 Version:

How and why does slip angle accuracy change with speed? Date: 1st August 2012 Version: Subtitle: How and why does slip angle accuracy change with speed? Date: 1st August 2012 Version: 120802 Author: Brendan Watts List of contents Slip Angle Accuracy 1. Introduction... 1 2. Uses of slip angle...

More information

MOTOR VEHICLE HANDLING AND STABILITY PREDICTION

MOTOR VEHICLE HANDLING AND STABILITY PREDICTION MOTOR VEHICLE HANDLING AND STABILITY PREDICTION Stan A. Lukowski ACKNOWLEDGEMENT This report was prepared in fulfillment of the Scholarly Activity Improvement Fund for the 2007-2008 academic year funded

More information

EEEE 524/624: Fall 2017 Advances in Power Systems

EEEE 524/624: Fall 2017 Advances in Power Systems EEEE 524/624: Fall 2017 Advances in Power Systems Lecture 6: Economic Dispatch with Network Constraints Prof. Luis Herrera Electrical and Microelectronic Engineering Rochester Institute of Technology Topics

More information

correlated to the Virginia Standards of Learning, Grade 6

correlated to the Virginia Standards of Learning, Grade 6 correlated to the Virginia Standards of Learning, Grade 6 Standards to Content Report McDougal Littell Math, Course 1 2007 correlated to the Virginia Standards of Standards: Virginia Standards of Number

More information

COST ANALYSIS FOR BRIDGE AND CULVERT. Essam A. Mostafa

COST ANALYSIS FOR BRIDGE AND CULVERT. Essam A. Mostafa Seventh International Water Technology Conference IWTC7 Cairo 1-3 April 2003 357 COST ANALYSIS FOR BRIDGE AND CULVERT Essam A. Mostafa Associate Professor, Irrigation & Hydraulics Department, Faculty of

More information

Program Idler Gear Center Distance (Intersection of Circles) Introduction

Program Idler Gear Center Distance (Intersection of Circles) Introduction Program 60-164 Idler Gear Center Distance (Intersection of Circles) Introduction Finding the two possible idler gear center locations is a recurring problem when designing gear trains. The problem is really

More information

Introduction. Kinematics and Dynamics of Machines. Involute profile. 7. Gears

Introduction. Kinematics and Dynamics of Machines. Involute profile. 7. Gears Introduction The kinematic function of gears is to transfer rotational motion from one shaft to another Kinematics and Dynamics of Machines 7. Gears Since these shafts may be parallel, perpendicular, or

More information

Advances in Engineering Research (AER), volume 102 Second International Conference on Mechanics, Materials and Structural Engineering (ICMMSE 2017)

Advances in Engineering Research (AER), volume 102 Second International Conference on Mechanics, Materials and Structural Engineering (ICMMSE 2017) Advances in Engineering Research (AER), volume 102 Second International Conference on Mechanics, Materials and Structural Engineering (ICMMSE 2017) Vibration Characteristic Analysis of the Cross-type Joint

More information

GRADE 7 TEKS ALIGNMENT CHART

GRADE 7 TEKS ALIGNMENT CHART GRADE 7 TEKS ALIGNMENT CHART TEKS 7.2 extend previous knowledge of sets and subsets using a visual representation to describe relationships between sets of rational numbers. 7.3.A add, subtract, multiply,

More information

10/23/2016. Circuit Diagrams. Circuit Diagrams. Circuit Elements

10/23/2016. Circuit Diagrams. Circuit Diagrams. Circuit Elements Circuit Diagrams The top figure shows a literal picture of a resistor and a capacitor connected by wires to a battery. The bottom figure is a circuit diagram of the same circuit. A circuit diagram is a

More information

Research on Optimization of Bleed Air Environment Control System of Aircraft Xin-ge WANG, Han BAO* and Kun-wu YE

Research on Optimization of Bleed Air Environment Control System of Aircraft Xin-ge WANG, Han BAO* and Kun-wu YE 2017 International Conference on Electronic, Control, Automation and Mechanical Engineering (ECAME 2017) ISBN: 978-1-60595-523-0 Research on Optimization of Bleed Air Environment Control System of Aircraft

More information

COMPRESSIBLE FLOW ANALYSIS IN A CLUTCH PISTON CHAMBER

COMPRESSIBLE FLOW ANALYSIS IN A CLUTCH PISTON CHAMBER COMPRESSIBLE FLOW ANALYSIS IN A CLUTCH PISTON CHAMBER Masaru SHIMADA*, Hideharu YAMAMOTO* * Hardware System Development Department, R&D Division JATCO Ltd 7-1, Imaizumi, Fuji City, Shizuoka, 417-8585 Japan

More information

Unit 1 Chapter 3 Factors and Products

Unit 1 Chapter 3 Factors and Products Unit 1 Chapter 3 Factors and Products By the end of this unit, I should be able to Write a number as a product of its prime factors Explain why 0 and 1 have no prime factors Use prime factorization to:

More information

Reduction of Self Induced Vibration in Rotary Stirling Cycle Coolers

Reduction of Self Induced Vibration in Rotary Stirling Cycle Coolers Reduction of Self Induced Vibration in Rotary Stirling Cycle Coolers U. Bin-Nun FLIR Systems Inc. Boston, MA 01862 ABSTRACT Cryocooler self induced vibration is a major consideration in the design of IR

More information

Pre-Calculus Polar & Complex Numbers

Pre-Calculus Polar & Complex Numbers Slide 1 / 106 Slide 2 / 106 Pre-Calculus Polar & Complex Numbers 2015-03-23 www.njctl.org Slide 3 / 106 Table of Contents click on the topic to go to that section Complex Numbers Polar Number Properties

More information

Houghton Mifflin MATHEMATICS. Level 1 correlated to Chicago Academic Standards and Framework Grade 1

Houghton Mifflin MATHEMATICS. Level 1 correlated to Chicago Academic Standards and Framework Grade 1 State Goal 6: Demonstrate and apply a knowledge and sense of numbers, including basic arithmetic operations, number patterns, ratios and proportions. CAS A. Relate counting, grouping, and place-value concepts

More information

GEARING. Theory of. Stephen. Kinetics, Geometry, and Synthesis. P. Radzevich. /Ov CRC Press yc*** J Taylor& Francis Croup Boca Raton

GEARING. Theory of. Stephen. Kinetics, Geometry, and Synthesis. P. Radzevich. /Ov CRC Press yc*** J Taylor& Francis Croup Boca Raton Theory of GEARING Kinetics, Geometry, and Synthesis Stephen P. Radzevich /Ov CRC Press yc*** J Taylor& Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Group, an

More information

Chapter 15. Inertia Forces in Reciprocating Parts

Chapter 15. Inertia Forces in Reciprocating Parts Chapter 15 Inertia Forces in Reciprocating Parts 2 Approximate Analytical Method for Velocity & Acceleration of the Piston n = Ratio of length of ConRod to radius of crank = l/r 3 Approximate Analytical

More information

Pre-lab Questions: Please review chapters 19 and 20 of your textbook

Pre-lab Questions: Please review chapters 19 and 20 of your textbook Introduction Magnetism and electricity are closely related. Moving charges make magnetic fields. Wires carrying electrical current in a part of space where there is a magnetic field experience a force.

More information

INDUCTION motors are widely used in various industries

INDUCTION motors are widely used in various industries IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 44, NO. 6, DECEMBER 1997 809 Minimum-Time Minimum-Loss Speed Control of Induction Motors Under Field-Oriented Control Jae Ho Chang and Byung Kook Kim,

More information

Mathematical Modeling and Experimental Identification of an Unmanned Helicopter Robot with Flybar Dynamics

Mathematical Modeling and Experimental Identification of an Unmanned Helicopter Robot with Flybar Dynamics Mathematical Modeling and Experimental Identification of an Unmanned Helicopter Robot with Flybar Dynamics S. K. Kim and D. M. Tilbury* Department of Mechanical Engineering University of Michigan 2250

More information

Dynamic Responses of Rotor Drops onto Auxiliary Bearing with the Support of Metal Rubber Ring

Dynamic Responses of Rotor Drops onto Auxiliary Bearing with the Support of Metal Rubber Ring Send Orders for Reprints to reprints@benthamscience.ae The Open Mechanical Engineering Journal, 215, 9, 157-161 157 Open Access Dynamic Responses of Rotor Drops onto Auxiliary Bearing with the Support

More information

Chapter 15. Inertia Forces in Reciprocating Parts

Chapter 15. Inertia Forces in Reciprocating Parts Chapter 15 Inertia Forces in Reciprocating Parts 2 Approximate Analytical Method for Velocity and Acceleration of the Piston n = Ratio of length of ConRod to radius of crank = l/r 3 Approximate Analytical

More information

Integrated 1D-MultiD Fluid Dynamic Models for the Simulation of I.C.E. Intake and Exhaust Systems

Integrated 1D-MultiD Fluid Dynamic Models for the Simulation of I.C.E. Intake and Exhaust Systems Integrated -MultiD Fluid Dynamic Models for the Simulation of I.C.E. Intake and Exhaust Systems G. Montenegro, A. Onorati, F. Piscaglia, G. D Errico Politecnico di Milano, Dipartimento di Energetica, Italy

More information

Modeling and Simulation of A Bldc Motor By Using Matlab/Simulation Tool

Modeling and Simulation of A Bldc Motor By Using Matlab/Simulation Tool Modeling and Simulation of A Bldc Motor By Using Matlab/Simulation Tool Miss Avanti B.Tayade (Department of Electrical Engineering,,S.D.College of Engineering & Technology.,Wardha) ABSTRACT: The objective

More information

Fiat - Argentina - Wheel Aligner / Headlamp Aimer #16435

Fiat - Argentina - Wheel Aligner / Headlamp Aimer #16435 2017 Fiat - Argentina - Wheel Aligner / Headlamp Aimer #16435 Wheel Aligner / Headlamp Aimer Operation & Maintenance Manual Overview Fori Automation Version 1.2 4/21/2017 TABLE OF CONTENTS Section 1.0

More information

Lateral Directional Flight Considerations

Lateral Directional Flight Considerations Lateral Directional Flight Considerations This section discusses the lateral-directional control requirements for various flight conditions including cross-wind landings, asymmetric thrust, turning flight,

More information

Fourth Grade. Multiplication Review. Slide 1 / 146 Slide 2 / 146. Slide 3 / 146. Slide 4 / 146. Slide 5 / 146. Slide 6 / 146

Fourth Grade. Multiplication Review. Slide 1 / 146 Slide 2 / 146. Slide 3 / 146. Slide 4 / 146. Slide 5 / 146. Slide 6 / 146 Slide 1 / 146 Slide 2 / 146 Fourth Grade Multiplication and Division Relationship 2015-11-23 www.njctl.org Multiplication Review Slide 3 / 146 Table of Contents Properties of Multiplication Factors Prime

More information

Fourth Grade. Slide 1 / 146. Slide 2 / 146. Slide 3 / 146. Multiplication and Division Relationship. Table of Contents. Multiplication Review

Fourth Grade. Slide 1 / 146. Slide 2 / 146. Slide 3 / 146. Multiplication and Division Relationship. Table of Contents. Multiplication Review Slide 1 / 146 Slide 2 / 146 Fourth Grade Multiplication and Division Relationship 2015-11-23 www.njctl.org Table of Contents Slide 3 / 146 Click on a topic to go to that section. Multiplication Review

More information

Level 3 Physics: Demonstrate understanding of electrical systems Batteries and Kirchoff s Laws - Answers

Level 3 Physics: Demonstrate understanding of electrical systems Batteries and Kirchoff s Laws - Answers Level 3 Physics: Demonstrate understanding of electrical systems Batteries and Kirchoff s Laws - Answers In 03, AS 956 replaced AS 9053. The Mess that is NCEA Assessment Schedules. In AS 9053 there was

More information

Circuits-Circuit Analysis

Circuits-Circuit Analysis Base your answers to questions 1 through 3 on the information and diagram below. 4. A 9-volt battery is connected to a 4-ohm resistor and a 5-ohm resistor as shown in the diagram below. A 3.0-ohm resistor,

More information

Lab #1: Electrical Measurements I Resistance

Lab #1: Electrical Measurements I Resistance Lab #: Electrical Measurements I esistance Goal: Learn to measure basic electrical quantities; study the effect of measurement apparatus on the quantities being measured by investigating the internal resistances

More information

WEEK 4 Dynamics of Machinery

WEEK 4 Dynamics of Machinery WEEK 4 Dynamics of Machinery References Theory of Machines and Mechanisms, J.J.Uicker, G.R.Pennock ve J.E. Shigley, 2003 Prof.Dr.Hasan ÖZTÜRK 1 DYNAMICS OF RECIPROCATING ENGINES Prof.Dr.Hasan ÖZTÜRK The

More information

Catalog Q Conversion For those wishing to ease themselves into working with metric gears

Catalog Q Conversion For those wishing to ease themselves into working with metric gears 1.3.4 Conversion For those wishing to ease themselves into working with metric gears by looking at them in terms of familiar inch gearing relationships and mathematics, Table 1-5 is offered as a means

More information

A Simple Approach for Hybrid Transmissions Efficiency

A Simple Approach for Hybrid Transmissions Efficiency A Simple Approach for Hybrid Transmissions Efficiency FRANCESCO BOTTIGLIONE Dipartimento di Meccanica, Matematica e Management Politecnico di Bari Viale Japigia 182, Bari ITALY f.bottiglione@poliba.it

More information

MOTORCYCLE BRAKING DYNAMICS

MOTORCYCLE BRAKING DYNAMICS MOTORCYCLE BRAKING DYNAMICS By Rudy Limpert, Ph.D. PC-BRAKE, Inc. 2008 www.pcbrakeinc.com 1 1.0 INTRODUCTION In recent issues of Accident Investigation Quarterly motorcycle braking systems as well as braking

More information

ECH 4224L Unit Operations Lab I Fluid Flow FLUID FLOW. Introduction. General Description

ECH 4224L Unit Operations Lab I Fluid Flow FLUID FLOW. Introduction. General Description FLUID FLOW Introduction Fluid flow is an important part of many processes, including transporting materials from one point to another, mixing of materials, and chemical reactions. In this experiment, you

More information

TOLERANCE, INCHES UP TO 1-1/ /16 TO 2-1/ /2 TO /16 TO /16 TO assistance.

TOLERANCE, INCHES UP TO 1-1/ /16 TO 2-1/ /2 TO /16 TO /16 TO assistance. SPECIAL DUTY-DOUBLE ROW TAPERED ROLLER BEARINGS DODGE Double Row Tapered Roller Bearings have the highest capacity of all DODGE Tapered Roller Bearings. They carry heavy radial loads and combined radial

More information

Suspension systems and components

Suspension systems and components Suspension systems and components 2of 42 Objectives To provide good ride and handling performance vertical compliance providing chassis isolation ensuring that the wheels follow the road profile very little

More information

MECA0492 : Vehicle dynamics

MECA0492 : Vehicle dynamics MECA0492 : Vehicle dynamics Pierre Duysinx Research Center in Sustainable Automotive Technologies of University of Liege Academic Year 2017-2018 1 Bibliography T. Gillespie. «Fundamentals of vehicle Dynamics»,

More information

The Feasibility of a Current-Source Thermoelectric Power Generator and Its Corresponding Structure Design

The Feasibility of a Current-Source Thermoelectric Power Generator and Its Corresponding Structure Design Journal of ELECTRONIC MTERILS, Vol. 44, No. 6, 205 DOI:.7/s664-04-3602-7 Ó 205 The Minerals, Metals & Materials Society The Feasibility of a Current-Source Thermoelectric Power Generator and Its Corresponding

More information

INTRODUCTION Principle

INTRODUCTION Principle DC Generators INTRODUCTION A generator is a machine that converts mechanical energy into electrical energy by using the principle of magnetic induction. Principle Whenever a conductor is moved within a

More information

CLASSICAL V-BELTS (A B C D)

CLASSICAL V-BELTS (A B C D) Superior belt strength Excellent resistance to abrasion Greater grip for controlled slippage Classical V-belts remain the most widely used V-belt in the industry HEV branded V-belts have: CLASSICAL V-BELTS

More information

Housing Styles. Square Aluminum Block

Housing Styles.   Square Aluminum Block Page 1 of 18 Housing Styles Square Aluminum Block AB General purpose temperature Accomodate a variety of elements Type A B Customize AB1 0.187" 0.75" AB2 0.250" 0.75" AB3 0.250" 1.25" AS Square Aluminum

More information

Simple Gears and Transmission

Simple Gears and Transmission Simple Gears and Transmission Simple Gears and Transmission page: of 4 How can transmissions be designed so that they provide the force, speed and direction required and how efficient will the design be?

More information

( ) x ( ) SELECTION. IMPERIAL - IP and ISAF Spherical Roller Bearing GENERAL

( ) x ( ) SELECTION. IMPERIAL - IP and ISAF Spherical Roller Bearing GENERAL IMPERIAL - ISAF UNIFIED Plummer Sleeve Bearing SLEEVEOIL SELECTION DODGE Spherical Roller Bearings have the capacity carry heavy radial loads and combined radial and thrust loads. The maximum recommended

More information

Servo-conventional milling machine

Servo-conventional milling machine Universal Milling Machine Servo-conventional milling machine Control developed and built in Germany Positioning control for traveling pre-selected paths on all axes Constant cutting speed, whereby the

More information

University Of California, Berkeley Department of Mechanical Engineering. ME 131 Vehicle Dynamics & Control (4 units)

University Of California, Berkeley Department of Mechanical Engineering. ME 131 Vehicle Dynamics & Control (4 units) CATALOG DESCRIPTION University Of California, Berkeley Department of Mechanical Engineering ME 131 Vehicle Dynamics & Control (4 units) Undergraduate Elective Syllabus Physical understanding of automotive

More information

Hydraulics Guide. Table 1: Conveyance Factors (English Units)... 7 Table 2: Conveyance Factors (Metric Units)... 8

Hydraulics Guide. Table 1: Conveyance Factors (English Units)... 7 Table 2: Conveyance Factors (Metric Units)... 8 Table of Contents 1.1 Index of Tables... 1 1.2 Index of Figures... 1 1.3 Overview of Hydraulic Considerations... 2 1.4 Discharge Curves... 2 1.5 Conveyance Method... 5 1.6 Flow Velocity Considerations...

More information

SHORT PAPER PCB OBLIQUE COLLISIONS ENGINEERING EQUATIONS, INPUT DATA AND MARC 1 APPLICATIONS. Dennis F. Andrews, Franco Gamero, Rudy Limpert

SHORT PAPER PCB OBLIQUE COLLISIONS ENGINEERING EQUATIONS, INPUT DATA AND MARC 1 APPLICATIONS. Dennis F. Andrews, Franco Gamero, Rudy Limpert SHORT PAPER PCB 5-2006 OBLIQUE COLLISIONS ENGINEERING EQUATIONS, INPUT DATA AND MARC 1 APPLICATIONS By: Dennis F. Andrews, Franco Gamero, Rudy Limpert PC-BRAKE, INC. 2006 www.pcbrakeinc.com 1 PURPOSE OF

More information

Design of Helical Gear and Analysis on Gear Tooth

Design of Helical Gear and Analysis on Gear Tooth Design of Helical Gear and Analysis on Gear Tooth Indrale Ratnadeep Ramesh Rao M.Tech Student ABSTRACT Gears are mainly used to transmit the power in mechanical power transmission systems. These gears

More information

Functional Algorithm for Automated Pedestrian Collision Avoidance System

Functional Algorithm for Automated Pedestrian Collision Avoidance System Functional Algorithm for Automated Pedestrian Collision Avoidance System Customer: Mr. David Agnew, Director Advanced Engineering of Mobis NA Sep 2016 Overview of Need: Autonomous or Highly Automated driving

More information

FLUID FLOW. Introduction

FLUID FLOW. Introduction FLUID FLOW Introduction Fluid flow is an important part of many processes, including transporting materials from one point to another, mixing of materials, and chemical reactions. In this experiment, you

More information

KISSsys 03/2015 Instruction 010

KISSsys 03/2015 Instruction 010 KISSsys 03/2015 Instruction 010 Positioning 07/04/2015 KISSsoft AG Rosengartenstrasse 4 8608 Bubikon Switzerland Tel: +41 55 254 20 50 Fax: +41 55 254 20 51 info@kisssoft.ag www.kisssoft.ag Contents 1.

More information

Correlation to the Common Core State Standards

Correlation to the Common Core State Standards Correlation to the Common Core State Standards Go Math! 2011 Grade 3 Common Core is a trademark of the National Governors Association Center for Best Practices and the Council of Chief State School Officers.

More information

COLLEGE PHYSICS Chapter 21 CIRCUITS, BIOELECTRICITY, AND DC INSTRUMENTS

COLLEGE PHYSICS Chapter 21 CIRCUITS, BIOELECTRICITY, AND DC INSTRUMENTS COLLEGE PHYSICS Chapter 21 CIRCUITS, BIOELECTRICITY, AND DC INSTRUMENTS Resistances in Series, Parallel, and Series Parallel Combinations Resistors in series all have the same current. Resistances in Series,

More information

PHY222 Lab 4 Ohm s Law and Electric Circuits Ohm s Law; Series Resistors; Circuits Inside Three- and Four-Terminal Black Boxes

PHY222 Lab 4 Ohm s Law and Electric Circuits Ohm s Law; Series Resistors; Circuits Inside Three- and Four-Terminal Black Boxes PHY222 Lab 4 Ohm s Law and Electric Circuits Ohm s Law; Series Resistors; Circuits Inside Three- and Four-Terminal Black Boxes Print Your Name Print Your Partners' Names Instructions February 8, 2017 Before

More information

Damping in. Prepared by: Steven Hale, M.S.M.E Senior Engineering Manager

Damping in. Prepared by: Steven Hale, M.S.M.E Senior Engineering Manager in ANSYS/LS-Dyna Prepared by: Steven Hale, M.S.M.E Senior Engineering Manager ANSYS/LS-Dyna allows Rayleigh damping constants α and β only. What is damping? The energy dissipation mechanism that causes

More information

Forced vibration frequency response for a permanent magnetic planetary gear

Forced vibration frequency response for a permanent magnetic planetary gear Forced vibration frequency response for a permanent magnetic planetary gear Xuejun Zhu 1, Xiuhong Hao 2, Minggui Qu 3 1 Hebei Provincial Key Laboratory of Parallel Robot and Mechatronic System, Yanshan

More information

Jones and Mueller Matrices for Linear Retarders. Zero and Multiple Order Linear Retarders. Angle-Dependence of Linear Retarders

Jones and Mueller Matrices for Linear Retarders. Zero and Multiple Order Linear Retarders. Angle-Dependence of Linear Retarders Lecture 8: Fixed Retarders Outline 1 Jones and Mueller Matrices for Linear Retarders 2 Zero and Multiple Order Linear Retarders 3 Crystal Retarders 4 Polymer Retarders 5 Achromatic Retarders 6 Angle-Dependence

More information

ON-LINE TRANSIENT STABILITY STUDIES INCORPORATING WIND POWER

ON-LINE TRANSIENT STABILITY STUDIES INCORPORATING WIND POWER Clemson University TigerPrints All Dissertations Dissertations 12-2012 ON-LINE TRANSIENT STABILITY STUDIES INCORPORATING WIND POWER Zhenhua Wang Clemson University, zhenhuw@clemson.edu Follow this and

More information

Effect of Geometry Factor I & J Factor Multipliers in the performance of Helical Gears

Effect of Geometry Factor I & J Factor Multipliers in the performance of Helical Gears Effect of Geometry Factor I & J Factor Multipliers in the performance of Helical Gears 1 Amit D. Modi, 2 Manan B. Raval, 1 Lecturer, 2 Lecturer, 1 Department of Mechanical Engineering, 2 Department of

More information

Copyright Laura J Prange

Copyright Laura J Prange Copyright 2017 Laura J Prange Vehicle Dynamics Modeling for Electric Vehicles Laura J Prange A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in Mechanical

More information

Smart Traffic Lights

Smart Traffic Lights Smart Traffic Lights Supercomputing Challenge Final Report April 6, 2016 Team #81 Mountain Elementary Team Members: Titus de Jong Kyle Kenamond Marek Jablonski Team Mentors Mack Kenamond Bernard de Jong

More information

The Mark Ortiz Automotive

The Mark Ortiz Automotive August 2004 WELCOME Mark Ortiz Automotive is a chassis consulting service primarily serving oval track and road racers. This newsletter is a free service intended to benefit racers and enthusiasts by offering

More information

ECE 550D Fundamentals of Computer Systems and Engineering. Fall 2017

ECE 550D Fundamentals of Computer Systems and Engineering. Fall 2017 ECE 550D Fundamentals of Computer Systems and Engineering Fall 2017 Digital Arithmetic Prof. John Board Duke University Slides are derived from work by Profs. Tyler Bletch and Andrew Hilton (Duke) Last

More information

(POWER TRANSMISSION Methods)

(POWER TRANSMISSION Methods) UNIT-5 (POWER TRANSMISSION Methods) It is a method by which you can transfer cyclic motion from one place to another or one pulley to another pulley. The ways by which we can transfer cyclic motion are:-

More information

FLUID DYNAMICS TRANSIENT RESPONSE SIMULATION OF A VEHICLE EQUIPPED WITH A TURBOCHARGED DIESEL ENGINE USING GT-POWER

FLUID DYNAMICS TRANSIENT RESPONSE SIMULATION OF A VEHICLE EQUIPPED WITH A TURBOCHARGED DIESEL ENGINE USING GT-POWER GT-SUITE USERS CONFERENCE FRANKFURT, OCTOBER 20 TH 2003 FLUID DYNAMICS TRANSIENT RESPONSE SIMULATION OF A VEHICLE EQUIPPED WITH A TURBOCHARGED DIESEL ENGINE USING GT-POWER TEAM OF WORK: A. GALLONE, C.

More information

Effect Of Main Steam Temperature At Inlet On Turbine Shaft Vibration

Effect Of Main Steam Temperature At Inlet On Turbine Shaft Vibration ISSN: 2278 0211 (Online) Effect Of Main Steam Temperature At Inlet On Turbine Shaft Vibration Rajeev Rajora Department of Mechanical Engineering UCE, Rajasthan Technical University, Kota, Rajasthan, India

More information

CH#13 Gears-General. Drive and Driven Gears 3/13/2018

CH#13 Gears-General. Drive and Driven Gears 3/13/2018 CH#13 Gears-General A toothed wheel that engages another toothed mechanism in order to change the speed or direction of transmitted motion The gear set transmits rotary motion and force. Gears are used

More information

Index. Calculator, 56, 64, 69, 135, 353 Calendars, 348, 356, 357, 364, 371, 381 Card game, NEL Index

Index. Calculator, 56, 64, 69, 135, 353 Calendars, 348, 356, 357, 364, 371, 381 Card game, NEL Index Index A Acute angle, 94 Adding decimal numbers, 47, 48 fractions, 210 213, 237 239, 241 integers, 310 322 mixed numbers, 245 248 Addition statement, 246, 248 Airport design, 88, 93, 99, 107, 121, 125 Analysing

More information

TIER 3 MOTOR VEHICLE FUEL STANDARDS FOR DENATURED FUEL ETHANOL

TIER 3 MOTOR VEHICLE FUEL STANDARDS FOR DENATURED FUEL ETHANOL 2016 TIER 3 MOTOR VEHICLE FUEL STANDARDS FOR DENATURED FUEL ETHANOL This document was prepared by the Renewable Fuels Association (RFA). The information, though believed to be accurate at the time of publication,

More information

EXPERIMENT CALIBRATION OF 1PHASE ENERGY METER

EXPERIMENT CALIBRATION OF 1PHASE ENERGY METER EXPERIMENT CALIBRATION OF PHASE ENERGY METER THEORY:- Energy Meters are integrating instruments used to measure the quantity of electrical energy supplied to a circuit in a given time. Single phase energy

More information

A Study on Noncircular Gears with Non-Uniform Teeth

A Study on Noncircular Gears with Non-Uniform Teeth A Study on Noncircular Gears with Non-Uniform Teeth Kazushi Kumagai* 1 and Tetsuya Oizumi* *1 Department of Infomation System, Sendai National College of Technology 4-16-1 Ayashi-Chuo, Aoba-ku, Sendai

More information

V=I R P=V I P=I 2 R. E=P t V 2 R

V=I R P=V I P=I 2 R. E=P t V 2 R Circuit Concepts Learners should be able to: (a) draw, communicate and analyse circuits using standard circuit symbols using standard convention (b) apply current and voltage rules in series and parallel

More information

Predicting Tractor Fuel Consumption

Predicting Tractor Fuel Consumption University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Biological Systems Engineering: Papers and Publications Biological Systems Engineering 24 Predicting Tractor Fuel Consumption

More information

Riverhawk Company 215 Clinton Road New Hartford NY (315) Free-Flex Flexural Pivot Engineering Data

Riverhawk Company 215 Clinton Road New Hartford NY (315) Free-Flex Flexural Pivot Engineering Data Riverhawk Company 215 Clinton Road New Hartford NY (315)768-4937 Free-Flex Flexural Pivot Engineering Data PREFACE Patented Flexural Pivot A unique bearing concept for applications with limited angular

More information

A study on the evaluation method of the characteristics of the contact point between wheel and rail

A study on the evaluation method of the characteristics of the contact point between wheel and rail Computers in Railways XI 73 A study on the evaluation method of the characteristics of the contact point between wheel and rail M. Adachi 1 & T. Shimomura 2 1 National Traffic Safety and Environment Laboratory,

More information

The experimental Robot Project

The experimental Robot Project The experimental Robot Project Felix darthrake Schneider Norbert Braun {felix,norbert}@xrpbot.org 31c3 2014-12-27 1 2 3 BLDC motors Sensors Gears and Actuators Motor Testbed Other Projects : Goals The

More information

Introduction. 3. The sample calculations used throughout this paper are based on a roadway posted at 35 mph.

Introduction. 3. The sample calculations used throughout this paper are based on a roadway posted at 35 mph. Calculating a Legally Enforceable Yellow Change Interval For Turning Lanes in California by Jay Beeber, Executive Director, Safer Streets L.A., Member ITE and J. J. Bahen, Jr., P.E., Life Member National

More information

Development of a Design Tool for a Two-Degree of Freedom Gear Train with Sun-Planet-Planet-Sun Configuration

Development of a Design Tool for a Two-Degree of Freedom Gear Train with Sun-Planet-Planet-Sun Configuration Development of a Design Tool for a Two-Degree of Freedom Gear Train with Sun-Planet-Planet-Sun Configuration Ralph S. Jose, Gerald Jo C. Denoga Abstract A two-degree of freedom gear train is a very versatile

More information

A steering linkage for short wheelbase vehicles : Design and evaluation in a wheelchair power base A technical note

A steering linkage for short wheelbase vehicles : Design and evaluation in a wheelchair power base A technical note Department of Veterans Affairs Journal of Rehabilitation Research and Development Vol. 36 No. 1, January 1999 Pages 42-47 A steering linkage for short wheelbase vehicles : Design and evaluation in a wheelchair

More information

Introduction. // Points of contact Standard pressure angel is pressure angle available on request

Introduction. // Points of contact Standard pressure angel is pressure angle available on request Introduction The use of specially adapted thread grinding machines gives our rack a highly accurate helicoidal tooth profile which provides two distinct advantages - very good pitch accuracy and sufficient

More information

Voting Draft Standard

Voting Draft Standard page 1 of 7 Voting Draft Standard EL-V1M4 Sections 1.7.1 and 1.7.2 March 2013 Description This proposed standard is a modification of EL-V1M4-2009-Rev1.1. The proposed changes are shown through tracking.

More information

2 T0 T1 T T T T T CLK.......... ADDRESS Row Addr. Col. Addr........... Row Addr. Row Addr. t RCD t RRD COMMAND Write A NOP NOP with Auto.......... Precharge NOP : H or L t RC T0 T1 T2

More information

Analytical Technology for Axial Piston Pumps and Motors

Analytical Technology for Axial Piston Pumps and Motors Analytical Technology for Axial Piston Pumps and Motors Technology Explanation Analytical Technology for Axial Piston Pumps and Motors SATO Naoto Abstract Axial piston pumps and motors are key products

More information

DRAFT: Front Contact Surface Head Restraint

DRAFT: Front Contact Surface Head Restraint DRAFT: Front Contact Surface Head Restraint 20071012 PROPOSAL FOR DRAFT AMENDMENTS TO DRAFT GTR ON HEAD RESTRAINTS Transmitted by the expert from the Netherlands Note: The text reproduced below was prepared

More information

Lecture (7) on. Gear Measurement. By Dr. Emad M. Saad. Industrial Engineering Dept. Faculty of Engineering. Fayoum University.

Lecture (7) on. Gear Measurement. By Dr. Emad M. Saad. Industrial Engineering Dept. Faculty of Engineering. Fayoum University. 1 Lecture (7) on Gear Measurement Fayoum University By Dr. Emad M. Saad Industrial Engineering Dept. Faculty of Engineering Fayoum University Faculty of Engineering Industrial Engineering Dept. 2015-2016

More information

RL Circuits Challenge Problems

RL Circuits Challenge Problems RL Circuits Challenge Problems Problem : RL Circuits Consider the circuit at left, consisting of a battery (emf ε), an inductor L, resistor R and switch S. For times t< the switch is open and there is

More information

Chapter 7. Shafts and Shaft Components

Chapter 7. Shafts and Shaft Components Chapter 7 Shafts and Shaft Components 2 Chapter Outline Introduction Shaft Materials Shaft Layout Shaft Design for Stress Deflection Considerations Critical Speeds for Shafts Miscellaneous Shaft Components

More information

CONTENTS. IMPERIALt. Impact Spanner Wrench. IMPERIAL Lockplate Kit... B Features / Benefits. IP Pillow Blocks Bolt

CONTENTS. IMPERIALt. Impact Spanner Wrench. IMPERIAL Lockplate Kit... B Features / Benefits. IP Pillow Blocks Bolt CONTENTS IMPERIALt Features / Benefits... B8--2 Nomenclature... B8--3 Selection... B8--6 Selection/Dimensions... B8--14 IP Pillow Blocks -- 2--Bolt IP Pillow Blocks -- 4--Bolt...... B8--14 B8--16 ISAF

More information

ARKANSAS DEPARTMENT OF EDUCATION MATHEMATICS ADOPTION. Common Core State Standards Correlation. and

ARKANSAS DEPARTMENT OF EDUCATION MATHEMATICS ADOPTION. Common Core State Standards Correlation. and ARKANSAS DEPARTMENT OF EDUCATION MATHEMATICS ADOPTION 2012 s Correlation and s Comparison with Expectations Correlation ARKANSAS DEPARTMENT OF EDUCATION MATHEMATICS ADOPTION Two Number, Data and Space

More information

Power transmission. Components used to transmit power: gears, belt, clutch and brakes. Gear (Stresses) act on the tooth Lewis formula and AGMA

Power transmission. Components used to transmit power: gears, belt, clutch and brakes. Gear (Stresses) act on the tooth Lewis formula and AGMA 1 Power transmission Components used to transmit power: gears, belt, clutch and brakes. Failure Types Gear (Stresses) Bending: resulted from bending stress. t act on the tooth Lewis formula and AGMA Pitting:

More information

1.4 CORNERING PROPERTIES OF TIRES 39

1.4 CORNERING PROPERTIES OF TIRES 39 1.4 CORNERING PROPERTIES OF TIRES 39 Fig. 1.30 Variation of self-aligning torque with cornering force of a car tire under various normal loads. (Reproduced with permission of the Society of Automotive

More information

CHAPTER 19 DC Circuits Units

CHAPTER 19 DC Circuits Units CHAPTER 19 DC Circuits Units EMF and Terminal Voltage Resistors in Series and in Parallel Kirchhoff s Rules EMFs in Series and in Parallel; Charging a Battery Circuits Containing Capacitors in Series and

More information

Car Comparison Project

Car Comparison Project NAME Car Comparison Project Introduction Systems of linear equations are a useful way to solve common problems in different areas of life. One of the most powerful ways to use them is in a comparison model

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS INSTALLATION INSTRUCTIONS Accessory ENGINE BLOCK (L4) P/N 08T44-TA0-100 Application 2008 ACCORD 2-AND 4-DOOR Publications No. AII 35355 Issue Date AUG 2007 PARTS LIST Engine block heater Coolant concentration

More information