Computational project: Modelling a simple quadrupole mass spectrometer

Size: px
Start display at page:

Download "Computational project: Modelling a simple quadrupole mass spectrometer"

Transcription

1 Computational project: Modelling a simple quadrupole mass spectrometer Martin Duy Tat a, Anders Hagen Jarmund a a Norges Teknisk-Naturvitenskapelige Universitet, Trondheim, Norway. Abstract In this project we have looked at numerical solution for a quadrupole mass spectrometer using the Forward Euler Method and the Runge-Kutta Method of Fourth order. We have investigated the parameters that determine which particles that reach the detector and which particles which do not. The two main parameters were the alternating and the direct voltage. Also, the mass of the particles and their initial position and velocity were varied to study how the detector was affected by these variations. For a N + particle it was determined that setting V AC = 6. V and V DC = 7.6 V where the optimal parameters, given that the particle starts within the detectors range and with a velocity directed no more than away from the z-axis. The calculations were mainly done in C++ while plotting was done in Matlab.. Introduction and theory.. Introduction A quadrupole mass spectrometer is a device that can detect particles with a particular mass relatively accurate if done correctly. It consists of four rod-shaped conductors placed in a square. When a combination of alternating, V AC, and direct, V DC, voltage is applied to the conductors, the resulting electric field in the middle of the square will accelerate charged particles. By adjusting the voltages, only particles with mass within a specific range will pass through the middle without being deflected. An approximation to the potential of a quadrupole is given by V = (V DC + V AC ) x y, () where it is assumed that the quadrupole lies in the xyplane such that the electrodes are parallel to the z-axis. The distance from the origin to each electrode is r. The positive electrodes are placed on the x-axis and the negative conductors are placed on the y-axis. The resulting differential equations of motion for the x, y and z direction are then d x dt d y dt r = q m (V DC + V AC ) x r, () = q m (V DC + V AC ) y r, (3) d z =, () dt where q is the charge of the particle and m is its mass... Numerical methods In general, the problems proposed in this report have no simple analytical solutions and thus have to be investigated by the means of numerical methods. Two such methods will be applied and compared; Euler s Method and Runge-Kutta Method.... Euler s Method Let an initial value problem be given as ẏ = f(t, y), y = a, t [ t, t ]. An approximation of y, w, may then be found by starting in a known point, eg. y, and follow the slope given by f a short distance h, or in general w = y, w i+ = w i + hf(t i, w i ), i t t = t + hi. t i h, (5) (6) Using Taylor s theorem, the global error of Forward Euler Method can be expressed as g = O(h). (7)... Runge-Kutta Method Another approach is using the Runge-Kutta Method of order four. The basic idea is similar to the one behind the Forward Euler Method, but we evaluate the slope at

2 several points and adding them with different weights; w i+ = w i + h 6 (s + s + s 3 + s ), where s = f(t i, w i ), s = f(t i + h, w i + h s ), (8) s 3 = f(t i + h, w i + h s ), s = f(t i + h, w i + hs 3 ), where the initial value problem is given as before. This time, the global error is g = O(h ). (9). Results and discussion.. Problem In figure and figure the potential and the electric field of four line charges with alternating polarity. Figure : A sketch of the field of four line charges, made by hand. In figure the lines are simply equipotential lines. For the special case of no alternating voltage the positive electrodes are the ones on the x-axis, and the negative electrodes are on the y-axis. We therefore see that the electric field in figure points towards the negative line charges on the y-axis. In figure 3 and figure similar sketches are made for the hyperbolic potential and with corresponding polarity. Therefore, in figure 3 the potential increases when moving away from the origin along the x-axis and decreases along the y-axis and the electric field in figure points away from the x-axis and towards the y-axis. Figure : A sketch of the potential of four line charges, made by hand. The gray colours was caused during scanning the sketch. It is not a part of the sketches. Figure 3: A sketch of the hyperbolic potential, made by hand.

3 y Figure 5: Plot of the potential from four line charges. Figure : A sketch of the hyperbolic field, made by hand. Quiver plot of E(x; y) If we study these figures closely, we see that the potential in figure 3 is very similar to the potential in the middle of the line charges in figure. It has the same curvature and also has the same asymptotic behaviour at the axes. Therefore we can safely approximate the potential of four line charges with a hyperbolic potential given by equation (), as long as we only consider the area close to the z-axis... Problem In order to plot the V (x, y) and E(x, y), dimensionless variables such as V (x,y) x V, r, etc has been used. r is, as before, the distance from the origin to each line charge, and V specifies the magnitude of the potential. Thus, if V AC =, V reduces to V = V DC. In figure 5 the potential of four line charges has been plotted. We see that near the charges the potential diverges to infinity since we have assumed that the charges are infinitely small. Also, V (x, y) diverges to near the charges on the x-axis, while it diverges to near the charges on the y-axis. r - Figure 6: charges x r Quiver plot of the electric field for the four line The corresponding electric field has been plotted in figure 6 as a quiver plot. It is clear the the electric field points away from the positive line charges and towards the negative line charges as they should, and the electric field lines are perpendicular to the equipotential lines. In figure 7 the hyperbolic potential has been plotted. The electric field has been plotted as a quiver plot in figure 8. Again, the electric field points away from the high potential as it should. 3

4 x (m) y y (m) 8, because the field in the x-direction points towards the origin and the magnitude increases as we move away from the origin. Moreover, in the y-direction in figure 9 the particle ends up really far away from the initial position. We also see from figure 8 that only a small deviance in the y-direction makes the particle fall quickly into the potential-void, or far away from our detector (note the axis dimensions in figure 9). Thus, the particle behaves exactly like expected in the y-direction too. # 3 5 Particle path r Figure 7: Plot of the hyperbolic potential Quiver plot of E(x; y) x r Figure 8: Quiver plot for the electric field for the hyperbolic potential. Fortunately, these plots are very similar to the sketches in Problem. The only difference is that the potential can now be plotted as a surface in three dimensions so we see more clearly where the potential is high or low. As a check, we set V DC = 5V, V AC = V and r = 3mm. Then we calculate the potential at some points: V (, ) =.V, V (, ) =.56V, V (, ) =.V, which obviously are the correct values x (m) # -3 Figure 9: Plot of projection of a particle s path, using the Forward Euler Method with timestep h =.µs. The oscillation in x-direction is also shown in figure with time step h =.µs. However, we also see that the amplitude is growing, which suggest that our numerical approximation has a non-negligible error. The energy of the particle is increasing, a trait common for the Forward Euler Method. This is certainly not in agreement with laws of physics. # -3 x-position over time.3. Problem 3 In this problem we want to begin modelling our spectrometer using V AC = V, V DC = 5 V and r = 3 mm. Then we send in a particle mimicking N +, so that m = 8 u and q = e, into the detector. The initial position of the particle is x = y = mm, z = mm and the initial velocity is v x = v y = m s, v z = 5 m s. To approximate the path given by equation (), (3), (), we implement the Forward Euler Method as described in section.. with h =. µs. A projection of this path into the xy-plane is found in figure 9. As we can see, the particle oscillates in the x-direction. This is as expected from figure 6, or more clearly, figure Time (s) # -5 Figure : Plot of the solution in the x-direction as a function of time, using the Forward Euler Method with timestep h =.µs. For the particular case when V AC = V an analytical

5 x (m) x (m) x (m) solution is achievable for the particle s path, namely r(t) = [x(t), y(t), z(t)] with ( ) x(t) = x cos qv DC mur t, ( ) y(t) = y cosh qv DC mur t, z(t) = z + v z t. () Here it is assumed that the initial conditions are the same as above. Any changes to the initial conditions will only give minor changes in these expressions. The x-component of such a movement is plotted in figure. The y- and z-components are trivial and therefore not shown. # -3 x(t) Numerical solution Analytical solution Time (s) # -5 Figure : Numerical and analytical solution in the x- direction. In the Forward Euler Method a time step of h =.µs has been used. # -3 Analytical solution.5 # -3.5 Numerical solution Analytical solution x(t) Time (s) # -5 Figure : Analytical solution for the x-position over time. This analytic solution supplies us with the opportunity to analyze how well our numerical results approximates the particles actual movement and how the error develops over time. We now change the initial position to x = mm, y = z = mm. Such a comparison is found in figure. As the numerical path deviates quite noticeable from the analytic, we may conclude that a smaller time step, h, is needed. If we decrease h by a factor, we get figure 3 where the path seems much more in accordance with the analytical solution. This relationship will be discussed in more detail in Problem Time (s) # -5 Figure 3: Numerical and analytical solution in the x- direction. In the Forward Euler Method a time step of h =.µs has been used... Problem We now set V AC = 5V and ω = 7 m s. The initial velocity of the particle is v z = 5 m s. The initial value of x(t) and y(t) are x = mm and y = mm. Now, the path of the particle has no simple analytical solution and all calculations will be done using Euler s method. For each iteration in the numerical calculations, the particle s distance from the z-axis is calculated. If the distance exceeds r, the particle is considered as lost, in other words it is not detected. The length of the electrodes are L = cm. At the end of the electrodes is a detector of radius r /. If the particle s distance from the z-axis is greater than this, it is not detected. In figure the particle s path has been plotted in three dimensions. 5

6 x (m) log(error) z (m) # D plot of the particle orbit -.5 y (m) Figure : 3D plot of the particle orbit. The solution was computed numerically using the Forward Euler Method with time step h =.µs. The particle was detected. It may not look like the particle s orbit is stable. However, upon a closer inspection the x- and y-components of the particle s position was found to be periodic, despite its chaotic motion. Therefore, it had to arrive at the detector after some time. The periodic motion i shown in figure 5. # -3 x(t) and y(t) x-position y-position x (m).5.5 # -3 some tolerance boundary. This is equivalent to determining the maximum value for the time step h and still have numerical errors that are smaller than some tolerance level. One way to analyze the error is to find the path for a particle over some chosen distance, equivalently, use a constant period. In this case a period of t = 6 µs was used, which corresponds to five oscillations. Then the difference between analytical and numerical, in other words the error, was found for each calculated point. For each value of h, the maximum error was found. Doing so, and then taking log of the maximum errors, a linear relation between h and the error reveals. This is shown in figure 6. Using linear regression, the slopes of error are found to be β Euler =.5 and β RK =., which fits remarkably well to the statements in section.. and.., that g Euler = O(h) log(g Euler ) log(h), () g RK = O(h ) log(g RK ) log(h). () Maximum error after 5 periods - Forward Euler Fourth order Runge Kutta Time (s) # -5 Figure 5: Plot of the x- and y-positions as a function of time using the Forward Euler method with timestep h =. µs log(h) Figure 6: loglog-plot of the absolute error as a function of the time interval h. The slope of the curves are.5 and.. Here we see clearly that the path is stable. Therefore it reached the detector and it was detected. Since it seems like the amplitude of the oscillations are not increasing significantly, there is probably no need to decrease the time step h..5. Problem 5 Until now we have been satisfied with the Forward Euler Method. Despite its simplicity, there exists methods which are much more precise, with only small increases in the number of calculations per iteration. One such method is Runge-Kutta Method. As we have got an analytical solution described by equation (), we are able to compare the two numerical methods and also investigate how few calculations we could have that are still sufficient to keep the error below 6 It should noted that as the global error increases over time, the greatest distances are found towards the end of the path in combination with maximum deflection. However, in our analysis we looked at all estimated points. Of course, one could have searched for the biggest relative error for each h instead of the absolute error, but since we are crossing zero several times, such an approach is vulnerable for dividing by zero and relating issues. To make sure that the global error is less than.%, each point in figure 6 was inspected. It was found that for Runge-Kutta for h =.5 µs the relative error was.5% and for h =. µs the relative error was.3%. Thus, for h =. µs the error is well below.%. In comparison, the lowest time step possible for an average computer was h =. µs and the maximum error after five periods using the Forward Euler Method was 3.%. These estimates only applies to the case with an analytical solution. To be sure that our results would not suffer

7 from significant numerical errors, h was set to h =. µs, and since the global error decreases in the order of h this will probably be good enough for all practical purposes. As the Runge-Kutta Method is quite supreme to the Forward Euler Method, the Runge-Kutta Method is always used if not otherwise specified. x/y (m) Unstable Stable 3 # -3 Unstable orbit x-position y-position. Figure 8: Plot of the x- and the y-position of a stable orbit. Here, VAC = V and VDC = 3V. Stability plot.5 z (m) x/y (m) VDC In figure 7 a stability plot is shown. A green point means that the particle s path reached the detector for the specified values of VAC and VDC, and a red point means that the particle s orbit was unstable. In this plot, the starting values where VAC = V and VDC = V. The increments for VAC is. V and the increments for VDC is.5 V. 8 Stable orbit x-position y-position.6. Problem 6 # -3 6 VAC - z (m) Figure 7: Overview of the stability of particle orbits as a function of VAC and VDC. 6 # -3 Figure 9: Plot of the x- and the y-position of an unstable orbit. Here, VAC = 3V and VDC = 6V. We see the that the stable area forms a triangle. The top of the triangle is where VAC = 6. V and VDC = 7.7 V. To distinguish between detected and undetected particles the same method as in section. was used. It may not be clear from figure 7, but there are some red dots appearing inside the green triangle, especially on the right hand side when VAC is high. This is probably because the particles are oscillating with a higher amplitude as VAC is increased. The particles will then sometimes arrive outside the detector, even though they follow a stable path. This could explain why the triangle boundary on the right side slowly fades away. On the other hand, on the left hand side, it seems like the triangle has a sharp boundary. This could be that the particles are falling off exponentially in the y-direction in the absence of VAC. Therefore, when VAC is increased beyond some point, the particle starts oscillating in the y-direction too and we get a stable path. Examples of stable and unstable paths are shown in figure 8 and 9, repectively. In the unstable orbit it is mainly because the particle fly away in the y-direction. This seems correct since the electrodes on the y-axis were set to be the negative electrodes, and we have implicitly assumed that our particle has a positive charge. Therefore it will be attracted towards the electrodes on the y-axis. To investigate this further, the particle mass was varied in integer steps in units of u. First, VAC and VDC were set to VAC = 6. V and VDC = 7.7 V respectively. For this combination of VAC and VDC it was only particles with mass m = 8 u which were detected. Thus we have created the perfect mass spectrometer. A plot of the proportion of detected particles against particle mass is plotted in figure. This is considered to be the ideal mass spectrometer where % of all particles of mass m = 8 u are detected and % of all other particles are detected. 7

8 Proportion detected (%) Proportion detected (%) Proportion detected (%) Figure : The proportion of particles detected as a function of mass in atomic masses. Here, V AC = 6V and V DC = 7.7V. However, we have also assumed that the particle entered the system at x = mm, y = mm and z = mm, and with initial velocity v z = 5 m s parallel to the z-axis. This is not applicable for a real mass spectrometer and therefore we must relax our conditions. We therefore set V AC = 5. V and V DC = 7. V. By using different masses from u to 8 u in integer steps, the proportion of particles detected as a function of mass is plotted in figure Figure : The proportion of particles detected as a function of mass in atomic masses. Here, V AC = 5V and V DC = 7V. Here we see that not only masses of m = 8 u are detected, but m = (8 ± ) u. Thus there will be some variations in the masses detected. However, the mass spectrometer described by figure requires completely idealistic conditions which will never be satisfied in reality. So V AC = 5. V and V DC = 7. V are probably the most optimal settings for detected particles with mass m = 8 u. On the other hand, one might end up with a completely useless mass spectrometer if the conditions are relaxed too much. One example of a mass spectrometer is shown in figure. Figure : The proportion of particles detected as a function of mass in atomic masses. Here, V AC = 37V and V DC = V. Here, V AC = 37. V and V DC =. V. We see now that the mass spectrometer detects particles of mass m = (8 ± 7) u. With such a high uncertainty it will not be capable of distinguishing different atoms from each other. Notice that in figure and figure, for each mass either % or % of the particles are detected. This is because all particles are sent in with the same initial position and velocity, so the outcome must necessarily be the same for each mass. A more realistic model is considered in section.8. After some trial and error, the relationship between V AC, V DC and the mass of the detected particles was determined. It was found that by decreasing V DC the interval of masses for the detected particles increased, mostly for heavier masses. By decreasing V AC instead the whole interval of detected masses was shifted towards lighter masses, but the interval did not necessarily increase. It mostly decreased when V AC was decreased..7. Problem 7 If a particle of mass m = u is to be detected using the same mass spectrometer, one must look back to equation () and (3). We already know that setting V AC = 5 V and V DC = 5 V will give a stable path. If the mass is only one half the original mass, then V AC and V DC must also be one half of the original value in order to reproduce the results in section.6. The stability diagram for m = u is shown in figure 3. 8

9 Proportion detected (%) Proportion detected (%) Proportion detected (%) 5 Unstable Stable Stability plot V DC V AC Figure 3: Overview of the stability of particle orbits as a function of V AC and V DC. We see that the main difference from figure 7 is that the axes are scaled by a factor of, which makes sense from the consideration of the equations of motion above. Also, it is more clear here that the green triangle fades away on the right side. In figure a plot of the proportion of detected particles as a function of particle mass has been plotted. This is an ideal mass spectrometer for m = u. Here, V AC = V and V DC = 3. V, which is not perfectly scaled by a factor of compared to figure, but it is very close. Figure 5: The proportion of particles detected as a function of mass in atomic masses. Here, V AC = V and V DC = 3.V. In figure 6 is a plot for a typically useless mass spectrometer. The particles that are detected have mass m = ( ± 7) u In conclusion, the parameters V AC and V DC scale approximately proportionally with the mass of the particles detected. This fits quite well with the differential equation of the particle s path Figure 6: The proportion of particles detected as a function of mass in atomic masses. Here, V AC = 3V and V DC =.7V. Figure : The proportion of particles detected as a function of mass in atomic masses. Here, V AC = V and V DC = 3.V. In figure 5 is a plot for a typically good mass spectrometer. We see that particles with mass m = ( ± ) u are detected. Thus the optimal parameters for detecting particles with mass m = u are V AC =. V and V DC = 3. V..8. Problem 8 In the so called real world it would be quite hard to make all our particle enter the spectrometer through the exact same point and with a velocity exclusively in z- direction. As we want our model to be somewhat applicable to this alleged real world, we supply our particles with randomized start position and velocity. But we still want the start positions to be within a distance of r / =.5 mm from the origin, and the velocity to be directed within from the z-axis, and we ve chosen to keep v z = 5 m s constant for all particles. Also the masses were set to random integers around m = 8u. In this way, we sent N = particles into our spectometer 9

10 received/sent received/sent received/sent and registered which one that reached the detector. The proportions received/sent is shown in figure 7 and 8 for a few, different configurations. We stress that small changes in the voltages do cause significant changes in distribution. Also, several of the bars has a height of zero dependently of start velocity and position. However, only half of these particles reach the detector. From figure 3 we know that only a small change in the voltages will change the particle s path and thus it make sense that even a minimal deviance in initial conditions is enough to cause the particle to leave its stable path. One may also note that V AC = 7 V, V DC = 7.7 V causes all particles with mass m = 9u to reach the detector, and no other particles. After some failing, similar results were achieved for m = 8 u, namely V AC = 6. V, V DC = 7.6 V (illustrated in figure 9) m(u) Figure 7: Proportion of detected particles by mass, m, for different voltages, with randomized start position (within r /) and velocity (max degrees deviance from ẑ). Voltage is given as V AC V DC. In figure 7 we see that setting V DC = 5V and V AC = 5V or V AC = 6V will let through particles with a mass range of atomic masses. A change in V AC will only shift this interval. In fiugre 8, however, we see that when V DC is cranked up to V DC = 7.7V, we manage to make the interval somewhat smaller m Figure 9: Proportion of detected particles by mass, m, for different voltages, with randomized start position (within r /) and velocity (max degrees deviance from ẑ). V AC = 6. V, V DC = 7.6 V. N = 5. Unfortunately we do not have any analytical solutions or any certain method of confirming these statistics. We also notice that the statistics are highly unpredictable because of its high sensitivity on V DC and V AC. However, in the end of Problem 6 some relations between the masses detected, V AC and V DC, were determined, and we see that those are confirmed in figure 7 and 8. The simple trends of how the particle s paths depended on V DC and V AC still agree! Therefore, we can most likely rely on these results. Since only one specific value of m is detected, our spectrometer is quite perfect, making mass resolution a somewhat imprecise concept (especially since there is no formal definition given to us) m(u) Figure 8: Proportion of detected particles by mass, m, for different voltages, with randomized start position (within r /) and velocity (max degrees deviance from ẑ). Voltage is given as V AC V DC. If you inspect figure 8 closely, you ll see that V AC = 6 V, V DC = 7.7 V only permits particles with m = 8u in-

Chapter 6 - Ordinary Differential Equations

Chapter 6 - Ordinary Differential Equations Chapter 6 - Ordinary Differential Equations 7.1 Solving Initial-Value Problems In this chapter, we will be interested in the solution of ordinary differential equations. Ordinary differential equations

More information

Differential Equations

Differential Equations Differential Equations Overview of differential equation! Initial value problem! Explicit numeric methods! Implicit numeric methods! Modular implementation Physics-based simulation An algorithm that

More information

PowerPoints organized by Dr. Michael R. Gustafson II, Duke University

PowerPoints organized by Dr. Michael R. Gustafson II, Duke University Part 6 Chapter 20 Initial-Value Problems PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright The McGraw-Hill Companies, Inc. Permission required for reproduction

More information

PH36010: Numerical Methods - Evaluating the Lorenz Attractor using Runge-Kutta methods Abstract

PH36010: Numerical Methods - Evaluating the Lorenz Attractor using Runge-Kutta methods Abstract PH36010: Numerical Methods - Evaluating the Lorenz Attractor using Runge-Kutta methods Mr. Benjamen P. Reed (110108461) IMPACS, Aberystwyth University January 31, 2014 Abstract A set of three coupled ordinary

More information

PowerPoints organized by Dr. Michael R. Gustafson II, Duke University

PowerPoints organized by Dr. Michael R. Gustafson II, Duke University Part 6 Chapter 20 Initial-Value Problems PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright The McGraw-Hill Companies, Inc. Permission required for reproduction

More information

The Nonlinear Pendulum

The Nonlinear Pendulum The Nonlinear Pendulum - Pádraig Ó Conbhuí - 08531749 TP Monday 1. Abstract This experiment was performed to examine the effects that linearizing equations has on the accuracy of results and to find ways

More information

Logistic Map, Euler & Runge-Kutta Method and Lotka-Volterra Equations

Logistic Map, Euler & Runge-Kutta Method and Lotka-Volterra Equations Logistic Map, Euler & Runge-Kutta Method and Lotka-Volterra Equations S. Y. Ha and J. Park Department of Mathematical Sciences Seoul National University Sep 23, 2013 Contents 1 Logistic Map 2 Euler and

More information

Physics 115/242 Comparison of methods for integrating the simple harmonic oscillator.

Physics 115/242 Comparison of methods for integrating the simple harmonic oscillator. Physics 115/4 Comparison of methods for integrating the simple harmonic oscillator. Peter Young I. THE SIMPLE HARMONIC OSCILLATOR The energy (sometimes called the Hamiltonian ) of the simple harmonic oscillator

More information

Numerical Methods for Initial Value Problems; Harmonic Oscillators

Numerical Methods for Initial Value Problems; Harmonic Oscillators Lab 1 Numerical Methods for Initial Value Problems; Harmonic Oscillators Lab Objective: Implement several basic numerical methods for initial value problems (IVPs), and use them to study harmonic oscillators.

More information

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 9

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 9 Lecture Notes to Accompany Scientific Computing An Introductory Survey Second Edition by Michael T. Heath Chapter 9 Initial Value Problems for Ordinary Differential Equations Copyright c 2001. Reproduction

More information

Computational Physics (6810): Session 8

Computational Physics (6810): Session 8 Computational Physics (6810): Session 8 Dick Furnstahl Nuclear Theory Group OSU Physics Department February 24, 2014 Differential equation solving Session 7 Preview Session 8 Stuff Solving differential

More information

Chap. 20: Initial-Value Problems

Chap. 20: Initial-Value Problems Chap. 20: Initial-Value Problems Ordinary Differential Equations Goal: to solve differential equations of the form: dy dt f t, y The methods in this chapter are all one-step methods and have the general

More information

CEE 772: Instrumental Methods in Environmental Analysis

CEE 772: Instrumental Methods in Environmental Analysis Updated: 10 December 2014 Print version CEE 772: Instrumental Methods in Environmental Analysis Lecture #21 Mass Spectrometry: Mass Filters & Spectrometers (Skoog, Chapt. 20, pp.511-524) (Harris, Chapt.

More information

AP Physics C Mechanics Objectives

AP Physics C Mechanics Objectives AP Physics C Mechanics Objectives I. KINEMATICS A. Motion in One Dimension 1. The relationships among position, velocity and acceleration a. Given a graph of position vs. time, identify or sketch a graph

More information

Chemistry Instrumental Analysis Lecture 35. Chem 4631

Chemistry Instrumental Analysis Lecture 35. Chem 4631 Chemistry 4631 Instrumental Analysis Lecture 35 Principle components: Inlet Ion source Mass analyzer Ion transducer Pumps Signal processor Mass analyzers Quadrupole Time of Flight Double Focusing Ion

More information

THREE DIMENSIONAL SYSTEMS. Lecture 6: The Lorenz Equations

THREE DIMENSIONAL SYSTEMS. Lecture 6: The Lorenz Equations THREE DIMENSIONAL SYSTEMS Lecture 6: The Lorenz Equations 6. The Lorenz (1963) Equations The Lorenz equations were originally derived by Saltzman (1962) as a minimalist model of thermal convection in a

More information

Math 308 Week 8 Solutions

Math 308 Week 8 Solutions Math 38 Week 8 Solutions There is a solution manual to Chapter 4 online: www.pearsoncustom.com/tamu math/. This online solutions manual contains solutions to some of the suggested problems. Here are solutions

More information

Math 56 Homework 1 Michael Downs. ne n 10 + ne n (1)

Math 56 Homework 1 Michael Downs. ne n 10 + ne n (1) . Problem (a) Yes. The following equation: ne n + ne n () holds for all n R but, since we re only concerned with the asymptotic behavior as n, let us only consider n >. Dividing both sides by n( + ne n

More information

Scientific Computing: An Introductory Survey

Scientific Computing: An Introductory Survey Scientific Computing: An Introductory Survey Chapter 9 Initial Value Problems for Ordinary Differential Equations Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign

More information

INTRODUCTION TO COMPUTER METHODS FOR O.D.E.

INTRODUCTION TO COMPUTER METHODS FOR O.D.E. INTRODUCTION TO COMPUTER METHODS FOR O.D.E. 0. Introduction. The goal of this handout is to introduce some of the ideas behind the basic computer algorithms to approximate solutions to differential equations.

More information

What Every Programmer Should Know About Floating-Point Arithmetic DRAFT. Last updated: November 3, Abstract

What Every Programmer Should Know About Floating-Point Arithmetic DRAFT. Last updated: November 3, Abstract What Every Programmer Should Know About Floating-Point Arithmetic Last updated: November 3, 2014 Abstract The article provides simple answers to the common recurring questions of novice programmers about

More information

Numerical Methods for Initial Value Problems; Harmonic Oscillators

Numerical Methods for Initial Value Problems; Harmonic Oscillators 1 Numerical Methods for Initial Value Problems; Harmonic Oscillators Lab Objective: Implement several basic numerical methods for initial value problems (IVPs), and use them to study harmonic oscillators.

More information

Understanding the Quadrupole Mass Filter through Computer Simulation

Understanding the Quadrupole Mass Filter through Computer Simulation Understanding the Quadrupole Mass Filter through Computer Simulation Colin Steel and Michael Henchman Department of Chemistry, Brandeis University, Waltham, MA 02254 A small portable mass spectrometer

More information

Do not turn over until you are told to do so by the Invigilator.

Do not turn over until you are told to do so by the Invigilator. UNIVERSITY OF EAST ANGLIA School of Mathematics Main Series UG Examination 216 17 INTRODUCTION TO NUMERICAL ANALYSIS MTHE612B Time allowed: 3 Hours Attempt QUESTIONS 1 and 2, and THREE other questions.

More information

CEE 772 Lecture #27 12/10/2014. CEE 772: Instrumental Methods in Environmental Analysis

CEE 772 Lecture #27 12/10/2014. CEE 772: Instrumental Methods in Environmental Analysis Updated: 10 December 2014 Print version CEE 772: Instrumental Methods in Environmental Analysis Lecture #21 Mass Spectrometry: Mass Filters & Spectrometers (Skoog, Chapt. 20, pp.511 524) (Harris, Chapt.

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations We call Ordinary Differential Equation (ODE) of nth order in the variable x, a relation of the kind: where L is an operator. If it is a linear operator, we call the equation

More information

Second Order Transfer Function Discrete Equations

Second Order Transfer Function Discrete Equations Second Order Transfer Function Discrete Equations J. Riggs 23 Aug 2017 Transfer Function Equations pg 1 1 Introduction The objective of this paper is to develop the equations for a discrete implementation

More information

Numerical Methods - Initial Value Problems for ODEs

Numerical Methods - Initial Value Problems for ODEs Numerical Methods - Initial Value Problems for ODEs Y. K. Goh Universiti Tunku Abdul Rahman 2013 Y. K. Goh (UTAR) Numerical Methods - Initial Value Problems for ODEs 2013 1 / 43 Outline 1 Initial Value

More information

Physically Based Modeling: Principles and Practice Differential Equation Basics

Physically Based Modeling: Principles and Practice Differential Equation Basics Physically Based Modeling: Principles and Practice Differential Equation Basics Andrew Witkin and David Baraff Robotics Institute Carnegie Mellon University Please note: This document is 1997 by Andrew

More information

AM 205 Final Project The N-Body Problem

AM 205 Final Project The N-Body Problem AM 205 Final Project The N-Body Problem Leah Birch Elizabeth Finn Karen Yu December 14, 2012 Abstract The N-Body Problem can be solved using a variety of numeric integrators. Newton s Law of Universal

More information

Euler s Method, Taylor Series Method, Runge Kutta Methods, Multi-Step Methods and Stability.

Euler s Method, Taylor Series Method, Runge Kutta Methods, Multi-Step Methods and Stability. Euler s Method, Taylor Series Method, Runge Kutta Methods, Multi-Step Methods and Stability. REVIEW: We start with the differential equation dy(t) dt = f (t, y(t)) (1.1) y(0) = y 0 This equation can be

More information

Physically Based Modeling Differential Equation Basics

Physically Based Modeling Differential Equation Basics Physically Based Modeling Differential Equation Basics Andrew Witkin and David Baraff Pixar Animation Studios Please note: This document is 2001 by Andrew Witkin and David Baraff. This chapter may be freely

More information

TSOKOS LSN 5-1 TO 5-5 TEST REVIEW

TSOKOS LSN 5-1 TO 5-5 TEST REVIEW IB HYSICS Name: DEIL HYSICS eriod: Date: # Marks: BADDEST CLASS ON CAMUS TSOKOS LSN 5-1 TO 5-5 TEST REIEW 4. This question is about forces on charged particles. (a) (b) A charged particle is situated in

More information

1 Measurement Uncertainties

1 Measurement Uncertainties 1 Measurement Uncertainties (Adapted stolen, really from work by Amin Jaziri) 1.1 Introduction No measurement can be perfectly certain. No measuring device is infinitely sensitive or infinitely precise.

More information

MATH 215/255 Solutions to Additional Practice Problems April dy dt

MATH 215/255 Solutions to Additional Practice Problems April dy dt . For the nonlinear system MATH 5/55 Solutions to Additional Practice Problems April 08 dx dt = x( x y, dy dt = y(.5 y x, x 0, y 0, (a Show that if x(0 > 0 and y(0 = 0, then the solution (x(t, y(t of the

More information

The Higgins-Selkov oscillator

The Higgins-Selkov oscillator The Higgins-Selkov oscillator May 14, 2014 Here I analyse the long-time behaviour of the Higgins-Selkov oscillator. The system is ẋ = k 0 k 1 xy 2, (1 ẏ = k 1 xy 2 k 2 y. (2 The unknowns x and y, being

More information

Do not turn over until you are told to do so by the Invigilator.

Do not turn over until you are told to do so by the Invigilator. UNIVERSITY OF EAST ANGLIA School of Mathematics Main Series UG Examination 216 17 INTRODUCTION TO NUMERICAL ANALYSIS MTHE712B Time allowed: 3 Hours Attempt QUESTIONS 1 and 2, and THREE other questions.

More information

Lecture 4: Numerical solution of ordinary differential equations

Lecture 4: Numerical solution of ordinary differential equations Lecture 4: Numerical solution of ordinary differential equations Department of Mathematics, ETH Zürich General explicit one-step method: Consistency; Stability; Convergence. High-order methods: Taylor

More information

Figure 10: Tangent vectors approximating a path.

Figure 10: Tangent vectors approximating a path. 3 Curvature 3.1 Curvature Now that we re parametrizing curves, it makes sense to wonder how we might measure the extent to which a curve actually curves. That is, how much does our path deviate from being

More information

Higher Order Taylor Methods

Higher Order Taylor Methods Higher Order Taylor Methods Marcelo Julio Alvisio & Lisa Marie Danz May 6, 2007 Introduction Differential equations are one of the building blocks in science or engineering. Scientists aim to obtain numerical

More information

Observations on the ponderomotive force

Observations on the ponderomotive force Observations on the ponderomotive force D.A. Burton a, R.A. Cairns b, B. Ersfeld c, A. Noble c, S. Yoffe c, and D.A. Jaroszynski c a University of Lancaster, Physics Department, Lancaster LA1 4YB, UK b

More information

Mass Analyzers. Principles of the three most common types magnetic sector, quadrupole and time of flight - will be discussed herein.

Mass Analyzers. Principles of the three most common types magnetic sector, quadrupole and time of flight - will be discussed herein. Mass Analyzers After the production of ions in ion sources, the next critical step in mass spectrometry is to separate these gas phase ions according to their mass-to-charge ratio (m/z). Ions are extracted

More information

Complex Numbers. The set of complex numbers can be defined as the set of pairs of real numbers, {(x, y)}, with two operations: (i) addition,

Complex Numbers. The set of complex numbers can be defined as the set of pairs of real numbers, {(x, y)}, with two operations: (i) addition, Complex Numbers Complex Algebra The set of complex numbers can be defined as the set of pairs of real numbers, {(x, y)}, with two operations: (i) addition, and (ii) complex multiplication, (x 1, y 1 )

More information

Finite Difference and Finite Element Methods

Finite Difference and Finite Element Methods Finite Difference and Finite Element Methods Georgy Gimel farb COMPSCI 369 Computational Science 1 / 39 1 Finite Differences Difference Equations 3 Finite Difference Methods: Euler FDMs 4 Finite Element

More information

One-Dimensional Stefan Problem

One-Dimensional Stefan Problem One-Dimensional Stefan Problem Tracy Backes May 5, 2007 1 Introduction Working with systems that involve moving boundaries can be a very difficult task. Not only do we have to solve the equations describing

More information

Courtesy of ESS and TheRGA web pages part of a series of application and theory notes for public use which are provided free of charge by ESS.

Courtesy of ESS and TheRGA web pages part of a series of application and theory notes for public use which are provided free of charge by ESS. ESS The RGA freenotes Theory page 1 of 14 RGA Theory Notes Courtesy of ESS and TheRGA web pages part of a series of application and theory notes for public use which are provided free of charge by ESS.

More information

Chapter 11 ORDINARY DIFFERENTIAL EQUATIONS

Chapter 11 ORDINARY DIFFERENTIAL EQUATIONS Chapter 11 ORDINARY DIFFERENTIAL EQUATIONS The general form of a first order differential equations is = f(x, y) with initial condition y(a) = y a We seek the solution y = y(x) for x > a This is shown

More information

CDS 101 Precourse Phase Plane Analysis and Stability

CDS 101 Precourse Phase Plane Analysis and Stability CDS 101 Precourse Phase Plane Analysis and Stability Melvin Leok Control and Dynamical Systems California Institute of Technology Pasadena, CA, 26 September, 2002. mleok@cds.caltech.edu http://www.cds.caltech.edu/

More information

Vectors and Coordinate Systems

Vectors and Coordinate Systems Vectors and Coordinate Systems In Newtonian mechanics, we want to understand how material bodies interact with each other and how this affects their motion through space. In order to be able to make quantitative

More information

Nonlinear dynamics & chaos BECS

Nonlinear dynamics & chaos BECS Nonlinear dynamics & chaos BECS-114.7151 Phase portraits Focus: nonlinear systems in two dimensions General form of a vector field on the phase plane: Vector notation: Phase portraits Solution x(t) describes

More information

Solution: (a) Before opening the parachute, the differential equation is given by: dv dt. = v. v(0) = 0

Solution: (a) Before opening the parachute, the differential equation is given by: dv dt. = v. v(0) = 0 Math 2250 Lab 4 Name/Unid: 1. (25 points) A man bails out of an airplane at the altitute of 12,000 ft, falls freely for 20 s, then opens his parachute. Assuming linear air resistance ρv ft/s 2, taking

More information

Exploring Nonlinear Oscillator Models for the Auditory Periphery

Exploring Nonlinear Oscillator Models for the Auditory Periphery Exploring Nonlinear Oscillator Models for the Auditory Periphery Andrew Binder Dr. Christopher Bergevin, Supervisor October 31, 2008 1 Introduction Sound-induced vibrations are converted into electrical

More information

Physics 3150, Laboratory X January 22, 2014 Ann Onymous (lab partner: John Doe)

Physics 3150, Laboratory X January 22, 2014 Ann Onymous (lab partner: John Doe) A. Procedure and Results Physics 150, Laboratory X January, 01 Ann Onymous (lab partner: John Doe) A.1. Voltage and current for a resistor bridge We constructed a resistor bridge circuit as indicated in

More information

Reminders: Show your work! As appropriate, include references on your submitted version. Write legibly!

Reminders: Show your work! As appropriate, include references on your submitted version. Write legibly! Phys 782 - Computer Simulation of Plasmas Homework # 4 (Project #1) Due Wednesday, October 22, 2014 Reminders: Show your work! As appropriate, include references on your submitted version. Write legibly!

More information

Math 32A Discussion Session Week 5 Notes November 7 and 9, 2017

Math 32A Discussion Session Week 5 Notes November 7 and 9, 2017 Math 32A Discussion Session Week 5 Notes November 7 and 9, 2017 This week we want to talk about curvature and osculating circles. You might notice that these notes contain a lot of the same theory or proofs

More information

MAT292 - Fall Term Test 1 - October 23, DO NOT WRITE ON THE QR CODE AT THE TOP OF THE PAGES.

MAT292 - Fall Term Test 1 - October 23, DO NOT WRITE ON THE QR CODE AT THE TOP OF THE PAGES. MAT292 - Fall 2017 Term Test 1 - October 23, 2017 Time allotted: 100 minutes Total marks: 60 Aids permitted: None Full Name: Last First Student Number: Email: @mail.utoronto.ca Instructions DO NOT WRITE

More information

Chapter 12. Magnetism and Electromagnetism

Chapter 12. Magnetism and Electromagnetism Chapter 12 Magnetism and Electromagnetism 167 168 AP Physics Multiple Choice Practice Magnetism and Electromagnetism SECTION A Magnetostatics 1. Four infinitely long wires are arranged as shown in the

More information

A Study of Covariances within Basic and Extended Kalman Filters

A Study of Covariances within Basic and Extended Kalman Filters A Study of Covariances within Basic and Extended Kalman Filters David Wheeler Kyle Ingersoll December 2, 2013 Abstract This paper explores the role of covariance in the context of Kalman filters. The underlying

More information

Ordinary Differential Equations

Ordinary Differential Equations CHAPTER 8 Ordinary Differential Equations 8.1. Introduction My section 8.1 will cover the material in sections 8.1 and 8.2 in the book. Read the book sections on your own. I don t like the order of things

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

1. The diagram shows the electric field lines produced by an electrostatic focussing device.

1. The diagram shows the electric field lines produced by an electrostatic focussing device. 1. The diagram shows the electric field lines produced by an electrostatic focussing device. Which one of the following diagrams best shows the corresponding equipotential lines? The electric field lines

More information

What we ll do: Lecture 21. Ordinary Differential Equations (ODEs) Differential Equations. Ordinary Differential Equations

What we ll do: Lecture 21. Ordinary Differential Equations (ODEs) Differential Equations. Ordinary Differential Equations What we ll do: Lecture Ordinary Differential Equations J. Chaudhry Department of Mathematics and Statistics University of New Mexico Review ODEs Single Step Methods Euler s method (st order accurate) Runge-Kutta

More information

Computer Problems for Methods of Solving Ordinary Differential Equations

Computer Problems for Methods of Solving Ordinary Differential Equations Computer Problems for Methods of Solving Ordinary Differential Equations 1. Have a computer make a phase portrait for the system dx/dt = x + y, dy/dt = 2y. Clearly indicate critical points and separatrices.

More information

On Exponential Decay and the Riemann Hypothesis

On Exponential Decay and the Riemann Hypothesis On Exponential Decay and the Riemann Hypothesis JEFFREY N. COOK ABSTRACT. A Riemann operator is constructed in which sequential elements are removed from a decaying set by means of prime factorization,

More information

Physics 115/242 The leapfrog method and other symplectic algorithms for integrating Newton s laws of motion

Physics 115/242 The leapfrog method and other symplectic algorithms for integrating Newton s laws of motion Physics 115/242 The leapfrog method and other symplectic algorithms for integrating Newton s laws of motion Peter Young (Dated: April 14, 2009) I. INTRODUCTION One frequently obtains detailed dynamical

More information

Physically Based Modeling: Principles and Practice Implicit Methods for Differential Equations

Physically Based Modeling: Principles and Practice Implicit Methods for Differential Equations Pysically Based Modeling: Principles and Practice Implicit Metods for Differential Equations David Baraff Robotics Institute Carnegie Mellon University Please note: Tis document is 997 by David Baraff

More information

Trajectory planning and feedforward design for electromechanical motion systems version 2

Trajectory planning and feedforward design for electromechanical motion systems version 2 2 Trajectory planning and feedforward design for electromechanical motion systems version 2 Report nr. DCT 2003-8 Paul Lambrechts Email: P.F.Lambrechts@tue.nl April, 2003 Abstract This report considers

More information

A Brief Introduction to Numerical Methods for Differential Equations

A Brief Introduction to Numerical Methods for Differential Equations A Brief Introduction to Numerical Methods for Differential Equations January 10, 2011 This tutorial introduces some basic numerical computation techniques that are useful for the simulation and analysis

More information

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4 Topic 2-2: Derivatives of Vector Functions Textbook: Section 13.2, 13.4 Warm-Up: Parametrization of Circles Each of the following vector functions describe the position of an object traveling around the

More information

Physics 1308 Exam 2 Summer Instructions

Physics 1308 Exam 2 Summer Instructions Name: Date: Instructions All Students at SMU are under the jurisdiction of the Honor Code, which you have already signed a pledge to uphold upon entering the University. For this particular exam, you may

More information

Electron in a Box. A wave packet in a square well (an electron in a box) changing with time.

Electron in a Box. A wave packet in a square well (an electron in a box) changing with time. Electron in a Box A wave packet in a square well (an electron in a box) changing with time. Last Time: Light Wave model: Interference pattern is in terms of wave intensity Photon model: Interference in

More information

Transformed E&M I homework. Laplaceʼs Equation (Griffiths Chapter 3)

Transformed E&M I homework. Laplaceʼs Equation (Griffiths Chapter 3) Transformed E&M I homework Laplaceʼs Equation (Griffiths Chapter 3) Laplace s equation and uniqueness Question 1. Laplace solver Laplace Solver http://plasma.colorado.edu/mathcad/es_laplace.mcd This exercise

More information

Ph 22.1 Return of the ODEs: higher-order methods

Ph 22.1 Return of the ODEs: higher-order methods Ph 22.1 Return of the ODEs: higher-order methods -v20130111- Introduction This week we are going to build on the experience that you gathered in the Ph20, and program more advanced (and accurate!) solvers

More information

AM205: Assignment 3 (due 5 PM, October 20)

AM205: Assignment 3 (due 5 PM, October 20) AM25: Assignment 3 (due 5 PM, October 2) For this assignment, first complete problems 1, 2, 3, and 4, and then complete either problem 5 (on theory) or problem 6 (on an application). If you submit answers

More information

Ordinary Differential Equations

Ordinary Differential Equations Chapter 7 Ordinary Differential Equations Differential equations are an extremely important tool in various science and engineering disciplines. Laws of nature are most often expressed as different equations.

More information

6. Qualitative Solutions of the TISE

6. Qualitative Solutions of the TISE 6. Qualitative Solutions of the TISE Copyright c 2015 2016, Daniel V. Schroeder Our goal for the next few lessons is to solve the time-independent Schrödinger equation (TISE) for a variety of one-dimensional

More information

28. Pendulum phase portrait Draw the phase portrait for the pendulum (supported by an inextensible rod)

28. Pendulum phase portrait Draw the phase portrait for the pendulum (supported by an inextensible rod) 28. Pendulum phase portrait Draw the phase portrait for the pendulum (supported by an inextensible rod) θ + ω 2 sin θ = 0. Indicate the stable equilibrium points as well as the unstable equilibrium points.

More information

Math 128A Spring 2003 Week 12 Solutions

Math 128A Spring 2003 Week 12 Solutions Math 128A Spring 2003 Week 12 Solutions Burden & Faires 5.9: 1b, 2b, 3, 5, 6, 7 Burden & Faires 5.10: 4, 5, 8 Burden & Faires 5.11: 1c, 2, 5, 6, 8 Burden & Faires 5.9. Higher-Order Equations and Systems

More information

Physics 1308 Exam 2 Summer 2015

Physics 1308 Exam 2 Summer 2015 Physics 1308 Exam 2 Summer 2015 E2-01 2. The direction of the magnetic field in a certain region of space is determined by firing a test charge into the region with its velocity in various directions in

More information

Mass of the Electron

Mass of the Electron PHY 192 Charge and Mass of the Electron Spring 2013 1 Mass of the Electron Motivation for the Experiment The aim of this experiment is to measure the mass of the electron. The mass will be deduced from

More information

Coordinate systems and vectors in three spatial dimensions

Coordinate systems and vectors in three spatial dimensions PHYS2796 Introduction to Modern Physics (Spring 2015) Notes on Mathematics Prerequisites Jim Napolitano, Department of Physics, Temple University January 7, 2015 This is a brief summary of material on

More information

A plane autonomous system is a pair of simultaneous first-order differential equations,

A plane autonomous system is a pair of simultaneous first-order differential equations, Chapter 11 Phase-Plane Techniques 11.1 Plane Autonomous Systems A plane autonomous system is a pair of simultaneous first-order differential equations, ẋ = f(x, y), ẏ = g(x, y). This system has an equilibrium

More information

Initial value problems for ordinary differential equations

Initial value problems for ordinary differential equations AMSC/CMSC 660 Scientific Computing I Fall 2008 UNIT 5: Numerical Solution of Ordinary Differential Equations Part 1 Dianne P. O Leary c 2008 The Plan Initial value problems (ivps) for ordinary differential

More information

Solution: (a) Before opening the parachute, the differential equation is given by: dv dt. = v. v(0) = 0

Solution: (a) Before opening the parachute, the differential equation is given by: dv dt. = v. v(0) = 0 Math 2250 Lab 4 Name/Unid: 1. (35 points) Leslie Leroy Irvin bails out of an airplane at the altitude of 16,000 ft, falls freely for 20 s, then opens his parachute. Assuming linear air resistance ρv ft/s

More information

Math 116 Second Midterm March 19, 2012

Math 116 Second Midterm March 19, 2012 Math 6 Second Midterm March 9, 202 Name: Instructor: Section:. Do not open this exam until you are told to do so. 2. This exam has pages including this cover. There are 9 problems. Note that the problems

More information

September Math Course: First Order Derivative

September Math Course: First Order Derivative September Math Course: First Order Derivative Arina Nikandrova Functions Function y = f (x), where x is either be a scalar or a vector of several variables (x,..., x n ), can be thought of as a rule which

More information

Integration of Differential Equations

Integration of Differential Equations Integration of Differential Equations Gabriel S. Cabrera August 4, 018 Contents 1 Introduction 1 Theory.1 Linear 1 st Order ODEs................................. 3.1.1 Analytical Solution...............................

More information

HW 3 Solution Key. Classical Mechanics I HW # 3 Solution Key

HW 3 Solution Key. Classical Mechanics I HW # 3 Solution Key Classical Mechanics I HW # 3 Solution Key HW 3 Solution Key 1. (10 points) Suppose a system has a potential energy: U = A(x 2 R 2 ) 2 where A is a constant and R is me fixed distance from the origin (on

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

Often, in this class, we will analyze a closed-loop feedback control system, and end up with an equation of the form

Often, in this class, we will analyze a closed-loop feedback control system, and end up with an equation of the form ME 32, Spring 25, UC Berkeley, A. Packard 55 7 Review of SLODEs Throughout this section, if y denotes a function (of time, say), then y [k or y (k) denotes the k th derivative of the function y, y [k =

More information

2006 #3 10. a. On the diagram of the loop below, indicate the directions of the magnetic forces, if any, that act on each side of the loop.

2006 #3 10. a. On the diagram of the loop below, indicate the directions of the magnetic forces, if any, that act on each side of the loop. 1992 1 1994 2 3 3 1984 4 1991 5 1987 6 1980 8 7 9 2006 #3 10 1985 2006E3. A loop of wire of width w and height h contains a switch and a battery and is connected to a spring of force constant k, as shown

More information

VLSI Technology Dr. Nandita Dasgupta Department of Electrical Engineering Indian Institute of Technology, Madras

VLSI Technology Dr. Nandita Dasgupta Department of Electrical Engineering Indian Institute of Technology, Madras VLSI Technology Dr. Nandita Dasgupta Department of Electrical Engineering Indian Institute of Technology, Madras Lecture - 20 Ion-implantation systems and damages during implantation So, in our discussion

More information

Electromagnetism Notes 1 Magnetic Fields

Electromagnetism Notes 1 Magnetic Fields Electromagnetism Notes 1 Magnetic Fields Magnets can or other magnets. They are able to exert forces on each other without touching because they are surrounded by. Magnetic Flux refers to Areas with many

More information

Modal Analysis: What it is and is not Gerrit Visser

Modal Analysis: What it is and is not Gerrit Visser Modal Analysis: What it is and is not Gerrit Visser What is a Modal Analysis? What answers do we get out of it? How is it useful? What does it not tell us? In this article, we ll discuss where a modal

More information

Two-Body Problem. Central Potential. 1D Motion

Two-Body Problem. Central Potential. 1D Motion Two-Body Problem. Central Potential. D Motion The simplest non-trivial dynamical problem is the problem of two particles. The equations of motion read. m r = F 2, () We already know that the center of

More information

Differentiation of Parametric Space Curves. Goals: Velocity in parametric curves Acceleration in parametric curves

Differentiation of Parametric Space Curves. Goals: Velocity in parametric curves Acceleration in parametric curves Block #2: Differentiation of Parametric Space Curves Goals: Velocity in parametric curves Acceleration in parametric curves 1 Displacement in Parametric Curves - 1 Displacement in Parametric Curves Using

More information

Physics I: Oscillations and Waves Prof. S. Bharadwaj Department of Physics and Meteorology. Indian Institute of Technology, Kharagpur

Physics I: Oscillations and Waves Prof. S. Bharadwaj Department of Physics and Meteorology. Indian Institute of Technology, Kharagpur Physics I: Oscillations and Waves Prof. S. Bharadwaj Department of Physics and Meteorology Indian Institute of Technology, Kharagpur Lecture No 03 Damped Oscillator II We were discussing, the damped oscillator

More information

MATH 200 WEEK 5 - WEDNESDAY DIRECTIONAL DERIVATIVE

MATH 200 WEEK 5 - WEDNESDAY DIRECTIONAL DERIVATIVE WEEK 5 - WEDNESDAY DIRECTIONAL DERIVATIVE GOALS Be able to compute a gradient vector, and use it to compute a directional derivative of a given function in a given direction. Be able to use the fact that

More information

Chapter 5: Limits and Derivatives

Chapter 5: Limits and Derivatives Chapter 5: Limits and Derivatives Chapter 5 Overview: Introduction to Limits and Derivatives In a later chapter, maximum and minimum points of a curve will be found both by calculator and algebraically.

More information

The Not-so-simple Pendulum: Balancing a Pencil on its Point Peter Lynch, UCD, Dublin, May 2014

The Not-so-simple Pendulum: Balancing a Pencil on its Point Peter Lynch, UCD, Dublin, May 2014 The Not-so-simple Pendulum: Balancing a Pencil on its Point Peter Lynch, UCD, Dublin, May 204 arxiv:406.25v [nlin.si] 4 Jun 204 ABSTRACT. Does quantum mechanics matter at everyday scales? We generally

More information