Physics with Mathematica Fall 2013 Exercise #1 27 Aug 2012

Size: px
Start display at page:

Download "Physics with Mathematica Fall 2013 Exercise #1 27 Aug 2012"

Transcription

1 Physics with Mathematica Fall 2013 Exercise #1 27 Aug 2012 A Simple Introductory Exercise: Motion of a Harmonic Oscillator In general, you should be able to work the daily exercise using what we covered on mathematica in class, but you will also usually need to find some things yourself using the documentation in the program. A simple harmonic oscillator is constructed from a mass m and a spring with stiffness constant k. It moves in one dimension x(t) with velocity v(t) where x(t) = A cos(ωt + φ) and v(t) = ẋ(t) = ωa sin(ωt + φ) where ω = k/m. The kinetic energy of the mass is K = 1 2 mv2. At the initial time t = 0, the position and velocity are given by x 0 = x(0) = A cos φ and v 0 = v(0) = ωa sin φ so that A = x v2 0 ω ( 2 and φ = tan 1 v ) 0 ωx 0 Plot the kinetic energy as a function of time, from t = 0 to t = 10 sec, for an oscillator with m = 1.75 kg, k = 2 N/m, and which starts from x 0 = 0.25 m with velocity v 0 = 1.25 m/sec.

2 Physics with Mathematica Fall 2013 Exercise #2 3 Sep 2012 Plotting Orbits Orbits in a gravitational field are described in plane polar coordinates (r, φ) as r(φ) = r ɛ cos φ where r 0 is a scale parameter and ɛ is the eccentricity of the orbit. The orbit shape is named circle for ɛ = 0 ellipse for 0 < ɛ < 1 parabola for ɛ = 1 hyperbola for ɛ > 1 Write a Mathematica notebook that does the following: 1. Defines a function r of some angle to express and arbitrary orbit 2. Derives expressions x = x(φ) = r cos φ and y = y(φ) = r sin φ 3. For one choice of value for r 0, and appropriate choices for ɛ, derive expressions for the coordinate list {x, y} that describe a (a) circle, (b) ellipse, (c) parabola, and (d) hyperbola. 4. Produces a single plot showing each of the four orbit shapes, using ParametricPlot. You will have to use Show if you use more than one instance of ParametricPlot, in order to get all four curves on just one plot. For the hyperbola, plot only the one branch that extends to the same side of the focus (i.e. r = 0) as the parabola.

3 Physics with Mathematica Fall 2013 Exercise #3 10 Sep 2012 Projectile Motion and Range A projectile is fired with initial speed v 0 from the edge of a cliff, at an angle θ with respect to the horizontal (x) direction. The cliff is a height y = h above the ground. The equations describing the motion of the projectile are therefore, with (x, y) = (0, 0) being the edge of the cliff, x = v 0 t cos θ and y = h + v 0 t sin θ 1 2 gt2 Using g = 9.8 m/sec 2 and choosing some appropriate value for v 0, make a parametric plot of the trajectory, that is y versus x. Make it so that you can easily reproduce the plot for different values of h and θ. Try different values of h and θ and convince yourself that the trajectories look reasonable. Then, solve the equation y(t) = 0 for the time when the projectile hits the ground. Use this time to find the range x(t), and make a plot of the range versus either θ for a fixed h, or versus h for a fixed θ. In fact, it would be most slick if you used Manipulate to allow the fixed value to be easily changed.

4 Physics with Mathematica Fall 2013 Exercise #4 17 Sep 2012 Potential and Field from a Uniformly Charged Line Segment The electrostatic potential from a charge distribution is given, in CGS units, by V (x) = dq x x where dq = ρ(x )dv for a volume charge density ρ(x), dq = σ(x )da for a surface charge density σ(x), and dq = λ(x )ds for a line charge density λ(x). Given an electrostatic potential function V (x), the electric field from that charge distribution is E(x) = V (x). Consider a straight line segment of uniformly distributed charge Q and length L, lying along the x-axis and centered on the origin. The line charge density is then simply λ = Q/L. Find the electrostatic potential along the z-axis, that is V (x) = V (0, 0, z). Express your result in the simplest form that you can, perhaps using the Simplify function in Mathematica. Do the same for (the z-component of) the electric field along the z-axis. Test your results by considering the electric field in the limits z L and z L, in which case you ought to be able to use your Physics II knowledge to figure out what you expect. The best way to find these limits (I think) is to look for the appropriate series expansion in terms of z. (Use the Documentation Center!) Note that the integral form of Gauss Law is E da = 4πQ encl

5 Physics with Mathematica Fall 2013 Exercise #5 24 Sep 2012 Forced Damped Oscillations and Resonance The exercise is to plot the motion of a forced, damped harmonic oscillator including the initial conditions which shows the transient behavior. This is always avoided in classes because the math is onerous. It s a snap with mathematica, though, and the transient behavior can be interesting to observe. The equation of motion for the forced oscillator is ẍ + 2βẋ + ω 2 0x = A cos ωt It is convenient to express the motion in terms of the natural period τ 0 2π/ω 0 and the driving period τ 2π/ω. Solve this differential equation for the motion x(t) and plot for 0 t 10, using β = 0.1, and natural period τ 0 = 1, subject to the initial conditions x(0) = ẋ(0) = 0. Try plotting it first for a driving period τ = 2 and amplitude A = 1. Then, try it for some other choices of these parameters. Remember to keep β < ω 0 if you want to have an oscillating transient, but that is not necessary. Next, use manipulate to study the behavior of the forced oscillator. Probably the most dramatic parameter to manipulate is τ, and let it span over τ 0 so that you can observe resonance.

6 Physics with Mathematica Fall 2013 Exercise #6 1 Oct 2012 The Humped Potential Well An object of mass m moves in one dimension x according to Newton s Second Law F = mẍ with a force F (x) = ax 2 bx. Assume that a and b are positive constants. Numerically solve for x(t) with initial conditions ẋ(0) = 0 and x(0) = x 0, and plot the results. Solve and plot for 0 t t Max where t Max is large enough for you to see the behavior as t. Let x 0 takes on each of three values of your choosing, but with the constraints 1. x 0 b/2a 2. x 0 close to b/2a but a little larger (i.e. closer to zero) 3. x 0 close to b/2a but a little smaller (i.e. farther from zero) You ll need to put in numerical values for everything in order to solve Newton s Second Law numerically. You are welcome to choose whatever values you want for a, b, and m, but you may want to play around with them a little to make the plots look nice. What is so special about x = b/2a? You might try solving and plotting for x 0 = b/2a to get a big hint. You might also plot the potential energy U(x) = x 0 F (u)du for a bigger hint. The integral is simple, but you can ask mathematica to do it for you; no need for a numerical integral here, though. Note that at this point, you should be getting into the habit of putting appropriate comments into your code.

7 Physics with Mathematica Fall 2013 Exercise #7 8 Oct 2012 Basic Matrix Manipulation This exercise uses mathematica for some standard calculations with a Hermitian matrix. We will work with the spin-one y-matrix from quantum mechanics: M = i 0 i 0 i 0 i 0 Define this matrix in mathematica and carry out the following operations. Note that, for a matrix A, the Hermitian transpose is designated as A. 1. Show that M is Hermitian, that is M M = 0. You might also, or instead, try using the function HermitianMatrixQ. 2. Find the eigenvalues and eigenvectors of M. Extract the eigenvectors v 1, v 2, and v The eigenvectors are not normalized. Find the normalization constants for each of the three eigenvectors v i by taking the square root of v i v i. 4. Form a matrix U using the normalized eigenvectors for columns. Show that U U = 1, that is the identity matrix. 5. Calculate the matrix U MU. Show that it is diagonal, with the diagonal elements equal to the eigenvalues of M.

8 Physics with Mathematica Fall 2013 Exercise #8 22 Oct 2012 Elementary Data Analysis: Gas Mileage in Winter vs Summer Download the file MPG.dat from the course website. This is a two-column data file. The first column is the day since 1 July 2008, and the second is the gas mileage (in miles per gallon) of a car, a routinely maintained 1994 Honda Accord, since the last time the tank was filled. The science goal of this exercise is for you to observe the change in gas mileage between summer and winter. Find the average gas mileage and its standard deviation. You might want to use the Documentation Center to identify the built-in functions that give you these answers. Make a plot of the gas mileage as a function of day. That is, plot a set of points with the first column as the x-axis and the second column as the y-axis. Set the axis limits from zero to 2000 for the days, and 20 to 40 for the mileage. Label the axes Day since July 1, 2008 and MPG. Now make two separate histograms of the gas mileage, each for certain periods of time. One histogram should be for the January and February months, and other for July and August. Find the average gas mileage and the standard deviation for each of these two sets of data, and make sure those answers look reasonable based on your histograms. Note: There are few ways to take the first column and figure out what month it implies. The simplest thing to do is to find the remainder when dividing by the Mod function - in which case a number less than 62 means July or August, or between 184 and 263, that is, January or February. A nicer way, which takes into account leap years, is to use the DatePlus function and work with the actual month as determined by Mathematica.

9 Physics with Mathematica Fall 2013 Exercise #9 29 Oct 2012 Fitting Data to a Curve: The Decay of 137 Cs This exercise is to fit some data for radioactive decay as a function of time, including a constant background term. The number of counts N > 0 detected in time t is called the decay rate R = N/ t dn/dt. Quantum mechanics tells us that R is proportional to N, the number of radioactive nuclei present at time t. That is dn/dt = λn for some positive constant λ = 1/τ, where τ is called the lifetime or mean life. Therefore N(t) = N 0 e λt and R = λn 0 e t/τ = λn 0 2 t/t 1/2 where, for convenience, we often use the half life t 1/2 instead of the lifetime. Download the file Cs137.dat. It has two columns, the first is time (in 20-second intervals) and the second is the number of detected decays during that time interval. The data was taken as part of an undergraduate physics laboratory experiment, where samples of radioactive, but very long lived, 137 Cs were used to separate out the radioactive daughter 137m Ba. This relatively short lived isomeric state in turn decays to the ground state by emitting a gamma ray. These gamma rays were detected by a Geiger counter as a function of time. You ll see from the data that a constant background level persists after the 137m Ba has decayed away. The goal of this exercise is for you to fit an appropriate functional form to this data and to determine the half life of the 137m Ba isomer. It should be easy enough for you to find the accepted value for the half life on the web, and compare it to your result. Your notebook should include the following: Importing the file Cs137.dat. Defining your fit function and fitting the data to it. A plot of the data as a function of time, with your fit function superimposed on it. A plot of the difference between your fit function and the data as a function of time. An appropriate time unit to use for the half life is minutes. I suggest you operate on the data file so that the 20-second time bins are in fact labeled as thirds of minutes.

10 Physics with Mathematica Fall 2013 Exercise #10 5 Nov 2012 Determining π from a Monte Carlo Calculation This conceptually simple exercise will give you some practice in numerical calculations in Mathematica, including some work with random numbers. Your goal is determine π from a Monte Carlo simulation. This is basically a cheap way to calculate an integral numerically, using random numbers. The technique is akin to throwing dice, hence the name. (If you ve never heard of Monte Carlo or the principality of Monaco, you should look it up!) Consider a square with side length two, and a circle of radius one, both centered at the origin. The area of the square is four and the area of the circle is π. So, you can write that π = 4 area of circle area of square Instead of calculating those areas analytically, though, you ll do it by throwing dice. Use the Documentation Center to learn how to generate an array of random number pairs (x, y), of arbitrary length npts, where both x and y are uniformly distributed between 1 and 1. You should plot the points you generate and confirm that they uniformly fill the square. Maybe you want to superimpose on top of that a plot of the unit circle. Now select the points for which x 2 +y 2 1. You should probably plot these as well, and make sure that they uniformly populate the unit circle. Use npts and the number of points you selected to calculate a value of π, and compare it to the precise value up to some number of significant figures. How large does npts need to be in order to get a decent value for π?

11 Physics with Mathematica Fall 2013 Exercise #11 12 Nov 2012 Animation of a Mass on a Spring Make an animation of a square block, connected to a spring, undergoing simple harmonic motion. The spring is connected to a fixed point at x = 0, compressing and expanding with the block. Draw the block with the Polygon graphic primitive function of Mathamatica. You can draw the spring as a sine function with some number of wavelengths. You should end up with something like the following, shown at some intermediate time: You ll have to make the center of the block, as well as the right endpoint and wavelength of the sine function, depend on time. Describe the motion of the block with something like x(t) = (1 + cos 2πt) which is what I used for the picture above, but by now you should be able to set this all up with parameters that you can vary. (If you d like to do this by solving some differential equation that includes damping, or anharmonic terms, or..., be my guest!) Use the correct AspectRatio to make sure the block is drawn as a square.

12 Physics with Mathematica Fall 2013 Exercise #12 19 Nov 2012 Plotting the Electric Potential and Electric Field from Two Point Charges This is really an exercise in some advanced plotting techniques. Consider two charges, one positive and one negative, at different points in the (x, y) plane. Calculate the electric potential V (x, y) from these charges, and make a 3D surface plot of the potential over some region of the plane. Choose whatever values you like for the charges, their positions, and the limits of your plot. Calculate the electric field E(x, y) = V (x, y) from your potential. Then make a single picture of some portion of the (x, y) plane that includes the following: A filled-in blue circle showing the position of the positive charge, and a filled-in red circle showing the position of the negative charge. A contour plot of the potential. Make the contour lines black, and put fixed labels on them. (You might want to notice that tooltip information is available; just move your cursor over a contour to see the value.) Plot the electric field lines in green. You ll need to spend some time in the Documentation Center in order to learn how to make these various specific features of the picture.

Physics with Matlab and Mathematica Exercise #1 28 Aug 2012

Physics with Matlab and Mathematica Exercise #1 28 Aug 2012 Physics with Matlab and Mathematica Exercise #1 28 Aug 2012 You can work this exercise in either matlab or mathematica. Your choice. A simple harmonic oscillator is constructed from a mass m and a spring

More information

Resonance and response

Resonance and response Chapter 2 Resonance and response Last updated September 20, 2008 In this section of the course we begin with a very simple system a mass hanging from a spring and see how some remarkable ideas emerge.

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

Problem 1: Lagrangians and Conserved Quantities. Consider the following action for a particle of mass m moving in one dimension

Problem 1: Lagrangians and Conserved Quantities. Consider the following action for a particle of mass m moving in one dimension 105A Practice Final Solutions March 13, 01 William Kelly Problem 1: Lagrangians and Conserved Quantities Consider the following action for a particle of mass m moving in one dimension S = dtl = mc dt 1

More information

Work sheet / Things to know. Chapter 3

Work sheet / Things to know. Chapter 3 MATH 251 Work sheet / Things to know 1. Second order linear differential equation Standard form: Chapter 3 What makes it homogeneous? We will, for the most part, work with equations with constant coefficients

More information

PHYS2330 Intermediate Mechanics Fall Final Exam Tuesday, 21 Dec 2010

PHYS2330 Intermediate Mechanics Fall Final Exam Tuesday, 21 Dec 2010 Name: PHYS2330 Intermediate Mechanics Fall 2010 Final Exam Tuesday, 21 Dec 2010 This exam has two parts. Part I has 20 multiple choice questions, worth two points each. Part II consists of six relatively

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

Grade 11/12 Math Circles Conics & Applications The Mathematics of Orbits Dr. Shahla Aliakbari November 18, 2015

Grade 11/12 Math Circles Conics & Applications The Mathematics of Orbits Dr. Shahla Aliakbari November 18, 2015 Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 11/12 Math Circles Conics & Applications The Mathematics of Orbits Dr. Shahla Aliakbari November

More information

Lecture 6, September 1, 2017

Lecture 6, September 1, 2017 Engineering Mathematics Fall 07 Lecture 6, September, 07 Escape Velocity Suppose we have a planet (or any large near to spherical heavenly body) of radius R and acceleration of gravity at the surface of

More information

Chapter 1, Section 1.2, Example 9 (page 13) and Exercise 29 (page 15). Use the Uniqueness Tool. Select the option ẋ = x

Chapter 1, Section 1.2, Example 9 (page 13) and Exercise 29 (page 15). Use the Uniqueness Tool. Select the option ẋ = x Use of Tools from Interactive Differential Equations with the texts Fundamentals of Differential Equations, 5th edition and Fundamentals of Differential Equations and Boundary Value Problems, 3rd edition

More information

Introductory Physics. Week 2015/05/29

Introductory Physics. Week 2015/05/29 2015/05/29 Part I Summary of week 6 Summary of week 6 We studied the motion of a projectile under uniform gravity, and constrained rectilinear motion, introducing the concept of constraint force. Then

More information

Physics 351, Spring 2017, Homework #2. Due at start of class, Friday, January 27, 2017

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

More information

Phys 243 Lab 7: Radioactive Half-life

Phys 243 Lab 7: Radioactive Half-life Phys 243 Lab 7: Radioactive Half-life Dr. Robert MacDonald The King s University College Winter 2013 Abstract In today s lab you ll be measuring the half-life of barium-137, a radioactive isotope of barium.

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

2t t dt.. So the distance is (t2 +6) 3/2

2t t dt.. So the distance is (t2 +6) 3/2 Math 8, Solutions to Review for the Final Exam Question : The distance is 5 t t + dt To work that out, integrate by parts with u t +, so that t dt du The integral is t t + dt u du u 3/ (t +) 3/ So the

More information

FOUNDATION STUDIES EXAMINATIONS June PHYSICS Semester One February Main

FOUNDATION STUDIES EXAMINATIONS June PHYSICS Semester One February Main 1 FOUNDATION STUDIES EXAMINATIONS June 2013 PHYSICS Semester One February Main Time allowed 2 hours for writing 10 minutes for reading This paper consists of 4 questions printed on 10 pages. PLEASE CHECK

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

Section 3.7: Mechanical and Electrical Vibrations

Section 3.7: Mechanical and Electrical Vibrations Section 3.7: Mechanical and Electrical Vibrations Second order linear equations with constant coefficients serve as mathematical models for mechanical and electrical oscillations. For example, the motion

More information

4. Sinusoidal solutions

4. Sinusoidal solutions 16 4. Sinusoidal solutions Many things in nature are periodic, even sinusoidal. We will begin by reviewing terms surrounding periodic functions. If an LTI system is fed a periodic input signal, we have

More information

Physics 202 Laboratory 3. Root-Finding 1. Laboratory 3. Physics 202 Laboratory

Physics 202 Laboratory 3. Root-Finding 1. Laboratory 3. Physics 202 Laboratory Physics 202 Laboratory 3 Root-Finding 1 Laboratory 3 Physics 202 Laboratory The fundamental question answered by this week s lab work will be: Given a function F (x), find some/all of the values {x i }

More information

Solutions for the Practice Final - Math 23B, 2016

Solutions for the Practice Final - Math 23B, 2016 olutions for the Practice Final - Math B, 6 a. True. The area of a surface is given by the expression d, and since we have a parametrization φ x, y x, y, f x, y with φ, this expands as d T x T y da xy

More information

Exam Question 10: Differential Equations. June 19, Applied Mathematics: Lecture 6. Brendan Williamson. Introduction.

Exam Question 10: Differential Equations. June 19, Applied Mathematics: Lecture 6. Brendan Williamson. Introduction. Exam Question 10: June 19, 2016 In this lecture we will study differential equations, which pertains to Q. 10 of the Higher Level paper. It s arguably more theoretical than other topics on the syllabus,

More information

Chapter 14 (Oscillations) Key concept: Downloaded from

Chapter 14 (Oscillations) Key concept: Downloaded from Chapter 14 (Oscillations) Multiple Choice Questions Single Correct Answer Type Q1. The displacement of a particle is represented by the equation. The motion of the particle is (a) simple harmonic with

More information

Welcome. to Electrostatics

Welcome. to Electrostatics Welcome to Electrostatics Outline 1. Coulomb s Law 2. The Electric Field - Examples 3. Gauss Law - Examples 4. Conductors in Electric Field Coulomb s Law Coulomb s law quantifies the magnitude of the electrostatic

More information

Distance travelled time taken and if the particle is a distance s(t) along the x-axis, then its instantaneous speed is:

Distance travelled time taken and if the particle is a distance s(t) along the x-axis, then its instantaneous speed is: Chapter 1 Kinematics 1.1 Basic ideas r(t) is the position of a particle; r = r is the distance to the origin. If r = x i + y j + z k = (x, y, z), then r = r = x 2 + y 2 + z 2. v(t) is the velocity; v =

More information

Notes for Special Relativity, Quantum Mechanics, and Nuclear Physics

Notes for Special Relativity, Quantum Mechanics, and Nuclear Physics Notes for Special Relativity, Quantum Mechanics, and Nuclear Physics 1. More on special relativity Normally, when two objects are moving with velocity v and u with respect to the stationary observer, the

More information

Symmetries 2 - Rotations in Space

Symmetries 2 - Rotations in Space Symmetries 2 - Rotations in Space This symmetry is about the isotropy of space, i.e. space is the same in all orientations. Thus, if we continuously rotated an entire system in space, we expect the system

More information

Physics 200 Lecture 4. Integration. Lecture 4. Physics 200 Laboratory

Physics 200 Lecture 4. Integration. Lecture 4. Physics 200 Laboratory Physics 2 Lecture 4 Integration Lecture 4 Physics 2 Laboratory Monday, February 21st, 211 Integration is the flip-side of differentiation in fact, it is often possible to write a differential equation

More information

Plane Curves and Parametric Equations

Plane Curves and Parametric Equations Plane Curves and Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction We typically think of a graph as a curve in the xy-plane generated by the

More information

S12 PHY321: Practice Final

S12 PHY321: Practice Final S12 PHY321: Practice Final Contextual information Damped harmonic oscillator equation: ẍ + 2βẋ + ω0x 2 = 0 ( ) ( General solution: x(t) = e [A βt 1 exp β2 ω0t 2 + A 2 exp )] β 2 ω0t 2 Driven harmonic oscillator

More information

Notes on the Periodically Forced Harmonic Oscillator

Notes on the Periodically Forced Harmonic Oscillator Notes on the Periodically orced Harmonic Oscillator Warren Weckesser Math 38 - Differential Equations 1 The Periodically orced Harmonic Oscillator. By periodically forced harmonic oscillator, we mean the

More information

Math 312 Lecture Notes Linear Two-dimensional Systems of Differential Equations

Math 312 Lecture Notes Linear Two-dimensional Systems of Differential Equations Math 2 Lecture Notes Linear Two-dimensional Systems of Differential Equations Warren Weckesser Department of Mathematics Colgate University February 2005 In these notes, we consider the linear system of

More information

Lecture XXVI. Morris Swartz Dept. of Physics and Astronomy Johns Hopkins University November 5, 2003

Lecture XXVI. Morris Swartz Dept. of Physics and Astronomy Johns Hopkins University November 5, 2003 Lecture XXVI Morris Swartz Dept. of Physics and Astronomy Johns Hopins University morris@jhu.edu November 5, 2003 Lecture XXVI: Oscillations Oscillations are periodic motions. There are many examples of

More information

Physics 105, Spring 2015, Reinsch. Homework Assignment 1 (This is a five page document. More hints added Feb. 2, 9pm. Problem statements unchanged.

Physics 105, Spring 2015, Reinsch. Homework Assignment 1 (This is a five page document. More hints added Feb. 2, 9pm. Problem statements unchanged. Physics 105, Spring 2015, Reinsch Homework Assignment 1 (This is a five page document. More hints added Feb. 2, 9pm. Problem statements unchanged.) Due Wednesday, February 4, 5:00 pm Problem 1 A particle

More information

Final 09/14/2017. Notes and electronic aids are not allowed. You must be seated in your assigned row for your exam to be valid.

Final 09/14/2017. Notes and electronic aids are not allowed. You must be seated in your assigned row for your exam to be valid. Final 09/4/207 Name: Problems -5 are each worth 8 points. Problem 6 is a bonus for up to 4 points. So a full score is 40 points and the max score is 44 points. The exam has 6 pages; make sure you have

More information

PHYSICS 311: Classical Mechanics Final Exam Solution Key (2017)

PHYSICS 311: Classical Mechanics Final Exam Solution Key (2017) PHYSICS 311: Classical Mechanics Final Exam Solution Key (017) 1. [5 points] Short Answers (5 points each) (a) In a sentence or two, explain why bicycle wheels are large, with all of the mass at the edge,

More information

AP Physics C 2015 Summer Assignment

AP Physics C 2015 Summer Assignment AP Physics C 2015 Summer Assignment College Board (the people in charge of AP exams) recommends students to only take AP Physics C if they have already taken a 1 st year physics course and are currently

More information

Section 6.5 Modeling with Trigonometric Functions

Section 6.5 Modeling with Trigonometric Functions Section 6.5 Modeling with Trigonometric Functions 441 Section 6.5 Modeling with Trigonometric Functions Solving right triangles for angles In Section 5.5, we used trigonometry on a right triangle to solve

More information

2.3 Oscillation. The harmonic oscillator equation is the differential equation. d 2 y dt 2 r y (r > 0). Its solutions have the form

2.3 Oscillation. The harmonic oscillator equation is the differential equation. d 2 y dt 2 r y (r > 0). Its solutions have the form 2. Oscillation So far, we have used differential equations to describe functions that grow or decay over time. The next most common behavior for a function is to oscillate, meaning that it increases and

More information

Lecture 15 - Orbit Problems

Lecture 15 - Orbit Problems Lecture 15 - Orbit Problems A Puzzle... The ellipse shown below has one focus at the origin and its major axis lies along the x-axis. The ellipse has a semimajor axis of length a and a semi-minor axis

More information

Contents. Contents. Contents

Contents. Contents. Contents Physics 121 for Majors Class 18 Linear Harmonic Last Class We saw how motion in a circle is mathematically similar to motion in a straight line. We learned that there is a centripetal acceleration (and

More information

Physics 351 Monday, January 22, 2018

Physics 351 Monday, January 22, 2018 Physics 351 Monday, January 22, 2018 Phys 351 Work on this while you wait for your classmates to arrive: Show that the moment of inertia of a uniform solid sphere rotating about a diameter is I = 2 5 MR2.

More information

Lecture 41: Highlights

Lecture 41: Highlights Lecture 41: Highlights The goal of this lecture is to remind you of some of the key points that we ve covered this semester Note that this is not the complete set of topics that may appear on the final

More information

FOUNDATION STUDIES EXAMINATIONS September 2009

FOUNDATION STUDIES EXAMINATIONS September 2009 1 FOUNDATION STUDIES EXAINATIONS September 2009 PHYSICS First Paper July Fast Track Time allowed 1.5 hour for writing 10 minutes for reading This paper consists of 4 questions printed on 7 pages. PLEASE

More information

The object of this experiment is to study systems undergoing simple harmonic motion.

The object of this experiment is to study systems undergoing simple harmonic motion. Chapter 9 Simple Harmonic Motion 9.1 Purpose The object of this experiment is to study systems undergoing simple harmonic motion. 9.2 Introduction This experiment will develop your ability to perform calculations

More information

MATH Max-min Theory Fall 2016

MATH Max-min Theory Fall 2016 MATH 20550 Max-min Theory Fall 2016 1. Definitions and main theorems Max-min theory starts with a function f of a vector variable x and a subset D of the domain of f. So far when we have worked with functions

More information

Energy in Planetary Orbits

Energy in Planetary Orbits Lecture 19: Energy in Orbits, Bohr Atom, Oscillatory Motion 1 Energy in Planetary Orbits Consequences of Kepler s First and Third Laws According to Kepler s First Law of Planetary Motion, all planets move

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

Massachusetts Institute of Technology Physics Department. Physics 8.20 IAP 2005 Special Relativity January 28, 2005 FINAL EXAM

Massachusetts Institute of Technology Physics Department. Physics 8.20 IAP 2005 Special Relativity January 28, 2005 FINAL EXAM Massachusetts Institute of Technology Physics Department Physics 8.20 IAP 2005 Special Relativity January 28, 2005 FINAL EXAM Instructions You have 2.5 hours for this test. Papers will be picked up promptly

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

Damped harmonic motion

Damped harmonic motion Damped harmonic motion March 3, 016 Harmonic motion is studied in the presence of a damping force proportional to the velocity. The complex method is introduced, and the different cases of under-damping,

More information

Physics 9 Spring 2012 Midterm 1 Solutions

Physics 9 Spring 2012 Midterm 1 Solutions Physics 9 Spring 22 NAME: TA: Physics 9 Spring 22 Midterm s For the midterm, you may use one sheet of notes with whatever you want to put on it, front and back. Please sit every other seat, and please

More information

Massachusetts Institute of Technology Physics Department

Massachusetts Institute of Technology Physics Department Massachusetts Institute of Technology Physics Department Physics 8.32 Fall 2006 Quantum Theory I October 9, 2006 Assignment 6 Due October 20, 2006 Announcements There will be a makeup lecture on Friday,

More information

Question: Total. Points:

Question: Total. Points: MATH 308 May 23, 2011 Final Exam Name: ID: Question: 1 2 3 4 5 6 7 8 9 Total Points: 0 20 20 20 20 20 20 20 20 160 Score: There are 9 problems on 9 pages in this exam (not counting the cover sheet). Make

More information

The Schrödinger Equation

The Schrödinger Equation Chapter 13 The Schrödinger Equation 13.1 Where we are so far We have focused primarily on electron spin so far because it s a simple quantum system (there are only two basis states!), and yet it still

More information

Solutions to the Homework Replaces Section 3.7, 3.8

Solutions to the Homework Replaces Section 3.7, 3.8 Solutions to the Homework Replaces Section 3.7, 3.8. Show that the period of motion of an undamped vibration of a mass hanging from a vertical spring is 2π L/g SOLUTION: With no damping, mu + ku = 0 has

More information

4.1 KINEMATICS OF SIMPLE HARMONIC MOTION 4.2 ENERGY CHANGES DURING SIMPLE HARMONIC MOTION 4.3 FORCED OSCILLATIONS AND RESONANCE Notes

4.1 KINEMATICS OF SIMPLE HARMONIC MOTION 4.2 ENERGY CHANGES DURING SIMPLE HARMONIC MOTION 4.3 FORCED OSCILLATIONS AND RESONANCE Notes 4.1 KINEMATICS OF SIMPLE HARMONIC MOTION 4.2 ENERGY CHANGES DURING SIMPLE HARMONIC MOTION 4.3 FORCED OSCILLATIONS AND RESONANCE Notes I. DEFINING TERMS A. HOW ARE OSCILLATIONS RELATED TO WAVES? II. EQUATIONS

More information

Physics 342 Lecture 17. Midterm I Recap. Lecture 17. Physics 342 Quantum Mechanics I

Physics 342 Lecture 17. Midterm I Recap. Lecture 17. Physics 342 Quantum Mechanics I Physics 342 Lecture 17 Midterm I Recap Lecture 17 Physics 342 Quantum Mechanics I Monday, March 1th, 28 17.1 Introduction In the context of the first midterm, there are a few points I d like to make about

More information

AP Physics 1 Summer Assignment-2018

AP Physics 1 Summer Assignment-2018 AP Physics 1 Summer Assignment-2018 Welcome to the AP Physics 1 Team! AP Physics 1 is an introductory college level physics course. Concept development and problem solving are algebra and trigonometry

More information

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2.

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. Midterm 1 Review Comments about the midterm The midterm will consist of five questions and will test on material from the first seven lectures the material given below. No calculus either single variable

More information

Matlab Sheet 3. Plotting in Matlab

Matlab Sheet 3. Plotting in Matlab Matlab Sheet 3 Plotting in Matlab 1. a. Estimate the roots of the following equation by plotting the equation. x 3 3x 2 + 5x sin ( πx 4 5π 4 ) + 3 = 0 b. Use the estimates found in part a to find the roots

More information

Analytical Mechanics - Extra Problems

Analytical Mechanics - Extra Problems Analytical Mechanics - Extra Problems Physics 105, F17 (R) are review problems. Review problems are those that have already been covered in prior courses, mostly Intro to Physics I and II. Some are math

More information

UNIT 18 RADIOACTIVITY. Objectives. to be able to use knowledge of electric and magnetic fields to explore the nature of radiation

UNIT 18 RADIOACTIVITY. Objectives. to be able to use knowledge of electric and magnetic fields to explore the nature of radiation UNIT 18 RADIOACTIVITY Objectives to be able to use knowledge of electric and magnetic fields to explore the nature of radiation to understand that radioactivity is a statistical process; each unstable

More information

This is the number of cycles per unit time, and its units are, for example,

This is the number of cycles per unit time, and its units are, for example, 16 4. Sinusoidal solutions Many things in nature are periodic, even sinusoidal. We will begin by reviewing terms surrounding periodic functions. If an LTI system is fed a periodic input signal, we have

More information

Double Spring Harmonic Oscillator Lab

Double Spring Harmonic Oscillator Lab Dylan Humenik and Benjamin Daily Double Spring Harmonic Oscillator Lab Objectives: -Experimentally determine harmonic equations for a double spring system using various methods Part 1 Determining k of

More information

Chapter 15 Periodic Motion

Chapter 15 Periodic Motion Chapter 15 Periodic Motion Slide 1-1 Chapter 15 Periodic Motion Concepts Slide 1-2 Section 15.1: Periodic motion and energy Section Goals You will learn to Define the concepts of periodic motion, vibration,

More information

Physics III: Final Solutions (Individual and Group)

Physics III: Final Solutions (Individual and Group) Massachusetts Institute of Technology MITES 7 Physics III First and Last Name: Physics III: Final Solutions (Individual and Group Instructor: Mobolaji Williams Teaching Assistant: Rene García (Tuesday

More information

PHYSICS. Chapter 15 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc.

PHYSICS. Chapter 15 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc. PHYSICS FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E Chapter 15 Lecture RANDALL D. KNIGHT Chapter 15 Oscillations IN THIS CHAPTER, you will learn about systems that oscillate in simple harmonic

More information

WEEK 7 NOTES AND EXERCISES

WEEK 7 NOTES AND EXERCISES WEEK 7 NOTES AND EXERCISES RATES OF CHANGE (STRAIGHT LINES) Rates of change are very important in mathematics. Take for example the speed of a car. It is a measure of how far the car travels over a certain

More information

Laboratory handout 5 Mode shapes and resonance

Laboratory handout 5 Mode shapes and resonance laboratory handouts, me 34 82 Laboratory handout 5 Mode shapes and resonance In this handout, material and assignments marked as optional can be skipped when preparing for the lab, but may provide a useful

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

Sunrise, Sunset and Mathematical Functions

Sunrise, Sunset and Mathematical Functions Teaching of Functions 13 Sunrise, Sunset and Mathematical Functions Activity #1: The table you are given reports the sunrise and sunset times for Manila, Philippines for each day of the year. Each day

More information

a. What is the angular frequency ω of the block in terms of k, l, and m?

a. What is the angular frequency ω of the block in terms of k, l, and m? 1 Problem 1: (4 pts.) Two spherical planets, each of mass M and Radius R, start out at rest with a distance from center to center of 4R. What is the speed of one of the planets at the moment that their

More information

21 Linear State-Space Representations

21 Linear State-Space Representations ME 132, Spring 25, UC Berkeley, A Packard 187 21 Linear State-Space Representations First, let s describe the most general type of dynamic system that we will consider/encounter in this class Systems may

More information

Springs: Part I Modeling the Action The Mass/Spring System

Springs: Part I Modeling the Action The Mass/Spring System 17 Springs: Part I Second-order differential equations arise in a number of applications We saw one involving a falling object at the beginning of this text (the falling frozen duck example in section

More information

Ideas from Vector Calculus Kurt Bryan

Ideas from Vector Calculus Kurt Bryan Ideas from Vector Calculus Kurt Bryan Most of the facts I state below are for functions of two or three variables, but with noted exceptions all are true for functions of n variables..1 Tangent Line Approximation

More information

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.]

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.] Math 43 Review Notes [Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty Dot Product If v (v, v, v 3 and w (w, w, w 3, then the

More information

USING THE EXCEL CHART WIZARD TO CREATE CURVE FITS (DATA ANALYSIS).

USING THE EXCEL CHART WIZARD TO CREATE CURVE FITS (DATA ANALYSIS). USING THE EXCEL CHART WIZARD TO CREATE CURVE FITS (DATA ANALYSIS). Note to physics students: Even if this tutorial is not given as an assignment, you are responsible for knowing the material contained

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 1 Summer Assignment

AP Physics 1 Summer Assignment Name: Email address (write legibly): AP Physics 1 Summer Assignment Packet 3 The assignments included here are to be brought to the first day of class to be submitted. They are: Problems from Conceptual

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

Numerical Methods for Inverse Kinematics

Numerical Methods for Inverse Kinematics Numerical Methods for Inverse Kinematics Niels Joubert, UC Berkeley, CS184 2008-11-25 Inverse Kinematics is used to pose models by specifying endpoints of segments rather than individual joint angles.

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

2.1 Exponential Growth

2.1 Exponential Growth 2.1 Exponential Growth A mathematical model is a description of a real-world system using mathematical language and ideas. Differential equations are fundamental to modern science and engineering. Many

More information

Mechanics IV: Oscillations

Mechanics IV: Oscillations Mechanics IV: Oscillations Chapter 4 of Morin covers oscillations, including damped and driven oscillators in detail. Also see chapter 10 of Kleppner and Kolenkow. For more on normal modes, see any book

More information

Kinematics in Two-Dimensions

Kinematics in Two-Dimensions Slide 1 / 92 Slide 2 / 92 Kinematics in Two-Dimensions www.njctl.org Slide 3 / 92 How to Use this File Each topic is composed of brief direct instruction There are formative assessment questions after

More information

Planar Motion with Constant Acceleration

Planar Motion with Constant Acceleration Planar Motion with Constant Acceleration 1. If the acceleration vector of an object is perpendicular to its velocity vector, which of the following must be true? (a) The speed is changing. (b) The direction

More information

FOUNDATION STUDIES EXAMINATIONS June PHYSICS Semester One February Main

FOUNDATION STUDIES EXAMINATIONS June PHYSICS Semester One February Main 1 FOUNDATION STUDIES EXAMINATIONS June 2015 PHYSICS Semester One February Main Time allowed 2 hours for writing 10 minutes for reading This paper consists of 6 questions printed on 10 pages. PLEASE CHECK

More information

Pre-Calculus Honors Summer Assignment June 2016

Pre-Calculus Honors Summer Assignment June 2016 Pre-Calculus Honors Summer Assignment June 016 The intent of this assignment is to check your understanding of Algebra II before we begin a year of Pre-Calculus. By not having to review Algebra II, we

More information

Chapter 14 Oscillations

Chapter 14 Oscillations Chapter 14 Oscillations 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 mass and spring system is a

More information

The Harmonic Oscillator

The Harmonic Oscillator The Harmonic Oscillator Math 4: Ordinary Differential Equations Chris Meyer May 3, 008 Introduction The harmonic oscillator is a common model used in physics because of the wide range of problems it can

More information

Graphical Analysis and Errors - MBL

Graphical Analysis and Errors - MBL I. Graphical Analysis Graphical Analysis and Errors - MBL Graphs are vital tools for analyzing and displaying data throughout the natural sciences and in a wide variety of other fields. It is imperative

More information

Essential Mathematics for Computer Graphics

Essential Mathematics for Computer Graphics David Akers Handout #3 CS148 Summer 2006 Essential Mathematics for Computer Graphics Trigonometry Polar Coordinates 3-D Coordinate Systems Parametric Representations Points and Vectors Matrices This handout

More information

1. Introductory Examples

1. Introductory Examples 1. Introductory Examples We introduce the concept of the deterministic and stochastic simulation methods. Two problems are provided to explain the methods: the percolation problem, providing an example

More information

Solution Set Five. 2 Problem #2: The Pendulum of Doom Equation of Motion Simple Pendulum Limit Visualization...

Solution Set Five. 2 Problem #2: The Pendulum of Doom Equation of Motion Simple Pendulum Limit Visualization... : Solution Set Five Northwestern University, Classical Mechanics Classical Mechanics, Third Ed.- Goldstein November 4, 2015 Contents 1 Problem #1: Coupled Mass Oscillator System. 2 1.1 Normal Modes.......................................

More information

Classical Mechanics Phys105A, Winter 2007

Classical Mechanics Phys105A, Winter 2007 Classical Mechanics Phys5A, Winter 7 Wim van Dam Room 59, Harold Frank Hall vandam@cs.ucsb.edu http://www.cs.ucsb.edu/~vandam/ Phys5A, Winter 7, Wim van Dam, UCSB Midterm New homework has been announced

More information

QUANTUM MECHANICS I PHYS 516. Solutions to Problem Set # 5

QUANTUM MECHANICS I PHYS 516. Solutions to Problem Set # 5 QUANTUM MECHANICS I PHYS 56 Solutions to Problem Set # 5. Crossed E and B fields: A hydrogen atom in the N 2 level is subject to crossed electric and magnetic fields. Choose your coordinate axes to make

More information

Lab 11. Spring-Mass Oscillations

Lab 11. Spring-Mass Oscillations Lab 11. Spring-Mass Oscillations Goals To determine experimentally whether the supplied spring obeys Hooke s law, and if so, to calculate its spring constant. To find a solution to the differential equation

More information

Vibrations and Waves Physics Year 1. Handout 1: Course Details

Vibrations and Waves Physics Year 1. Handout 1: Course Details Vibrations and Waves Jan-Feb 2011 Handout 1: Course Details Office Hours Vibrations and Waves Physics Year 1 Handout 1: Course Details Dr Carl Paterson (Blackett 621, carl.paterson@imperial.ac.uk Office

More information

not to be republished NCERT OSCILLATIONS Chapter Fourteen MCQ I π y = 3 cos 2ωt The displacement of a particle is represented by the equation

not to be republished NCERT OSCILLATIONS Chapter Fourteen MCQ I π y = 3 cos 2ωt The displacement of a particle is represented by the equation Chapter Fourteen OSCILLATIONS MCQ I 14.1 The displacement of a particle is represented by the equation π y = 3 cos 2ωt 4. The motion of the particle is (a) simple harmonic with period 2p/w. (b) simple

More information