SOLVING SOME PHYSICAL PROBLEMS USING THE METHODS OF NUMERICAL MATHEMATICS WITH THE HELP OF SYSTEM MATHEMATICA

Size: px
Start display at page:

Download "SOLVING SOME PHYSICAL PROBLEMS USING THE METHODS OF NUMERICAL MATHEMATICS WITH THE HELP OF SYSTEM MATHEMATICA"

Transcription

1 SOLVING SOME PHYSICAL PROBLEMS USING THE METHODS OF NUMERICAL MATHEMATICS WITH THE HELP OF SYSTEM MATHEMATICA Pavel Trojovský Jaroslav Seibert Antonín Slabý ABSTRACT Ever future teacher of mathematics must know smbolic approaches for example for finding derivations and integrals solving algebraic and differential equations ver well But most of the problems from practice are not solvable b a smbolic wa and therefore numerical ones must be used That is wa the basic knowledge of some numerical methods for solving problems of the real world is a component of the complex training of teachers of mathematics Different computer sstems for smbolic and numerical mathematics as MatLab Maple Mathematica or Derive enable their effective use The posibilit to join numerical and smbolic computation in these sstems makes them ver well suited for expressing numerical algorithms testing them out and postprocessing the results for example in a graphical form Their abilit for high-precision or exact calculations is also important This contribution deals with a concrete illustration of using the sstem Mathematica for solving several tpical phsical problems b differential equations or their sstems KEYWORDS Sstem Mathematica Runge-Kutta method the simple pendulum pendulum phslet movement of projectile orbits of satelite INTRODUCTION Mathematica is a powerful mathematical software sstem for students researchers and someone finding an effective tool for mathematical analsis As the portable electronic calculator made doing simple arithmetic unnecessar so powerful and sophisticated smbolic processing programs such as Mathematica do calculus unnecessar b hand Algebraic manipulation finding roots of equations derivatives of functions solutions of differential equations and ver large number of other mathematical operations have been done in a similar wa and the solutions appear in smbolic form Mathematica also has extensive and powerful graphic capabilities Such a smbolic processing programs have profound implications for mathematicall rich fields (for example phsics) where a great deal of time and much accumulated skill goes into master handling about complicated mathematics With the advent of Mathematica educators have endeavored to make use of the mathematical manipulation power of this software sstem to improve the traditional wa of teaching mathematics phsics and engineering Mathematica has been incorporated in a number of universities as a productivit tool to help students in analtical performance numerical and graphical work Mathematica provides facilities for doing both of smbolic and numerical mathematics or mixing the two as required 59

2 Mathematica contains an extensive collection of algorithms for the users covering almost ever field of mathematics including calculus differential equations matrix algebra etc In our contribution we take two tpes of problems the problems solvable smbolicall using build-in commands in the sstem Mathematica (commands Integrate[] DSolve[] and so on) and the problems whose solution can be found onl b numerical wa In this second case we use the fourth order Runge- Kutta method for numerical integration of autonomous sstems of ordinar first-order differential equations For example we take solving the problem of movement projectile with resistance of air the motion of satellite of the Earth in its gravitational field and oscillating of a simple pendulum in vacuum and with resistance of environment too In all these examples we are going to show a mathematical description of the problem a numerical solution the graphs of functional dependencies of various quantities and computer animations of the movements THE RUNGE-KUTTA METHOD An autonomous first-order sstem of differential equations of n variables n with the initial conditions at ( x0 ) = 0 ( x0 ) = 0 n ( x0 ) = n0 in the sstem ' = f( x n) = f ( x ) ' n n ' = f n ( x n ) where i ' i = n denote derivative of i with respect to a variable x Puting = ) ( n = ( and f f ( x ) f ( x ) f n ( x )) we can rewrite the equations and the initial conditions simpl as a sstem starts from the initial conditions () ' = f ( x ) (0) ( x = 0 ) (0) A numerical method for solving such ( 0 (0) The given value = x ) leads to find the value at the point x = x 0 + h then this value leads to find the value at x = x0 + h and so on The constant h > 0 is called the step size There are man different formulaes for this purpose We take the fourth order Runge-Kutta method in solutions of the following problems (i+ ) This method computes (i) from in the following wa: ( ) = i k k k f ( x i h h = f ( xi + k ) ) h h = f xi + k ( ) () 60

3 k i = f ( x + h h k ) ( i) h = + ( k + k + k + k 6 ( i+ ) ) This Runge-Kutta method can be easil programmed in Mathematica because it contains a special tpe of object for vectors and man functions for operations with them If we use built-in functions SetAttributes ClearAttributes Flatten Append While and Module we get this Mathematica s function for implementation of Runge-Kutta method: RungeKuttaMethod[f_{x_x0_}{_0_}b_h_]:= Module[{kkkk xk=x0 k=0 res={ Flatten[{x00}] } } SetAttributes[Rule Listable]; While[xk<b k=f/x->xk / ->k; k=f/x->xk+h/ / ->k+h/ k; k=f/x->xk+h/ / ->k+h/ k; k=f/x->xk+h / ->k+h k; k=k+h/6 (k+(k+k)+k); xk=xk+h; res=append[res Flatten[{xkk}] ] ]; ClearAttributes[Rule Listable]; res ] THE SIMPLE PENDULUM The pendulum should be thought of as a weight hung on a rigid rod of negligible mass from a pivot without friction in a medium which offers no resistance to things moving through it The state of the motion at an time is defined completel b the position and velocit at that time If we know those values we can calculate its position and velocit for an time in the future or past Figure 6

4 Using the second Newton law the differencial equation for a description of the movement of the pendulum is d Θ ml = mg sin Θ where Θ is the angle of the pendulum from the vertical m is the mass l is the length and g is the dθ acceleration due to gravit Introducing the angular velocitω = we can rewrite this equation as a sstem of two first order ordinar differential equations dθ = ω dω g = sin Θ l Analticall the motion of a pendulum is given in an implicit form b elliptic integrals We will solve the sstem of equations numericall using sstem Mathematica The computed displacement of the value Θ of the pendulum versus time t is shown in the following Figure : Figure Now we relax some of our unrealistic requirements for our sstem and we allow an air consistence We get the similar secondar-order equation: d Θ dθ lm = mg sin Θ c We can transform it into two first order equations with the variables The equations become: = Θ dθ = ' = g ' = sin l c ml The displacement of the pendulum is in the Figure Figure 6

5 MOVEMENT OF PROJECTILE Now we will stud elements of a projectile motion with the resistence of air if it is shot with a initial velocit v 0 and the mass is m Using the second Newton law we again obtain the differential equations for x and coordinates positions of the projectile: d x m = c vx cvx vx + v d m = mg c v cv vx + v The sstem can be rewritten to the four first-order equations with variables d = We obtain ' = c c ' = + m m ' = c c ' = g + m m = x dx = = with the initial conditions (0) = 0 ( 0) = v0x (0) = 0 ( 0) = v0 Fig shows the displacement of the projectile and Fig 5 the graph of the velocit versus time ( v 0 x = 00 v 0 = 80 ) Figure Figure 5 6

6 MOVEMENT OF A SATELITE OF PLANETS In this part we find satelite orbits for the case of one planet and then for the case of a couple of planets Using the second Newton law and Newton s classical law of gravit we get an equation for the description of orbits of satelite mm m a = κ r r where ( d x d a = ) is the acceleration of the satelite m the mass of it M the mass of the planet κ the universal constant of gravit and r = ( x ) is a position vector of the satelite We get d x = κ M d = κ M x + / ( x ) + / ( x ) which can be rewritten to the four first-order equations with variables d = ' = : ' = κ M ( ' = ' = κ M ( + + / ) / ) with (0) = 0 ( 0) = v0x (0) = H (0) = 0 = x dx = = Figure 6 contains the orbits of the satelite of one planet for two different initial velocities of the satelite (circular resp parabolical orbits): Figure 6 6

7 Similarl we get the equation for the orbit of the satelite of a couple of planets which are in the distance D: m mm mm a = κ r κ r r r where r = ( x D ) and r = ( x + D ) and we can again rewrite it to four first-order differential equations The computed orbits of the satelite of the couple of planets for different velocities of the satelite are in Figure 7 Figure 7 CONCLUSION We showed an approach of finding solutions of several phsical problems of using function RungeKuttaMethod[] which we created The sstem Mathematica contains from version 0 built-in command NDSolve[] which can be used to solve out majorit of the solved problems Practical use of the theor of numerical methods is on this wa more important for our students 65

8 REFERENCES Maeder R Programming in Mathematica Adison-Wesle Publishing Compan 99 Wolfram S Mathematica A sstem for doing mathematics b computer Adison-Wesle Publishing 99 Pavel Trojovský Universit of Hradec Králové Department of Mathematics Víta Nejedlého Hradec Králové Czech Republic paveltrojovsk@uhkcz Jaroslav Seibert Universit of Hradec Králové Department of Mathematics Víta Nejedlého Hradec Králové Czech Republic jaroslavseibert@uhkcz Antonín Slabý Universit of Hradec Králové Department of Informatics Víta Nejedlého Hradec Králové Czech Republic antoninslab@uhkcz 66

Ordinary Differential Equations n

Ordinary Differential Equations n Numerical Analsis MTH63 Ordinar Differential Equations Introduction Talor Series Euler Method Runge-Kutta Method Predictor Corrector Method Introduction Man problems in science and engineering when formulated

More information

On Solving Systems of ODEs Numerically

On Solving Systems of ODEs Numerically On Solving Sstems of ODEs Numericall Temple H. Fa, Stephan V. Joubert, and Andrew Mkolesia Department of Mathematical Technolog Tshwane Universit of Technolog Private Bag x680 Pretoria 0001 SOUTH AFRICA

More information

METHODS IN Mathematica FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS. Keçiören, Ankara 06010, Turkey.

METHODS IN Mathematica FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS. Keçiören, Ankara 06010, Turkey. Mathematical and Computational Applications, Vol. 16, No. 4, pp. 784-796, 2011. Association for Scientific Research METHODS IN Mathematica FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS Ünal Göktaş 1 and

More information

Modeling and Experimentation: Compound Pendulum

Modeling and Experimentation: Compound Pendulum Modeling and Experimentation: Compound Pendulum Prof. R.G. Longoria Department of Mechanical Engineering The University of Texas at Austin Fall 2014 Overview This lab focuses on developing a mathematical

More information

Experimental Uncertainty Review. Abstract. References. Measurement Uncertainties and Uncertainty Propagation

Experimental Uncertainty Review. Abstract. References. Measurement Uncertainties and Uncertainty Propagation Experimental Uncertaint Review Abstract This is intended as a brief summar of the basic elements of uncertaint analsis, and a hand reference for laborator use. It provides some elementar "rules-of-thumb"

More information

Second-Order Linear Differential Equations C 2

Second-Order Linear Differential Equations C 2 C8 APPENDIX C Additional Topics in Differential Equations APPENDIX C. Second-Order Homogeneous Linear Equations Second-Order Linear Differential Equations Higher-Order Linear Differential Equations Application

More information

Kater s Pendulum. Stuart Field and Eric Hazlett

Kater s Pendulum. Stuart Field and Eric Hazlett Kater s Pendulum Stuart Field and Eric Hazlett Abstract In this lab we will determine the value of the acceleration of gravity g by using a reversible pendulum, first developed by Henry Kater in 1815.

More information

Physics 204A FINAL EXAM Chapters 1-14 Fall 2005

Physics 204A FINAL EXAM Chapters 1-14 Fall 2005 Name: Solve the following problems in the space provided Use the back of the page if needed Each problem is worth 10 points You must show our work in a logical fashion starting with the correctl applied

More information

2 Ordinary Differential Equations: Initial Value Problems

2 Ordinary Differential Equations: Initial Value Problems Ordinar Differential Equations: Initial Value Problems Read sections 9., (9. for information), 9.3, 9.3., 9.3. (up to p. 396), 9.3.6. Review questions 9.3, 9.4, 9.8, 9.9, 9.4 9.6.. Two Examples.. Foxes

More information

Mechanics Departmental Exam Last updated November 2013

Mechanics Departmental Exam Last updated November 2013 Mechanics Departmental Eam Last updated November 213 1. Two satellites are moving about each other in circular orbits under the influence of their mutual gravitational attractions. The satellites have

More information

Chapter 14 Periodic Motion

Chapter 14 Periodic Motion Chapter 14 Periodic Motion 1 Describing Oscillation First, we want to describe the kinematical and dynamical quantities associated with Simple Harmonic Motion (SHM), for example, x, v x, a x, and F x.

More information

Oscillations. Oscillations and Simple Harmonic Motion

Oscillations. Oscillations and Simple Harmonic Motion Oscillations AP Physics C Oscillations and Simple Harmonic Motion 1 Equilibrium and Oscillations A marble that is free to roll inside a spherical bowl has an equilibrium position at the bottom of the bowl

More information

PH 120 Project # 2: Pendulum and chaos

PH 120 Project # 2: Pendulum and chaos PH 120 Project # 2: Pendulum and chaos Due: Friday, January 16, 2004 In PH109, you studied a simple pendulum, which is an effectively massless rod of length l that is fixed at one end with a small mass

More information

Physics 2210 Fall 2011 David Ailion FINAL EXAM. December 14, 2011

Physics 2210 Fall 2011 David Ailion FINAL EXAM. December 14, 2011 Dd Physics 2210 Fall 2011 David Ailion FINAL EXAM December 14, 2011 PLEASE FILL IN THE INFORMATION BELOW: Name (printed): Name (signed): Student ID Number (unid): u Discussion Instructor: Marc Lindley

More information

Autonomous Equations / Stability of Equilibrium Solutions. y = f (y).

Autonomous Equations / Stability of Equilibrium Solutions. y = f (y). Autonomous Equations / Stabilit of Equilibrium Solutions First order autonomous equations, Equilibrium solutions, Stabilit, Longterm behavior of solutions, direction fields, Population dnamics and logistic

More information

NONLINEAR DYNAMICS AND CHAOS. Numerical integration. Stability analysis

NONLINEAR DYNAMICS AND CHAOS. Numerical integration. Stability analysis LECTURE 3: FLOWS NONLINEAR DYNAMICS AND CHAOS Patrick E McSharr Sstems Analsis, Modelling & Prediction Group www.eng.o.ac.uk/samp patrick@mcsharr.net Tel: +44 83 74 Numerical integration Stabilit analsis

More information

Physics 2001/2051 The Compound Pendulum Experiment 4 and Helical Springs

Physics 2001/2051 The Compound Pendulum Experiment 4 and Helical Springs PY001/051 Compound Pendulum and Helical Springs Experiment 4 Physics 001/051 The Compound Pendulum Experiment 4 and Helical Springs Prelab 1 Read the following background/setup and ensure you are familiar

More information

Dynamics of multiple pendula without gravity

Dynamics of multiple pendula without gravity Chaotic Modeling and Simulation (CMSIM) 1: 57 67, 014 Dnamics of multiple pendula without gravit Wojciech Szumiński Institute of Phsics, Universit of Zielona Góra, Poland (E-mail: uz88szuminski@gmail.com)

More information

PHYS 101 Previous Exam Problems. Force & Motion I

PHYS 101 Previous Exam Problems. Force & Motion I PHYS 101 Previous Exam Problems CHAPTER 5 Force & Motion I Newton s Laws Vertical motion Horizontal motion Mixed forces Contact forces Inclines General problems 1. A 5.0-kg block is lowered with a downward

More information

MATHEMATICAL MODELLING, MECHANICS AND MOD- ELLING MTHA4004Y

MATHEMATICAL MODELLING, MECHANICS AND MOD- ELLING MTHA4004Y UNIVERSITY OF EAST ANGLIA School of Mathematics Main Series UG Examination 2017 18 MATHEMATICAL MODELLING, MECHANICS AND MOD- ELLING MTHA4004Y Time allowed: 2 Hours Attempt QUESTIONS 1 and 2, and ONE other

More information

Use a BLOCK letter to answer each question: A, B, C, or D (not lower case such a b or script such as D)

Use a BLOCK letter to answer each question: A, B, C, or D (not lower case such a b or script such as D) Physics 23 Spring 212 Answer Sheet Print LAST Name: Rec Sec Letter EM Mini-Test First Name: Recitation Instructor & Final Exam Student ID: Gently remove this page from your exam when you begin. Write clearly

More information

HADDONFIELD PUBLIC SCHOOLS Curriculum Map for AP Physics, Mechanics C

HADDONFIELD PUBLIC SCHOOLS Curriculum Map for AP Physics, Mechanics C Curriculum Map for AP Physics, Mechanics C September Enduring Understandings (The big ideas): Chapter 2 -- Motion Along a Straight Line Essential Questions: How do objects move? 1. Displacement, time,

More information

LAST TIME: Simple Pendulum:

LAST TIME: Simple Pendulum: LAST TIME: Simple Pendulum: The displacement from equilibrium, x is the arclength s = L. s / L x / L Accelerating & Restoring Force in the tangential direction, taking cw as positive initial displacement

More information

S13 PHY321: Final May 1, NOTE: Show all your work. No credit for unsupported answers. Turn the front page only when advised by the instructor!

S13 PHY321: Final May 1, NOTE: Show all your work. No credit for unsupported answers. Turn the front page only when advised by the instructor! Name: Student ID: S13 PHY321: Final May 1, 2013 NOTE: Show all your work. No credit for unsupported answers. Turn the front page only when advised by the instructor! The exam consists of 6 problems (60

More information

Version 001 circular and gravitation holland (2383) 1

Version 001 circular and gravitation holland (2383) 1 Version 00 circular and gravitation holland (383) This print-out should have 9 questions. Multiple-choice questions may continue on the next column or page find all choices before answering. AP B 993 MC

More information

Gravitational potential energy

Gravitational potential energy Gravitational potential energ m1 Consider a rigid bod of arbitrar shape. We want to obtain a value for its gravitational potential energ. O r1 1 x The gravitational potential energ of an assembl of N point-like

More information

The distance of the object from the equilibrium position is m.

The distance of the object from the equilibrium position is m. Answers, Even-Numbered Problems, Chapter..4.6.8.0..4.6.8 (a) A = 0.0 m (b).60 s (c) 0.65 Hz Whenever the object is released from rest, its initial displacement equals the amplitude of its SHM. (a) so 0.065

More information

Physics for Scientists and Engineers 4th Edition, 2017

Physics for Scientists and Engineers 4th Edition, 2017 A Correlation of Physics for Scientists and Engineers 4th Edition, 2017 To the AP Physics C: Mechanics Course Descriptions AP is a trademark registered and/or owned by the College Board, which was not

More information

10. The dimensional formula for c) 6% d) 7%

10. The dimensional formula for c) 6% d) 7% UNIT. One of the combinations from the fundamental phsical constants is hc G. The unit of this epression is a) kg b) m 3 c) s - d) m. If the error in the measurement of radius is %, then the error in the

More information

Increasing and Decreasing Functions and the First Derivative Test. Increasing and Decreasing Functions. Video

Increasing and Decreasing Functions and the First Derivative Test. Increasing and Decreasing Functions. Video SECTION and Decreasing Functions and the First Derivative Test 79 Section and Decreasing Functions and the First Derivative Test Determine intervals on which a unction is increasing or decreasing Appl

More information

Additional Topics in Differential Equations

Additional Topics in Differential Equations 6 Additional Topics in Differential Equations 6. Eact First-Order Equations 6. Second-Order Homogeneous Linear Equations 6.3 Second-Order Nonhomogeneous Linear Equations 6.4 Series Solutions of Differential

More information

Chapter 14. Oscillations. Oscillations Introductory Terminology Simple Harmonic Motion:

Chapter 14. Oscillations. Oscillations Introductory Terminology Simple Harmonic Motion: Chapter 14 Oscillations Oscillations Introductory Terminology Simple Harmonic Motion: Kinematics Energy Examples of Simple Harmonic Oscillators Damped and Forced Oscillations. Resonance. Periodic Motion

More information

Vectors Primer. M.C. Simani. July 7, 2007

Vectors Primer. M.C. Simani. July 7, 2007 Vectors Primer M.. Simani Jul 7, 2007 This note gives a short introduction to the concept of vector and summarizes the basic properties of vectors. Reference textbook: Universit Phsics, Young and Freedman,

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department 8.01 Physics I Fall Term 2009 Review Module on Solving N equations in N unknowns

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department 8.01 Physics I Fall Term 2009 Review Module on Solving N equations in N unknowns MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department 8.01 Physics I Fall Term 2009 Review Module on Solving N equations in N unknowns Most students first exposure to solving N linear equations in N

More information

II. Universal Gravitation - Newton 4th Law

II. Universal Gravitation - Newton 4th Law Periodic Motion I. Circular Motion - kinematics & centripetal acceleration - dynamics & centripetal force - centrifugal force II. Universal Gravitation - Newton s 4 th Law - force fields & orbits III.

More information

AP Physics Review FRQ 2015

AP Physics Review FRQ 2015 AP Physics Review FRQ 2015 2015 Mech 1. A block of mass m is projected up from the bottom of an inclined ramp with an initial velocity of magnitude v 0. The ramp has negligible friction and makes an angle

More information

Physics Mechanics. Lecture 32 Oscillations II

Physics Mechanics. Lecture 32 Oscillations II Physics 170 - Mechanics Lecture 32 Oscillations II Gravitational Potential Energy A plot of the gravitational potential energy U g looks like this: Energy Conservation Total mechanical energy of an object

More information

Regular Physics - Notes Ch. 1

Regular Physics - Notes Ch. 1 Regular Phsics - Notes Ch. 1 What is Phsics? the stud of matter and energ and their relationships; the stud of the basic phsical laws of nature which are often stated in simple mathematical equations.

More information

Northwestern Connecticut Community College Course Syllabus

Northwestern Connecticut Community College Course Syllabus Northwestern Connecticut Community College Course Syllabus Course Title: Introductory Physics Course #: PHY 110 Course Description: 4 credits (3 class hours and 3 laboratory hours per week) Physics 110

More information

Chapter 13: Oscillatory Motions

Chapter 13: Oscillatory Motions Chapter 13: Oscillatory Motions Simple harmonic motion Spring and Hooe s law When a mass hanging from a spring and in equilibrium, the Newton s nd law says: Fy ma Fs Fg 0 Fs Fg This means the force due

More information

Northwestern CT Community College Course Syllabus. Course Title: CALCULUS-BASED PHYSICS I with Lab Course #: PHY 221

Northwestern CT Community College Course Syllabus. Course Title: CALCULUS-BASED PHYSICS I with Lab Course #: PHY 221 Northwestern CT Community College Course Syllabus Course Title: CALCULUS-BASED PHYSICS I with Lab Course #: PHY 221 Course Description: 4 credits (3 class hours and 3 laboratory hours per week) Physics

More information

AP Physics C Syllabus

AP Physics C Syllabus Course Overview AP Physics C Syllabus AP Physics C will meet for 90 minutes on block scheduling and for 45 minutes on regular scheduling. Class activities will include lecture, demonstration, problem solving

More information

PHYS-2010: General Physics I Course Lecture Notes Section IV

PHYS-2010: General Physics I Course Lecture Notes Section IV PHYS-010: General Phsics I Course Lecture Notes Section IV Dr. Donald G. Luttermoser East Tennessee State Universit Edition.3 Abstract These class notes are designed for use of the instructor and students

More information

The solution of differential equation of physical problem by the use of Matlab

The solution of differential equation of physical problem by the use of Matlab The solution of differential equation of phsical problem b the use of Matlab Erika Fechoá Technical Uniersit of Košice Facult of Manufacturing Technologies of the Technical Uniersit of Košice with a seat

More information

AP Physics 1. Course Overview

AP Physics 1. Course Overview Radnor High School Course Syllabus AP Physics 1 Credits: Grade Weighting: Yes Prerequisites: Co-requisites: Length: Format: 1.0 Credit, weighted Honors chemistry or Advanced Chemistry Honors Pre-calculus

More information

Candidate Number. Other Names

Candidate Number. Other Names Centre Number Surname Candidate Signature Candidate Number Other Names Notice to Candidate. The work ou submit for assessment must be our own. If ou cop from someone else or allow another candidate to

More information

Course Requirements. Course Mechanics. Projects & Exams. Homework. Week 1. Introduction. Fast Multipole Methods: Fundamentals & Applications

Course Requirements. Course Mechanics. Projects & Exams. Homework. Week 1. Introduction. Fast Multipole Methods: Fundamentals & Applications Week 1. Introduction. Fast Multipole Methods: Fundamentals & Applications Ramani Duraiswami Nail A. Gumerov What are multipole methods and what is this course about. Problems from phsics, mathematics,

More information

Chapter 9b: Numerical Methods for Calculus and Differential Equations. Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers

Chapter 9b: Numerical Methods for Calculus and Differential Equations. Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers Chapter 9b: Numerical Methods for Calculus and Differential Equations Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers Acceleration Initial-Value Problems Consider a skydiver

More information

OSCILLATIONS ABOUT EQUILIBRIUM

OSCILLATIONS ABOUT EQUILIBRIUM OSCILLATIONS ABOUT EQUILIBRIUM Chapter 13 Units of Chapter 13 Periodic Motion Simple Harmonic Motion Connections between Uniform Circular Motion and Simple Harmonic Motion The Period of a Mass on a Spring

More information

2007 Problem Topic Comment 1 Kinematics Position-time equation Kinematics 7 2 Kinematics Velocity-time graph Dynamics 6 3 Kinematics Average velocity

2007 Problem Topic Comment 1 Kinematics Position-time equation Kinematics 7 2 Kinematics Velocity-time graph Dynamics 6 3 Kinematics Average velocity 2007 Problem Topic Comment 1 Kinematics Position-time equation Kinematics 7 2 Kinematics Velocity-time graph Dynamics 6 3 Kinematics Average velocity Energy 7 4 Kinematics Free fall Collisions 3 5 Dynamics

More information

Finding Limits Graphically and Numerically. An Introduction to Limits

Finding Limits Graphically and Numerically. An Introduction to Limits 60_00.qd //0 :05 PM Page 8 8 CHAPTER Limits and Their Properties Section. Finding Limits Graphicall and Numericall Estimate a it using a numerical or graphical approach. Learn different was that a it can

More information

CHAPTER 1 MEASUREMENTS AND VECTORS

CHAPTER 1 MEASUREMENTS AND VECTORS CHPTER 1 MESUREMENTS ND VECTORS 1 CHPTER 1 MESUREMENTS ND VECTORS 1.1 UNITS ND STNDRDS n phsical quantit must have, besides its numerical value, a standard unit. It will be meaningless to sa that the distance

More information

REVISION SHEET MECHANICS 1 MOTION GRAPHS OCR MEI. Displacement-time graphs and distance-time graphs

REVISION SHEET MECHANICS 1 MOTION GRAPHS OCR MEI. Displacement-time graphs and distance-time graphs the Further Mhemics network www.fmnetwork.org.uk V 07 1 REVISION SHEET MECHANICS 1 MOTION GRAPHS The main ideas are AQA Edx MEI OCR Displacement-time graphs M1 M1 M1 M1 Distance-time graphs M1 M1 M1 M1

More information

Physics 351, Spring 2015, Homework #7. Due at start of class, Friday, March 3, 2017

Physics 351, Spring 2015, Homework #7. Due at start of class, Friday, March 3, 2017 Physics 351, Spring 2015, Homework #7. Due at start of class, Friday, March 3, 2017 Course info is at positron.hep.upenn.edu/p351 When you finish this homework, remember to visit the feedback page at positron.hep.upenn.edu/q351

More information

VCAA Bulletin. VCE, VCAL and VET. Supplement 2

VCAA Bulletin. VCE, VCAL and VET. Supplement 2 VCE, VCAL and VET VCAA Bulletin Regulations and information about curriculum and assessment for the VCE, VCAL and VET No. 87 April 20 Victorian Certificate of Education Victorian Certificate of Applied

More information

APPLIED MATHEMATICS IM 02

APPLIED MATHEMATICS IM 02 IM SYLLABUS (2013) APPLIED MATHEMATICS IM 02 SYLLABUS Applied Mathematics IM 02 Syllabus (Available in September) 1 Paper (3 hours) Applied Mathematics (Mechanics) Aims A course based on this syllabus

More information

Physics 351, Spring 2015, Homework #7. Due at start of class, Friday, March 6, 2015

Physics 351, Spring 2015, Homework #7. Due at start of class, Friday, March 6, 2015 Physics 351, Spring 2015, Homework #7. Due at start of class, Friday, March 6, 2015 Course info is at positron.hep.upenn.edu/p351 When you finish this homework, remember to visit the feedback page at positron.hep.upenn.edu/q351

More information

Section 8.5 Parametric Equations

Section 8.5 Parametric Equations 504 Chapter 8 Section 8.5 Parametric Equations Man shapes, even ones as simple as circles, cannot be represented as an equation where is a function of. Consider, for eample, the path a moon follows as

More information

Transformation of kinematical quantities from rotating into static coordinate system

Transformation of kinematical quantities from rotating into static coordinate system Transformation of kinematical quantities from rotating into static coordinate sstem Dimitar G Stoanov Facult of Engineering and Pedagog in Sliven, Technical Universit of Sofia 59, Bourgasko Shaussee Blvd,

More information

The Campion School P.E. Dept A Level PE Biomechanics

The Campion School P.E. Dept A Level PE Biomechanics Topic: Biomechanics Learning Objectives (What the teacher intends pupils to learn) Learners will be able to develop their knowledge and understanding of the underlying biomechanical principles related

More information

Initial Value Problems for. Ordinary Differential Equations

Initial Value Problems for. Ordinary Differential Equations Initial Value Problems for Ordinar Differential Equations INTRODUCTION Equations which are composed of an unnown function and its derivatives are called differential equations. It becomes an initial value

More information

Advanced Higher Mathematics of Mechanics

Advanced Higher Mathematics of Mechanics Advanced Higher Mathematics of Mechanics Course Outline (2016-2017) Block 1: Change of timetable to summer holiday Assessment Standard Assessment 1 Applying skills to motion in a straight line (Linear

More information

2.2 SEPARABLE VARIABLES

2.2 SEPARABLE VARIABLES 44 CHAPTER FIRST-ORDER DIFFERENTIAL EQUATIONS 6 Consider the autonomous DE 6 Use our ideas from Problem 5 to find intervals on the -ais for which solution curves are concave up and intervals for which

More information

AP Physics C Mechanics

AP Physics C Mechanics 1 AP Physics C Mechanics Simple Harmonic Motion 2015 12 05 www.njctl.org 2 Table of Contents Click on the topic to go to that section Spring and a Block Energy of SHM SHM and UCM Simple and Physical Pendulums

More information

Mechanics Physics 151

Mechanics Physics 151 Mechanics Phsics 151 Lecture 8 Rigid Bod Motion (Chapter 4) What We Did Last Time! Discussed scattering problem! Foundation for all experimental phsics! Defined and calculated cross sections! Differential

More information

EAD 115. Numerical Solution of Engineering and Scientific Problems. David M. Rocke Department of Applied Science

EAD 115. Numerical Solution of Engineering and Scientific Problems. David M. Rocke Department of Applied Science EAD 115 Numerical Solution of Engineering and Scientific Problems David M. Rocke Department of Applied Science Transient Response of a Chemical Reactor Concentration of a substance in a chemical reactor

More information

Sample Solutions for Assignment 3.

Sample Solutions for Assignment 3. AMath 383, Autumn Sample Solutions for Assignment 3. Reading: Chs. 4-5.. Eercise 7 of Chapter 3. If $X is invested toda at 3% interest compounded continuousl, then in ears it will be worth Xe (.3 ) = Xe.6.

More information

Dynamical systems and control mindstorms

Dynamical systems and control mindstorms Dnamical sstems and control mindstorms Ivan Markovsk Abstract An unorthodox programme for teaching sstems and control is developed and tested at the School of Electronics and Computer Science of the Universit

More information

Introduction to Differential Equations. National Chiao Tung University Chun-Jen Tsai 9/14/2011

Introduction to Differential Equations. National Chiao Tung University Chun-Jen Tsai 9/14/2011 Introduction to Differential Equations National Chiao Tung Universit Chun-Jen Tsai 9/14/011 Differential Equations Definition: An equation containing the derivatives of one or more dependent variables,

More information

Physics 8, Fall 2011, equation sheet work in progress

Physics 8, Fall 2011, equation sheet work in progress 1 year 3.16 10 7 s Physics 8, Fall 2011, equation sheet work in progress circumference of earth 40 10 6 m speed of light c = 2.9979 10 8 m/s mass of proton or neutron 1 amu ( atomic mass unit ) = 1 1.66

More information

Static Equilibrium, Gravitation, Periodic Motion

Static Equilibrium, Gravitation, Periodic Motion This test covers static equilibrium, universal gravitation, and simple harmonic motion, with some problems requiring a knowledge of basic calculus. Part I. Multiple Choice 1. 60 A B 10 kg A mass of 10

More information

LAB 05 Projectile Motion

LAB 05 Projectile Motion LAB 5 Projectile Motion CONTENT: 1. Introduction. Projectile motion A. Setup B. Various characteristics 3. Pre-lab: A. Activities B. Preliminar info C. Quiz 1. Introduction After introducing one-dimensional

More information

Basics Concepts and Ideas First Order Differential Equations. Dr. Omar R. Daoud

Basics Concepts and Ideas First Order Differential Equations. Dr. Omar R. Daoud Basics Concepts and Ideas First Order Differential Equations Dr. Omar R. Daoud Differential Equations Man Phsical laws and relations appear mathematicall in the form of Differentia Equations The are one

More information

Q1. Which of the following is the correct combination of dimensions for energy?

Q1. Which of the following is the correct combination of dimensions for energy? Tuesday, June 15, 2010 Page: 1 Q1. Which of the following is the correct combination of dimensions for energy? A) ML 2 /T 2 B) LT 2 /M C) MLT D) M 2 L 3 T E) ML/T 2 Q2. Two cars are initially 150 kilometers

More information

AP PHYSICS 1 Learning Objectives Arranged Topically

AP PHYSICS 1 Learning Objectives Arranged Topically AP PHYSICS 1 Learning Objectives Arranged Topically with o Big Ideas o Enduring Understandings o Essential Knowledges o Learning Objectives o Science Practices o Correlation to Knight Textbook Chapters

More information

Methods of Solving Ordinary Differential Equations (Online)

Methods of Solving Ordinary Differential Equations (Online) 7in 0in Felder c0_online.te V3 - Januar, 05 0:5 A.M. Page CHAPTER 0 Methods of Solving Ordinar Differential Equations (Online) 0.3 Phase Portraits Just as a slope field (Section.4) gives us a wa to visualize

More information

Physics 235 Chapter 4. Chapter 4 Non-Linear Oscillations and Chaos

Physics 235 Chapter 4. Chapter 4 Non-Linear Oscillations and Chaos Chapter 4 Non-Linear Oscillations and Chaos Non-Linear Differential Equations Up to now we have considered differential equations with terms that are proportional to the acceleration, the velocity, and

More information

Simultaneous Orthogonal Rotations Angle

Simultaneous Orthogonal Rotations Angle ELEKTROTEHNIŠKI VESTNIK 8(1-2): -11, 2011 ENGLISH EDITION Simultaneous Orthogonal Rotations Angle Sašo Tomažič 1, Sara Stančin 2 Facult of Electrical Engineering, Universit of Ljubljana 1 E-mail: saso.tomaic@fe.uni-lj.si

More information

Oscillatory Motion SHM

Oscillatory Motion SHM Chapter 15 Oscillatory Motion SHM Dr. Armen Kocharian Periodic Motion Periodic motion is motion of an object that regularly repeats The object returns to a given position after a fixed time interval A

More information

Physics 8, Fall 2013, equation sheet work in progress

Physics 8, Fall 2013, equation sheet work in progress (Chapter 1: foundations) 1 year 3.16 10 7 s Physics 8, Fall 2013, equation sheet work in progress circumference of earth 40 10 6 m speed of light c = 2.9979 10 8 m/s mass of proton or neutron 1 amu ( atomic

More information

Handout 6: Rotational motion and moment of inertia. Angular velocity and angular acceleration

Handout 6: Rotational motion and moment of inertia. Angular velocity and angular acceleration 1 Handout 6: Rotational motion and moment of inertia Angular velocity and angular acceleration In Figure 1, a particle b is rotating about an axis along a circular path with radius r. The radius sweeps

More information

Finding Limits Graphically and Numerically. An Introduction to Limits

Finding Limits Graphically and Numerically. An Introduction to Limits 8 CHAPTER Limits and Their Properties Section Finding Limits Graphicall and Numericall Estimate a it using a numerical or graphical approach Learn different was that a it can fail to eist Stud and use

More information

Unit 4 Work, Power & Conservation of Energy Workbook

Unit 4 Work, Power & Conservation of Energy Workbook Name: Per: AP Physics C Semester 1 - Mechanics Unit 4 Work, Power & Conservation of Energy Workbook Unit 4 - Work, Power, & Conservation of Energy Supplements to Text Readings from Fundamentals of Physics

More information

Chapter 14 Oscillations. Copyright 2009 Pearson Education, Inc.

Chapter 14 Oscillations. Copyright 2009 Pearson Education, Inc. Chapter 14 Oscillations 14-1 Oscillations of a Spring If an object vibrates or oscillates back and forth over the same path, each cycle taking the same amount of time, the motion is called periodic. The

More information

AP PHYSICS C SYLLABUS. Paul A. Tipler and Gene P. Mosca. Physics for Scientists and Engineers, 6 th. Course Description

AP PHYSICS C SYLLABUS. Paul A. Tipler and Gene P. Mosca. Physics for Scientists and Engineers, 6 th. Course Description AP PHYSICS C SYLLABUS. Text Paul A. Tipler and Gene P. Mosca. Physics for Scientists and Engineers, 6 th edition Extended Veraion Course Description AP Physics C is equivalent to a first year college physics

More information

The Force Table Introduction: Theory:

The Force Table Introduction: Theory: 1 The Force Table Introduction: "The Force Table" is a simple tool for demonstrating Newton s First Law and the vector nature of forces. This tool is based on the principle of equilibrium. An object is

More information

Homework #5 Solutions

Homework #5 Solutions Homework #5 Solutions Math 123: Mathematical Modeling, Spring 2019 Instructor: Dr. Doreen De Leon 1. Exercise 7.2.5. Stefan-Boltzmann s Law of Radiation states that the temperature change dt/ of a body

More information

Computers, Lies and the Fishing Season

Computers, Lies and the Fishing Season 1/47 Computers, Lies and the Fishing Season Liz Arnold May 21, 23 Introduction Computers, lies and the fishing season takes a look at computer software programs. As mathematicians, we depend on computers

More information

Contents. Dynamics and control of mechanical systems. Focuses on

Contents. Dynamics and control of mechanical systems. Focuses on Dnamics and control of mechanical sstems Date Da (/8) Da (3/8) Da 3 (5/8) Da 4 (7/8) Da 5 (9/8) Da 6 (/8) Content Review of the basics of mechanics. Kinematics of rigid bodies - coordinate transformation,

More information

AP Physics. Harmonic Motion. Multiple Choice. Test E

AP Physics. Harmonic Motion. Multiple Choice. Test E AP Physics Harmonic Motion Multiple Choice Test E A 0.10-Kg block is attached to a spring, initially unstretched, of force constant k = 40 N m as shown below. The block is released from rest at t = 0 sec.

More information

Course Name: AP Physics. Team Names: Jon Collins. Velocity Acceleration Displacement

Course Name: AP Physics. Team Names: Jon Collins. Velocity Acceleration Displacement Course Name: AP Physics Team Names: Jon Collins 1 st 9 weeks Objectives Vocabulary 1. NEWTONIAN MECHANICS and lab skills: Kinematics (including vectors, vector algebra, components of vectors, coordinate

More information

Chapter 3 Acceleration

Chapter 3 Acceleration Chapter 3 Acceleration Slide 3-1 PackBack The first answer gives a good physical picture. The video was nice, and worth the second answer. https://www.youtube.com/w atch?v=m57cimnj7fc Slide 3-2 Slide 3-3

More information

Alabama Department of Postsecondary Education

Alabama Department of Postsecondary Education Adopted: 1980 Reviewed: 1985, 2007 Revised: 1990, 1998, 2001, 2008, 2011 Alabama Department of Postsecondary Education Representing Alabama s Public Two-Year College System Jefferson State Community College

More information

LECTURE NOTES - VIII. Prof. Dr. Atıl BULU

LECTURE NOTES - VIII. Prof. Dr. Atıl BULU LECTURE NOTES - VIII «LUID MECHNICS» Istanbul Technical Universit College of Civil Engineering Civil Engineering Department Hdraulics Division CHPTER 8 DIMENSIONL NLYSIS 8. INTRODUCTION Dimensional analsis

More information

One-Dimensional Wave Propagation (without distortion or attenuation)

One-Dimensional Wave Propagation (without distortion or attenuation) Phsics 306: Waves Lecture 1 1//008 Phsics 306 Spring, 008 Waves and Optics Sllabus To get a good grade: Stud hard Come to class Email: satapal@phsics.gmu.edu Surve of waves One-Dimensional Wave Propagation

More information

Applications of Gauss-Radau and Gauss-Lobatto Numerical Integrations Over a Four Node Quadrilateral Finite Element

Applications of Gauss-Radau and Gauss-Lobatto Numerical Integrations Over a Four Node Quadrilateral Finite Element Avaiable online at www.banglaol.info angladesh J. Sci. Ind. Res. (), 77-86, 008 ANGLADESH JOURNAL OF SCIENTIFIC AND INDUSTRIAL RESEARCH CSIR E-mail: bsir07gmail.com Abstract Applications of Gauss-Radau

More information

Review of Engineering Dynamics

Review of Engineering Dynamics Review of Engineering Dynamics Part 1: Kinematics of Particles and Rigid Bodies by James Doane, PhD, PE Contents 1.0 Course Overview... 4.0 Basic Introductory Concepts... 4.1 Introduction... 4.1.1 Vectors

More information

COIN TOSS MODELING RĂZVAN C. STEFAN, TIBERIUS O. CHECHE

COIN TOSS MODELING RĂZVAN C. STEFAN, TIBERIUS O. CHECHE Romanian Reports in Phsics 69, 94 (7) COIN TOSS MODELING RĂZVAN C. STEFAN, TIBERIUS O. CHECHE Universit of Bucharest, Facult of Phsics, P.O.Box MG-, RO-775, Bucharest Măgurele, Romania E-mails: stefan.constantin6@gmail.com;

More information

MATH LECTURE NOTES FIRST ORDER SEPARABLE DIFFERENTIAL EQUATIONS OVERVIEW

MATH LECTURE NOTES FIRST ORDER SEPARABLE DIFFERENTIAL EQUATIONS OVERVIEW MATH 234 - LECTURE NOTES FIRST ORDER SEPARABLE DIFFERENTIAL EQUATIONS OVERVIEW Now will will begin with the process of learning how to solve differential equations. We will learn different techniques for

More information

THE DYNAMICS OF THE GRAVITATIONAL CAPTURE PROBLEM

THE DYNAMICS OF THE GRAVITATIONAL CAPTURE PROBLEM THE DYNAMICS OF THE GRAVITATIONAL CAPTURE PROBLEM Ernesto Vieira Neto Faculdade de Engenharia de Guaratinguetá - UNESP e-mail: ernesto@feg.unesp.br Antônio Fernando Bertachini de Almeida Prado Instituto

More information