1 Introduction 2. 2 Functions Introduction to Functions Common Notation... 3

Size: px
Start display at page:

Download "1 Introduction 2. 2 Functions Introduction to Functions Common Notation... 3"

Transcription

1

2 Contents 1 Introduction Functions.1 Introduction to Functions Common Notation Modelling Functions 4.1 Angular Radius and Solar Eclipses Centre of Mass Exponential Models Angles of Burning Matches Falling Through the Earth Epilogue 1 1

3 Chapter 1 Introduction It can be said that the entirety of physics is just the modelling of different phenomena as mathematical functions, so it is safe to say that being able to model functions is a very important skill to learn. Not to mention it is a skill that many elite universities look for in their physics and engineering students. To be a good physicist, or even a physicist at all, it is necessary to have the ability to express physical ideas using mathematics. Hence it is a topic that comes up very often in interviews and entrance exams. Schools only teach you how to use these mathematical functions, plugging in values and/or carrying out various algebraic operations on them. Almost never would you learn how to make these functions. You might as well never even encounter this task of modelling functions until your very first university entrance exam or interview. This is the exact motivation for me writing this book, to prevent the previously stated situation from happening and to acquaint students with this very fundamental skill. In this book my main method of teaching will be through solving different example problems.

4 Chapter Functions.1 Introduction to Functions Let s start off by defining what a function really is. This will not be a very rigorous definition; rather one to introduce you to the concept as smoothly as possible. A function s purpose is to link two numbers together. Inputting a number x into a function will give you a number f(x). Never will you get two different numbers from inputting the same x, as this goes against the definition of a function. It may help you to think of a function as a rule or better yet a machine. A streamlined machine that gives you a certain output after you input information into it. A function does not need to work for every number out there. Each number for which a function is defined for is said to lie in the function s domain.. Common Notation Now let s say your teacher wants to ask you to write down an equation relating the distance travelled by an object with the time passed since the object started to move, he or she may say write down the distance travelled by this object as a function of time. Assuming this object has a constant velocity, v, you would write D(t) = vt. In this problem it is quite obvious what the domain is, but at times it can be helpful to state it explicitly next to your functions like this D(t) = vt, t 0.

5 Chapter Modelling Functions More often than not you will need to utilise calculus to model a phenomenon, as it is usually easier to think about the rate of change of a phenomenon than the actual phenomenon. The reason for this is that differentiation is fundamentally a simplifying process, it removes any pesky constants that may be difficult to comprehend and decreases the powers of variables. So generally, the first order differential equation of a function is easier to write down than the function itself. Now that the significance of calculus in modelling functions has been stated, let us start off with a very simple example. One that doesn t even require calculus. If you are familiar with functions and their notation you may find it time saving to skip this first problem as it is very routine; though the way I present it may be routine to you.1 Angular Radius and Solar Eclipses Problem 1: Write the angular radius of a star as seen from a planet orbiting it as a function of the distance, x, from the surface of the planet to the surface of the star. Where the radius of the star is R. Solution 1: sin( θ) = R x+r = θ = arcsin( R x+r ) So the answer is θ(x) = arcsin( R x+r ). Now we can consider a few other things. A really insightful way to explore a function is to take appropriate limits of the variable. In physics, it is often very helpful to utilise limits while trying to understand different phenomena as extremes are easy to understand. This is also a spectacular way to boost intuition. 4

6 CHAPTER. MODELLING FUNCTIONS 5 lim x 0 θ arcsin( R R ) = θ π lim x θ arcsin(0) = θ 0 Meaning if the planet is right next to the star, an observer that is fireproof will find 180 degrees of their vision being occupied by the sun. And if the planet is really far away from the sun it will start to look like a speck in the sky, taking up almost no portion of the observer s field of vision. Yes, in this case the result was quite boring, nothing out of the ordinary, but at times it can be very tricky to understand a function and limits really do help.. Centre of Mass Problem : There is a measuring cylinder of length L, with a base of negligible mass and thickness. Water is poured into the measuring cylinder to a height H. Define the distance of the centre of mass from the base as a function of H. The thickness of the glass of the measuring cylinder is negligible. Solution : It is often of great help to draw the graph of a phenomenon you are looking express mathematically. Doing this gives you a good feel for the problem. So let s start off by thinking about some points that we are sure about: 1) When H = 0 the centre of mass should be at L. )The centre of mass should be back at L when H=L. )The graph should decrease then start to increase at one point, depending on the radius of the cylinder and its weight. Now let s plot an estimate graph. [Turn to next page]

7 CHAPTER. MODELLING FUNCTIONS 6 The next step is to start thinking of a formula to determine centre of mass, of any object, in one dimension. We know that for a uniform object of height x, the centre of mass lies at a height of x. (Usually the word uniform in this context means that the object s mass is evenly distributed per unit volume or area.) Now by combining two objects, of height x and y, we form a new object. At what height will this new object s centre of mass lie? It will depend on the centres of mass of each of the objects separately. We cannot simply add both of the centres of mass, x and y, and divide by two to get the average. This would be assuming that each of the objects centre of mass matters equally, this may not be true as the two objects may be of different masses. This means we need to form a sort of weighting system, which gives due significance to each of the centres of mass. This needs to be done with respect to the fraction of total mass each of the objects occupies. So now we may simply add the centres of mass, x and y, while assigning to them a coefficient which allows for weighting. Overall centre of mass= x. Mass x + y. Mass y Mass T Mass T Above is an equation of great specificity. The next step is called generalisation, the greatest source of pleasure for any mathematician. Y = (x 1m 1 +x m +...+x n m n ) m T Where Y is the centre of mass of an object comprising of n objects with centres of mass x 1, x,..., x n and of masses m 1, m,..., m n and where m T = m 1, m,..., m n. This formula can also be used in problems with more than one dimension, but I will leave the task of figuring how to do this to you. Now back to Problem ; to use our freshly formulated formula we will first need to express

8 CHAPTER. MODELLING FUNCTIONS 7 the masses of the cylinder and water. M W = p.v V = πr H = M W = pπr H And, Centre of mass of water of height H = H Centre of mass of measuring cylinder of height L = L So, f(h) = M W H +M C L f(h) = pπr H f(h) = pπr H M t +M C L M t +M C L pπr H+M C Where M T is the total mass, M C is the mass of the measuring cylinder, M W is the mass of the water, p is the density of water, and r is the radius of the measuring cylinder.. Exponential Models Problem : There are two tanks A and B; A is evacuated and the other is at a very high pressure. Tank A is also of far less volume than the pressurised tank. A is then connected to B at time t=0. Express the pressure of A as a function of time. Solution : This is a classic problem, very similar to the other classic problem which asks whether tea will cool to a greater extent with cold milk added before or after letting the tea sit out. We will answer the tea problem after we are done with Problem. Again, the best way to approach this problem is to first and foremost draw a graph.

9 CHAPTER. MODELLING FUNCTIONS 8 Just by first glance we can see that the rate of change of our function, f(t), decreases as it approaches the value of the pressure inside tank B, P B. Using this piece of information or just intuition alone you may deduce that the rate of change of f(t) is directly proportional to the difference between f(t) and P B. For ease of notation we will refer to f(t) as y for now. Also note that the purpose of mentioning that the pressure is very high and that tank A is much smaller than B is so that we may accurately approximate P B as a constant throughout. dy dt = k(p B y) 1 dy = kdt P B y 1 P B y dy = kdt ln (P B y) = kt + c

10 CHAPTER. MODELLING FUNCTIONS 9 P B y = e (kt+c) y = P B 1 e (kt+c) f(t) = P B 1, 0 t e (kt+c) Marvelous! That was fun, wasn t it? We end up with a concise, and powerfully elegant equation. I recommend you play around with the significant limits of t and see what values of f(t) you end up with. Now about that tea problem. Let s begin by properly defining the problem There are two cups that are full of tea, let us call them cup A and cup B. Cup A is left to cool as is and cup B is introduced to some cold milk before it is left to cool along with cup A. After the cooling process is over, cold milk is poured into cup A. Which teacup ends up being colder at the end? To fully utilise the time during which the cups are left to cool, the cup would have to have maximum difference in temperature from the environment, because this process works under the same principle as the tanks exchanging pressure. The rate of change of temperature is directly proportional to the difference between the fourth powers of the temperatures of the environment and the tea. The cup which is hotter during the cooling phase is cup A and so it will end up being the coldest after this whole exercise. Problem 4: A rock of infinite density is falling, under gravity, through a fluid which has a property such that it exerts a frictional force on the rock directly proportional to its velocity, v. Gravitational acceleration is g and the rock is of mass m. Find the velocity of the rock as a function of time. Solution 4: The purpose of stating that the rock is of infinite density is to clarify that there is no need to take buoyancy into account. friction v friction = kv force = gm kv ma = gm kv m dv dt = gm kv dv gm kv = dt m ln(mg kv) k = t m + c mg kv = 1 e k( m t +c ) v(t) = 1 k (mg 1 e k( m t +c)) Now comes the fun part, finding what speed the rock approaches as t becomes very large. Due to the task s triviality, I will leave it as an exercise to the reader.

11 CHAPTER. MODELLING FUNCTIONS 10.4 Angles of Burning Matches Problem 5: Define the time taken to burn a match of length L, as a function of its angle θ to the vertical. Solution 5: Sometimes it is easier to start off a problem by taking what is supposed to be the variable as a constant. So you re able to think about how the other values, physically and mathematically, relate to each other. Let s think about the rate of change of length L, or in other words the rate of burning of the match. A straight match, with an angle θ = 0 to the vertical, will have a constant rate of burning, c. Something like this: dl = c. dt Now if you tilt the match by an angle θ it will start to add onto that c. We need a function that increases from 0 to a maximum value, as the angle θ goes from 0 to π. The only function that would do such a thing would be sine but that increases from 0 to a maximum as θ goes from instead of sinθ. Our equation is now: 0 to π, so we will tweak it slightly by making it sin θ dl = ksin θ + c. dt Next we integrate, dl = ksin θ + c L = t(ksin θ + c). Now by rearranging, L t = (ksin θ +c). L t(θ) = (ksin θ +c). Come to think of it, this does seem slightly obvious now that it is in front of us. dl was the rate dt of change of length L with respect to time, which can be interpreted as velocity; and so ksin θ +c is our velocity, L is our distance, and t is our time. We know that distance divided by velocity gives time, so we can come to the our conclusion this way as well. This is an example of an instance where two, completely different, phenomena have a symmetry to them allowing the techniques of the already explored phenomenon to be applied onto the other less explored phenomenon. People have a perception that all physics is inspired through mathematical concepts, this although is true for most of the time, it is not a hard fact. Take for example when mathematicians at Trinity College s Mathematical Society were tackling the problem of squared squares, which fell into a very obscure subcategory of mathematics; they used the mathematics of circuits, an already very developed field, to solve this problem. At times it is very useful to find symmetries, relating to more well known and established fields of mathematics, in obscure problems. This way you can use the already developed powerful tools instead of trying to develop new ones.

12 CHAPTER. MODELLING FUNCTIONS 11.5 Falling Through the Earth Problem 6: A straight hole is drilled through the diameter of the Earth. You can assume the Earth to be a homogeneous perfect sphere. A particle is released from one end of the hole at t=0. Express the acceleration of the particle falling through the hole as a function of its distance from the centre, r, and in terms of the radius, R of the earth and gravitational acceleration on the surface g. Then write r as a function of time, hence also arrive upon velocity and acceleration as functions of time. Solution 6: As you fall through the Earth you will have to look at the earth as two separate objects, one being the inner sphere and one being the outer sphere. This makes the problem seem overly complicated, but if you think about it for a second you can eliminate one source of trouble; that is the mass of the outer sphere. Since all the acceleration provided by it will cancel out. Let s look into the problem and figure out why this is so. So let s start off by examining the most simple instance, one where you are exactly at the centre of the earth. Now all of the mass of the earth above you will cancel out the mass below you, hence giving a resultant acceleration of zero. Now move on to a circumstance where you are closer to one side of the Earth. Now from the closer side you have lesser mass but you are obviously closer to it, and about the far away side, you are further from it but it also has more mass. So again resultant acceleration is zero. You can now come to the conclusion that the net acceleration produced is always zero. a = GM r M = 4πr p, where p is density = a = 4πr G( p ) r When r is the radius of the earth, g = Rearranging to p = g 4GRπ 4πr G( p ) 4πR G( p ) R. Inputting p into a = r We get the answer a(r) = rg R Now moving on to the second part. We know that the distance from the centre is a looping value as a result of the first part of the problem. We also unknowingly proved that the motion of the particle is simple harmonic. As a r, and since acceleration is always in the opposite direction of the displacement from the centre of the Earth, we may use SHM equations to present r, velocity and acceleration as functions of time. w R = R Rg, where w is angular velocity w = g R r(t) = Rcos( g R t) v(t) = g R Rsin( g R t) a(t) = g R Rcos( g R t)

13 Chapter 4 Epilogue That is all that I had for you for now; I contemplated adding more problems and content to this poor excuse of a book but considering just these 1 pages took me several hours to write I will stop here, at least for now. I might post an updated version soon, though. On an ending note, if you want some guidance on what to do after reading this and how to continue becoming a better physicist, my best advise is to do physics, think physics, and live physics. 1

Three objects; 2+1 problem

Three objects; 2+1 problem Three objects; 2+1 problem Having conquered the two-body problem, we now set our sights on more objects. In principle, we can treat the gravitational interactions of any number of objects by simply adding

More information

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this.

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this. Preface Here are my online notes for my Calculus II course that I teach here at Lamar University. Despite the fact that these are my class notes they should be accessible to anyone wanting to learn Calculus

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

= v = 2πr. = mv2 r. = v2 r. F g. a c. F c. Text: Chapter 12 Chapter 13. Chapter 13. Think and Explain: Think and Solve:

= v = 2πr. = mv2 r. = v2 r. F g. a c. F c. Text: Chapter 12 Chapter 13. Chapter 13. Think and Explain: Think and Solve: NAME: Chapters 12, 13 & 14: Universal Gravitation Text: Chapter 12 Chapter 13 Think and Explain: Think and Explain: Think and Solve: Think and Solve: Chapter 13 Think and Explain: Think and Solve: Vocabulary:

More information

Topic 6: Circular motion and gravitation 6.2 Newton s law of gravitation

Topic 6: Circular motion and gravitation 6.2 Newton s law of gravitation Topic 6: Circular motion and gravitation 6.2 Newton s law of gravitation Essential idea: The Newtonian idea of gravitational force acting between two spherical bodies and the laws of mechanics create a

More information

Lecture for Week 2 (Secs. 1.3 and ) Functions and Limits

Lecture for Week 2 (Secs. 1.3 and ) Functions and Limits Lecture for Week 2 (Secs. 1.3 and 2.2 2.3) Functions and Limits 1 First let s review what a function is. (See Sec. 1 of Review and Preview.) The best way to think of a function is as an imaginary machine,

More information

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph CHAPTER 6 VECTOR CALCULUS We ve spent a lot of time so far just looking at all the different ways you can graph things and describe things in three dimensions, and it certainly seems like there is a lot

More information

NGSS UNIT OVERVIEW SOLAR SYSTEM AND BEYOND

NGSS UNIT OVERVIEW SOLAR SYSTEM AND BEYOND NGSS UNIT OVERVIEW SOLAR SYSTEM AND BEYOND Performance Expectation MS-ESS1-1: Develop and use a model of the Earth-sun-moon system to describe the cyclic patterns of lunar phases, eclipses of the sun and

More information

Figure 1: Doing work on a block by pushing it across the floor.

Figure 1: Doing work on a block by pushing it across the floor. Work Let s imagine I have a block which I m pushing across the floor, shown in Figure 1. If I m moving the block at constant velocity, then I know that I have to apply a force to compensate the effects

More information

Chapter 6. Net or Unbalanced Forces. Copyright 2011 NSTA. All rights reserved. For more information, go to

Chapter 6. Net or Unbalanced Forces. Copyright 2011 NSTA. All rights reserved. For more information, go to Chapter 6 Net or Unbalanced Forces Changes in Motion and What Causes Them Teacher Guide to 6.1/6.2 Objectives: The students will be able to explain that the changes in motion referred to in Newton s first

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

2. Equations of Stellar Structure

2. Equations of Stellar Structure 2. Equations of Stellar Structure We already discussed that the structure of stars is basically governed by three simple laws, namely hyostatic equilibrium, energy transport and energy generation. In this

More information

Science and Engineering Practices DRAFT. Interpreting Data. and Applications of system and beyond. Students consider the

Science and Engineering Practices DRAFT. Interpreting Data. and Applications of system and beyond. Students consider the Solar System and Beyond Overview NGSS Performance Expectation MS-ESS1-1: Develop and use a model of the Earth-sun-moon system to describe the cyclic patterns of lunar phases, eclipses of the sun and moon,

More information

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22 MATH 3A: MIDTERM 1 REVIEW JOE HUGHES 1. Let v = 3,, 3. a. Find e v. Solution: v = 9 + 4 + 9 =, so 1. Vectors e v = 1 v v = 1 3,, 3 b. Find the vectors parallel to v which lie on the sphere of radius two

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 4. Functions 4.1. What is a Function: Domain, Codomain and Rule. In the course so far, we

More information

ASTRONAUT PUSHES SPACECRAFT

ASTRONAUT PUSHES SPACECRAFT ASTRONAUT PUSHES SPACECRAFT F = 40 N m a = 80 kg m s = 15000 kg a s = F/m s = 40N/15000 kg = 0.0027 m/s 2 a a = -F/m a = -40N/80kg = -0.5 m/s 2 If t push = 0.5 s, then v s = a s t push =.0014 m/s, and

More information

MATH 18.01, FALL PROBLEM SET # 8

MATH 18.01, FALL PROBLEM SET # 8 MATH 18.01, FALL 01 - PROBLEM SET # 8 Professor: Jared Speck Due: by 1:45pm on Tuesday 11-7-1 (in the boxes outside of Room -55 during the day; stick it under the door if the room is locked; write your

More information

What's Up, Earth? Header Insert Image 1 here, right justified to wrap. Grade Level. 3rd. Time Required: 60 minutes

What's Up, Earth? Header Insert Image 1 here, right justified to wrap. Grade Level. 3rd. Time Required: 60 minutes What's Up, Earth? Header Insert Image 1 here, right justified to wrap Image 1 ADA Description:? Caption:? Image file path:? Source/Rights: Copyright? Grade Level 3rd Time Required: 60 minutes Group Size:

More information

f(x 0 + h) f(x 0 ) h slope of secant line = m sec

f(x 0 + h) f(x 0 ) h slope of secant line = m sec Derivatives Using limits, we can define the slope of a tangent line to a function. When given a function f(x), and given a point P (x 0, f(x 0 )) on f, if we want to find the slope of the tangent line

More information

Energy Problem Solving Techniques.

Energy Problem Solving Techniques. 1 Energy Problem Solving Techniques www.njctl.org 2 Table of Contents Introduction Gravitational Potential Energy Problem Solving GPE, KE and EPE Problem Solving Conservation of Energy Problem Solving

More information

1.4 Techniques of Integration

1.4 Techniques of Integration .4 Techniques of Integration Recall the following strategy for evaluating definite integrals, which arose from the Fundamental Theorem of Calculus (see Section.3). To calculate b a f(x) dx. Find a function

More information

Electro Magnetic Field Dr. Harishankar Ramachandran Department of Electrical Engineering Indian Institute of Technology Madras

Electro Magnetic Field Dr. Harishankar Ramachandran Department of Electrical Engineering Indian Institute of Technology Madras Electro Magnetic Field Dr. Harishankar Ramachandran Department of Electrical Engineering Indian Institute of Technology Madras Lecture - 7 Gauss s Law Good morning. Today, I want to discuss two or three

More information

(Refer Slide Time: 01:17)

(Refer Slide Time: 01:17) Heat and Mass Transfer Prof. S.P. Sukhatme Department of Mechanical Engineering Indian Institute of Technology, Bombay Lecture No. 7 Heat Conduction 4 Today we are going to look at some one dimensional

More information

FRICTIONAL FORCES. Direction of frictional forces... (not always obvious)... CHAPTER 5 APPLICATIONS OF NEWTON S LAWS

FRICTIONAL FORCES. Direction of frictional forces... (not always obvious)... CHAPTER 5 APPLICATIONS OF NEWTON S LAWS RICTIONAL ORCES CHAPTER 5 APPLICATIONS O NEWTON S LAWS rictional forces Static friction Kinetic friction Centripetal force Centripetal acceleration Loop-the-loop Drag force Terminal velocity Direction

More information

Gravity and Orbits. Objectives. Clarify a number of basic concepts. Gravity

Gravity and Orbits. Objectives. Clarify a number of basic concepts. Gravity Gravity and Orbits Objectives Clarify a number of basic concepts Speed vs. velocity Acceleration, and its relation to force Momentum and angular momentum Gravity Understand its basic workings Understand

More information

Quick Questions. 1. Two charges of +1 µc each are separated by 1 cm. What is the force between them?

Quick Questions. 1. Two charges of +1 µc each are separated by 1 cm. What is the force between them? 92 3.10 Quick Questions 3.10 Quick Questions 1. Two charges of +1 µc each are separated by 1 cm. What is the force between them? 0.89 N 90 N 173 N 15 N 2. The electric field inside an isolated conductor

More information

Sample Questions PREPARING FOR THE AP (AB) CALCULUS EXAMINATION. tangent line, a+h. a+h

Sample Questions PREPARING FOR THE AP (AB) CALCULUS EXAMINATION. tangent line, a+h. a+h Sample Questions PREPARING FOR THE AP (AB) CALCULUS EXAMINATION B B A B tangent line,, a f '(a) = lim h 0 f(a + h) f(a) h a+h a b b f(x) dx = lim [f(x ) x + f(x ) x + f(x ) x +...+ f(x ) x ] n a n B B

More information

Differential Equations

Differential Equations Electricity and Magnetism I (P331) M. R. Shepherd October 14, 2008 Differential Equations The purpose of this note is to provide some supplementary background on differential equations. The problems discussed

More information

Sequences and Series

Sequences and Series Sequences and Series What do you think of when you read the title of our next unit? In case your answers are leading us off track, let's review the following IB problems. 1 November 2013 HL 2 3 November

More information

( ) as a fraction. If both numerator and denominator are

( ) as a fraction. If both numerator and denominator are A. Limits and Horizontal Asymptotes What you are finding: You can be asked to find lim f x x a (H.A.) problem is asking you find lim f x x ( ) and lim f x x ( ). ( ) or lim f x x ± ( ). Typically, a horizontal

More information

INTRODUCING NEWTON TO SECONDARY SCHOOL STUDENTS

INTRODUCING NEWTON TO SECONDARY SCHOOL STUDENTS INTRODUCING NEWTON TO SECONDARY SCHOOL STUDENTS K. P. Mohanan and Tara Mohanan This write-up is a draft that could serve as a starting point for a project. The goal of the project is to design learning

More information

Please bring the task to your first physics lesson and hand it to the teacher.

Please bring the task to your first physics lesson and hand it to the teacher. Pre-enrolment task for 2014 entry Physics Why do I need to complete a pre-enrolment task? This bridging pack serves a number of purposes. It gives you practice in some of the important skills you will

More information

Integrals. D. DeTurck. January 1, University of Pennsylvania. D. DeTurck Math A: Integrals 1 / 61

Integrals. D. DeTurck. January 1, University of Pennsylvania. D. DeTurck Math A: Integrals 1 / 61 Integrals D. DeTurck University of Pennsylvania January 1, 2018 D. DeTurck Math 104 002 2018A: Integrals 1 / 61 Integrals Start with dx this means a little bit of x or a little change in x If we add up

More information

Physics Exam 1 Formulas

Physics Exam 1 Formulas INSTRUCTIONS: Write your NAME on the front of the blue exam booklet. The exam is closed book, and you may have only pens/pencils and a calculator (no stored equations or programs and no graphing). Show

More information

Advanced Placement Physics C Summer Assignment

Advanced Placement Physics C Summer Assignment Advanced Placement Physics C Summer Assignment Summer Assignment Checklist: 1. Book Problems. Selected problems from Fundamentals of Physics. (Due August 31 st ). Intro to Calculus Packet. (Attached) (Due

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

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations CHAPTER 1 First-Order Differential Equations and Their Applications 1.1 Introduction to Ordinary Differential Equations Differential equations are found in many areas of mathematics, science, and engineering.

More information

Vector Functions & Space Curves MATH 2110Q

Vector Functions & Space Curves MATH 2110Q Vector Functions & Space Curves Vector Functions & Space Curves Vector Functions Definition A vector function or vector-valued function is a function that takes real numbers as inputs and gives vectors

More information

MATH 308 COURSE SUMMARY

MATH 308 COURSE SUMMARY MATH 308 COURSE SUMMARY Approximately a third of the exam cover the material from the first two midterms, that is, chapter 6 and the first six sections of chapter 7. The rest of the exam will cover the

More information

Forces and Newton s Laws

Forces and Newton s Laws chapter 3 section 1 Forces Forces and Newton s Laws What You ll Learn how force and motion are related what friction is between objects the difference between mass and weight Before You Read When you hit

More information

NGSS UNIT OVERVIEW SOLAR SYSTEM AND BEYOND

NGSS UNIT OVERVIEW SOLAR SYSTEM AND BEYOND NGSS UNIT OVERVIEW SOLAR SYSTEM AND BEYOND Performance Expectation MS-ESS1-1: Develop and use a model of the Earth-sun-moon system to describe the cyclic patterns of lunar phases, eclipses of the sun and

More information

AP Physics C - Mechanics

AP Physics C - Mechanics Slide 1 / 84 Slide 2 / 84 P Physics C - Mechanics Energy Problem Solving Techniques 2015-12-03 www.njctl.org Table of Contents Slide 3 / 84 Introduction Gravitational Potential Energy Problem Solving GPE,

More information

Acceleration Due to Gravity Lecture 2

Acceleration Due to Gravity Lecture 2 Acceleration Due to Gravity Lecture 2 ˆ This lecture covers the meat of Chapters 2 and 3 from the book. I am deliberately skipping vectors again you will have to bear with me. ˆ We will cover the basics

More information

Preface. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Preface. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. alculus III Preface Here are my online notes for my alculus III course that I teach here at Lamar University. espite the fact that these are my class notes, they should be accessible to anyone wanting

More information

Vibratory Motion -- Conceptual Solutions

Vibratory Motion -- Conceptual Solutions Vibratory Motion Vibratory Motion -- Conceptual Solutions 1.) An ideal spring attached to a mass m =.3 kg provides a force equal to -kx, where k = 47.33 nt/m is the spring's spring constant and x denotes

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

Solving two-body problems with Newton s Second Law. Example Static and Kinetic Friction. Section 5.1 Friction 10/15/13

Solving two-body problems with Newton s Second Law. Example Static and Kinetic Friction. Section 5.1 Friction 10/15/13 Solving two-body problems with Newton s Second Law You ll get multiple equations from the x and y directions, these equations can be solved simultaneously to find unknowns 1. Draw a separate free body

More information

Forces and Motion in One Dimension

Forces and Motion in One Dimension Nicholas J. Giordano www.cengage.com/physics/giordano Forces and Motion in One Dimension Applications of Newton s Laws We will learn how Newton s Laws apply in various situations We will begin with motion

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

Topic 5 Notes Jeremy Orloff. 5 Homogeneous, linear, constant coefficient differential equations

Topic 5 Notes Jeremy Orloff. 5 Homogeneous, linear, constant coefficient differential equations Topic 5 Notes Jeremy Orloff 5 Homogeneous, linear, constant coefficient differential equations 5.1 Goals 1. Be able to solve homogeneous constant coefficient linear differential equations using the method

More information

The following are generally referred to as the laws or rules of exponents. x a x b = x a+b (5.1) 1 x b a (5.2) (x a ) b = x ab (5.

The following are generally referred to as the laws or rules of exponents. x a x b = x a+b (5.1) 1 x b a (5.2) (x a ) b = x ab (5. Chapter 5 Exponents 5. Exponent Concepts An exponent means repeated multiplication. For instance, 0 6 means 0 0 0 0 0 0, or,000,000. You ve probably noticed that there is a logical progression of operations.

More information

MATH 250 TOPIC 11 LIMITS. A. Basic Idea of a Limit and Limit Laws. Answers to Exercises and Problems

MATH 250 TOPIC 11 LIMITS. A. Basic Idea of a Limit and Limit Laws. Answers to Exercises and Problems Math 5 T-Limits Page MATH 5 TOPIC LIMITS A. Basic Idea of a Limit and Limit Laws B. Limits of the form,, C. Limits as or as D. Summary for Evaluating Limits Answers to Eercises and Problems Math 5 T-Limits

More information

CALCULUS AB SUMMER ASSIGNMENT

CALCULUS AB SUMMER ASSIGNMENT CALCULUS AB SUMMER ASSIGNMENT Dear Prospective Calculus Students, Welcome to AP Calculus. This is a rigorous, yet rewarding, math course. Most of the students who have taken Calculus in the past are amazed

More information

1 Exponential Functions Limit Derivative Integral... 5

1 Exponential Functions Limit Derivative Integral... 5 Contents Eponential Functions 3. Limit................................................. 3. Derivative.............................................. 4.3 Integral................................................

More information

EDUCATION DAY WORKBOOK

EDUCATION DAY WORKBOOK Grades 9 12 EDUCATION DAY WORKBOOK It is with great thanks for their knowledge and expertise that the individuals who devised this book are recognized. MAKING MEASUREMENTS Time: Solve problems using a

More information

Math Lecture 9

Math Lecture 9 Math 2280 - Lecture 9 Dylan Zwick Fall 2013 In the last two lectures we ve talked about differential equations for modeling populations Today we ll return to the theme we touched upon in our second lecture,

More information

Chapter 2: Motion a Straight Line

Chapter 2: Motion a Straight Line Formula Memorization: Displacement What is a vector? Average Velocity Average Speed Instanteous Velocity Average Acceleration Instantaneous Acceleration Constant Acceleration Equation (List all five of

More information

Wiley Plus. Final Assignment (5) Is Due Today: Before 11 pm!

Wiley Plus. Final Assignment (5) Is Due Today: Before 11 pm! Wiley Plus Final Assignment (5) Is Due Today: Before 11 pm! Final Exam Review December 9, 009 3 What about vector subtraction? Suppose you are given the vector relation A B C RULE: The resultant vector

More information

Bay Area Scientists in Schools Presentation Plan

Bay Area Scientists in Schools Presentation Plan Bay Area Scientists in Schools Presentation Plan Lesson Name: We Love Gravity! Presenter(s) Virginia Lehr, Laura Hidrobo Grade Level 5 Standards Connection(s) Solar System and Gravity Teaser: Gravity is

More information

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES J. WONG (FALL 2017) What did we cover this week? Basic definitions: DEs, linear operators, homogeneous (linear) ODEs. Solution techniques for some classes

More information

- 5 - TEST 2. This test is on the final sections of this session's syllabus and. should be attempted by all students.

- 5 - TEST 2. This test is on the final sections of this session's syllabus and. should be attempted by all students. - 5 - TEST 2 This test is on the final sections of this session's syllabus and should be attempted by all students. QUESTION 1 [Marks 23] A thin non-conducting rod is bent to form the arc of a circle of

More information

4.9 Anti-derivatives. Definition. An anti-derivative of a function f is a function F such that F (x) = f (x) for all x.

4.9 Anti-derivatives. Definition. An anti-derivative of a function f is a function F such that F (x) = f (x) for all x. 4.9 Anti-derivatives Anti-differentiation is exactly what it sounds like: the opposite of differentiation. That is, given a function f, can we find a function F whose derivative is f. Definition. An anti-derivative

More information

The Revolution of the Moons of Jupiter

The Revolution of the Moons of Jupiter The Revolution of the Moons of Jupiter Overview: During this lab session you will make use of a CLEA (Contemporary Laboratory Experiences in Astronomy) computer program generously developed and supplied

More information

Ordinary Differential Equations Prof. A. K. Nandakumaran Department of Mathematics Indian Institute of Science Bangalore

Ordinary Differential Equations Prof. A. K. Nandakumaran Department of Mathematics Indian Institute of Science Bangalore Ordinary Differential Equations Prof. A. K. Nandakumaran Department of Mathematics Indian Institute of Science Bangalore Module - 3 Lecture - 10 First Order Linear Equations (Refer Slide Time: 00:33) Welcome

More information

g = Gm / r 2 The Big Idea

g = Gm / r 2 The Big Idea The Big Idea Over 2500 years ago Aristotle proposed two laws of physics governing motion. One for Earthly bodies (objects on Earth) that states objects naturally go in straight lines and one for Heavenly

More information

Orbiting Satellites and Free-Fall Elevators

Orbiting Satellites and Free-Fall Elevators Orbiting Satellites and Free-Fall Elevators Paul Robinson San Mateo High School pablo@laserpablo.com www.laserpablo.com Dig deep... Suppose you could bore a tunnel through the center of the earth. Further

More information

MATH 31B: BONUS PROBLEMS

MATH 31B: BONUS PROBLEMS MATH 31B: BONUS PROBLEMS IAN COLEY LAST UPDATED: JUNE 8, 2017 7.1: 28, 38, 45. 1. Homework 1 7.2: 31, 33, 40. 7.3: 44, 52, 61, 71. Also, compute the derivative of x xx. 2. Homework 2 First, let me say

More information

Modeling Via Differential Equations

Modeling Via Differential Equations Modeling Via Differential Equations S. F. Ellermeyer Kennesaw State University May 31, 2003 Abstract Mathematical modeling via differential equations is introduced. We partially follow the approach in

More information

Gravitation -- Conceptual Solutions

Gravitation -- Conceptual Solutions Gravitation Gravitation -- Conceptual Solutions 1.) It is the gravitational attraction between the moon and the oceans that causes the bulge we associate with high tide. So why do we observe two high tides

More information

Chapter 5 Lecture Notes

Chapter 5 Lecture Notes Formulas: a C = v 2 /r a = a C + a T F = Gm 1 m 2 /r 2 Chapter 5 Lecture Notes Physics 2414 - Strauss Constants: G = 6.67 10-11 N-m 2 /kg 2. Main Ideas: 1. Uniform circular motion 2. Nonuniform circular

More information

Subsequences and Limsups. Some sequences of numbers converge to limits, and some do not. For instance,

Subsequences and Limsups. Some sequences of numbers converge to limits, and some do not. For instance, Subsequences and Limsups Some sequences of numbers converge to limits, and some do not. For instance,,, 3, 4, 5,,... converges to 0 3, 3., 3.4, 3.4, 3.45, 3.459,... converges to π, 3,, 3.,, 3.4,... does

More information

Volume vs. Diameter. Teacher Lab Discussion. Overview. Picture, Data Table, and Graph

Volume vs. Diameter. Teacher Lab Discussion. Overview. Picture, Data Table, and Graph 5 6 7 Middle olume Length/olume vs. Diameter, Investigation page 1 of olume vs. Diameter Teacher Lab Discussion Overview Figure 1 In this experiment we investigate the relationship between the diameter

More information

Classical mechanics: Newton s laws of motion

Classical mechanics: Newton s laws of motion Classical mechanics: Newton s laws of motion Homework next week will be due on Thursday next week You will soon be receiving student evaluations Occam s razor Given two competing and equally successful

More information

Newton s Laws.

Newton s Laws. Newton s Laws http://mathsforeurope.digibel.be/images Forces and Equilibrium If the net force on a body is zero, it is in equilibrium. dynamic equilibrium: moving relative to us static equilibrium: appears

More information

For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a

For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a AP Physics C: Mechanics Greetings, For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a brief introduction to Calculus that gives you an operational knowledge of

More information

Chapter 3, Section 3

Chapter 3, Section 3 Chapter 3, Section 3 3 What is force? Motion and Forces A force is a push or pull. Sometimes it is obvious that a force has been applied. But other forces aren t as noticeable. What Is a Force? A force......

More information

MITOCW MITRES18_006F10_26_0501_300k-mp4

MITOCW MITRES18_006F10_26_0501_300k-mp4 MITOCW MITRES18_006F10_26_0501_300k-mp4 ANNOUNCER: The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational

More information

Gravity. The Universal Force

Gravity. The Universal Force Gravity The Universal Force Universal Gravitation What is gravity? Gravity makes things fall Gravity makes bubbles rise Gravity made the earth round, and makes the stars shine, but WHAT IS GRAVITY??? Universal

More information

Solutions Midterm Exam 1 October 3, surface. You push to the left on the right block with a constant force F.

Solutions Midterm Exam 1 October 3, surface. You push to the left on the right block with a constant force F. Problem 1 (2.5 points) Two blocks of mass m 1 and m 3, connected by a rod of mass m 2, are sitting on a frictionless surface. You push to the left on the right block with a constant force F. What is the

More information

ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 15 - Tues 20th Nov 2018 First and Higher Order Differential Equations

ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 15 - Tues 20th Nov 2018 First and Higher Order Differential Equations ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 15 - Tues 20th Nov 2018 First and Higher Order Differential Equations Integrating Factor Here is a powerful technique which will work (only!)

More information

5 GRAVITATION Last Updated: July 16, 2012

5 GRAVITATION Last Updated: July 16, 2012 Problem List 5.1 Total mass of a shell 5.2 Tunnel through the moon 5.3 Gravitational field above the center of a thin hoop 5.4 Gravitational force near a metal-cored planet surrounded by a gaseous cloud

More information

Physics 6010, Fall Relevant Sections in Text: Introduction

Physics 6010, Fall Relevant Sections in Text: Introduction Physics 6010, Fall 2016 Introduction. Configuration space. Equations of Motion. Velocity Phase Space. Relevant Sections in Text: 1.1 1.4 Introduction This course principally deals with the variational

More information

Basic methods to solve equations

Basic methods to solve equations Roberto s Notes on Prerequisites for Calculus Chapter 1: Algebra Section 1 Basic methods to solve equations What you need to know already: How to factor an algebraic epression. What you can learn here:

More information

MATH 12 CLASS 5 NOTES, SEP

MATH 12 CLASS 5 NOTES, SEP MATH 12 CLASS 5 NOTES, SEP 30 2011 Contents 1. Vector-valued functions 1 2. Differentiating and integrating vector-valued functions 3 3. Velocity and Acceleration 4 Over the past two weeks we have developed

More information

Graphical Analysis and Errors MBL

Graphical Analysis and Errors MBL Graphical Analysis and Errors MBL I Graphical Analysis Graphs are vital tools for analyzing and displaying data Graphs allow us to explore the relationship between two quantities -- an independent variable

More information

= constant of gravitation is G = N m 2 kg 2. Your goal is to find the radius of the orbit of a geostationary satellite.

= constant of gravitation is G = N m 2 kg 2. Your goal is to find the radius of the orbit of a geostationary satellite. Problem 1 Earth and a Geostationary Satellite (10 points) The earth is spinning about its axis with a period of 3 hours 56 minutes and 4 seconds. The equatorial radius of the earth is 6.38 10 6 m. The

More information

Lecture 6.1 Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular,

Lecture 6.1 Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular, Lecture 6. Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular, Newton's second law. However, this is not always the most

More information

Year 7 Recall Booklet. Name: Class:

Year 7 Recall Booklet. Name: Class: Year 7 Recall Booklet Name: Class: Energy Kinetic energy Moving things have kinetic energy. The heavier a thing is and the faster it moves the more kinetic energy it has. All moving things have kinetic

More information

4. As you increase your push, will friction on the crate increase also? Ans. Yes it will.

4. As you increase your push, will friction on the crate increase also? Ans. Yes it will. Ch. 4 Newton s Second Law of Motion p.65 Review Questions 3. How great is the force of friction compared with your push on a crate that doesn t move on a level floor? Ans. They are equal in magnitude and

More information

MATH 1231 MATHEMATICS 1B Calculus Section 3A: - First order ODEs.

MATH 1231 MATHEMATICS 1B Calculus Section 3A: - First order ODEs. MATH 1231 MATHEMATICS 1B 2010. For use in Dr Chris Tisdell s lectures. Calculus Section 3A: - First order ODEs. Created and compiled by Chris Tisdell S1: What is an ODE? S2: Motivation S3: Types and orders

More information

Lesson 21 Not So Dramatic Quadratics

Lesson 21 Not So Dramatic Quadratics STUDENT MANUAL ALGEBRA II / LESSON 21 Lesson 21 Not So Dramatic Quadratics Quadratic equations are probably one of the most popular types of equations that you ll see in algebra. A quadratic equation has

More information

Chapter 9 Uniform Circular Motion

Chapter 9 Uniform Circular Motion 9.1 Introduction Chapter 9 Uniform Circular Motion Special cases often dominate our study of physics, and circular motion is certainly no exception. We see circular motion in many instances in the world;

More information

Modern Physics notes Paul Fendley Lecture 35. Born, chapter III (most of which should be review for you), chapter VII

Modern Physics notes Paul Fendley Lecture 35. Born, chapter III (most of which should be review for you), chapter VII Modern Physics notes Paul Fendley fendley@virginia.edu Lecture 35 Curved spacetime black holes Born, chapter III (most of which should be review for you), chapter VII Fowler, Remarks on General Relativity

More information

Topic 6 The Killers LEARNING OBJECTIVES. Topic 6. Circular Motion and Gravitation

Topic 6 The Killers LEARNING OBJECTIVES. Topic 6. Circular Motion and Gravitation Topic 6 Circular Motion and Gravitation LEARNING OBJECTIVES Topic 6 The Killers 1. Centripetal Force 2. Newton s Law of Gravitation 3. Gravitational Field Strength ROOKIE MISTAKE! Always remember. the

More information

Quest Chapter 12. What things did Newton bring together and what did he toss? Read the text or check your notes. How does the moon move?

Quest Chapter 12. What things did Newton bring together and what did he toss? Read the text or check your notes. How does the moon move? 1 What is the Newtonian synthesis? 1. All objects near the Earth free-fall with the same acceleration. 2. The combination of forces on each planet directed towards the Sun 3. The combination of all forces

More information

Lecture 2 - Force Analysis

Lecture 2 - Force Analysis Lecture 2 - orce Analysis A Puzzle... Triangle or quadrilateral? 4 distinct points in a plane can either be arrange as a triangle with a point inside or as a quadrilateral. Extra Brownie Points: Use the

More information

Solutions to Final Exam

Solutions to Final Exam Name: ID#: Solutions to Final Exam Math b Calculus, Series, Differential Equations 27 January 24 Show all of your work. Full credit may not be given for an answer alone. You may use the backs of the pages

More information

11 Newton s Law of Universal Gravitation

11 Newton s Law of Universal Gravitation Physics 1A, Fall 2003 E. Abers 11 Newton s Law of Universal Gravitation 11.1 The Inverse Square Law 11.1.1 The Moon and Kepler s Third Law Things fall down, not in some other direction, because that s

More information

ERRATA for Calculus: The Language of Change

ERRATA for Calculus: The Language of Change 1 ERRATA for Calculus: The Language of Change SECTION 1.1 Derivatives P877 Exercise 9b: The answer should be c (d) = 0.5 cups per day for 9 d 0. SECTION 1.2 Integrals P8 Exercise 9d: change to B (11) P9

More information

Sample Questions PREPARING FOR THE AP (BC) CALCULUS EXAMINATION. tangent line, a+h. a+h

Sample Questions PREPARING FOR THE AP (BC) CALCULUS EXAMINATION. tangent line, a+h. a+h Sample Questions PREPARING FOR THE AP (BC) CALCULUS EXAMINATION B B A B tangent line,, a f '(a) = lim h 0 f(a + h) f(a) h a+h a b b f(x) dx = lim [f(x ) x + f(x ) x + f(x ) x +...+ f(x ) x ] n a n B B

More information