TRANSFORMATIONS OF SURFACE NORMAL VECTORS with applications to three dimensional computer graphics

Size: px
Start display at page:

Download "TRANSFORMATIONS OF SURFACE NORMAL VECTORS with applications to three dimensional computer graphics"

Transcription

1 TRANSFORMATIONS OF SURFACE NORMAL VECTORS wih applicaions o hree dimensional compuer graphics Ken Turkowski Advanced Technology Group Graphics Sofware Apple Compuer, Inc. Absrac: Given an affine 4x4 modeling ransformaion marix, we derive he marix ha represens he ransformaion of a surface s normal vecors. This is similar o he modeling marix only when any scaling is isoropic. We furher derive resuls for ransformaions of ligh direcion vecors and shading compuaions in clipping space. 6 July 990 Apple Technical Repor No.

2 Turkowski Transformaions of Surface Normal Vecors 6 July 990 Transformaions of Surface Normal Vecors Ken Turkowski 6 July 990 Why is a Normal Vecor no jus a Difference Beween Two Poins? In(fig. ), below, on he lef, we illusrae a recangle, and is normals N i ha have been modeled as sraigh line segmens. On he righ is an affine ransformaion of he recangle and is normals, where he endpoins of he sraigh line segmens represening he normals have been ransformed in he same way as oher poins ha make up he recangle. Noe ha hese so-called normal vecors are no longer perpendicular o he surface. (fig. ) Is his he ype of behavior ha we expec from normal vecors? I hink no. This leads us o believe ha normals behave differenly under ransformaions han he surfaces ha hey correspond o. The ransformaions are relaed, hough, by he requiremen ha he surfaces and heir normals remain orhogonal. We use his propery o derive he normal ransformaion marix from he he poin ransformaion marix. Transformaion of Normal Vecors under Affine Modeling Transformaions Given a planar surface, a angen vecor can be expressed as he difference beweeo poins on he surface: = p p 0 (eq. ) The normal o he surface can be calculaed from: n = for and wo non-colinear angen vecors and. (eq. ) By consrucion, he normal is orhogonal o he angen vecors, so ha: Apple Compuer, Inc. Page

3 Turkowski Transformaions of Surface Normal Vecors 6 July 990 n = n = 0 (eq. 3) When a surface is ransformed by he modeling marix M: p = pm (eq. 4) where m 0 m 0 0 m 0 m m 0 M = m 0 m 30 m 3 m 3 (eq. 5) and p are a se of poins ha define he surface, hen he angen vecors are ransformed by he marix M : = M (eq. 6) where M = m 0 m 0 m 0 m m m (eq. 7) is he submarix of M ha excludes ranslaions, as can be verified by applying (eq. ), (eq. 5) and (eq. 4). In order o have he relaion beween angen and normal vecors hold, we apply (eq. 3): n = M M n = ( M ) ( nm ) = n = 0 (eq. 8) or ha n = nn = nm (eq. 9) which implies ha he normal vecor is ransformed by he ranspose of he inverse of he angen s ransformaion marix. This is a well-known heorem of ensor algebra, where is called a conravarian ensor of rank, and n is a covarian ensor of rank. Simplifying he Compuaions Unless he marix M is uniary (i.e. lengh and angle preserving), he ransformaion of a uni normal is generally no iself a uni normal. In his ligh, we do no need o compue he full inverse, when he adjoiill do, since a pos-normalizaion sep is necessary anyway. In erms of he angen ransforma- Apple Compuer, Inc. Page

4 Turkowski Transformaions of Surface Normal Vecors 6 July 990 ion marix M or he modeling marix M, he adjoin is: adj ( M ) = m m m m 0 m m 0 m m 0 m 0 m m m 0 m 0 m 0 m 0 m m 0 m m m 0 m m m 0 m 0 (eq. 0) so a ransformaion N ha preserves he relaionship beween he normal and he surface angen under he modeling ransformaion M is: m m m m m 0 m 0 m m N = m 0 m m 0 m 0 m 0 m m m 0 m 0 m m 0 m 0 m m m 0 m 0 (eq. ) Non-Planar Surfaces We can generalize hese resuls o non-planar surfaces, as long as he geomery of he surface is described by a se of poins. In paricular, he definiion of he surface normal can be replaced by n = s, (eq. ) he gradien of a surface s a a given poin. This makes (eq. 9) and (eq. ) useful for Bézier surface paches. Uniary Transformaions In he case where M is a uniary marix (i.e. he modeling marix M is composed of only roaions and ranslaions), is inverse is simply he ranspose; since he ranspose of he ranspose of a marix is he original marix iself, normals are ransformed by he same marix as he angens, and hence: N = M (eq. 3) Noe ha his does no hold rue when he marix includes skewing or oher anisoropic scaling. Inverse Transformaions of he Lighing Vecor When compuing he shading in a simple hree dimensional graphics sysem, i is someimes advanageous o ransform a direcional ligh vecor from he world space ino he modeling space in order o perform he do produc wih he surface normals of an objec in is canonical modeling space. Iorld space, he shading compuaion akes he form: d = = (eq. 4) Apple Compuer, Inc. Page 3

5 Turkowski Transformaions of Surface Normal Vecors 6 July 990 Applying he normal ransformaion rule (eq. 9), we ge he equivalen relaion in modeling space: d = ( n m M ) = n m ( M ) = n m ( M ) (eq. 5) where he subscrip w indicaes world space, and he subscrip m indicaed modeling space. Then he ligh vecor iorld space is ransformed by he inverse 3x3 modeling submarix o bring i ino modeling space. However, his analysis assumes ha he modeling and lighing vecors are already normalized appropriaely for world space. In he general case, we have he equaion: d = i w ( ) n w = n M m = n i M m w (eq. 6) where he norm in he denominaor is given by: N = = n m M ( ) = n m M M n m ( ) = n m G n m ( ) ( ) (eq. 7) The marix G = M M (eq. 8) is called he firs fundamenal marix [Faux 80], and represens he fac ha he modeling space is in general non-euclidean, i.e. he disance beween poins as measured in he modeling space is no simply he square roo of he sum of he squares of he componenwise differences beween he poins. Such a space is called a Riemannian space, and comes abou because he modeling submarix is no in general isoropic (i.e. scaling is no equal in all dimensions). In oher words, if he meric iorld space is o be regarded as Euclidean (as i should for shading calculaions), hen he meric in modeling space will no, in general, be Euclidean. If he ligh vecor is normalized iorld space, hen he shading equaion hen becomes: M ( ) d = n m M ( n m Gn m ) (eq. 9) These calculaions in Riemannian space are more complicaed han he corresponding calculaions in Euclidean space. Since he ransformaion from modeling o world space (eq. 9) occurs a each normal, Apple Compuer, Inc. Page 4

6 Turkowski Transformaions of Surface Normal Vecors 6 July 990 whereas he Riemannian normalizaion (eq. 9) occurs a each pixel, i is compuaionally less expensive o do he shading iorld space wih he Euclidean norm: d = ( ) (eq. 0) Non-affine Transformaions The resuls of (eq. 9) are rue regardless of he form of he modeling marix M. This allows us o apply i o non-affine (projecive) ransformaions as well, i.e. modeling marices ihich he righmos column has non-zero enries. Of course, (eq. 0) and (eq. ) are no quie as simple, and he resulan normals are 4-vecors. Unforunaely, hough, orhogonaliy is no invarian under projecion. Shading Compuaions in Clipping Space We can compue diffuse shading in homogeneous coordinaes by mainaining he do produc: d = nn nn i = nn nn i = nn nn ( VC ) VC ( ) [ i = n ( NVC )] nn normalized surface normal i( VC) ligh vecor in clipping space (eq. ) where he vecors n and i have heir fourh componen se o zero since hey have only a direcion, no a posiion. The marices V and C ransform from modeling o viewing, and viewing o clipping spaces, respecively. The normalizaion of he inerpolaed vecor is a problem, hough, since i is compued in world space, no clipping space, so his is no a pracical echnique for smooh shading by inerpolaing normal vecors in 4-space. Back-Face Culling I can significanly enhance he hroughpu of a renderer by eliminaing back-facing polygons from consideraion during hidden surface removal and scan conversion. Back-facing means ha he polygon is no visible from he eye under he desired perspecive viewing ransformaion. Le us look a he siuaion in several spaces: modeling, world, viewing, and clipping. Back-face Culling in Modeling Space A poin on he plane of he polygon can be characerized by he equaion: where p m n m = 0 (eq. ) Apple Compuer, Inc. Page 5

7 Turkowski Transformaions of Surface Normal Vecors 6 July 990 p m = [ x y z ], n m = [ n x n y n z d ] (eq. 3) are given in modeling space. The polygon is visible if he eye is on he proper side of he plane: ( e w M )n m < 0 (eq. 4) where e w is given iorld space. Of course, i isn necessary o inver he enire 4x4 M marix, since i can be compued from he inverse of a 3x3 insead: M = M m 0 M 0 (eq. 5) where he M marix is pariioned as follows: M = M 0 m 0 Back-face Culling in World Space To perform he visibiliy es iorld space, we invoke associaiviy of marix muliplicaion on (eq. 4): e w M ( n m ) = e w n m M ( ) < 0 (eq. 7) Back-face Culling in Viewing Space In viewing space, he eye is a he origin and we ge: or e v = [ ] e v n m ( MV) 0 n m ( MV) 0 0 < 0 < 0 (eq. 8) (eq. 9) (eq. 30) We define a pariion for he viewing marix similar o ha of he modeling marix: Apple Compuer, Inc. Page 6

8 Turkowski Transformaions of Surface Normal Vecors 6 July 990 V = V 0 v 0 (eq. 3) The concaenaioih he modeling marix M is hen: MV = M 0 m 0 V 0 = v 0 M V 0 m 0 V + v 0 (eq. 3) Back-face Culling in Clipping Space The concaenaioih he clipping marix produces: e c n m ( MVC) < 0 (eq. 33) Conclusions We have derived he normal ransformaion (eq. 9) corresponding o an affine poin ransformaion of a surface. A simple way of calculaing his marix is given in(eq. ). The compuaions in a 3D graphics sysem wih infinie ligh sources can be simplified wih (eq. 5). Back-face culling is done by aking he do produc of he plane equaioih he eye poin. I seems as if he compuaions are simples in modeling space. Apple Compuer, Inc. Page 7

9 Turkowski Transformaions of Surface Normal Vecors 6 July 990 References Faux 80 Faux, I.D., and Pra, M.J. Compuaional Geomery for Design and Manufacure. Chincheser, Wes Sussex, England: Ellis Horwood Limied, 980. Apple Compuer, Inc. Page 8

Chapter 7. Response of First-Order RL and RC Circuits

Chapter 7. Response of First-Order RL and RC Circuits Chaper 7. esponse of Firs-Order L and C Circuis 7.1. The Naural esponse of an L Circui 7.2. The Naural esponse of an C Circui 7.3. The ep esponse of L and C Circuis 7.4. A General oluion for ep and Naural

More information

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches.

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches. Appendi A: Area worked-ou s o Odd-Numbered Eercises Do no read hese worked-ou s before aemping o do he eercises ourself. Oherwise ou ma mimic he echniques shown here wihou undersanding he ideas. Bes wa

More information

The Transport Equation

The Transport Equation The Transpor Equaion Consider a fluid, flowing wih velociy, V, in a hin sraigh ube whose cross secion will be denoed by A. Suppose he fluid conains a conaminan whose concenraion a posiion a ime will be

More information

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary Random Walk in -D Random walks appear in many cones: diffusion is a random walk process undersanding buffering, waiing imes, queuing more generally he heory of sochasic processes gambling choosing he bes

More information

4 Convolution. Recommended Problems. x2[n] 1 2[n]

4 Convolution. Recommended Problems. x2[n] 1 2[n] 4 Convoluion Recommended Problems P4.1 This problem is a simple example of he use of superposiion. Suppose ha a discree-ime linear sysem has oupus y[n] for he given inpus x[n] as shown in Figure P4.1-1.

More information

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613.

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613. Graduae School of Business Adminisraion Universiy of Virginia UVA-F-38 Duraion and Convexiy he price of a bond is a funcion of he promised paymens and he marke required rae of reurn. Since he promised

More information

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins)

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins) Alligaor egg wih calculus We have a large alligaor egg jus ou of he fridge (1 ) which we need o hea o 9. Now here are wo accepable mehods for heaing alligaor eggs, one is o immerse hem in boiling waer

More information

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation A Noe on Using he Svensson procedure o esimae he risk free rae in corporae valuaion By Sven Arnold, Alexander Lahmann and Bernhard Schwezler Ocober 2011 1. The risk free ineres rae in corporae valuaion

More information

A Curriculum Module for AP Calculus BC Curriculum Module

A Curriculum Module for AP Calculus BC Curriculum Module Vecors: A Curriculum Module for AP Calculus BC 00 Curriculum Module The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy.

More information

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides 7 Laplace ransform. Solving linear ODE wih piecewise coninuous righ hand sides In his lecure I will show how o apply he Laplace ransform o he ODE Ly = f wih piecewise coninuous f. Definiion. A funcion

More information

Principal components of stock market dynamics. Methodology and applications in brief (to be updated ) Andrei Bouzaev, bouzaev@ya.

Principal components of stock market dynamics. Methodology and applications in brief (to be updated ) Andrei Bouzaev, bouzaev@ya. Principal componens of sock marke dynamics Mehodology and applicaions in brief o be updaed Andrei Bouzaev, bouzaev@ya.ru Why principal componens are needed Objecives undersand he evidence of more han one

More information

Direc Manipulaion Inerface and EGN algorithms

Direc Manipulaion Inerface and EGN algorithms A Direc Manipulaion Inerface for 3D Compuer Animaion Sco Sona Snibbe y Brown Universiy Deparmen of Compuer Science Providence, RI 02912, USA Absrac We presen a new se of inerface echniques for visualizing

More information

Answer, Key Homework 2 David McIntyre 45123 Mar 25, 2004 1

Answer, Key Homework 2 David McIntyre 45123 Mar 25, 2004 1 Answer, Key Homework 2 Daid McInyre 4123 Mar 2, 2004 1 This prin-ou should hae 1 quesions. Muliple-choice quesions may coninue on he ne column or page find all choices before making your selecion. The

More information

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m Chaper 2 Problems 2.1 During a hard sneeze, your eyes migh shu for 0.5s. If you are driving a car a 90km/h during such a sneeze, how far does he car move during ha ime s = 90km 1000m h 1km 1h 3600s = 25m

More information

AP Calculus BC 2010 Scoring Guidelines

AP Calculus BC 2010 Scoring Guidelines AP Calculus BC Scoring Guidelines The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy. Founded in, he College Board

More information

Usefulness of the Forward Curve in Forecasting Oil Prices

Usefulness of the Forward Curve in Forecasting Oil Prices Usefulness of he Forward Curve in Forecasing Oil Prices Akira Yanagisawa Leader Energy Demand, Supply and Forecas Analysis Group The Energy Daa and Modelling Cener Summary When people analyse oil prices,

More information

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar Analogue and Digial Signal Processing Firs Term Third Year CS Engineering By Dr Mukhiar Ali Unar Recommended Books Haykin S. and Van Veen B.; Signals and Sysems, John Wiley& Sons Inc. ISBN: 0-7-380-7 Ifeachor

More information

Acceleration Lab Teacher s Guide

Acceleration Lab Teacher s Guide Acceleraion Lab Teacher s Guide Objecives:. Use graphs of disance vs. ime and velociy vs. ime o find acceleraion of a oy car.. Observe he relaionship beween he angle of an inclined plane and he acceleraion

More information

Chapter 2 Kinematics in One Dimension

Chapter 2 Kinematics in One Dimension Chaper Kinemaics in One Dimension Chaper DESCRIBING MOTION:KINEMATICS IN ONE DIMENSION PREVIEW Kinemaics is he sudy of how hings moe how far (disance and displacemen), how fas (speed and elociy), and how

More information

Motion Along a Straight Line

Motion Along a Straight Line Moion Along a Sraigh Line On Sepember 6, 993, Dave Munday, a diesel mechanic by rade, wen over he Canadian edge of Niagara Falls for he second ime, freely falling 48 m o he waer (and rocks) below. On his

More information

ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS

ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS R. Caballero, E. Cerdá, M. M. Muñoz and L. Rey () Deparmen of Applied Economics (Mahemaics), Universiy of Málaga,

More information

The Torsion of Thin, Open Sections

The Torsion of Thin, Open Sections EM 424: Torsion of hin secions 26 The Torsion of Thin, Open Secions The resuls we obained for he orsion of a hin recangle can also be used be used, wih some qualificaions, for oher hin open secions such

More information

THE PRESSURE DERIVATIVE

THE PRESSURE DERIVATIVE Tom Aage Jelmer NTNU Dearmen of Peroleum Engineering and Alied Geohysics THE PRESSURE DERIVATIVE The ressure derivaive has imoran diagnosic roeries. I is also imoran for making ye curve analysis more reliable.

More information

B-Splines and NURBS Week 5, Lecture 9

B-Splines and NURBS Week 5, Lecture 9 CS 430/536 Compuer Graphics I B-Splines an NURBS Wee 5, Lecure 9 Davi Breen, William Regli an Maxim Peysahov Geomeric an Inelligen Compuing Laboraory Deparmen of Compuer Science Drexel Universiy hp://gicl.cs.rexel.eu

More information

Keldysh Formalism: Non-equilibrium Green s Function

Keldysh Formalism: Non-equilibrium Green s Function Keldysh Formalism: Non-equilibrium Green s Funcion Jinshan Wu Deparmen of Physics & Asronomy, Universiy of Briish Columbia, Vancouver, B.C. Canada, V6T 1Z1 (Daed: November 28, 2005) A review of Non-equilibrium

More information

Inductance and Transient Circuits

Inductance and Transient Circuits Chaper H Inducance and Transien Circuis Blinn College - Physics 2426 - Terry Honan As a consequence of Faraday's law a changing curren hrough one coil induces an EMF in anoher coil; his is known as muual

More information

Differential Equations. Solving for Impulse Response. Linear systems are often described using differential equations.

Differential Equations. Solving for Impulse Response. Linear systems are often described using differential equations. Differenial Equaions Linear sysems are ofen described using differenial equaions. For example: d 2 y d 2 + 5dy + 6y f() d where f() is he inpu o he sysem and y() is he oupu. We know how o solve for y given

More information

Signal Rectification

Signal Rectification 9/3/25 Signal Recificaion.doc / Signal Recificaion n imporan applicaion of juncion diodes is signal recificaion. here are wo ypes of signal recifiers, half-wae and fullwae. Le s firs consider he ideal

More information

1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z 1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z

1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z 1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z o ffix uden abel ere uden ame chool ame isric ame/ ender emale ale onh ay ear ae of irh an eb ar pr ay un ul ug ep c ov ec as ame irs ame lace he uden abel ere ae uden denifier chool se nly rined in he

More information

A Natural Feature-Based 3D Object Tracking Method for Wearable Augmented Reality

A Natural Feature-Based 3D Object Tracking Method for Wearable Augmented Reality A Naural Feaure-Based 3D Objec Tracking Mehod for Wearable Augmened Realiy Takashi Okuma Columbia Universiy / AIST Email: okuma@cs.columbia.edu Takeshi Kuraa Universiy of Washingon / AIST Email: kuraa@ieee.org

More information

A Probability Density Function for Google s stocks

A Probability Density Function for Google s stocks A Probabiliy Densiy Funcion for Google s socks V.Dorobanu Physics Deparmen, Poliehnica Universiy of Timisoara, Romania Absrac. I is an approach o inroduce he Fokker Planck equaion as an ineresing naural

More information

SELF-EVALUATION FOR VIDEO TRACKING SYSTEMS

SELF-EVALUATION FOR VIDEO TRACKING SYSTEMS SELF-EVALUATION FOR VIDEO TRACKING SYSTEMS Hao Wu and Qinfen Zheng Cenre for Auomaion Research Dep. of Elecrical and Compuer Engineering Universiy of Maryland, College Park, MD-20742 {wh2003, qinfen}@cfar.umd.edu

More information

Imagine a Source (S) of sound waves that emits waves having frequency f and therefore

Imagine a Source (S) of sound waves that emits waves having frequency f and therefore heoreical Noes: he oppler Eec wih ound Imagine a ource () o sound waes ha emis waes haing requency and hereore period as measured in he res rame o he ource (). his means ha any eecor () ha is no moing

More information

Form measurement systems from Hommel-Etamic Geometrical tolerancing in practice DKD-K-02401. Precision is our business.

Form measurement systems from Hommel-Etamic Geometrical tolerancing in practice DKD-K-02401. Precision is our business. Form measuremen sysems from Hommel-Eamic Geomerical olerancing in pracice DKD-K-02401 Precision is our business. Drawing enries Tolerance frame 0.01 0.01 Daum leer Tolerance value in mm Symbol for he oleranced

More information

AP Calculus AB 2013 Scoring Guidelines

AP Calculus AB 2013 Scoring Guidelines AP Calculus AB 1 Scoring Guidelines The College Board The College Board is a mission-driven no-for-profi organizaion ha connecs sudens o college success and opporuniy. Founded in 19, he College Board was

More information

Module 3. R-L & R-C Transients. Version 2 EE IIT, Kharagpur

Module 3. R-L & R-C Transients. Version 2 EE IIT, Kharagpur Module 3 - & -C Transiens esson 0 Sudy of DC ransiens in - and -C circuis Objecives Definiion of inducance and coninuiy condiion for inducors. To undersand he rise or fall of curren in a simple series

More information

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements Inroducion Chaper 14: Dynamic D-S dynamic model of aggregae and aggregae supply gives us more insigh ino how he economy works in he shor run. I is a simplified version of a DSGE model, used in cuing-edge

More information

AP Calculus AB 2010 Scoring Guidelines

AP Calculus AB 2010 Scoring Guidelines AP Calculus AB 1 Scoring Guidelines The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy. Founded in 1, he College

More information

Newton s Laws of Motion

Newton s Laws of Motion Newon s Laws of Moion MS4414 Theoreical Mechanics Firs Law velociy. In he absence of exernal forces, a body moves in a sraigh line wih consan F = 0 = v = cons. Khan Academy Newon I. Second Law body. The

More information

Cointegration: The Engle and Granger approach

Cointegration: The Engle and Granger approach Coinegraion: The Engle and Granger approach Inroducion Generally one would find mos of he economic variables o be non-saionary I(1) variables. Hence, any equilibrium heories ha involve hese variables require

More information

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur Module 4 Single-phase A circuis ersion EE T, Kharagpur esson 5 Soluion of urren in A Series and Parallel ircuis ersion EE T, Kharagpur n he las lesson, wo poins were described:. How o solve for he impedance,

More information

Journal Of Business & Economics Research September 2005 Volume 3, Number 9

Journal Of Business & Economics Research September 2005 Volume 3, Number 9 Opion Pricing And Mone Carlo Simulaions George M. Jabbour, (Email: jabbour@gwu.edu), George Washingon Universiy Yi-Kang Liu, (yikang@gwu.edu), George Washingon Universiy ABSTRACT The advanage of Mone Carlo

More information

Capacitors and inductors

Capacitors and inductors Capaciors and inducors We coninue wih our analysis of linear circuis by inroducing wo new passive and linear elemens: he capacior and he inducor. All he mehods developed so far for he analysis of linear

More information

Laser Range Sensors and Communication Models

Laser Range Sensors and Communication Models Chaper 2 SHAPE RECTIFICATION OF 3D DATA OBTAINED BY A MOVING RANGE SENSOR BY USING IMAGE SEQUENCES Asuhiko Banno and Kasushi Ikeuchi Absrac For a large objec, scanning from he air is one of he mos efficien

More information

Nikkei Stock Average Volatility Index Real-time Version Index Guidebook

Nikkei Stock Average Volatility Index Real-time Version Index Guidebook Nikkei Sock Average Volailiy Index Real-ime Version Index Guidebook Nikkei Inc. Wih he modificaion of he mehodology of he Nikkei Sock Average Volailiy Index as Nikkei Inc. (Nikkei) sars calculaing and

More information

Measuring macroeconomic volatility Applications to export revenue data, 1970-2005

Measuring macroeconomic volatility Applications to export revenue data, 1970-2005 FONDATION POUR LES ETUDES ET RERS LE DEVELOPPEMENT INTERNATIONAL Measuring macroeconomic volailiy Applicaions o expor revenue daa, 1970-005 by Joël Cariolle Policy brief no. 47 March 01 The FERDI is a

More information

Fakultet for informasjonsteknologi, Institutt for matematiske fag

Fakultet for informasjonsteknologi, Institutt for matematiske fag Page 1 of 5 NTNU Noregs eknisk-naurviskaplege universie Fakule for informasjonseknologi, maemaikk og elekroeknikk Insiu for maemaiske fag - English Conac during exam: John Tyssedal 73593534/41645376 Exam

More information

WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS

WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS Shuzhen Xu Research Risk and Reliabiliy Area FM Global Norwood, Massachuses 262, USA David Fuller Engineering Sandards FM Global Norwood, Massachuses 262,

More information

Chapter 8: Regression with Lagged Explanatory Variables

Chapter 8: Regression with Lagged Explanatory Variables Chaper 8: Regression wih Lagged Explanaory Variables Time series daa: Y for =1,..,T End goal: Regression model relaing a dependen variable o explanaory variables. Wih ime series new issues arise: 1. One

More information

Real-time avatar animation steered by live body motion

Real-time avatar animation steered by live body motion Real-ime avaar animaion seered by live body moion Oliver Schreer, Ralf anger, Peer Eiser, Peer Kauff, Bernhard Kaspar, Roman Engler Fraunhofer Insiue for elecommunicaions/heinrich-herz-insiu, Einseinufer

More information

Full-wave rectification, bulk capacitor calculations Chris Basso January 2009

Full-wave rectification, bulk capacitor calculations Chris Basso January 2009 ull-wave recificaion, bulk capacior calculaions Chris Basso January 9 This shor paper shows how o calculae he bulk capacior value based on ripple specificaions and evaluae he rms curren ha crosses i. oal

More information

On the degrees of irreducible factors of higher order Bernoulli polynomials

On the degrees of irreducible factors of higher order Bernoulli polynomials ACTA ARITHMETICA LXII.4 (1992 On he degrees of irreducible facors of higher order Bernoulli polynomials by Arnold Adelberg (Grinnell, Ia. 1. Inroducion. In his paper, we generalize he curren resuls on

More information

The option pricing framework

The option pricing framework Chaper 2 The opion pricing framework The opion markes based on swap raes or he LIBOR have become he larges fixed income markes, and caps (floors) and swapions are he mos imporan derivaives wihin hese markes.

More information

Chapter 4: Exponential and Logarithmic Functions

Chapter 4: Exponential and Logarithmic Functions Chaper 4: Eponenial and Logarihmic Funcions Secion 4.1 Eponenial Funcions... 15 Secion 4. Graphs of Eponenial Funcions... 3 Secion 4.3 Logarihmic Funcions... 4 Secion 4.4 Logarihmic Properies... 53 Secion

More information

Niche Market or Mass Market?

Niche Market or Mass Market? Niche Marke or Mass Marke? Maxim Ivanov y McMaser Universiy July 2009 Absrac The de niion of a niche or a mass marke is based on he ranking of wo variables: he monopoly price and he produc mean value.

More information

COMPUTATION OF CENTILES AND Z-SCORES FOR HEIGHT-FOR-AGE, WEIGHT-FOR-AGE AND BMI-FOR-AGE

COMPUTATION OF CENTILES AND Z-SCORES FOR HEIGHT-FOR-AGE, WEIGHT-FOR-AGE AND BMI-FOR-AGE COMPUTATION OF CENTILES AND Z-SCORES FOR HEIGHT-FOR-AGE, WEIGHT-FOR-AGE AND BMI-FOR-AGE The mehod used o consruc he 2007 WHO references relied on GAMLSS wih he Box-Cox power exponenial disribuion (Rigby

More information

Mechanical Fasteners Tensile and Shear Stress Areas

Mechanical Fasteners Tensile and Shear Stress Areas Mechanical Faseners Tensile and Shear Sress reas Lecure 28 Engineering 473 Machine Design Threaded Faseners Bol Threaded fasener designed o pass hrough holes in maing members and o be secured by ighening

More information

Fourier Series & The Fourier Transform

Fourier Series & The Fourier Transform Fourier Series & The Fourier Transform Wha is he Fourier Transform? Fourier Cosine Series for even funcions and Sine Series for odd funcions The coninuous limi: he Fourier ransform (and is inverse) The

More information

4. International Parity Conditions

4. International Parity Conditions 4. Inernaional ariy ondiions 4.1 urchasing ower ariy he urchasing ower ariy ( heory is one of he early heories of exchange rae deerminaion. his heory is based on he concep ha he demand for a counry's currency

More information

CLASSICAL TIME SERIES DECOMPOSITION

CLASSICAL TIME SERIES DECOMPOSITION Time Series Lecure Noes, MSc in Operaional Research Lecure CLASSICAL TIME SERIES DECOMPOSITION Inroducion We menioned in lecure ha afer we calculaed he rend, everyhing else ha remained (according o ha

More information

Permutations and Combinations

Permutations and Combinations Permuaions and Combinaions Combinaorics Copyrigh Sandards 006, Tes - ANSWERS Barry Mabillard. 0 www.mah0s.com 1. Deermine he middle erm in he expansion of ( a b) To ge he k-value for he middle erm, divide

More information

SOLID MECHANICS TUTORIAL GEAR SYSTEMS. This work covers elements of the syllabus for the Edexcel module 21722P HNC/D Mechanical Principles OUTCOME 3.

SOLID MECHANICS TUTORIAL GEAR SYSTEMS. This work covers elements of the syllabus for the Edexcel module 21722P HNC/D Mechanical Principles OUTCOME 3. SOLI MEHNIS TUTORIL GER SYSTEMS This work covers elemens of he syllabus for he Edexcel module 21722P HN/ Mechanical Principles OUTOME 3. On compleion of his shor uorial you should be able o do he following.

More information

Analysis of tax effects on consolidated household/government debts of a nation in a monetary union under classical dichotomy

Analysis of tax effects on consolidated household/government debts of a nation in a monetary union under classical dichotomy MPRA Munich Personal RePEc Archive Analysis of ax effecs on consolidaed household/governmen debs of a naion in a moneary union under classical dichoomy Minseong Kim 8 April 016 Online a hps://mpra.ub.uni-muenchen.de/71016/

More information

CHARGE AND DISCHARGE OF A CAPACITOR

CHARGE AND DISCHARGE OF A CAPACITOR REFERENCES RC Circuis: Elecrical Insrumens: Mos Inroducory Physics exs (e.g. A. Halliday and Resnick, Physics ; M. Sernheim and J. Kane, General Physics.) This Laboraory Manual: Commonly Used Insrumens:

More information

2.5 Life tables, force of mortality and standard life insurance products

2.5 Life tables, force of mortality and standard life insurance products Soluions 5 BS4a Acuarial Science Oford MT 212 33 2.5 Life ables, force of moraliy and sandard life insurance producs 1. (i) n m q represens he probabiliy of deah of a life currenly aged beween ages + n

More information

Return Calculation of U.S. Treasury Constant Maturity Indices

Return Calculation of U.S. Treasury Constant Maturity Indices Reurn Calculaion of US Treasur Consan Mauri Indices Morningsar Mehodolog Paper Sepeber 30 008 008 Morningsar Inc All righs reserved The inforaion in his docuen is he proper of Morningsar Inc Reproducion

More information

The Heisenberg group and Pansu s Theorem

The Heisenberg group and Pansu s Theorem The Heisenberg group and Pansu s Theorem July 31, 2009 Absrac The goal of hese noes is o inroduce he reader o he Heisenberg group wih is Carno- Carahéodory meric and o Pansu s differeniaion heorem. As

More information

AP Calculus AB 2007 Scoring Guidelines

AP Calculus AB 2007 Scoring Guidelines AP Calculus AB 7 Scoring Guidelines The College Board: Connecing Sudens o College Success The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and

More information

9. Capacitor and Resistor Circuits

9. Capacitor and Resistor Circuits ElecronicsLab9.nb 1 9. Capacior and Resisor Circuis Inroducion hus far we have consider resisors in various combinaions wih a power supply or baery which provide a consan volage source or direc curren

More information

Vector Autoregressions (VARs): Operational Perspectives

Vector Autoregressions (VARs): Operational Perspectives Vecor Auoregressions (VARs): Operaional Perspecives Primary Source: Sock, James H., and Mark W. Wason, Vecor Auoregressions, Journal of Economic Perspecives, Vol. 15 No. 4 (Fall 2001), 101-115. Macroeconomericians

More information

Kinematics in 1-D From Problems and Solutions in Introductory Mechanics (Draft version, August 2014) David Morin, morin@physics.harvard.

Kinematics in 1-D From Problems and Solutions in Introductory Mechanics (Draft version, August 2014) David Morin, morin@physics.harvard. Chaper 2 Kinemaics in 1-D From Problems and Soluions in Inroducory Mechanics (Draf ersion, Augus 2014) Daid Morin, morin@physics.harard.edu As menioned in he preface, his book should no be hough of as

More information

Representing Topological Relationships for Moving Objects

Representing Topological Relationships for Moving Objects Represening Topological Relaionships for Moving Objecs Erlend Tøssebro 1 and Mads Ngård 2 1 Deparmen of Elecronics and Compuer Science, Universi of Savanger, NO-4036 Savanger, Norwa erlend.ossebro@uis.no

More information

CHAPTER FIVE. Solutions for Section 5.1

CHAPTER FIVE. Solutions for Section 5.1 CHAPTER FIVE 5. SOLUTIONS 87 Soluions for Secion 5.. (a) The velociy is 3 miles/hour for he firs hours, 4 miles/hour for he ne / hour, and miles/hour for he las 4 hours. The enire rip lass + / + 4 = 6.5

More information

Improper Integrals. Dr. Philippe B. laval Kennesaw State University. September 19, 2005. f (x) dx over a finite interval [a, b].

Improper Integrals. Dr. Philippe B. laval Kennesaw State University. September 19, 2005. f (x) dx over a finite interval [a, b]. Improper Inegrls Dr. Philippe B. lvl Kennesw Se Universiy Sepember 9, 25 Absrc Noes on improper inegrls. Improper Inegrls. Inroducion In Clculus II, sudens defined he inegrl f (x) over finie inervl [,

More information

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer)

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer) Mahemaics in Pharmacokineics Wha and Why (A second aemp o make i clearer) We have used equaions for concenraion () as a funcion of ime (). We will coninue o use hese equaions since he plasma concenraions

More information

Equation for a line. Synthetic Impulse Response 0.5 0.5. 0 5 10 15 20 25 Time (sec) x(t) m

Equation for a line. Synthetic Impulse Response 0.5 0.5. 0 5 10 15 20 25 Time (sec) x(t) m Fundamenals of Signals Overview Definiion Examples Energy and power Signal ransformaions Periodic signals Symmery Exponenial & sinusoidal signals Basis funcions Equaion for a line x() m x() =m( ) You will

More information

Real-time Particle Filters

Real-time Particle Filters Real-ime Paricle Filers Cody Kwok Dieer Fox Marina Meilă Dep. of Compuer Science & Engineering, Dep. of Saisics Universiy of Washingon Seale, WA 9895 ckwok,fox @cs.washingon.edu, mmp@sa.washingon.edu Absrac

More information

RC (Resistor-Capacitor) Circuits. AP Physics C

RC (Resistor-Capacitor) Circuits. AP Physics C (Resisor-Capacior Circuis AP Physics C Circui Iniial Condiions An circui is one where you have a capacior and resisor in he same circui. Suppose we have he following circui: Iniially, he capacior is UNCHARGED

More information

Map Task Scheduling in MapReduce with Data Locality: Throughput and Heavy-Traffic Optimality

Map Task Scheduling in MapReduce with Data Locality: Throughput and Heavy-Traffic Optimality Map Task Scheduling in MapReduce wih Daa Localiy: Throughpu and Heavy-Traffic Opimaliy Weina Wang, Kai Zhu and Lei Ying Elecrical, Compuer and Energy Engineering Arizona Sae Universiy Tempe, Arizona 85287

More information

Lectures # 5 and 6: The Prime Number Theorem.

Lectures # 5 and 6: The Prime Number Theorem. Lecures # 5 and 6: The Prime Number Theorem Noah Snyder July 8, 22 Riemann s Argumen Riemann used his analyically coninued ζ-funcion o skech an argumen which would give an acual formula for π( and sugges

More information

Single-machine Scheduling with Periodic Maintenance and both Preemptive and. Non-preemptive jobs in Remanufacturing System 1

Single-machine Scheduling with Periodic Maintenance and both Preemptive and. Non-preemptive jobs in Remanufacturing System 1 Absrac number: 05-0407 Single-machine Scheduling wih Periodic Mainenance and boh Preempive and Non-preempive jobs in Remanufacuring Sysem Liu Biyu hen Weida (School of Economics and Managemen Souheas Universiy

More information

A Re-examination of the Joint Mortality Functions

A Re-examination of the Joint Mortality Functions Norh merican cuarial Journal Volume 6, Number 1, p.166-170 (2002) Re-eaminaion of he Join Morali Funcions bsrac. Heekung Youn, rkad Shemakin, Edwin Herman Universi of S. Thomas, Sain Paul, MN, US Morali

More information

Name: Algebra II Review for Quiz #13 Exponential and Logarithmic Functions including Modeling

Name: Algebra II Review for Quiz #13 Exponential and Logarithmic Functions including Modeling Name: Algebra II Review for Quiz #13 Exponenial and Logarihmic Funcions including Modeling TOPICS: -Solving Exponenial Equaions (The Mehod of Common Bases) -Solving Exponenial Equaions (Using Logarihms)

More information

µ r of the ferrite amounts to 1000...4000. It should be noted that the magnetic length of the + δ

µ r of the ferrite amounts to 1000...4000. It should be noted that the magnetic length of the + δ Page 9 Design of Inducors and High Frequency Transformers Inducors sore energy, ransformers ransfer energy. This is he prime difference. The magneic cores are significanly differen for inducors and high

More information

ZESZYTY NAUKOWE UNIWERSYTETU SZCZECIŃSKIEGO NR 690 FINANSE, RYNKI FINANSOWE, UBEZPIECZENIA NR 51 2012

ZESZYTY NAUKOWE UNIWERSYTETU SZCZECIŃSKIEGO NR 690 FINANSE, RYNKI FINANSOWE, UBEZPIECZENIA NR 51 2012 ZESZYTY NAUKOWE UNIWERSYTETU SZCZECIŃSKIEGO NR 690 FINANSE, RYNKI FINANSOWE, UBEZPIECZENIA NR 51 2012 BARTŁOMIEJ NITA VALUE CREATION MEASUREMENT IN RESPONSIBILITY ACCOUNTING Inroducion Responsibiliy accouning

More information

Research on Inventory Sharing and Pricing Strategy of Multichannel Retailer with Channel Preference in Internet Environment

Research on Inventory Sharing and Pricing Strategy of Multichannel Retailer with Channel Preference in Internet Environment Vol. 7, No. 6 (04), pp. 365-374 hp://dx.doi.org/0.457/ijhi.04.7.6.3 Research on Invenory Sharing and Pricing Sraegy of Mulichannel Reailer wih Channel Preference in Inerne Environmen Hanzong Li College

More information

Distributing Human Resources among Software Development Projects 1

Distributing Human Resources among Software Development Projects 1 Disribuing Human Resources among Sofware Developmen Proecs Macario Polo, María Dolores Maeos, Mario Piaini and rancisco Ruiz Summary This paper presens a mehod for esimaing he disribuion of human resources

More information

TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS

TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS RICHARD J. POVINELLI AND XIN FENG Deparmen of Elecrical and Compuer Engineering Marquee Universiy, P.O.

More information

MTH6121 Introduction to Mathematical Finance Lesson 5

MTH6121 Introduction to Mathematical Finance Lesson 5 26 MTH6121 Inroducion o Mahemaical Finance Lesson 5 Conens 2.3 Brownian moion wih drif........................... 27 2.4 Geomeric Brownian moion........................... 28 2.5 Convergence of random

More information

Why Did the Demand for Cash Decrease Recently in Korea?

Why Did the Demand for Cash Decrease Recently in Korea? Why Did he Demand for Cash Decrease Recenly in Korea? Byoung Hark Yoo Bank of Korea 26. 5 Absrac We explores why cash demand have decreased recenly in Korea. The raio of cash o consumpion fell o 4.7% in

More information

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Profi Tes Modelling in Life Assurance Using Spreadshees PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Erik Alm Peer Millingon 2004 Profi Tes Modelling in Life Assurance Using Spreadshees

More information

Distributed and Secure Computation of Convex Programs over a Network of Connected Processors

Distributed and Secure Computation of Convex Programs over a Network of Connected Processors DCDIS CONFERENCE GUELPH, ONTARIO, CANADA, JULY 2005 1 Disribued and Secure Compuaion of Convex Programs over a Newor of Conneced Processors Michael J. Neely Universiy of Souhern California hp://www-rcf.usc.edu/

More information

PRESSURE BUILDUP. Figure 1: Schematic of an ideal buildup test

PRESSURE BUILDUP. Figure 1: Schematic of an ideal buildup test Tom Aage Jelmer NTNU Dearmen of Peroleum Engineering and Alied Geohysics PRESSURE BUILDUP I is difficul o kee he rae consan in a roducing well. This is no an issue in a buildu es since he well is closed.

More information

Appendix D Flexibility Factor/Margin of Choice Desktop Research

Appendix D Flexibility Factor/Margin of Choice Desktop Research Appendix D Flexibiliy Facor/Margin of Choice Deskop Research Cheshire Eas Council Cheshire Eas Employmen Land Review Conens D1 Flexibiliy Facor/Margin of Choice Deskop Research 2 Final Ocober 2012 \\GLOBAL.ARUP.COM\EUROPE\MANCHESTER\JOBS\200000\223489-00\4

More information

Illusion optics: The optical transformation of an object into another object. Abstract

Illusion optics: The optical transformation of an object into another object. Abstract Illusion opics: The opical ransformaion of an objec ino anoher objec Yun Lai,* Jack Ng,* HuanYang Chen, DeZhuan Han, JunJun Xiao, Zhao- Qing Zhang and C. T. Chan Deparmen of Physics The Hong Kong Universiy

More information

THE FIRM'S INVESTMENT DECISION UNDER CERTAINTY: CAPITAL BUDGETING AND RANKING OF NEW INVESTMENT PROJECTS

THE FIRM'S INVESTMENT DECISION UNDER CERTAINTY: CAPITAL BUDGETING AND RANKING OF NEW INVESTMENT PROJECTS VII. THE FIRM'S INVESTMENT DECISION UNDER CERTAINTY: CAPITAL BUDGETING AND RANKING OF NEW INVESTMENT PROJECTS The mos imporan decisions for a firm's managemen are is invesmen decisions. While i is surely

More information

Dependent Interest and Transition Rates in Life Insurance

Dependent Interest and Transition Rates in Life Insurance Dependen Ineres and ransiion Raes in Life Insurance Krisian Buchard Universiy of Copenhagen and PFA Pension January 28, 2013 Absrac In order o find marke consisen bes esimaes of life insurance liabiliies

More information

Premium Income of Indian Life Insurance Industry

Premium Income of Indian Life Insurance Industry Premium Income of Indian Life Insurance Indusry A Toal Facor Produciviy Approach Ram Praap Sinha* Subsequen o he passage of he Insurance Regulaory and Developmen Auhoriy (IRDA) Ac, 1999, he life insurance

More information

Making Use of Gate Charge Information in MOSFET and IGBT Data Sheets

Making Use of Gate Charge Information in MOSFET and IGBT Data Sheets Making Use of ae Charge Informaion in MOSFET and IBT Daa Shees Ralph McArhur Senior Applicaions Engineer Advanced Power Technology 405 S.W. Columbia Sree Bend, Oregon 97702 Power MOSFETs and IBTs have

More information