Collision Detection and Bouncing

Size: px
Start display at page:

Download "Collision Detection and Bouncing"

Transcription

1 Collision Detection nd Bouncing Mike Biley collision-bouncing.pptx

2 Collisions re Hndled in Two Prts 1. Detecting the collision 2. Hndling the physics of the collision

3 If You re Lucky, You Cn Detect the Collision Directly (i.e., s closed-form solution) We need to nswer the question: Wht will cuse the bll to stop flying freely through the ir? XLEFT (x,y) (vx,vy) XRIGHT The nswer is it will hit wll or the floor. From our rules of physics, the next bounce will hppen t one of the solutions to these equtions: XRIGHT RADIUS x v x t XLEFT RADIUS x v x t 1 YBOTTOM RADIUS y vyt gt 2 2 YBOTTOM Note: g < 0.

4 If You re Lucky, You Cn Compute the Collision Directly The next bounce will hppen t one of the solutions to these equtions: XRIGHT RADIUS x v x t t 1 XRIGHT RADIUS x v x XLEFT RADIUS x v x t t 2 XLEFT RADIUS x v x 1 YBOTTOM RADIUS y vyt gt ( ) 0 2 gt vyt y YBOTTOM RADIUS t, t y y v v 2 g( y YBOTTOM RADIUS) g How do you know which of the 4 t vlues is the one tht you should use?

5 In the Generl Cse, there re Two Types of Collision Detection 1. Discrete A B 2. Continuous A B A

6 Detecting Collisions Between Two Objects 1. Do s mny fst rejections s you cn 2. Do hierrchicl fst rejections 3. Discrete: compre ll edges of Object A ginst ll fces of Object B 3. Continuous: crete pseudo-edges by connecting respective points in Object A cross the time step, then compre ll these pseudo-edges of Object A ginst ll fces of Object B

7 Try to Simplify the Intersection Test Brek the Scene into Grid Discrete: You only hve to do intersection tests ginst objects tht live in the sme grid squre.

8 Try to Simplify the Intersection Test-- A Bounding Sphere

9 Try to Simplify the Intersection Test- Bounding Spheres R 2 R 1 C 2 C 1 2 These spheres overlp if: Distnce(C 1,C 2 ) < R 1 +R 2 1 To void the squre root: Distnce 2 (C 1,C 2 ) < (R 1 +R 2 ) 2

10 Try to Simplify the Intersection Test-- A Bounding Box Ymx Xmin Xmx Ymin

11 Try to Simplify the Intersection Test- Bounding Boxes Quickly compre two objects by fitting ech with bounding box nd then compring the two bounding boxes These boxes do not overlp if: Xmx 1 < Xmin 2 Ymx 1 < Ymin 2 Xmx 2 < Xmin 1 Ymx 2 < Ymin These boxes do overlp if: Xmx 1 > Xmin 2 && Ymx 1 > Ymin 2 && Xmx 2 > Xmin 1 && Ymx 2 > Ymin 1

12 Try to Simplify the Intersection Test- -- Two Types of Bounding Boxes Axis-Aligned Bounding Box (AABB) Check for overlp by looking for overlp in just X, then just Y, then just Z Arbitrry-Oriented Bounding Box (AOBB) This is tighter fit round the object, but the overlp comprison is more involved

13 A Hierrchy of Bounding Boxes

14 Discrete -- You Cn Esily Tell if Point is Inside Convex Polyhedron Assume tht ll surfce normls point outwrds (usul convention). Use the Distnce-from--Point-to--Plne formul for ech fce of the polyhedron. If ll distnces re negtive, the point is inside the convex polyhedron Wht if the polyhedron is not convex? Put Convex Hull round the polyhedron nd test ginst tht. If the point is not inside the convex hull, then it is not inside the polyhedron either. If it is inside the convex hull, then more detiled nlysis is needed.

15 P d Distnce from Point to Plne nˆ Q The eqution of the plne is: x,y,z Q,Q,Q (n,n,n ) 0 which expnds out to become the more fmilir Ax + By + Cz + D = 0 x y z x y z The distnce from the point P to the plne is bsed on the plne eqution: d PQ nˆ The dot product is nswering the question How much of (P-Q) is in the norml direction?. Note tht this gives signed distnce. If d > 0., then P is on the sme side of the plne s the norml.

16 Discrete nd Continuous Compring n Edge on Object A ginst Fce on Object B P 1 nˆ Q P The eqution of the line segment is: P (1 tp ) tp 0 1 If point P wnts to be point in the plne, then: P,P,P Q,Q,Q (n,n,n ) 0 x y z x y z x y z If we substitute the prmetric expression for P into the plne eqution, then the only thing we don t know in tht eqution is t. Knowing t* will let us compute the (x,y,z) of the ctul intersection using the line eqution. If t* hs zero in the denomintor, then tht tells us tht t*=, nd the line must be prllel to the plne. This gives us the point of intersection with the infinite plne. We would now use the method covered few slides go to see if P lies inside the tringle in question. P 0

17 Is Point inside Tringle? n S Let: n ( RQ) ( S Q) Q P R n ( RQ) ( PQ) q n ( SR) ( PR) r n ( QS) ( PS) s If ( nn ),( nn ), nd( nn ) q r s re ll positive, then P is inside the tringle QRS

18 If Find Discrete Interference Do binry serch cross the time step until you find the time of collision

19 If Find Continuous Interference Connect ll points cross time nd look for the minimum t in n intersection with the boundry

20 The Physics of Collisions -- Definitions Line of Impct If the objects velocities re prllel to the Line of Impct, this is Direct Impct If the objects velocities re perpendiculr to the Line of Impct, this is Tngentil Impct A combintion of the two is clled n Oblique Impct Direct Impct Tngentil Impct Oblique Impct (both direct nd tngentil)

21 The Physics of Collisions Fundmentl Quntities The momentum of n object is defined s its mss multiplied by its velocity: Momentum mv The energy of n object is defined s one hlf of its mss multiplied by its velocity squred: Energy 1 2 mv 2

22 The Physics of Collisions Conservtion of Momentum In collision, the totl momentum fter the impct is equl to the totl momentum before the impct. Alwys. b mv mv mv mv b b b b where the primes refer to velocities fter the impct This is referred to s the Conservtion of Momentum Lw Momentum is lwys conserved through ny collision

23 Conservtion of Momentum s Explined by Newton s Crdle And, of course, where would ny topic be without kittens?

24 The Physics of Collisions Coefficient of Restitution In collision, energy is conserved in the entire system, but not necessrily in the form of velocities. (It cn become permnent deformtion, het, light, etc..) This loss of velocity is expressed s the Coefficient of Restitution (COR). The COR, e, is how much less the reltive velocities of the objects re fter impct thn they were before impct: b v v e( v v ) b b (the negtive sign is there to indicte the bounce )

25 The Physics of Collisions Combining Momentum nd Restitution Lws b Strting with these two equtions: mv mv mvmv b b b b v v e( v v ) b b Tret the two initil velocities s inputs nd solve for the two resulting velocities. This gives: v v b mv mv em( v v) b b b b m m mv mv em( v v) b b b m m b b

26 The Physics of Collisions with Immoveble Objects To tret the cse of mss b being n immoveble object, such s the ground or solid wll, solve for the resulting velocities tking the limit: lim m b v mv mv em( v v) b b b b m m b mv mv b b emb( vb v) lim mb m mb m mb m mb 0 v e( v v ) b b lim mb Since mss b is immoveble, its velocity is zero, so tht s post-collision velocity is: v ev

27 Collisions Experimentlly Determining the Coefficient of Restitution Velocities re hrd to mesure live, but distnces re not. So, drop the object from height h, nd mesure its bounce to height h : v Before the bounce: After the bounce: gh v 2gh v 2gh v 2gh v e v e v 2gh v 2gh h h

28 Collisions Some Coefficients of Restitution of Blls Bounced on Concrete Surfce Bll Mteril CoR rnge golf bll tennis bll billird bll hnd bll wooden bll steel bll bering glss mrble bll of rubber bnds hollow, hrd plstic bll

29 The Physics of Collisions Totlly Plstic Collisions v v b mv mv em( v v) b b b b m m mv mv em( v v) b b b m m b b If e=0, then the two objects stick together nd end up with the sme resulting velocity: v v b mv b b m mv m b

30 One of my Jury Duties: Two vehicles collide. One is very dmged, the other hrdly t ll. Wht hppened? Who s right? Very dmged B 25 mph Hrdly dmged A 0 mph vb evb 11.2(1.3) v 4.9 m/ sec m m 3 b mv b b emv b 11.2(1.3* 2) v b 1.5 m/ sec m m 3 v = 0. mph v b = 25 mph = 11.2 m/sec m = 2.0 m b = 1.0 e =.30 b How much velocity chnge did ech cr undergo? (Δv is n pproximte mesure of dmge.) Δv = = 4.9 m/sec = 11.0 mph Δv b = = 9.7 m/sec = 21.7 mph

31 The Physics of Collisions Totlly Elstic Collisions Wht hppens when e=1? The two fundmentl equtions re mv mv mv mv b b b b v v e( v v ) ( v v ) b b b Rerrnging: m v v m v v b b b v v v v b b

32 The Physics of Collisions Elstic Collisions m v v m v v b b b v v v v b b Then, multiplying the two together gives: Or: mv mv mv mv b b b b mv mv mv mv b b b b This shows tht energy is conserved when the Coefficient of Restitution is 1.0

33 The Physics of Collisions Oblique Impcts Oblique Impcts re then hndled by using vector mth to determine the direct nd tngentil velocity components with respect to the Line of Impct. b The direct components re chnged using the equtions we just derived. The tngentil components re left unchnged. (This ssumes no friction.) The new components re then combined to produce the resulting velocity vectors.

34 Voxeliztion nother wy to do Collision Detection? Rndy Ruwendl

Collision Detection and Bouncing

Collision Detection and Bouncing Collision Deecion nd Bouncing Collisions re Hndled in Two Prs. Deecing he collision Mike Biley mj@cs.oregonse.edu. Hndling he physics of he collision collision-ouncing.ppx If You re Lucky, You Cn Deec

More information

along the vector 5 a) Find the plane s coordinate after 1 hour. b) Find the plane s coordinate after 2 hours. c) Find the plane s coordinate

along the vector 5 a) Find the plane s coordinate after 1 hour. b) Find the plane s coordinate after 2 hours. c) Find the plane s coordinate L8 VECTOR EQUATIONS OF LINES HL Mth - Sntowski Vector eqution of line 1 A plne strts journey t the point (4,1) moves ech hour long the vector. ) Find the plne s coordinte fter 1 hour. b) Find the plne

More information

Name Solutions to Test 3 November 8, 2017

Name Solutions to Test 3 November 8, 2017 Nme Solutions to Test 3 November 8, 07 This test consists of three prts. Plese note tht in prts II nd III, you cn skip one question of those offered. Some possibly useful formuls cn be found below. Brrier

More information

SUMMER KNOWHOW STUDY AND LEARNING CENTRE

SUMMER KNOWHOW STUDY AND LEARNING CENTRE SUMMER KNOWHOW STUDY AND LEARNING CENTRE Indices & Logrithms 2 Contents Indices.2 Frctionl Indices.4 Logrithms 6 Exponentil equtions. Simplifying Surds 13 Opertions on Surds..16 Scientific Nottion..18

More information

Math 8 Winter 2015 Applications of Integration

Math 8 Winter 2015 Applications of Integration Mth 8 Winter 205 Applictions of Integrtion Here re few importnt pplictions of integrtion. The pplictions you my see on n exm in this course include only the Net Chnge Theorem (which is relly just the Fundmentl

More information

Physics 9 Fall 2011 Homework 2 - Solutions Friday September 2, 2011

Physics 9 Fall 2011 Homework 2 - Solutions Friday September 2, 2011 Physics 9 Fll 0 Homework - s Fridy September, 0 Mke sure your nme is on your homework, nd plese box your finl nswer. Becuse we will be giving prtil credit, be sure to ttempt ll the problems, even if you

More information

Improper Integrals, and Differential Equations

Improper Integrals, and Differential Equations Improper Integrls, nd Differentil Equtions October 22, 204 5.3 Improper Integrls Previously, we discussed how integrls correspond to res. More specificlly, we sid tht for function f(x), the region creted

More information

7.1 Integral as Net Change and 7.2 Areas in the Plane Calculus

7.1 Integral as Net Change and 7.2 Areas in the Plane Calculus 7.1 Integrl s Net Chnge nd 7. Ares in the Plne Clculus 7.1 INTEGRAL AS NET CHANGE Notecrds from 7.1: Displcement vs Totl Distnce, Integrl s Net Chnge We hve lredy seen how the position of n oject cn e

More information

Properties of Integrals, Indefinite Integrals. Goals: Definition of the Definite Integral Integral Calculations using Antiderivatives

Properties of Integrals, Indefinite Integrals. Goals: Definition of the Definite Integral Integral Calculations using Antiderivatives Block #6: Properties of Integrls, Indefinite Integrls Gols: Definition of the Definite Integrl Integrl Clcultions using Antiderivtives Properties of Integrls The Indefinite Integrl 1 Riemnn Sums - 1 Riemnn

More information

JURONG JUNIOR COLLEGE

JURONG JUNIOR COLLEGE JURONG JUNIOR COLLEGE 2010 JC1 H1 8866 hysics utoril : Dynmics Lerning Outcomes Sub-topic utoril Questions Newton's lws of motion 1 1 st Lw, b, e f 2 nd Lw, including drwing FBDs nd solving problems by

More information

a < a+ x < a+2 x < < a+n x = b, n A i n f(x i ) x. i=1 i=1

a < a+ x < a+2 x < < a+n x = b, n A i n f(x i ) x. i=1 i=1 Mth 33 Volume Stewrt 5.2 Geometry of integrls. In this section, we will lern how to compute volumes using integrls defined by slice nlysis. First, we recll from Clculus I how to compute res. Given the

More information

Forces from Strings Under Tension A string under tension medites force: the mgnitude of the force from section of string is the tension T nd the direc

Forces from Strings Under Tension A string under tension medites force: the mgnitude of the force from section of string is the tension T nd the direc Physics 170 Summry of Results from Lecture Kinemticl Vribles The position vector ~r(t) cn be resolved into its Crtesin components: ~r(t) =x(t)^i + y(t)^j + z(t)^k. Rtes of Chnge Velocity ~v(t) = d~r(t)=

More information

First midterm topics Second midterm topics End of quarter topics. Math 3B Review. Steve. 18 March 2009

First midterm topics Second midterm topics End of quarter topics. Math 3B Review. Steve. 18 March 2009 Mth 3B Review Steve 18 Mrch 2009 About the finl Fridy Mrch 20, 3pm-6pm, Lkretz 110 No notes, no book, no clcultor Ten questions Five review questions (Chpters 6,7,8) Five new questions (Chpters 9,10) No

More information

DIRECT CURRENT CIRCUITS

DIRECT CURRENT CIRCUITS DRECT CURRENT CUTS ELECTRC POWER Consider the circuit shown in the Figure where bttery is connected to resistor R. A positive chrge dq will gin potentil energy s it moves from point to point b through

More information

USA Mathematical Talent Search Round 1 Solutions Year 21 Academic Year

USA Mathematical Talent Search Round 1 Solutions Year 21 Academic Year 1/1/21. Fill in the circles in the picture t right with the digits 1-8, one digit in ech circle with no digit repeted, so tht no two circles tht re connected by line segment contin consecutive digits.

More information

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com 1. A uniform circulr disc hs mss m, centre O nd rdius. It is free to rotte bout fixed smooth horizontl xis L which lies in the sme plne s the disc nd which is tngentil to the disc t the point A. The disc

More information

Infinite Geometric Series

Infinite Geometric Series Infinite Geometric Series Finite Geometric Series ( finite SUM) Let 0 < r < 1, nd let n be positive integer. Consider the finite sum It turns out there is simple lgebric expression tht is equivlent to

More information

State space systems analysis (continued) Stability. A. Definitions A system is said to be Asymptotically Stable (AS) when it satisfies

State space systems analysis (continued) Stability. A. Definitions A system is said to be Asymptotically Stable (AS) when it satisfies Stte spce systems nlysis (continued) Stbility A. Definitions A system is sid to be Asymptoticlly Stble (AS) when it stisfies ut () = 0, t > 0 lim xt () 0. t A system is AS if nd only if the impulse response

More information

13: Diffusion in 2 Energy Groups

13: Diffusion in 2 Energy Groups 3: Diffusion in Energy Groups B. Rouben McMster University Course EP 4D3/6D3 Nucler Rector Anlysis (Rector Physics) 5 Sept.-Dec. 5 September Contents We study the diffusion eqution in two energy groups

More information

CHM Physical Chemistry I Chapter 1 - Supplementary Material

CHM Physical Chemistry I Chapter 1 - Supplementary Material CHM 3410 - Physicl Chemistry I Chpter 1 - Supplementry Mteril For review of some bsic concepts in mth, see Atkins "Mthemticl Bckground 1 (pp 59-6), nd "Mthemticl Bckground " (pp 109-111). 1. Derivtion

More information

Chapter 0. What is the Lebesgue integral about?

Chapter 0. What is the Lebesgue integral about? Chpter 0. Wht is the Lebesgue integrl bout? The pln is to hve tutoril sheet ech week, most often on Fridy, (to be done during the clss) where you will try to get used to the ides introduced in the previous

More information

Sample Problems for the Final of Math 121, Fall, 2005

Sample Problems for the Final of Math 121, Fall, 2005 Smple Problems for the Finl of Mth, Fll, 5 The following is collection of vrious types of smple problems covering sections.8,.,.5, nd.8 6.5 of the text which constitute only prt of the common Mth Finl.

More information

Ch AP Problems

Ch AP Problems Ch. 7.-7. AP Prolems. Willy nd his friends decided to rce ech other one fternoon. Willy volunteered to rce first. His position is descried y the function f(t). Joe, his friend from school, rced ginst him,

More information

HW3, Math 307. CSUF. Spring 2007.

HW3, Math 307. CSUF. Spring 2007. HW, Mth 7. CSUF. Spring 7. Nsser M. Abbsi Spring 7 Compiled on November 5, 8 t 8:8m public Contents Section.6, problem Section.6, problem Section.6, problem 5 Section.6, problem 7 6 5 Section.6, problem

More information

Chapter 1: Fundamentals

Chapter 1: Fundamentals Chpter 1: Fundmentls 1.1 Rel Numbers Types of Rel Numbers: Nturl Numbers: {1, 2, 3,...}; These re the counting numbers. Integers: {... 3, 2, 1, 0, 1, 2, 3,...}; These re ll the nturl numbers, their negtives,

More information

University of Alabama Department of Physics and Astronomy. PH126: Exam 1

University of Alabama Department of Physics and Astronomy. PH126: Exam 1 University of Albm Deprtment of Physics nd Astronomy PH 16 LeClir Fll 011 Instructions: PH16: Exm 1 1. Answer four of the five questions below. All problems hve equl weight.. You must show your work for

More information

Lesson Notes: Week 40-Vectors

Lesson Notes: Week 40-Vectors Lesson Notes: Week 40-Vectors Vectors nd Sclrs vector is quntity tht hs size (mgnitude) nd direction. Exmples of vectors re displcement nd velocity. sclr is quntity tht hs size but no direction. Exmples

More information

Line Integrals. Partitioning the Curve. Estimating the Mass

Line Integrals. Partitioning the Curve. Estimating the Mass Line Integrls Suppose we hve curve in the xy plne nd ssocite density δ(p ) = δ(x, y) t ech point on the curve. urves, of course, do not hve density or mss, but it my sometimes be convenient or useful to

More information

The area under the graph of f and above the x-axis between a and b is denoted by. f(x) dx. π O

The area under the graph of f and above the x-axis between a and b is denoted by. f(x) dx. π O 1 Section 5. The Definite Integrl Suppose tht function f is continuous nd positive over n intervl [, ]. y = f(x) x The re under the grph of f nd ove the x-xis etween nd is denoted y f(x) dx nd clled the

More information

APPLICATIONS OF THE DEFINITE INTEGRAL

APPLICATIONS OF THE DEFINITE INTEGRAL APPLICATIONS OF THE DEFINITE INTEGRAL. Volume: Slicing, disks nd wshers.. Volumes by Slicing. Suppose solid object hs boundries extending from x =, to x = b, nd tht its cross-section in plne pssing through

More information

Log1 Contest Round 3 Theta Individual. 4 points each 1 What is the sum of the first 5 Fibonacci numbers if the first two are 1, 1?

Log1 Contest Round 3 Theta Individual. 4 points each 1 What is the sum of the first 5 Fibonacci numbers if the first two are 1, 1? 008 009 Log1 Contest Round Thet Individul Nme: points ech 1 Wht is the sum of the first Fiboncci numbers if the first two re 1, 1? If two crds re drwn from stndrd crd deck, wht is the probbility of drwing

More information

Goals: Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite

Goals: Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite Unit #8 : The Integrl Gols: Determine how to clculte the re described by function. Define the definite integrl. Eplore the reltionship between the definite integrl nd re. Eplore wys to estimte the definite

More information

Review of Gaussian Quadrature method

Review of Gaussian Quadrature method Review of Gussin Qudrture method Nsser M. Asi Spring 006 compiled on Sundy Decemer 1, 017 t 09:1 PM 1 The prolem To find numericl vlue for the integrl of rel vlued function of rel vrile over specific rnge

More information

Recitation 3: More Applications of the Derivative

Recitation 3: More Applications of the Derivative Mth 1c TA: Pdric Brtlett Recittion 3: More Applictions of the Derivtive Week 3 Cltech 2012 1 Rndom Question Question 1 A grph consists of the following: A set V of vertices. A set E of edges where ech

More information

We divide the interval [a, b] into subintervals of equal length x = b a n

We divide the interval [a, b] into subintervals of equal length x = b a n Arc Length Given curve C defined by function f(x), we wnt to find the length of this curve between nd b. We do this by using process similr to wht we did in defining the Riemnn Sum of definite integrl:

More information

Physics Jonathan Dowling. Lecture 9 FIRST MIDTERM REVIEW

Physics Jonathan Dowling. Lecture 9 FIRST MIDTERM REVIEW Physics 10 Jonthn Dowling Physics 10 ecture 9 FIRST MIDTERM REVIEW A few concepts: electric force, field nd potentil Electric force: Wht is the force on chrge produced by other chrges? Wht is the force

More information

13.3 CLASSICAL STRAIGHTEDGE AND COMPASS CONSTRUCTIONS

13.3 CLASSICAL STRAIGHTEDGE AND COMPASS CONSTRUCTIONS 33 CLASSICAL STRAIGHTEDGE AND COMPASS CONSTRUCTIONS As simple ppliction of the results we hve obtined on lgebric extensions, nd in prticulr on the multiplictivity of extension degrees, we cn nswer (in

More information

Math 1102: Calculus I (Math/Sci majors) MWF 3pm, Fulton Hall 230 Homework 2 solutions

Math 1102: Calculus I (Math/Sci majors) MWF 3pm, Fulton Hall 230 Homework 2 solutions Mth 1102: Clculus I (Mth/Sci mjors) MWF 3pm, Fulton Hll 230 Homework 2 solutions Plese write netly, nd show ll work. Cution: An nswer with no work is wrong! Do the following problems from Chpter III: 6,

More information

INTRODUCTION TO LINEAR ALGEBRA

INTRODUCTION TO LINEAR ALGEBRA ME Applied Mthemtics for Mechnicl Engineers INTRODUCTION TO INEAR AGEBRA Mtrices nd Vectors Prof. Dr. Bülent E. Pltin Spring Sections & / ME Applied Mthemtics for Mechnicl Engineers INTRODUCTION TO INEAR

More information

Partial Derivatives. Limits. For a single variable function f (x), the limit lim

Partial Derivatives. Limits. For a single variable function f (x), the limit lim Limits Prtil Derivtives For single vrible function f (x), the limit lim x f (x) exists only if the right-hnd side limit equls to the left-hnd side limit, i.e., lim f (x) = lim f (x). x x + For two vribles

More information

Model Solutions to Assignment 4

Model Solutions to Assignment 4 Oberlin College Physics 110, Fll 2011 Model Solutions to Assignment 4 Additionl problem 56: A girl, sled, nd n ice-covered lke geometry digrm: girl shore rope sled ice free body digrms: force on girl by

More information

Chapter 2. Vectors. 2.1 Vectors Scalars and Vectors

Chapter 2. Vectors. 2.1 Vectors Scalars and Vectors Chpter 2 Vectors 2.1 Vectors 2.1.1 Sclrs nd Vectors A vector is quntity hving both mgnitude nd direction. Emples of vector quntities re velocity, force nd position. One cn represent vector in n-dimensionl

More information

Exam 1 Solutions (1) C, D, A, B (2) C, A, D, B (3) C, B, D, A (4) A, C, D, B (5) D, C, A, B

Exam 1 Solutions (1) C, D, A, B (2) C, A, D, B (3) C, B, D, A (4) A, C, D, B (5) D, C, A, B PHY 249, Fll 216 Exm 1 Solutions nswer 1 is correct for ll problems. 1. Two uniformly chrged spheres, nd B, re plced t lrge distnce from ech other, with their centers on the x xis. The chrge on sphere

More information

Higher Checklist (Unit 3) Higher Checklist (Unit 3) Vectors

Higher Checklist (Unit 3) Higher Checklist (Unit 3) Vectors Vectors Skill Achieved? Know tht sclr is quntity tht hs only size (no direction) Identify rel-life exmples of sclrs such s, temperture, mss, distnce, time, speed, energy nd electric chrge Know tht vector

More information

Consequently, the temperature must be the same at each point in the cross section at x. Let:

Consequently, the temperature must be the same at each point in the cross section at x. Let: HW 2 Comments: L1-3. Derive the het eqution for n inhomogeneous rod where the therml coefficients used in the derivtion of the het eqution for homogeneous rod now become functions of position x in the

More information

Things to Memorize: A Partial List. January 27, 2017

Things to Memorize: A Partial List. January 27, 2017 Things to Memorize: A Prtil List Jnury 27, 2017 Chpter 2 Vectors - Bsic Fcts A vector hs mgnitude (lso clled size/length/norm) nd direction. It does not hve fixed position, so the sme vector cn e moved

More information

DEFINITION OF ASSOCIATIVE OR DIRECT PRODUCT AND ROTATION OF VECTORS

DEFINITION OF ASSOCIATIVE OR DIRECT PRODUCT AND ROTATION OF VECTORS 3 DEFINITION OF ASSOCIATIVE OR DIRECT PRODUCT AND ROTATION OF VECTORS This chpter summrizes few properties of Cli ord Algebr nd describe its usefulness in e ecting vector rottions. 3.1 De nition of Associtive

More information

AP Physics 1. Slide 1 / 71. Slide 2 / 71. Slide 3 / 71. Circular Motion. Topics of Uniform Circular Motion (UCM)

AP Physics 1. Slide 1 / 71. Slide 2 / 71. Slide 3 / 71. Circular Motion. Topics of Uniform Circular Motion (UCM) Slide 1 / 71 Slide 2 / 71 P Physics 1 irculr Motion 2015-12-02 www.njctl.org Topics of Uniform irculr Motion (UM) Slide 3 / 71 Kinemtics of UM lick on the topic to go to tht section Period, Frequency,

More information

We partition C into n small arcs by forming a partition of [a, b] by picking s i as follows: a = s 0 < s 1 < < s n = b.

We partition C into n small arcs by forming a partition of [a, b] by picking s i as follows: a = s 0 < s 1 < < s n = b. Mth 255 - Vector lculus II Notes 4.2 Pth nd Line Integrls We begin with discussion of pth integrls (the book clls them sclr line integrls). We will do this for function of two vribles, but these ides cn

More information

Special Relativity solved examples using an Electrical Analog Circuit

Special Relativity solved examples using an Electrical Analog Circuit 1-1-15 Specil Reltivity solved exmples using n Electricl Anlog Circuit Mourici Shchter mourici@gmil.com mourici@wll.co.il ISRAE, HOON 54-54855 Introduction In this pper, I develop simple nlog electricl

More information

A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H. Thomas Shores Department of Mathematics University of Nebraska Spring 2007

A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H. Thomas Shores Department of Mathematics University of Nebraska Spring 2007 A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H Thoms Shores Deprtment of Mthemtics University of Nebrsk Spring 2007 Contents Rtes of Chnge nd Derivtives 1 Dierentils 4 Are nd Integrls 5 Multivrite Clculus

More information

Chapter 1: Logarithmic functions and indices

Chapter 1: Logarithmic functions and indices Chpter : Logrithmic functions nd indices. You cn simplify epressions y using rules of indices m n m n m n m n ( m ) n mn m m m m n m m n Emple Simplify these epressions: 5 r r c 4 4 d 6 5 e ( ) f ( ) 4

More information

SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 2014

SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 2014 SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 014 Mrk Scheme: Ech prt of Question 1 is worth four mrks which re wrded solely for the correct nswer.

More information

ARITHMETIC OPERATIONS. The real numbers have the following properties: a b c ab ac

ARITHMETIC OPERATIONS. The real numbers have the following properties: a b c ab ac REVIEW OF ALGEBRA Here we review the bsic rules nd procedures of lgebr tht you need to know in order to be successful in clculus. ARITHMETIC OPERATIONS The rel numbers hve the following properties: b b

More information

PROPERTIES OF AREAS In general, and for an irregular shape, the definition of the centroid at position ( x, y) is given by

PROPERTIES OF AREAS In general, and for an irregular shape, the definition of the centroid at position ( x, y) is given by PROPERTES OF RES Centroid The concept of the centroid is prol lred fmilir to ou For plne shpe with n ovious geometric centre, (rectngle, circle) the centroid is t the centre f n re hs n is of smmetr, the

More information

2.4 Linear Inequalities and Interval Notation

2.4 Linear Inequalities and Interval Notation .4 Liner Inequlities nd Intervl Nottion We wnt to solve equtions tht hve n inequlity symol insted of n equl sign. There re four inequlity symols tht we will look t: Less thn , Less thn or

More information

INTRODUCTION. The three general approaches to the solution of kinetics problems are:

INTRODUCTION. The three general approaches to the solution of kinetics problems are: INTRODUCTION According to Newton s lw, prticle will ccelerte when it is subjected to unblnced forces. Kinetics is the study of the reltions between unblnced forces nd the resulting chnges in motion. The

More information

Main topics for the Second Midterm

Main topics for the Second Midterm Min topics for the Second Midterm The Midterm will cover Sections 5.4-5.9, Sections 6.1-6.3, nd Sections 7.1-7.7 (essentilly ll of the mteril covered in clss from the First Midterm). Be sure to know the

More information

Is there an easy way to find examples of such triples? Why yes! Just look at an ordinary multiplication table to find them!

Is there an easy way to find examples of such triples? Why yes! Just look at an ordinary multiplication table to find them! PUSHING PYTHAGORAS 009 Jmes Tnton A triple of integers ( bc,, ) is clled Pythgoren triple if exmple, some clssic triples re ( 3,4,5 ), ( 5,1,13 ), ( ) fond of ( 0,1,9 ) nd ( 119,10,169 ). + b = c. For

More information

5.2 Volumes: Disks and Washers

5.2 Volumes: Disks and Washers 4 pplictions of definite integrls 5. Volumes: Disks nd Wshers In the previous section, we computed volumes of solids for which we could determine the re of cross-section or slice. In this section, we restrict

More information

Designing Information Devices and Systems I Discussion 8B

Designing Information Devices and Systems I Discussion 8B Lst Updted: 2018-10-17 19:40 1 EECS 16A Fll 2018 Designing Informtion Devices nd Systems I Discussion 8B 1. Why Bother With Thévenin Anywy? () Find Thévenin eqiuvlent for the circuit shown elow. 2kΩ 5V

More information

Mathematics of Motion II Projectiles

Mathematics of Motion II Projectiles Chmp+ Fll 2001 Dn Stump 1 Mthemtics of Motion II Projectiles Tble of vribles t time v velocity, v 0 initil velocity ccelertion D distnce x position coordinte, x 0 initil position x horizontl coordinte

More information

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique?

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique? XII. LINEAR ALGEBRA: SOLVING SYSTEMS OF EQUATIONS Tody we re going to tlk bout solving systems of liner equtions. These re problems tht give couple of equtions with couple of unknowns, like: 6 2 3 7 4

More information

Line Integrals. Chapter Definition

Line Integrals. Chapter Definition hpter 2 Line Integrls 2.1 Definition When we re integrting function of one vrible, we integrte long n intervl on one of the xes. We now generlize this ide by integrting long ny curve in the xy-plne. It

More information

Polynomials and Division Theory

Polynomials and Division Theory Higher Checklist (Unit ) Higher Checklist (Unit ) Polynomils nd Division Theory Skill Achieved? Know tht polynomil (expression) is of the form: n x + n x n + n x n + + n x + x + 0 where the i R re the

More information

ragsdale (zdr82) HW2 ditmire (58335) 1

ragsdale (zdr82) HW2 ditmire (58335) 1 rgsdle (zdr82) HW2 ditmire (58335) This print-out should hve 22 questions. Multiple-choice questions my continue on the next column or pge find ll choices before nswering. 00 0.0 points A chrge of 8. µc

More information

STRAND J: TRANSFORMATIONS, VECTORS and MATRICES

STRAND J: TRANSFORMATIONS, VECTORS and MATRICES Mthemtics SKE: STRN J STRN J: TRNSFORMTIONS, VETORS nd MTRIES J3 Vectors Text ontents Section J3.1 Vectors nd Sclrs * J3. Vectors nd Geometry Mthemtics SKE: STRN J J3 Vectors J3.1 Vectors nd Sclrs Vectors

More information

PHYS 4390: GENERAL RELATIVITY LECTURE 6: TENSOR CALCULUS

PHYS 4390: GENERAL RELATIVITY LECTURE 6: TENSOR CALCULUS PHYS 4390: GENERAL RELATIVITY LECTURE 6: TENSOR CALCULUS To strt on tensor clculus, we need to define differentition on mnifold.a good question to sk is if the prtil derivtive of tensor tensor on mnifold?

More information

P 3 (x) = f(0) + f (0)x + f (0) 2. x 2 + f (0) . In the problem set, you are asked to show, in general, the n th order term is a n = f (n) (0)

P 3 (x) = f(0) + f (0)x + f (0) 2. x 2 + f (0) . In the problem set, you are asked to show, in general, the n th order term is a n = f (n) (0) 1 Tylor polynomils In Section 3.5, we discussed how to pproximte function f(x) round point in terms of its first derivtive f (x) evluted t, tht is using the liner pproximtion f() + f ()(x ). We clled this

More information

Shape and measurement

Shape and measurement C H A P T E R 5 Shpe nd mesurement Wht is Pythgors theorem? How do we use Pythgors theorem? How do we find the perimeter of shpe? How do we find the re of shpe? How do we find the volume of shpe? How do

More information

13.4 Work done by Constant Forces

13.4 Work done by Constant Forces 13.4 Work done by Constnt Forces We will begin our discussion of the concept of work by nlyzing the motion of n object in one dimension cted on by constnt forces. Let s consider the following exmple: push

More information

1 1D heat and wave equations on a finite interval

1 1D heat and wave equations on a finite interval 1 1D het nd wve equtions on finite intervl In this section we consider generl method of seprtion of vribles nd its pplictions to solving het eqution nd wve eqution on finite intervl ( 1, 2. Since by trnsltion

More information

CONIC SECTIONS. Chapter 11

CONIC SECTIONS. Chapter 11 CONIC SECTIONS Chpter. Overview.. Sections of cone Let l e fied verticl line nd m e nother line intersecting it t fied point V nd inclined to it t n ngle α (Fig..). Fig.. Suppose we rotte the line m round

More information

Before we can begin Ch. 3 on Radicals, we need to be familiar with perfect squares, cubes, etc. Try and do as many as you can without a calculator!!!

Before we can begin Ch. 3 on Radicals, we need to be familiar with perfect squares, cubes, etc. Try and do as many as you can without a calculator!!! Nme: Algebr II Honors Pre-Chpter Homework Before we cn begin Ch on Rdicls, we need to be fmilir with perfect squres, cubes, etc Try nd do s mny s you cn without clcultor!!! n The nth root of n n Be ble

More information

How can we approximate the area of a region in the plane? What is an interpretation of the area under the graph of a velocity function?

How can we approximate the area of a region in the plane? What is an interpretation of the area under the graph of a velocity function? Mth 125 Summry Here re some thoughts I ws hving while considering wht to put on the first midterm. The core of your studying should be the ssigned homework problems: mke sure you relly understnd those

More information

Physics Honors. Final Exam Review Free Response Problems

Physics Honors. Final Exam Review Free Response Problems Physics Honors inl Exm Review ree Response Problems m t m h 1. A 40 kg mss is pulled cross frictionless tble by string which goes over the pulley nd is connected to 20 kg mss.. Drw free body digrm, indicting

More information

Motion. Acceleration. Part 2: Constant Acceleration. October Lab Phyiscs. Ms. Levine 1. Acceleration. Acceleration. Units for Acceleration.

Motion. Acceleration. Part 2: Constant Acceleration. October Lab Phyiscs. Ms. Levine 1. Acceleration. Acceleration. Units for Acceleration. Motion ccelertion Prt : Constnt ccelertion ccelertion ccelertion ccelertion is the rte of chnge of elocity. = - o t = Δ Δt ccelertion = = - o t chnge of elocity elpsed time ccelertion is ector, lthough

More information

Chapter 4 Contravariance, Covariance, and Spacetime Diagrams

Chapter 4 Contravariance, Covariance, and Spacetime Diagrams Chpter 4 Contrvrince, Covrince, nd Spcetime Digrms 4. The Components of Vector in Skewed Coordintes We hve seen in Chpter 3; figure 3.9, tht in order to show inertil motion tht is consistent with the Lorentz

More information

/ 3, then (A) 3(a 2 m 2 + b 2 ) = 4c 2 (B) 3(a 2 + b 2 m 2 ) = 4c 2 (C) a 2 m 2 + b 2 = 4c 2 (D) a 2 + b 2 m 2 = 4c 2

/ 3, then (A) 3(a 2 m 2 + b 2 ) = 4c 2 (B) 3(a 2 + b 2 m 2 ) = 4c 2 (C) a 2 m 2 + b 2 = 4c 2 (D) a 2 + b 2 m 2 = 4c 2 SET I. If the locus of the point of intersection of perpendiculr tngents to the ellipse x circle with centre t (0, 0), then the rdius of the circle would e + / ( ) is. There re exctl two points on the

More information

Definite Integrals. The area under a curve can be approximated by adding up the areas of rectangles = 1 1 +

Definite Integrals. The area under a curve can be approximated by adding up the areas of rectangles = 1 1 + Definite Integrls --5 The re under curve cn e pproximted y dding up the res of rectngles. Exmple. Approximte the re under y = from x = to x = using equl suintervls nd + x evluting the function t the left-hnd

More information

Thomas Whitham Sixth Form

Thomas Whitham Sixth Form Thoms Whithm Sith Form Pure Mthemtics Unit C Alger Trigonometry Geometry Clculus Vectors Trigonometry Compound ngle formule sin sin cos cos Pge A B sin Acos B cos Asin B A B sin Acos B cos Asin B A B cos

More information

Equations and Inequalities

Equations and Inequalities Equtions nd Inequlities Equtions nd Inequlities Curriculum Redy ACMNA: 4, 5, 6, 7, 40 www.mthletics.com Equtions EQUATIONS & Inequlities & INEQUALITIES Sometimes just writing vribles or pronumerls in

More information

Mathematics Extension 1

Mathematics Extension 1 04 Bored of Studies Tril Emintions Mthemtics Etension Written by Crrotsticks & Trebl. Generl Instructions Totl Mrks 70 Reding time 5 minutes. Working time hours. Write using blck or blue pen. Blck pen

More information

Unit #9 : Definite Integral Properties; Fundamental Theorem of Calculus

Unit #9 : Definite Integral Properties; Fundamental Theorem of Calculus Unit #9 : Definite Integrl Properties; Fundmentl Theorem of Clculus Gols: Identify properties of definite integrls Define odd nd even functions, nd reltionship to integrl vlues Introduce the Fundmentl

More information

Section 4.8. D v(t j 1 ) t. (4.8.1) j=1

Section 4.8. D v(t j 1 ) t. (4.8.1) j=1 Difference Equtions to Differentil Equtions Section.8 Distnce, Position, nd the Length of Curves Although we motivted the definition of the definite integrl with the notion of re, there re mny pplictions

More information

Equations, expressions and formulae

Equations, expressions and formulae Get strted 2 Equtions, epressions nd formule This unit will help you to work with equtions, epressions nd formule. AO1 Fluency check 1 Work out 2 b 2 c 7 2 d 7 2 2 Simplify by collecting like terms. b

More information

Lecture 5. Today: Motion in many dimensions: Circular motion. Uniform Circular Motion

Lecture 5. Today: Motion in many dimensions: Circular motion. Uniform Circular Motion Lecture 5 Physics 2A Olg Dudko UCSD Physics Tody: Motion in mny dimensions: Circulr motion. Newton s Lws of Motion. Lws tht nswer why questions bout motion. Forces. Inerti. Momentum. Uniform Circulr Motion

More information

On the diagram below the displacement is represented by the directed line segment OA.

On the diagram below the displacement is represented by the directed line segment OA. Vectors Sclrs nd Vectors A vector is quntity tht hs mgnitude nd direction. One exmple of vector is velocity. The velocity of n oject is determined y the mgnitude(speed) nd direction of trvel. Other exmples

More information

Bridging the gap: GCSE AS Level

Bridging the gap: GCSE AS Level Bridging the gp: GCSE AS Level CONTENTS Chpter Removing rckets pge Chpter Liner equtions Chpter Simultneous equtions 8 Chpter Fctors 0 Chpter Chnge the suject of the formul Chpter 6 Solving qudrtic equtions

More information

BME 207 Introduction to Biomechanics Spring 2018

BME 207 Introduction to Biomechanics Spring 2018 April 6, 28 UNIVERSITY O RHODE ISAND Deprtment of Electricl, Computer nd Biomedicl Engineering BME 27 Introduction to Biomechnics Spring 28 Homework 8 Prolem 14.6 in the textook. In ddition to prts -e,

More information

Physics 1402: Lecture 7 Today s Agenda

Physics 1402: Lecture 7 Today s Agenda 1 Physics 1402: Lecture 7 Tody s gend nnouncements: Lectures posted on: www.phys.uconn.edu/~rcote/ HW ssignments, solutions etc. Homework #2: On Msterphysics tody: due Fridy Go to msteringphysics.com Ls:

More information

Definition of Continuity: The function f(x) is continuous at x = a if f(a) exists and lim

Definition of Continuity: The function f(x) is continuous at x = a if f(a) exists and lim Mth 9 Course Summry/Study Guide Fll, 2005 [1] Limits Definition of Limit: We sy tht L is the limit of f(x) s x pproches if f(x) gets closer nd closer to L s x gets closer nd closer to. We write lim f(x)

More information

Main topics for the First Midterm

Main topics for the First Midterm Min topics for the First Midterm The Midterm will cover Section 1.8, Chpters 2-3, Sections 4.1-4.8, nd Sections 5.1-5.3 (essentilly ll of the mteril covered in clss). Be sure to know the results of the

More information

Farey Fractions. Rickard Fernström. U.U.D.M. Project Report 2017:24. Department of Mathematics Uppsala University

Farey Fractions. Rickard Fernström. U.U.D.M. Project Report 2017:24. Department of Mathematics Uppsala University U.U.D.M. Project Report 07:4 Frey Frctions Rickrd Fernström Exmensrete i mtemtik, 5 hp Hledre: Andres Strömergsson Exmintor: Jörgen Östensson Juni 07 Deprtment of Mthemtics Uppsl University Frey Frctions

More information

MATH STUDENT BOOK. 10th Grade Unit 5

MATH STUDENT BOOK. 10th Grade Unit 5 MATH STUDENT BOOK 10th Grde Unit 5 Unit 5 Similr Polygons MATH 1005 Similr Polygons INTRODUCTION 3 1. PRINCIPLES OF ALGEBRA 5 RATIOS AND PROPORTIONS 5 PROPERTIES OF PROPORTIONS 11 SELF TEST 1 16 2. SIMILARITY

More information

Identify graphs of linear inequalities on a number line.

Identify graphs of linear inequalities on a number line. COMPETENCY 1.0 KNOWLEDGE OF ALGEBRA SKILL 1.1 Identify grphs of liner inequlities on number line. - When grphing first-degree eqution, solve for the vrible. The grph of this solution will be single point

More information

fractions Let s Learn to

fractions Let s Learn to 5 simple lgebric frctions corne lens pupil retin Norml vision light focused on the retin concve lens Shortsightedness (myopi) light focused in front of the retin Corrected myopi light focused on the retin

More information

Math 0230 Calculus 2 Lectures

Math 0230 Calculus 2 Lectures Mth Clculus Lectures Chpter 7 Applictions of Integrtion Numertion of sections corresponds to the text Jmes Stewrt, Essentil Clculus, Erly Trnscendentls, Second edition. Section 7. Ares Between Curves Two

More information

10. AREAS BETWEEN CURVES

10. AREAS BETWEEN CURVES . AREAS BETWEEN CURVES.. Ares etween curves So res ove the x-xis re positive nd res elow re negtive, right? Wrong! We lied! Well, when you first lern out integrtion it s convenient fiction tht s true in

More information

The Wave Equation I. MA 436 Kurt Bryan

The Wave Equation I. MA 436 Kurt Bryan 1 Introduction The Wve Eqution I MA 436 Kurt Bryn Consider string stretching long the x xis, of indeterminte (or even infinite!) length. We wnt to derive n eqution which models the motion of the string

More information