v = fy c u = fx c z c The Pinhole Camera Model Camera Projection Models

Size: px
Start display at page:

Download "v = fy c u = fx c z c The Pinhole Camera Model Camera Projection Models"

Transcription

1 The Pinhole Camera Model Camera Projetion Models We will introdue dierent amera projetion models that relate the loation o an image point to the oordinates o the orresponding 3D points. The projetion models inlude: ull perspetive projetion model, weak perspetive projetion model, aine projetion model, and orthographi projetion model. Based on simpl trigonometr (or using 3D line equations), we an derive u = v = 2 The Computer Vision Camera Model P u = v = p Image plane optial ais where z is reerred to as isotropi saling.the ull perspetive projetion is non-linear. optial enter 3 4

2 Weak Perspetive Projetion I the relative distane δ (sene depth) between two points o a 3D objet along the optial ais is muh smaller than the average distane to the amera (δz < z 20 ),i.e, 5 6 then u = v = We have linear equations sine all projetions have the same saling ator. Orthographi Projetion As a speial ase o the weak perspetive projetion, when z ator equals, we have u = and v =, i.e., the lins (ras) o projetion are parallel to the optial ais, i.e., the projetion ras meet in the ininite instead o lens enter. This leads to the sizes o image and the objet are the same. This is alled orthgraphi projetion. 7 8

3 Perspetive projetion geometr amera rame C image plane perspetive enter row-olumn 00 rame C p oal length v r Pi u prinipal point image rame C i optial ais z P 00 z objet rame C o Figure : Perspetive projetion geometr 9 0 Projetion Proess Our goal is to go through the projetion proess to understand how an image point (, r) is generated rom the 3D point (,, z). Notations Let P =(z) t be a 3D point in objet rame and U =(uv) t the orresponding image point in the image rame beore digitization. Let X =( ) t be the oordinates o P in the amera rame and p =(r) t be the oordinates o U in the row-olumn rame ater digitization. 3D point in objet rame Aine transormation 3D point in amera rame Perspetive projetion Image point in image rame Spatial Sampling Image point in row-olumn rame 2

4 Relationships between dierent rames Between amera rame (C ) and objet rame (C o ) X = RX + T () X is the 3D oordinates o P w.r.t the objet rame. R is the rotation matri and T is the translation vetor. R and T spei the orientation and position o the objet rame relative to the amera rame. R and T an be parameterized as r r 2 r 3 R = r 2 r 22 r 23 r 3 r 32 r 33 T = t t t z r i =(r i,r i2,r i3 ) be a 3 row vetor, R anbewrittenas R = r r 2 r Between image rame (C i ) and amera rame (C ) Perspetive Projetion: Substituting the parameterized T and R into equation ields r r 2 r 3 = r 2 r 22 r 23 + r 3 r 32 r 33 z t t t z (2) Hene, X = u = v = = λ u v (3) where λ = z is a salar and is the amera oal length. 5 6

5 Relationships between dierent rames (ont d) Between image rame (C i ) and row-ol rame (C p ) (spatial quantization proess) = s 0 u + 0 (4) r 0 s v r 0 where s and s are sale ators (piels/mm) due to spatial quantization. 0 and r 0 are the oordinates o the prinipal point in piels Combining equations to 4 ields Collinearit Equations = s r + r 2 + r 3 z + t r 3 + r 32 + r 33 z + t z + 0 r = s r 2 + r 22 + r 23 z + t r 3 + r 32 + r 33 z + t z + r 0 relative to C p 7 8 Homogeneous Coordinate Sstem In homogeneous oordinate sstem, is hanged to r r X X Y Y is hanged to Z Z Homogeneous sstem: perspetive projetion In homogeneous oordinate sstem, equation 3 ma be rewritten as u 0 0 λ v = 0 0 (5) 0 0 Note λ =. 9 20

6 Homogeneous Sstem: Spatial Quantization Similarl, in homogeneous sstem, equation 4 ma be rewritten as s 0 0 u r = 0 s r 0 v (6) 0 0 Homogeneous sstem: quantization + projetion Substituting equation 5 into equation 6 ields s λ r = 0 s r where λ =. (7) 2 22 Homogeneous sstem: Aine Transormation Homogeneous sstem: ull perspetive Combining equation 8 with equation 7 ields In homogeneous oordinate sstem, equation 2 an be epressed as r r 2 r 3 t r 2 r 22 r 23 t = r 3 r 32 r 33 t z z (8) λ r = s r + 0 r 3 s r 2 + r 0 r 3 r 3 s t + 0 t z s t + r 0 t z t z z } {{ } P where r, r 2,andr 3 are the row vetors o the rotation matri R, λ = is a saler and matri P is alled the homogeneous projetion matri. (9) P = WM 23 24

7 Weak Perspetive Camera Model where s 0 0 W = 0 s r ( ) M = R T W is oten reerred to as the intrinsi matri and M as eterior matri. Sine P = WM =[WR WT], orp to be a projetion matri, Det(WR) 0, i.e., Det(W ) 0. For weak perspetive projetion, we have, i.e., r 3 X + t z Hene, Hene, Or u v u v u = v = = z = Sine We have Sine r r = = s 0 0 u 0 s r 0 v 0 0 s s r =[R 2 T 2 ] z where R 2 is the irst two rows o R and T 2 is the irst two elements o T. Or = R 2 T 2 z z Hene, r = s s r 0 R 2 T 2 z z 27 28

8 = z s s r 0 R 2 T = z s s r 0 R 2 T z z Weak Perspetive Camera Model The weak perspetive projetion matri is s r P weak = s r 2 s t + 0 s t + r 0 (0) 0 3 where r and r 2 are the irst two rows o R 2 and = r 3 X + t z Weak Projetion Camera Model Another possible solution is as ollows 3 32

9 Orthographi Projetion Camera Model Under orthographi projetion, projetion is parallel to the amera optial ais. thereore we have whih an be appromiated b. u = v = The orthographi projetion matri an thereore be obtained as s r s t + 0 P orth = s r 2 s t + r 0 () 0 Aine Camera Model A urther simpliiation rom weak perspetive amera model is the aine amera model, whih is oten assumed b omputer vision researhers due to its simpliit. The aine amera model assumes that the objet rame is loated on the entroid o the objet being observed. As a result, we have t z,the aine perspetive projetion matri is s r s t + 0 t z P aine = s r 2 s t + r 0 t z (2) 0 t z Aine amera model represents the irst order approimation o the ull perspetive projetion amera model. It still onl gives an approimation and is no longer useul when the objet is lose to the amera or the amera has a wide angle o view Non-ull perspetive Projetion Camera Model The weak perspetive projetion, aine, and orthographi amera model an be olletivel lassiied as non-perspetive projetion amera model. In general, the projetion matri or the non-perspetive projetion amera model p p 2 p 3 p 4 λ r = p 2 p 22 p 23 p p z 34 Dividing both sides b p 34 (note λ = p 34 ) ields = M 2 3 r + v v z where m ij = p ij /p 34 and v = p 4 /p 34, v = p 24 /p 34 For an given reerene point ( r,r r ) in image and ( 0, 0,z 0 ) in spae, the relative oordinates (, r) in image and (, ȳ, z) in spae are r = r r and ȳ r r = r r z z z r It ollows that the basi projetion equation or the aine and weak perspetive model in terms o relative oordinates is r = M 2 3 ȳ z An non-perspetive projetion amera M 2 3 has 3 independent parameters

10 The reerene point is oten hosen as the entroid sine entroid is preserved under either aine or weak perspetive projetion. Given the weak projetion matri P, s r s t + 0 P = s r 2 s t + r 0 0 The M matri is M = sr s r 2 = z s r s r 2 = z s 0 r 0 s r 2 For aine projetion, = t z, or orthographi projetion, =.Iwe assume s = s, then M = s r Then, we have onl our parameters: three rotation angles and a sale ator. r Rotation Matri Representation: Euler angles Rotation Matri Representation: Euler angles X Assume rotation matri R results rom suessive Euler rotations o the amera rame around its X ais b ω, its one rotated Y ais b φ, and its twie rotated Z ais b κ, then R(ω, φ, κ) =R X (ω)r Y (φ)r Z (κ) pan angle swing angle Z (optial ais) where ω, φ, and κ are oten reerred to as pan, tilt, and swing angles respetivel. tilt angle Y 39 40

11 R (ω) = R (φ) = R z (κ) = osω sin ω 0 sin ω os ω os φ 0 sin φ 0 0 sin φ 0 osφ os κ sin κ 0 sin κ os κ Rotation Matri: Rotation b a general ais Let the general ais be ω =(ω,ω,ω z ) and the rotation angle be θ. The rotation matri R resulting rom rotating around ω b θ an be epressed as Rodrigues rotation ormula gives an eiient method or omputing the rotation matri Quaternion Representation o R The relationship between a quaternion q =[q 0,q,q 2,q 3 ] and the equivalent rotation matri is Here the quaternion is assumed to have been saled to unit length, i.e., q =. The ais/angle representation ω/θ is strongl related to a quaternion, aording to the ormula os(θ/2) ω sin(θ/2) ω sin(θ/2) ω z sin(θ/2) where ω =(ω,ω,ω z ) and ω =

12 R s Orthnormalit The rotation matri is an orthnormal matri, whih means its rows (olumns) are normalized to one and the are orthonal to eah other. The orthnormalit propert produes R t = R Interior Camera Parameters Parameters ( 0,r 0 ), s, s, and are olletivel reerred to as interior amera parameters. The do not depend on the position and orientation o the amera. Interior amera parameters allow us to perorm metri measurements, i.e., to onvert piel measurements to inh or mm Camera Calibration and Pose Estimation Eterior Camera Parameters Parameters like Euler angles ω, φ, κ, t, t, and t z are olletivel reerred to as eterior amera parameters. The determine the position and orientation o the amera. The purpose o amera alibration is to determine intrinsi amera parameters: 0,r 0, s, s,and. Camera alibration is also reerred to as interior orientation problem in photogrammetr. The goal o pose estimation is to determine eterior amera parameters: ω, φ, κ, t, t, and t z. In other words, pose estimation is to determine the position and orientation o the objet oordinate rame relative to the amera oordinate rame or vie versus

13 D Perspetive Projetion Invariants C Distanes and angles are invariant with respet to Eulidian (aine) transormation (rotation and translation). The are no longer the ase under B perspetive projetion. The most important invariant with respet to perspetive projetion is alled ross ratio. Itisdeined as ollows: A τ( A,B,C,D)= AC BC AD BD Cross-ratio is preserved under perspetive projetion Projetive Invariant or non-ollinear points Cross ratio o intersetion points between a set o penil o 4 lines and another line are onl untion o the angles among the penil lines, independent o the intersetion points on the lines. ross-ratio ma be used or ground plane detetion rom multiple image rames. penil PA, PB, PC, PD does not depend on the point P. This means given A,B,C, and D, all points P on the same ellipse should satis Chasles s theorem. This theorem ma be used or ellipse detetion. Chasles theorem: Let A, B, C, D be distint points on a (non-singular) oni (ellipse, irle,..). I P is another point on the oni then the ross-ratio o intersetions points on the See setion 9.3 and 9.4 o Daves book. 5 52

GEOMETRY FOR 3D COMPUTER VISION

GEOMETRY FOR 3D COMPUTER VISION GEOMETRY FOR 3D COMPUTER VISION 1/29 Válav Hlaváč Czeh Tehnial University, Faulty of Eletrial Engineering Department of Cybernetis, Center for Mahine Pereption 121 35 Praha 2, Karlovo nám. 13, Czeh Republi

More information

Practice Exam 2 Solutions

Practice Exam 2 Solutions MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department o Physis Physis 801T Fall Term 004 Problem 1: stati equilibrium Pratie Exam Solutions You are able to hold out your arm in an outstrethed horizontal position

More information

LECTURE 2 Geometrical Properties of Rod Cross Sections (Part 2) 1 Moments of Inertia Transformation with Parallel Transfer of Axes.

LECTURE 2 Geometrical Properties of Rod Cross Sections (Part 2) 1 Moments of Inertia Transformation with Parallel Transfer of Axes. V. DEMENKO MECHNCS OF MTERLS 05 LECTURE Geometrial Properties of Rod Cross Setions (Part ) Moments of nertia Transformation with Parallel Transfer of xes. Parallel-xes Theorems S Given: a b = S = 0. z

More information

Control of industrial robots

Control of industrial robots Control o industrial robots Control with eternal sensors Pro. Paolo Roo (paolo.roo@polimi.it) Politenio di Milano Dipartimento di Elettronia, Inormazione e Bioingegneria Introdution So ar we have assumed

More information

After the completion of this section the student should recall

After the completion of this section the student should recall Chapter I MTH FUNDMENTLS I. Sets, Numbers, Coordinates, Funtions ugust 30, 08 3 I. SETS, NUMERS, COORDINTES, FUNCTIONS Objetives: fter the ompletion of this setion the student should reall - the definition

More information

Advanced Computational Fluid Dynamics AA215A Lecture 4

Advanced Computational Fluid Dynamics AA215A Lecture 4 Advaned Computational Fluid Dynamis AA5A Leture 4 Antony Jameson Winter Quarter,, Stanford, CA Abstrat Leture 4 overs analysis of the equations of gas dynamis Contents Analysis of the equations of gas

More information

CS420/ S-04 Intro to 3D Math 1

CS420/ S-04 Intro to 3D Math 1 CS420/686-2016S-04 Intro to 3D Math 1 04-0: Right-Handed vs. Left-Handed Hold out our left hand (reall, do it!): Thum to the right Inde finder up Middle finger straight ahead This forms a asis for a 3D

More information

University of Cambridge Engineering Part IIB Module 4F12: Computer Vision Handout 3: Projection

University of Cambridge Engineering Part IIB Module 4F12: Computer Vision Handout 3: Projection University of Cambridge Engineering Part IIB Module 4F2: Computer Vision Handout 3: Projetion Roberto Cipolla Otober 2009 Projetion Orthographi projetion Reall that omputer vision is about disovering from

More information

Leif Otto Nielsen. Concrete Plasticity Notes BYG DTU T E K N I S K E UNIVERSITET. Undervisningsnotat BYG DTU U ISSN

Leif Otto Nielsen. Concrete Plasticity Notes BYG DTU T E K N I S K E UNIVERSITET. Undervisningsnotat BYG DTU U ISSN BYG DTU Lei Otto Nielsen Conrete Plastiit Notes DANMARKS T E K N I S K E UNIVERSITET Undervisningsnotat BYG DTU U-087 008 ISSN 60-8605 CONCRETE PLASTICITY NOTES Lei Otto Nielsen 6 de 008 CONTENTS. COULOMB

More information

CHAPTER P Preparation for Calculus

CHAPTER P Preparation for Calculus PART I CHAPTER P Preparation for Calulus Setion P. Graphs and Models...................... Setion P. Linear Models and Rates of Change............. 7 Setion P. Funtions and Their Graphs.................

More information

Finite Formulation of Electromagnetic Field

Finite Formulation of Electromagnetic Field Finite Formulation o Eletromagneti Field Enzo TONTI Dept.Civil Engin., Univ. o Trieste, Piazzale Europa 1, 34127 Trieste, Italia. e-mail: tonti@univ.trieste.it Otober 16, 2000 Abstrat This paper shows

More information

4. (12) Write out an equation for Poynting s theorem in differential form. Explain in words what each term means physically.

4. (12) Write out an equation for Poynting s theorem in differential form. Explain in words what each term means physically. Eletrodynamis I Exam 3 - Part A - Closed Book KSU 205/2/8 Name Eletrodynami Sore = 24 / 24 points Instrutions: Use SI units. Where appropriate, define all variables or symbols you use, in words. Try to

More information

12 th Maths Way to Success

12 th Maths Way to Success th Maths Quarterly Eam-7-Answer Key Part - A Q.No Option Q.No Option Q.No Option Q.No Option 6 6 6 6 7 7 7 7 8 8 8 8 9 9 9 9 Part B. A adj A A adja..() adja A () A I () From (), (),() we get A adja adja

More information

Eigenvalues of tridiagonal matrix using Strum Sequence and Gerschgorin theorem

Eigenvalues of tridiagonal matrix using Strum Sequence and Gerschgorin theorem Eigenvalues o tridiagonal matrix using Strum Sequene and Gershgorin theorem T.D.Roopamala Department o Computer Siene and Engg., Sri Jayahamarajendra College o Engineering Mysore INDIA roopa_td@yahoo.o.in

More information

σ = σ + σ τ xy σ c2 σ 1 ω = τ = τ Disk of orthogonal reinforcement Consider a square disk of a unit length under shear and normal stresses = =Φ

σ = σ + σ τ xy σ c2 σ 1 ω = τ = τ Disk of orthogonal reinforcement Consider a square disk of a unit length under shear and normal stresses = =Φ .. Disk o orthogonal reinorement Consider a square disk o a unit length under shear and normal stresses Conrete : Steel :,, s, s Total stresses are deomposed into onrete and steel stresses = + = + s =

More information

PHY 396 T: SUSY Solutions for problem set #12.

PHY 396 T: SUSY Solutions for problem set #12. PHY 396 T: SUSY Solutions or problem set #. Problem a: In priniple the non-perturbative superpotential o the theory may depend on the dual quark and antiquark ields q and q as well as the singlets Φ but

More information

9.1 The Square Root Function

9.1 The Square Root Function Section 9.1 The Square Root Function 869 9.1 The Square Root Function In this section we turn our attention to the square root unction, the unction deined b the equation () =. (1) We begin the section

More information

Solutions for Math 225 Assignment #2 1

Solutions for Math 225 Assignment #2 1 Solutions for Math 225 Assignment #2 () Determine whether W is a subspae of V and justify your answer: (a) V = R 3, W = {(a,, a) : a R} Proof Yes For a =, (a,, a) = (,, ) W For all (a,, a ), (a 2,, a 2

More information

MASSACHUSETTS MATHEMATICS LEAGUE CONTEST 3 DECEMBER 2013 ROUND 1 TRIG: RIGHT ANGLE PROBLEMS, LAWS OF SINES AND COSINES

MASSACHUSETTS MATHEMATICS LEAGUE CONTEST 3 DECEMBER 2013 ROUND 1 TRIG: RIGHT ANGLE PROBLEMS, LAWS OF SINES AND COSINES CONTEST 3 DECEMBER 03 ROUND TRIG: RIGHT ANGLE PROBLEMS, LAWS OF SINES AND COSINES ANSWERS A) B) C) A) The sides of right ΔABC are, and 7, where < < 7. A is the larger aute angle. Compute the tan( A). B)

More information

Answers to test yourself questions

Answers to test yourself questions Answers to test yoursel questions Topi.1 Osilliations 1 a A n osillation is any motion in whih the displaement o a partile rom a ixed point keeps hanging diretion and there is a periodiity in the motion

More information

TENSOR FORM OF SPECIAL RELATIVITY

TENSOR FORM OF SPECIAL RELATIVITY TENSOR FORM OF SPECIAL RELATIVITY We begin by realling that the fundamental priniple of Speial Relativity is that all physial laws must look the same to all inertial observers. This is easiest done by

More information

Velocity Addition in Space/Time David Barwacz 4/23/

Velocity Addition in Space/Time David Barwacz 4/23/ Veloity Addition in Spae/Time 003 David arwaz 4/3/003 daveb@triton.net http://members.triton.net/daveb Abstrat Using the spae/time geometry developed in the previous paper ( Non-orthogonal Spae- Time geometry,

More information

f 2 f n where m is the total mass of the object. Expression (6a) is plotted in Figure 8 for several values of damping ( ).

f 2 f n where m is the total mass of the object. Expression (6a) is plotted in Figure 8 for several values of damping ( ). F o F o / k A = = 6 k 1 + 1 + n r n n n RESONANCE It is seen in Figure 7 that displaement and stress levels tend to build up greatly when the oring requeny oinides with the natural requeny, the buildup

More information

Tutorial 4 (week 4) Solutions

Tutorial 4 (week 4) Solutions THE UNIVERSITY OF SYDNEY PURE MATHEMATICS Summer Shool Math26 28 Tutorial week s You are given the following data points: x 2 y 2 Construt a Lagrange basis {p p p 2 p 3 } of P 3 using the x values from

More information

Doppler effect of the rupture process of the great M W 7.9 Wenchuan earthquake

Doppler effect of the rupture process of the great M W 7.9 Wenchuan earthquake Earthq Si (1)3: 535 539 535 539 Doi: 1.17/s11589-1-75-4 Doppler eet o the rupture proess o the great M W 7.9 Wenhuan earthquake Ge Jin 1,, Youai Tang 1 Shiyong Zhou 1 and Yongshun John Chen 1 1 Institute

More information

1 sin 2 r = 1 n 2 sin 2 i

1 sin 2 r = 1 n 2 sin 2 i Physis 505 Fall 005 Homework Assignment #11 Solutions Textbook problems: Ch. 7: 7.3, 7.5, 7.8, 7.16 7.3 Two plane semi-infinite slabs of the same uniform, isotropi, nonpermeable, lossless dieletri with

More information

2017 2nd International Conference on Applied Mechanics, Electronics and Mechatronics Engineering (AMEME 2017) ISBN:

2017 2nd International Conference on Applied Mechanics, Electronics and Mechatronics Engineering (AMEME 2017) ISBN: 2017 2nd International Conerene on Applied Mehanis, Eletronis and Mehatronis Engineering (AMEME 2017 ISB: 978-1-60595-497-4 Investigation on Strain Fatigue Lie o Metal Bar with V-shaped oth in a Radial-orging

More information

the following action R of T on T n+1 : for each θ T, R θ : T n+1 T n+1 is defined by stated, we assume that all the curves in this paper are defined

the following action R of T on T n+1 : for each θ T, R θ : T n+1 T n+1 is defined by stated, we assume that all the curves in this paper are defined How should a snake turn on ie: A ase study of the asymptoti isoholonomi problem Jianghai Hu, Slobodan N. Simić, and Shankar Sastry Department of Eletrial Engineering and Computer Sienes University of California

More information

Chapter 2: Solution of First order ODE

Chapter 2: Solution of First order ODE 0 Chapter : Solution of irst order ODE Se. Separable Equations The differential equation of the form that is is alled separable if f = h g; In order to solve it perform the following steps: Rewrite the

More information

A EUCLIDEAN ALTERNATIVE TO MINKOWSKI SPACETIME DIAGRAM.

A EUCLIDEAN ALTERNATIVE TO MINKOWSKI SPACETIME DIAGRAM. A EUCLIDEAN ALTERNATIVE TO MINKOWSKI SPACETIME DIAGRAM. S. Kanagaraj Eulidean Relativity s.kana.raj@gmail.om (1 August 009) Abstrat By re-interpreting the speial relativity (SR) postulates based on Eulidean

More information

An Evolutionary Algorithm for Constrained Optimization

An Evolutionary Algorithm for Constrained Optimization An Evolutionary Algorim or Constrained Optimization Tapabrata Ray, Tai Kang and Seow Kian Chye Center or Advaned Numerial Engineering Simulations Shool o ehanial and Prodution Engineering Nanyang Tehnologial

More information

Singular Event Detection

Singular Event Detection Singular Event Detetion Rafael S. Garía Eletrial Engineering University of Puerto Rio at Mayagüez Rafael.Garia@ee.uprm.edu Faulty Mentor: S. Shankar Sastry Researh Supervisor: Jonathan Sprinkle Graduate

More information

Real-time Hand Tracking Using a Sum of Anisotropic Gaussians Model

Real-time Hand Tracking Using a Sum of Anisotropic Gaussians Model Real-time Hand Traking Using a Sum of Anisotroi Gaussians Model Srinath Sridhar 1, Helge Rhodin 1, Hans-Peter Seidel 1, Antti Oulasvirta 2, Christian Theobalt 1 1 Max Plank Institute for Informatis Saarbrüken,

More information

A Fourier Transform Model in Excel #1

A Fourier Transform Model in Excel #1 A Fourier Transorm Model in Ecel # -This is a tutorial about the implementation o a Fourier transorm in Ecel. This irst part goes over adjustments in the general Fourier transorm ormula to be applicable

More information

Q2. [40 points] Bishop-Hill Model: Calculation of Taylor Factors for Multiple Slip

Q2. [40 points] Bishop-Hill Model: Calculation of Taylor Factors for Multiple Slip 27-750, A.D. Rollett Due: 20 th Ot., 2011. Homework 5, Volume Frations, Single and Multiple Slip Crystal Plastiity Note the 2 extra redit questions (at the end). Q1. [40 points] Single Slip: Calulating

More information

4.4 Solving Systems of Equations by Matrices

4.4 Solving Systems of Equations by Matrices Setion 4.4 Solving Systems of Equations by Matries 1. A first number is 8 less than a seond number. Twie the first number is 11 more than the seond number. Find the numbers.. The sum of the measures of

More information

EINSTEIN FIELD EQUATIONS OBTAINED ONLY WITH GAUSS CURVATURE AND ZOOM UNIVERSE MODEL CHARACTERISTICS

EINSTEIN FIELD EQUATIONS OBTAINED ONLY WITH GAUSS CURVATURE AND ZOOM UNIVERSE MODEL CHARACTERISTICS EINSTEIN FIELD EQUATIONS OBTAINED ONLY WITH GAUSS CURVATURE AND ZOOM UNIVERSE MODEL CHARACTERISTICS Sergio Garia Chimeno Abstrat Demonstration how to obtain the Einstein Field Equations without using the

More information

Learning to model sequences generated by switching distributions

Learning to model sequences generated by switching distributions earning to model sequenes generated by swithing distributions Yoav Freund A Bell abs 00 Mountain Ave Murray Hill NJ USA Dana on omputer Siene nstitute Hebrew University Jerusalem srael Abstrat We study

More information

sin r sini c v c c ALFA PHYSICS CLASSES RAY OPTICS

sin r sini c v c c ALFA PHYSICS CLASSES RAY OPTICS RAY OPTICS Ray : The straight line path along whih the light travels in a homogeneous medium is alled a ray. The arrow head on the ray gives us the diretion o light and number o rays ombined together is

More information

, an inverse square law.

, an inverse square law. Uniform irular motion Speed onstant, but eloity hanging. and a / t point to enter. s r θ > θ s/r t / r, also θ in small limit > t/r > a / r, entripetal aeleration Sine a points to enter of irle, F m a

More information

Numerical Methods - Lecture 2. Numerical Methods. Lecture 2. Analysis of errors in numerical methods

Numerical Methods - Lecture 2. Numerical Methods. Lecture 2. Analysis of errors in numerical methods Numerical Methods - Lecture 1 Numerical Methods Lecture. Analysis o errors in numerical methods Numerical Methods - Lecture Why represent numbers in loating point ormat? Eample 1. How a number 56.78 can

More information

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b Consider the pure initial value problem for a homogeneous system of onservation laws with no soure terms in one spae dimension: Where as disussed previously we interpret solutions to this partial differential

More information

Reliability Estimation of Solder Joints Under Thermal Fatigue with Varying Parameters by using FORM and MCS

Reliability Estimation of Solder Joints Under Thermal Fatigue with Varying Parameters by using FORM and MCS Proeedings o the World Congress on Engineering 2007 Vol II Reliability Estimation o Solder Joints Under Thermal Fatigue with Varying Parameters by using FORM and MCS Ouk Sub Lee, Yeon Chang Park, and Dong

More information

The gravitational phenomena without the curved spacetime

The gravitational phenomena without the curved spacetime The gravitational phenomena without the urved spaetime Mirosław J. Kubiak Abstrat: In this paper was presented a desription of the gravitational phenomena in the new medium, different than the urved spaetime,

More information

. This is the Basic Chain Rule. x dt y dt z dt Chain Rule in this context.

. This is the Basic Chain Rule. x dt y dt z dt Chain Rule in this context. Math 18.0A Gradients, Chain Rule, Implicit Dierentiation, igher Order Derivatives These notes ocus on our things: (a) the application o gradients to ind normal vectors to curves suraces; (b) the generaliation

More information

Electrodynamics in Uniformly Rotating Frames as Viewed from an Inertial Frame

Electrodynamics in Uniformly Rotating Frames as Viewed from an Inertial Frame letrodnamis in Uniforml Rotating Frames as Viewed from an Inertial Frame Adrian Sfarti Universit of California, 387 Soda Hall, UC erele, California, USA egas@paell.net (Reeived 3 rd Feruar, 7; Aepted 3

More information

Stress analysis of a helical gear set with localized bearing contact

Stress analysis of a helical gear set with localized bearing contact Finite Elements in Analysis and Design 38 (00) 707 73 www.elsevier.om/loate/nel Stress analysis o a helial gear set with loalized bearing ontat Yi-Cheng Chen, Chung-Biau Tsay Department o Mehanial Engineering,

More information

7 Max-Flow Problems. Business Computing and Operations Research 608

7 Max-Flow Problems. Business Computing and Operations Research 608 7 Max-Flow Problems Business Computing and Operations Researh 68 7. Max-Flow Problems In what follows, we onsider a somewhat modified problem onstellation Instead of osts of transmission, vetor now indiates

More information

The homopolar generator: an analytical example

The homopolar generator: an analytical example The homopolar generator: an analytial example Hendrik van Hees August 7, 214 1 Introdution It is surprising that the homopolar generator, invented in one of Faraday s ingenious experiments in 1831, still

More information

Control of industrial robots. Control of the interaction

Control of industrial robots. Control of the interaction Control o industrial robots Control o the interation Pro. Paolo Roo (paolo.roo@polimi.it) Politenio di Milano Dipartimento di Elettronia, Inormazione e Bioingegneria Introdution So ar we have assumed that

More information

Array Design for Superresolution Direction-Finding Algorithms

Array Design for Superresolution Direction-Finding Algorithms Array Design for Superresolution Diretion-Finding Algorithms Naushad Hussein Dowlut BEng, ACGI, AMIEE Athanassios Manikas PhD, DIC, AMIEE, MIEEE Department of Eletrial Eletroni Engineering Imperial College

More information

arxiv:gr-qc/ v2 6 Feb 2004

arxiv:gr-qc/ v2 6 Feb 2004 Hubble Red Shift and the Anomalous Aeleration of Pioneer 0 and arxiv:gr-q/0402024v2 6 Feb 2004 Kostadin Trenčevski Faulty of Natural Sienes and Mathematis, P.O.Box 62, 000 Skopje, Maedonia Abstrat It this

More information

Takeshi Kurata Jun Fujiki Katsuhiko Sakaue. 1{1{4 Umezono, Tsukuba-shi, Ibaraki , JAPAN. fkurata, fujiki,

Takeshi Kurata Jun Fujiki Katsuhiko Sakaue. 1{1{4 Umezono, Tsukuba-shi, Ibaraki , JAPAN. fkurata, fujiki, Ane Eiolar Geometry via Fatorization Method akeshi Kurata Jun Fujiki Katsuhiko Sakaue Eletrotehnial Laboratory {{4 Umezono, sukuba-shi, Ibaraki 305-8568, JAPAN fkurata, fujiki, sakaueg@etl.go.j Abstrat

More information

Review of Force, Stress, and Strain Tensors

Review of Force, Stress, and Strain Tensors Review of Fore, Stress, and Strain Tensors.1 The Fore Vetor Fores an be grouped into two broad ategories: surfae fores and body fores. Surfae fores are those that at over a surfae (as the name implies),

More information

Sensitivity analysis for linear optimization problem with fuzzy data in the objective function

Sensitivity analysis for linear optimization problem with fuzzy data in the objective function Sensitivity analysis for linear optimization problem with fuzzy data in the objetive funtion Stephan Dempe, Tatiana Starostina May 5, 2004 Abstrat Linear programming problems with fuzzy oeffiients in the

More information

ON THE FOUR-COLOUR CONJECTURE. By W. T. TUTTE. [Received 27 November 1945 Read 13 December 1945]

ON THE FOUR-COLOUR CONJECTURE. By W. T. TUTTE. [Received 27 November 1945 Read 13 December 1945] ON THE FOUR COLOUR CONJECTURE 37 ON THE FOUR-COLOUR CONJECTURE By W. T. TUTTE [Reeived 7 November 945 Read 3 Deember 945]. Introdution The maps disussed in this paper are dissetions o suraes into simple

More information

Math 32B Review Sheet

Math 32B Review Sheet Review heet Tau Beta Pi - Boelter 6266 Contents ouble Integrals 2. Changing order of integration.................................... 4.2 Integrating over more general domains...............................

More information

Final Review. A Puzzle... Special Relativity. Direction of the Force. Moving at the Speed of Light

Final Review. A Puzzle... Special Relativity. Direction of the Force. Moving at the Speed of Light Final Review A Puzzle... Diretion of the Fore A point harge q is loated a fixed height h above an infinite horizontal onduting plane. Another point harge q is loated a height z (with z > h) above the plane.

More information

Zero-energy space cancels the need for dark energy. Mathematics, Physics and Philosophy in the Interpretations of Relativity Theory

Zero-energy space cancels the need for dark energy. Mathematics, Physics and Philosophy in the Interpretations of Relativity Theory Zero-energy spae anels the need for dark energy Tuomo Suntola, www.si.fi/~suntola/, Finland Mathematis, Physis and Philosophy in the Interpretations of Relativity Theory 1 Latest PhysisWeb Summaries 20.7.2007:

More information

Illustrating the relativity of simultaneity Bernhard Rothenstein 1), Stefan Popescu 2) and George J. Spix 3)

Illustrating the relativity of simultaneity Bernhard Rothenstein 1), Stefan Popescu 2) and George J. Spix 3) Illustrating the relativity of simultaneity ernhard Rothenstein 1), Stefan Popesu ) and George J. Spix 3) 1) Politehnia University of Timisoara, Physis Department, Timisoara, Romania, bernhard_rothenstein@yahoo.om

More information

Field and Wave Electromagnetic

Field and Wave Electromagnetic Field and Wave Eletromagneti Chapter Waveguides and Cavit Resonators Introdution () * Waveguide - TEM waves are not the onl mode o guided waves - The three tpes o transmission lines (parallel-plate, two-wire,

More information

arxiv:physics/ v4 [physics.gen-ph] 9 Oct 2006

arxiv:physics/ v4 [physics.gen-ph] 9 Oct 2006 The simplest derivation of the Lorentz transformation J.-M. Lévy Laboratoire de Physique Nuléaire et de Hautes Energies, CNRS - IN2P3 - Universités Paris VI et Paris VII, Paris. Email: jmlevy@in2p3.fr

More information

Ayan Kumar Bandyopadhyay

Ayan Kumar Bandyopadhyay Charaterization of radiating apertures using Multiple Multipole Method And Modeling and Optimization of a Spiral Antenna for Ground Penetrating Radar Appliations Ayan Kumar Bandyopadhyay FET-IESK, Otto-von-Guerike-University,

More information

COMPARISON OF GEOMETRIC FIGURES

COMPARISON OF GEOMETRIC FIGURES COMPARISON OF GEOMETRIC FIGURES Spyros Glenis M.Ed University of Athens, Department of Mathematis, e-mail spyros_glenis@sh.gr Introdution the figures: In Eulid, the geometri equality is based on the apability

More information

F = c where ^ı is a unit vector along the ray. The normal component is. Iν cos 2 θ. d dadt. dp normal (θ,φ) = dpcos θ = df ν

F = c where ^ı is a unit vector along the ray. The normal component is. Iν cos 2 θ. d dadt. dp normal (θ,φ) = dpcos θ = df ν INTRODUCTION So far, the only information we have been able to get about the universe beyond the solar system is from the eletromagneti radiation that reahes us (and a few osmi rays). So doing Astrophysis

More information

9 Geophysics and Radio-Astronomy: VLBI VeryLongBaseInterferometry

9 Geophysics and Radio-Astronomy: VLBI VeryLongBaseInterferometry 9 Geophysis and Radio-Astronomy: VLBI VeryLongBaseInterferometry VLBI is an interferometry tehnique used in radio astronomy, in whih two or more signals, oming from the same astronomial objet, are reeived

More information

Study of EM waves in Periodic Structures (mathematical details)

Study of EM waves in Periodic Structures (mathematical details) Study of EM waves in Periodi Strutures (mathematial details) Massahusetts Institute of Tehnology 6.635 partial leture notes 1 Introdution: periodi media nomenlature 1. The spae domain is defined by a basis,(a

More information

2D Geometric Transformations. (Chapter 5 in FVD)

2D Geometric Transformations. (Chapter 5 in FVD) 2D Geometric Transformations (Chapter 5 in FVD) 2D geometric transformation Translation Scaling Rotation Shear Matri notation Compositions Homogeneous coordinates 2 2D Geometric Transformations Question:

More information

arxiv:nucl-th/ v1 27 Jul 1999

arxiv:nucl-th/ v1 27 Jul 1999 Eetive Widths and Eetive Number o Phonons o Multiphonon Giant Resonanes L.F. Canto, B.V. Carlson, M.S. Hussein 3 and A.F.R. de Toledo Piza 3 Instituto de Físia, Universidade do Rio de Janeiro, CP 6858,

More information

2. Bandpass Signal Theory. Throughout this course, we will adopt the baseband representation of a bandpass signal.

2. Bandpass Signal Theory. Throughout this course, we will adopt the baseband representation of a bandpass signal. . Bandpass Signal Theory Throughout this ourse, we will adopt the baseband representation o a bandpass signal. Reerenes :. J.G. Proakis, Digital Communiations, MGraw Hill, 3 rd Edition, 995, Setion 4..

More information

Tutorial 8: Solutions

Tutorial 8: Solutions Tutorial 8: Solutions 1. * (a) Light from the Sun arrives at the Earth, an average of 1.5 10 11 m away, at the rate 1.4 10 3 Watts/m of area perpendiular to the diretion of the light. Assume that sunlight

More information

Chapter 11. Maxwell's Equations in Special Relativity. 1

Chapter 11. Maxwell's Equations in Special Relativity. 1 Vetor Spaes in Phsis 8/6/15 Chapter 11. Mawell's Equations in Speial Relativit. 1 In Chapter 6a we saw that the eletromagneti fields E and B an be onsidered as omponents of a spae-time four-tensor. This

More information

Section 3. Interstellar absorption lines. 3.1 Equivalent width

Section 3. Interstellar absorption lines. 3.1 Equivalent width Setion 3 Interstellar absorption lines 3.1 Equivalent width We an study diuse interstellar louds through the absorption lines they produe in the spetra of bakground stars. Beause of the low temperatures

More information

Homework Assignment Number Two. where, for the oxygen molecule κ = ,

Homework Assignment Number Two. where, for the oxygen molecule κ = , D. eer, MSE 506, Dept. o Materials Siene & Engineering, University o Tennessee, noville Homework Assignment Numer Two Prolem. Consider the Peng-Roinson Equation o state as given elow. The ritial temperature

More information

Perturbation Analyses for the Cholesky Factorization with Backward Rounding Errors

Perturbation Analyses for the Cholesky Factorization with Backward Rounding Errors Perturbation Analyses for the holesky Fatorization with Bakward Rounding Errors Xiao-Wen hang Shool of omputer Siene, MGill University, Montreal, Quebe, anada, H3A A7 Abstrat. This paper gives perturbation

More information

Particle-wave symmetry in Quantum Mechanics And Special Relativity Theory

Particle-wave symmetry in Quantum Mechanics And Special Relativity Theory Partile-wave symmetry in Quantum Mehanis And Speial Relativity Theory Author one: XiaoLin Li,Chongqing,China,hidebrain@hotmail.om Corresponding author: XiaoLin Li, Chongqing,China,hidebrain@hotmail.om

More information

F = F x x + F y. y + F z

F = F x x + F y. y + F z ECTION 6: etor Calulus MATH20411 You met vetors in the first year. etor alulus is essentially alulus on vetors. We will need to differentiate vetors and perform integrals involving vetors. In partiular,

More information

INFORMATION CONCERNING MATERIALS TO BE USED IN THE DESIGN

INFORMATION CONCERNING MATERIALS TO BE USED IN THE DESIGN TITLE 5 DESIGN CHAPTER 8 INFORMATION CONCERNING MATERIALS TO BE USED IN THE DESIGN Artile 38. Charateristis o steel or reinorements 38.1 General The harateristis o the steel used or the design desribed

More information

The quantal algebra and abstract equations of motion. Samir Lipovaca

The quantal algebra and abstract equations of motion. Samir Lipovaca Keywords: quantal, alebra, abstrat Te quantal alebra and abstrat equations o motion Samir Lipovaa slipovaa@aolom Abstrat: Te quantal alebra ombines lassial and quantum meanis into an abstrat struturally

More information

Get Solution of These Packages & Learn by Video Tutorials on SHORT REVISION

Get Solution of These Packages & Learn by Video Tutorials on  SHORT REVISION SHORT REVISION The symol a a is alled the determinant of order two Its value is given y : D = a a a The symol a is alled the determinant of order three Its value an e found as : D = a a + a a a D = a +

More information

we must pay attention to the role of the coordinate system w.r.t. which we perform a tform

we must pay attention to the role of the coordinate system w.r.t. which we perform a tform linear SO... we will want to represent the geometr of points in space we will often want to perform (rigid) transformations to these objects to position them translate rotate or move them in an animation

More information

HIGHER SECONDARY FIRST YEAR MATHEMATICS

HIGHER SECONDARY FIRST YEAR MATHEMATICS HIGHER SECONDARY FIRST YEAR MATHEMATICS ANALYTICAL GEOMETRY Creative Questions Time :.5 Hrs Marks : 45 Part - I Choose the orret answer 0 = 0. The angle between the straight lines 4y y 0 is a) 0 30 b)

More information

Department of Mechanical Engineering

Department of Mechanical Engineering Department o Mehanial Engineering AMEE41 / ATO4 Aerodynamis Instrutor: Marios M. Fyrillas Email: eng.m@it.a.y Homework Assignment #4 QESTION 1 Consider the boundary layer low on a lat plate o width b (shown

More information

Acoustic Attenuation Performance of Helicoidal Resonator Due to Distance Change from Different Cross-sectional Elements of Cylindrical Ducts

Acoustic Attenuation Performance of Helicoidal Resonator Due to Distance Change from Different Cross-sectional Elements of Cylindrical Ducts Exerpt rom the Proeedings o the COMSOL Conerene 1 Paris Aousti Attenuation Perormane o Helioidal Resonator Due to Distane Change rom Dierent Cross-setional Elements o Cylindrial Duts Wojieh ŁAPKA* Division

More information

Development of moving sound source localization system

Development of moving sound source localization system Eletroni Journal «Tehnial Aoustis» http://www.ejta.org 2006, 11 Doh-Hyoung Kim 1, Youngjin Park 2 Korea Advaned Institute o Siene and Tehnology, ME3076, 373-1, Guseong-Dong, Yuseong-Gu, Daejon, 305-701,

More information

U S A Mathematical Talent Search. PROBLEMS / SOLUTIONS / COMMENTS Round 4 - Year 11 - Academic Year

U S A Mathematical Talent Search. PROBLEMS / SOLUTIONS / COMMENTS Round 4 - Year 11 - Academic Year U S A Mathematial Talent Searh PROBLEMS / SOLUTIONS / COMMENTS Round 4 - Year 11 - Aademi Year 1999-000 Gene A. Berg, Editor 1/4/11. Determine the unique 9-digit integer M that has the following properties:

More information

Chapter 9. The excitation process

Chapter 9. The excitation process Chapter 9 The exitation proess qualitative explanation of the formation of negative ion states Ne and He in He-Ne ollisions an be given by using a state orrelation diagram. state orrelation diagram is

More information

A Big Bang-Big Crunch Optimization Based Approach for Interval Type-2 Fuzzy PID Controller Design

A Big Bang-Big Crunch Optimization Based Approach for Interval Type-2 Fuzzy PID Controller Design A Big Bang-Big Crunh Optimization Based Approah or Interval Type-2 Fuzzy PID Controller Design Tuan Kumbasar Control Engineering Department Istanbul Tehnial University Istanbul, Turkey kumbasart@itu.edu.tr

More information

On Corda s Clarification of Schwarzschild s Solution

On Corda s Clarification of Schwarzschild s Solution On s lariiation o Shwarzshild s Solution Stephen J. rothers Tasmania, ustralia e-mail: thenarmis@gmail.om bstrat paper by. ( lariiation on the Debate on the Original Shwarzshild Solution'', EJTP 8, No.

More information

z k sin(φ)(x ı + y j + z k)da = R 1 3 cos3 (φ) π 2π dθ = div(z k)dv = E curl(e x ı + e x j + e z k) d S = S

z k sin(φ)(x ı + y j + z k)da = R 1 3 cos3 (φ) π 2π dθ = div(z k)dv = E curl(e x ı + e x j + e z k) d S = S Mathematis 2443-6H Name (please print) Final xamination May 7, 28 Instrutions: Give brief, lear answers. Use theorems whenever possible. I. Verify the Divergene Theorem for the vetor field F(x,y,z) z k

More information

8.4 Inverse Functions

8.4 Inverse Functions Section 8. Inverse Functions 803 8. Inverse Functions As we saw in the last section, in order to solve application problems involving eponential unctions, we will need to be able to solve eponential equations

More information

A Numerical Method For Constructing Geo-Location Isograms

A Numerical Method For Constructing Geo-Location Isograms A Numerial Method For Construting Geo-Loation Isograms Mike Grabbe The Johns Hopkins University Applied Physis Laboratory Laurel, MD Memo Number GVW--U- June 9, 2 Introdution Geo-loation is often performed

More information

APPENDIX D Rotation and the General Second-Degree Equation

APPENDIX D Rotation and the General Second-Degree Equation APPENDIX D Rotation and the General Second-Degree Equation Rotation of Aes Invariants Under Rotation After rotation of the - and -aes counterclockwise through an angle, the rotated aes are denoted as the

More information

Some Useful Results for Spherical and General Displacements

Some Useful Results for Spherical and General Displacements E 5 Fall 997 V. Kumar Some Useful Results for Spherial an General Displaements. Spherial Displaements.. Eulers heorem We have seen that a spherial isplaement or a pure rotation is esribe by a 3 3 rotation

More information

Hankel Optimal Model Order Reduction 1

Hankel Optimal Model Order Reduction 1 Massahusetts Institute of Tehnology Department of Eletrial Engineering and Computer Siene 6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski Hankel Optimal Model Order Redution 1 This leture overs both

More information

Computational Methods for Domains with! Complex Boundaries-I!

Computational Methods for Domains with! Complex Boundaries-I! http://www.nd.edu/~gtrggva/cfd-course/ Computational Methods or Domains with Comple Boundaries-I Grétar Trggvason Spring For most engineering problems it is necessar to deal with comple geometries, consisting

More information

A novel Infrared Thermography (IRT) based experimental technique for distributed temperature measurements in hot gas flows

A novel Infrared Thermography (IRT) based experimental technique for distributed temperature measurements in hot gas flows QIRT 1 1 http://dx.doi.org/1.1611/qirt.1.45 th International Conerene on Quantitative InraRed Thermography July 7-3, 1, Québe (Canada A novel Inrared Thermography (IRT based experimental tehnique or distributed

More information

A Spatiotemporal Approach to Passive Sound Source Localization

A Spatiotemporal Approach to Passive Sound Source Localization A Spatiotemporal Approah Passive Sound Soure Loalization Pasi Pertilä, Mikko Parviainen, Teemu Korhonen and Ari Visa Institute of Signal Proessing Tampere University of Tehnology, P.O.Box 553, FIN-330,

More information

Supporting Information for

Supporting Information for Eletroni Supplementary Material (ESI) for Nanosale This journal is The Royal Soiety of Chemistry 013 Supporting Information for Exitation polarization modulation in loalization mirosopy allows to resolve

More information

we must pay attention to the role of the coordinate system w.r.t. which we perform a tform

we must pay attention to the role of the coordinate system w.r.t. which we perform a tform linear SO... we will want to represent the geometr of points in space we will often want to perform (rigid) transformations to these objects to position them translate rotate or move them in an animation

More information