Spinning top - represented by dumbbell

Size: px
Start display at page:

Download "Spinning top - represented by dumbbell"

Transcription

1 Lagange-umbbell.wxm 1 / 10 Spinning top - epesente by umbbell (%i1) kill(all); (%o0) one 1 Cooinates (%i1) epens([x,y,z,x,y,z,theta,phi,theta_1,phi_1,,t,u,l],t); (%o1) [x( t ),y( t ),z( t ),X( t ),Y( t ),Z( t ),( t ),'( t ), 1 ( t ),' 1 ( t ),( t ), T( t ),U( t ),L( t )] (%i) h_1: h*[sin(theta)*cos(phi), sin(theta)*sin(phi), cos(theta)]; (%o) [h cos( ') sin( ),h sin( ') sin( ),h cos( )] (%i3) h_: h*[sin(%pi-theta)*cos(phi+%pi), sin(%pi-theta)*sin(phi+%pi), co (%o3) [ h cos( ') sin( ), h sin( ') sin( ), h cos( )] (%i4) R: *[sin(theta_1)*cos(phi_1), sin(theta_1)*sin(phi_1), cos(theta_1) (%o4) [cos(' 1 ) sin( 1 ),sin(' 1 ) sin( 1 ), cos( 1 )] (%i5) _1: R+h_1; (%o5) [cos(' 1 ) sin( 1 ) +h cos( ') sin( ),sin(' 1 ) sin( 1 ) +h sin( ') sin( ), cos( 1 ) +h cos( )] (%i6) _: R+h_; (%o6) [cos(' 1 ) sin( 1 ) h cos( ') sin( ),sin(' 1 ) sin( 1 ) h sin( '), cos( 1 ) h cos( )] Kinetic enegy

2 Lagange-umbbell.wxm / 10 (%i7) T[1]: m/*(iff(_1[1],t)^+iff(_1[],t)^+iff(_1[3],t)^); (%o7) (m ( sin( 1 ) t 1 + t cos ( 1 ) h t +( sin( ' 1 ) cos( 1 ) t 1 +sin( ' 1 ) t sin ( 1 ) +cos( ' 1 ) t ' 1 sin( 1 ) +h sin( ') cos( ) +h cos( ) t ' t ' sin( ))^ +(cos (' 1 ) cos( 1 ) t 1 +cos( ' 1 ) t sin ( 1 ) sin( ' 1 ) t ' 1 sin( 1 ) +h cos( ') cos( ) h t ' t ' sin( ) )^ ))/ (%i8) T[]: m/*(iff(_[1],t)^+iff(_[],t)^+iff(_[3],t)^); (%o8) (m ( sin( 1 ) t 1 + t cos ( 1 ) +h t +( sin( ' 1 ) cos( 1 ) t 1 +sin( ' 1 ) t sin ( 1 ) +cos( ' 1 ) t ' 1 sin( 1 ) h sin( ') cos( ) h cos( ) t ' t ' sin( ))^ +(cos (' 1 ) cos( 1 ) t 1 +cos( ' 1 ) t sin ( 1 ) sin( ' 1 ) t ' 1 sin( 1 ) h cos( ') cos( ) +h t ' t ' sin( ) )^ ))/ (%i9) T: facto(tigsimp(atsimp(t[1]+t[]))); (%o9) m ( t 1 + t ' 1 sin( 1 ) +h t + t ) 3 Potential enegy +h t ' /*U[1]: tigsimp(-m*m*g/(_1[1]^+_1[]^+_1[3])); U[]: tigsimp(-m*m*g/(_1[1]^+_1[]^+_1[3]));*/; (%i11) U[1]: tigsimp(-m*m*g/); U[]: tigsimp(-m*m*g/); (%o10) G M m (%o11) G M m

3 Lagange-umbbell.wxm 3 / 10 (%i1) U: gfacto(tigsimp(u[1] + U[])); (%o1) G M m 4 Lagange function (%i13) T; (%o13) m ( + (%i14) U; t 1 t ) (%o14) G M m (%i15) L: T - U; (%o15) m ( t t ' 1 + t )+ G M m t ' 1 5 Lagange equations II 5.1 theta equation (%i16) D1: iff(l, iff(theta,t)); (%o16) h m t 1 +h t 1 +h t +h t ' +h t ' (%i17) E1: expan(atsimp(iff(d1,t) - iff(l,theta) = 0)); (%o17) h m t h m t ' cos( ) sin( ) =0 (%i18) E11: tigsimp(solve(e1, iff(theta,t,))); (%o18) [ = t t ' 5. phi equation cos( ) sin( )] (%i19) D: iff(l, iff(phi,t)); (%o19) h m t '

4 Lagange-umbbell.wxm 4 / 10 (%i0) E: tigsimp(atsimp(iff(d,t) - iff(l,phi) = 0)); (%o0) 4 h m t ' cos( ) t + h m (%i1) E1: tigsimp(solve(e, iff(phi,t,))); (%o1) [ t '= t ' cos( ) 5.3 theta_1 equation t (%i) D3: iff(l, iff(theta_1,t)); (%o) m t 1 ] ' =0 t (%i3) E3: expan(atsimp(iff(d3,t) - iff(l,theta_1) = 0)); (%o3) m t 1 +4 m t t 1 m t ' 1 cos( 1 ) sin( 1 ) =0 (%i4) E31: tigsimp(solve(e3, iff(theta_1,t,))); (%o4) [ t t 1 t ' 1 cos( 1 ) sin( 1 ) t 1= ] 5.4 phi_1 equation (%i5) D4: iff(l, iff(phi_1,t)); (%o5) m t ' 1 sin( 1 ) (%i6) E4: expan(atsimp(iff(d4,t) - iff(l,phi_1) = 0)); (%o6) 4 m t ' 1 cos( 1 ) sin( 1 ) t 1 +4 m t ' 1 sin( 1 ) + m ' t 1 sin( 1 ) =0 t (%i7) E41: tigsimp(solve(e4, iff(phi_1,t,))); (%o7) [ ' t ' 1 cos( 1 ) t 1 + t ' 1 t sin ( 1 ) t 1= ] sin( 1 ) 5.5 equation

5 Lagange-umbbell.wxm 5 / 10 (%i8) D5: iff(l, iff(,t)); (%o8) m t (%i9) E5: expan(atsimp(iff(d5,t) - iff(l,) = 0)); (%o9) m t 1 m t ' 1 sin( 1 ) + m (%i30) E51: tigsimp(solve(e5, iff(,t,))); 3 (%o30) [ t = t 1 + t ' 1 3 sin( 1 ) G M ] (%i31) expan(%); (%o31) [ t = t 1 6 Pepae solution + t ' 1 sin( 1 ) G M ] t + G M m =0 (%i3) GC: tigsimp(fist(solve([fist(e11),fist(e1),fist(e31),fist(e41 [iff(theta,t,), iff(phi,t,), iff(theta_1,t,), iff(phi_1,t (%o3) [ t ' cos( ) sin( ), '= t t t 1 t ' 1 cos( 1 ) sin( 1 ) = t ' 1 cos( 1 ) t 1 + t ' t 1 = t + t ' 1 sin( 1 ) 3 sin( 1 ) G M ], t ' 1= t sin ( ) t ' cos( ), t = t (%i33) tansfom(eq) := (A: atsubst(phi_, iff(phi,t), Eq), A: atsubst(phi_, iff(phi,t,), A), A: atsubst(theta_, iff(theta,t), A), A: atsubst(theta_, iff(theta,t,), A), A: atsubst(phi_1, iff(phi_1,t), A), A: atsubst(phi_1, iff(phi_1,t,), A), A: atsubst(theta_1, iff(theta_1,t), A), A: atsubst(theta_1, iff(theta_1,t,), A), A: atsubst(_, iff(,t), A), atsubst(_, iff(,t,), A) )$, t 1

6 Lagange-umbbell.wxm 6 / 10 (%i38) G1: tansfom(gc[1])$ G: tansfom(gc[])$ G3: tansfom(gc[3])$ G4: tansfom(gc[4])$ G5: tansfom(gc[5])$ 7 Solution (%i39) st: [h=0.5, m=1, G=1, M=10]; (%o39) [h=0.5,m=1,g =1,M =10] (%i49) Eq1: gfacto(ev(hs(g1), st, eval))$ Eq: gfacto(ev(hs(g), st, eval))$ Eq3: gfacto(ev(hs(g3), st, eval))$ Eq4: gfacto(ev(hs(g4), st, eval))$ Eq5: gfacto(ev(hs(g5), st, eval))$ Eq6: theta_; Eq7: phi_; Eq8: theta_1; Eq9: phi_1; Eq10: _; (%o45) (%o46) ' (%o47) theta_1 (%o48) phi_1 (%o49) /*kill(theta, phi, theta_, phi_);*/; (%i50) kill(); (%o50) one (%i51) s: k([eq1, Eq, Eq3, Eq4, Eq5, Eq6, Eq7, Eq8, Eq9, Eq10], [theta_, phi_, theta_1, phi_1, _, theta, phi, theta_1, phi [.045,.16, 0.0, 0.06, 0., %pi/, %pi/, %pi/, 0, 1], [t,0, /*theta: phi: theta_: phi_: 0.;*/; /*ev(eq3);ev(eq4);ev(eq5);*/; /*s: k([ev(eq3), ev(eq4), ev(eq5), ev(eq8), ev(eq9), ev(eq10)], [theta_1, phi_1, _, theta_1, phi_1, ], [.0, 0.8, 0., 0.01, 0., 10], [t,0,40.,1])$*/; 7.1 Gaphics

7 Lagange-umbbell.wxm 7 / 10 (%i61) c1: makelist([p[1],p[]],p,s)$ c: makelist([p[1],p[3]],p,s)$ c3: makelist([p[1],p[4]],p,s)$ c4: makelist([p[1],p[5]],p,s)$ c5: makelist([p[1],p[6]],p,s)$ c6: makelist([p[1],p[7]],p,s)$ c7: makelist([p[1],p[8]],p,s)$ c8: makelist([p[1],p[9]],p,s)$ c9: makelist([p[1],p[10]],p,s)$ c10:makelist([p[1],p[11]],p,s)$ 7. Plot theta, phi, psi /*c1;c;c3;c4;c5;c6;*/; (%i6) wxplot([[iscete, c1], [iscete, c]], [xlabel, "time"], [legen, "theta^{ot}", "phi^{ot}"])$ (%t6)

8 Lagange-umbbell.wxm 8 / 10 (%i63) wxplot([[iscete, c3], [iscete, c4]],[y,-0.05, 0.3], [xlabel, "time"], [legen, "theta_1^{ot}", "phi_1^{ot}"])$ (%t63) (%i64) wxplot([[iscete, c5], [iscete, c6]], [xlabel, "time"], [legen, "^{ot}", "theta"])$ (%t64)

9 Lagange-umbbell.wxm 9 / 10 (%i65) wxplot([[iscete, c7], [iscete, c8]], [xlabel, "time"], [legen, "phi", "theta_1"])$ (%t65) (%i66) wxplot([[iscete, c9], [iscete, c10]], [xlabel, "time"], [legen, "phi_1", ""])$ (%t66) 7.3 Plot space cuve of cente of mass

10 Lagange-umbbell.wxm 10 / 10 (%i67) tansf() := ( block([i,t,h,,theta,phi,x,y,z,x1,y1,z1], h: 0.5, cl1: [], cl: [], fo i:1 thu length(c1) step 4 o ( [t,theta,phi]: [c1[i][1],c6[i][],c7[i][]], x: h*sin(theta)*cos(phi), y: h*sin(theta)*sin(phi), z: h*cos(theta), /*pint(t,x,y,z),*/ [theta,phi,]: [c8[i][],c9[i][],c10[i][]], x1: *sin(theta)*cos(phi), y1: *sin(theta)*sin(phi), z1: *cos(theta), /*pint(t,x,y,z),*/ cl: appen(cl, [[x1,y1,z1]]), cl1: appen(cl1, [[x+x1,y+y1,z+z1]]) )/*, etun(cl1,cl)*/))$ (%i70) tansf()$ c1: points(cl1)$ c: points(cl)$ (%i71) wxaw3(use_peamble="set ticslevel 0", zange=[-0.4,0.4],line_wi view=[76, 8], c, colo=e, c1)$ 0 eos, 0 wanings (%t71)

Gyroscope free falling with R

Gyroscope free falling with R 369(1b.wxm 1 / 13 Gyroscope free falling with R (%i1 kill(all; (%o0 one 1 Coorinates (%i1 epens([x,y,theta,phi,psi,r,v,t,u,l,phi,omega],t; (%o1 [x( t,y( t,( t,'( t,( t,r( t,v( t,t( t,u( t,l( t,phi( t,

More information

Milankowitch Cycles. 1 Coordinates. 2 Rotation matrix of Eulerian angles. (%i1) kill(all); (%o0) done

Milankowitch Cycles. 1 Coordinates. 2 Rotation matrix of Eulerian angles. (%i1) kill(all); (%o0) done 369(9-rot.wxm 1 / 1 Milankowitch Cycles (%i1 kill(all; (%o one 1 Coorinates (%i1 epens([x,y,theta,phi,psi,theta_1,t,u,l,r,omega],t; (%o1 [x( t,y( t,( t,'( t,( t, 1 ( t,t( t,u( t,l( t,r( t,!( t ] (%i e_r:

More information

Gyroscope with variable R

Gyroscope with variable R 369(1a).wxm 1 / 11 Gyroscope with variable R (%i1) (%o0) kill(all); one 1 Coorinates (%i1) (%o1) t],!() epens([x,y,theta,phi,psi,r,v,t,u,l,phi,omega],t); t,y() t,ò() t,'() t,é() t,r() t,v() t,t() t,u()

More information

? D. 3 x 2 2 y. D Pi r ^ 2 h, r. 4 y. D 3 x ^ 3 2 y ^ 2, y, y. D 4 x 3 y 2 z ^5, z, 2, y, x. This means take partial z first then partial x

? D. 3 x 2 2 y. D Pi r ^ 2 h, r. 4 y. D 3 x ^ 3 2 y ^ 2, y, y. D 4 x 3 y 2 z ^5, z, 2, y, x. This means take partial z first then partial x PartialsandVectorCalclulus.nb? D D f, x gives the partial derivative f x. D f, x, n gives the multiple derivative n f x n. D f, x, y, differentiates f successively with respect to x, y,. D f, x, x 2, for

More information

Warning, the protected names norm and trace have been redefined and unprotected

Warning, the protected names norm and trace have been redefined and unprotected 22M:28 Spring 5 J. Simon An example of computing a triple integral with several coordinate systems > > with(plots):with(linalg): Warning, the name changecoords has been redefined Warning, the protected

More information

1 Equation set of 7 equations

1 Equation set of 7 equations 380(4).wxm 1 / 8 (%i1) kill(all); (%o0) one (%i1) cross(a,b) := [a[2]*b[3] - a[3]*b[2], a[3]*b[1] - a[1]*b[3], a[1]*b[2] - a[2]*b[1]]; (%o1) cross( a,b ):=[a 2 b 3 a 3 b 2,a 3 b 1 a 1 b 3,a 1 b 2 a 2 b

More information

System of Particles: Center-of-Mass

System of Particles: Center-of-Mass System of Paticles: Cente-of-ass The cente-of-mass of a system of paticles is the point that moes as though () all of the systems mass wee concentated thee and () all etenal foces wee applied thee. Location

More information

1. The Subterranean Brachistochrone

1. The Subterranean Brachistochrone 1 1. The Subteanean Bachistochone A Bachistochone is a fictionless tack that connects two locations and along which an object can get fom the fist point to the second in minimum time unde only the action

More information

AN ERROR ANALYSIS OF 3-D ELECTROMAGNETIC TRACKERS. A Dissertation Presented. Katherine Gallo. The Faculty of the Graduate College

AN ERROR ANALYSIS OF 3-D ELECTROMAGNETIC TRACKERS. A Dissertation Presented. Katherine Gallo. The Faculty of the Graduate College AN ERROR ANALYSIS OF 3-D ELECTROMAGNETIC TRACKERS A Dissertation Presented by Katherine Gallo to The Faculty of the Graduate College of The University of Vermont In Partial Fullfillment of the Requirements

More information

of Technology: MIT OpenCourseWare). (accessed MM DD, YYYY). License: Creative Commons Attribution- Noncommercial-Share Alike.

of Technology: MIT OpenCourseWare).   (accessed MM DD, YYYY). License: Creative Commons Attribution- Noncommercial-Share Alike. MIT OpenCouseWae http://ocw.mit.eu 6.013/ESD.013J Electomagnetics an Applications, Fall 005 Please use the following citation fomat: Makus Zahn, Eich Ippen, an Davi Staelin, 6.013/ESD.013J Electomagnetics

More information

Principles of multiple scattering in the atmosphere. Radiative transfer equation with scattering for solar radiation in a plane-parallel atmosphere.

Principles of multiple scattering in the atmosphere. Radiative transfer equation with scattering for solar radiation in a plane-parallel atmosphere. Lectue 7 incipes of utipe scatteing in the atosphee. Raiative tansfe equation with scatteing fo soa aiation in a pane-paae atosphee. Objectives:. Concepts of the iect an iffuse scattee soa aiation.. Souce

More information

Jackson, Classical Electrodynamics, Section 14.8 Thomson Scattering of Radiation

Jackson, Classical Electrodynamics, Section 14.8 Thomson Scattering of Radiation High Energy Cross Sections by Monte Carlo Quadrature Thomson Scattering in Electrodynamics Jackson, Classical Electrodynamics, Section 14.8 Thomson Scattering of Radiation Jackson Figures 14.17 and 14.18:

More information

Review for 2 nd Midterm

Review for 2 nd Midterm Review fo 2 nd Midtem Midtem-2! Wednesday Octobe 29 at 6pm Section 1 N100 BCC (Business College) Section 2 158 NR (Natual Resouces) Allowed one sheet of notes (both sides) and calculato Coves Chaptes 27-31

More information

Exam 3: Equation Summary

Exam 3: Equation Summary MAACHUETT INTITUTE OF TECHNOLOGY Depatment of Physics Physics 8. TEAL Fall Tem 4 Momentum: p = mv, F t = p, Fext ave t= t f t = Exam 3: Equation ummay = Impulse: I F( t ) = p Toque: τ =,P dp F P τ =,P

More information

Homework Set 3 Physics 319 Classical Mechanics

Homework Set 3 Physics 319 Classical Mechanics Homewok Set 3 Phsics 319 lassical Mechanics Poblem 5.13 a) To fin the equilibium position (whee thee is no foce) set the eivative of the potential to zeo U 1 R U0 R U 0 at R R b) If R is much smalle than

More information

$ i. !((( dv vol. Physics 8.02 Quiz One Equations Fall q 1 q 2 r 2 C = 2 C! V 2 = Q 2 2C F = 4!" or. r ˆ = points from source q to observer

$ i. !((( dv vol. Physics 8.02 Quiz One Equations Fall q 1 q 2 r 2 C = 2 C! V 2 = Q 2 2C F = 4! or. r ˆ = points from source q to observer Physics 8.0 Quiz One Equations Fall 006 F = 1 4" o q 1 q = q q ˆ 3 4" o = E 4" o ˆ = points fom souce q to obseve 1 dq E = # ˆ 4" 0 V "## E "d A = Q inside closed suface o d A points fom inside to V =

More information

Notes for the standard central, single mass metric in Kruskal coordinates

Notes for the standard central, single mass metric in Kruskal coordinates Notes fo the stana cental, single mass metic in Kuskal cooinates I. Relation to Schwazschil cooinates One oiginally elates the Kuskal cooinates to the Schwazschil cooinates in the following way: u = /2m

More information

1. State the amplitude and period for the function y = -3 sin 3. 3 * theta = 2* pi (Because, 2*pi is period for sine function

1. State the amplitude and period for the function y = -3 sin 3. 3 * theta = 2* pi (Because, 2*pi is period for sine function Unit 4 Review 1. State the amplitude and period for the function y = -3 sin 3. Amplitude: 3 (Always a positive quanitity) 3 * theta = 2* pi (Because, 2*pi is period for sine function theta = pi * (2/3)

More information

PHYS Dynamics of Space Vehicles

PHYS Dynamics of Space Vehicles PHYS 4110 - Dynamics of Space Vehicles Chapte 3: Two Body Poblem Eath, Moon, Mas, and Beyond D. Jinjun Shan, Pofesso of Space Engineeing Depatment of Eath and Space Science and Engineeing Room 55, Petie

More information

Particle Systems. University of Texas at Austin CS384G - Computer Graphics Fall 2010 Don Fussell

Particle Systems. University of Texas at Austin CS384G - Computer Graphics Fall 2010 Don Fussell Paticle Systems Univesity of Texas at Austin CS384G - Compute Gaphics Fall 2010 Don Fussell Reading Requied: Witkin, Paticle System Dynamics, SIGGRAPH 97 couse notes on Physically Based Modeling. Witkin

More information

Marine Hydrodynamics Prof.TrilochanSahoo Department of Ocean Engineering and Naval Architecture Indian Institute of Technology, Kharagpur

Marine Hydrodynamics Prof.TrilochanSahoo Department of Ocean Engineering and Naval Architecture Indian Institute of Technology, Kharagpur Marine Hydrodynamics Prof.TrilochanSahoo Department of Ocean Engineering and Naval Architecture Indian Institute of Technology, Kharagpur Lecture - 10 Source, Sink and Doublet Today is the tenth lecture

More information

MOLECULES. ENERGY LEVELS electronic vibrational rotational

MOLECULES. ENERGY LEVELS electronic vibrational rotational MOLECULES BONDS Ionic: closed shell (+) or open shell (-) Covalent: both open shells neutral ( share e) Other (skip): van der Waals (He-He) Hydrogen bonds (in DNA, proteins, etc) ENERGY LEVELS electronic

More information

Di erential equations

Di erential equations Chapter 2 Di erential equations In the second part of the semester, we develop skills in building models relevant to the Earth, Atmospheric, Oceanic and Planetary Sciences. In particular, di erential equations

More information

. ) f. i J f. q!!;."" ~ ~ i. ~ Jl j. v ~ "' y; f:j. f' ~ ~ lj ~ e~ 1 t;i' c! f{ 1 tl. ~), jl ( 1 3 ~ ~ /' h 'I. ~ - ~; ~ / jcd-j 1 ~ ~ 1~ ~ ...

. ) f. i J f. q!!;. ~ ~ i. ~ Jl j. v ~ ' y; f:j. f' ~ ~ lj ~ e~ 1 t;i' c! f{ 1 tl. ~), jl ( 1 3 ~ ~ /' h 'I. ~ - ~; ~ / jcd-j 1 ~ ~ 1~ ~ ... {I I _j'..j 1...J r; tl,, tl r t 0. 5 t f j J J _.. /; 4 1 j 'J J r v, 1 1 1 j tl 1 1 I :1 I),.1 (1 1 r- ' 1f.t j q!!;."" J,...Y' 3 1.:f,., v "' C> ' ev J\ j A D d l d. ) f q { j j < / ( 1 i i J f rjl

More information

AMM PBL Members: Chin Guan Wei p Huang Pengfei p Lim Wilson p Yap Jun Da p Class: ME/MS803M/AM05

AMM PBL Members: Chin Guan Wei p Huang Pengfei p Lim Wilson p Yap Jun Da p Class: ME/MS803M/AM05 AMM PBL Membes: Chin Guan Wei p3674 Huang Pengfei p36783 Lim Wilson p36808 Yap Jun Da p36697 Class: MEMS803MAM05 The common values that we use ae: G=6.674 x 0 - m 3 kg - s - Radius of Eath ()= 637km [Fom

More information

FOLDS (I) A Flexure (deformation-induced curvature) in rock (esp. layered) B All kinds of rocks can be folded, even granites

FOLDS (I) A Flexure (deformation-induced curvature) in rock (esp. layered) B All kinds of rocks can be folded, even granites GG303 Lectue 26 8/19/05 1 FOLDS (I) I II Main Topics A What is a fold? B Fold geomety C Fold teminology and classification What is a fold? A Flexue (defomation-induced cuvatue) in ock (esp. layeed) B All

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.685 Electric Machines Problem Set Solutions September 17, 5 Problem 1: First, note that λ 1 = L 1 i 1 +

More information

Physical Chemistry II (Chapter 4 1) Rigid Rotor Models and Angular Momentum Eigenstates

Physical Chemistry II (Chapter 4 1) Rigid Rotor Models and Angular Momentum Eigenstates Physical Chemisty II (Chapte 4 ) Rigid Roto Models and Angula Momentum Eigenstates Tae Kyu Kim Depatment of Chemisty Rm. 30 (tkkim@pusan.ac.k) http://cafe.nave.com/moneo76 SUMMAR CHAPTER 3 A simple QM

More information

( ) ( ) Review of Force. Part 1, Topic 1 Force Fields. Dr. Sven Achenbach - based on a script by Dr. Eric Salt - Outline. Review of Force. F r.

( ) ( ) Review of Force. Part 1, Topic 1 Force Fields. Dr. Sven Achenbach - based on a script by Dr. Eric Salt - Outline. Review of Force. F r. S. Achenbach: PHYS 55 (Pat, Topic ) Handouts p. Review of Foce Univesity of Saskatchewan Undegaduate Couse Phys 55 Intoduction to Electicity and Magnetism Basics F o F v denotes foce it is a thee dimensional

More information

AY 7A - Fall 2010 Section Worksheet 2 - Solutions Energy and Kepler s Law

AY 7A - Fall 2010 Section Worksheet 2 - Solutions Energy and Kepler s Law AY 7A - Fall 00 Section Woksheet - Solutions Enegy and Keple s Law. Escape Velocity (a) A planet is obiting aound a sta. What is the total obital enegy of the planet? (i.e. Total Enegy = Potential Enegy

More information

Chapter 2: Basic Physics and Math Supplements

Chapter 2: Basic Physics and Math Supplements Chapte 2: Basic Physics and Math Supplements Decembe 1, 215 1 Supplement 2.1: Centipetal Acceleation This supplement expands on a topic addessed on page 19 of the textbook. Ou task hee is to calculate

More information

Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras

Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras Dynamics of Ocean Structures Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras Lecture 25 Continuous System In the last class, in this, we will

More information

UNIT II - REVIEW EQUILIBRIA. Part I - Multiple Choice. 1. In which of the following does the entropy decrease?

UNIT II - REVIEW EQUILIBRIA. Part I - Multiple Choice. 1. In which of the following does the entropy decrease? CHEMISTRY 12 UNIT II - REVIEW EQUILIBRIA Part I - Multiple Choice 1. In which of the following does the entropy decrease? A. NaCl (s) Na + (aq) + Cl (aq) B. 4 NO (g) + 6 H 2 O (g) 4 NH 3 (g) + 5 O 2 (g)

More information

% ionic character = {1 exp 0.25 X 2

% ionic character = {1 exp 0.25 X 2 Pactice Poblems Set I MIME6 P1. Calculate the faction of bonding of MgO that is ionic (use the figue below). : % ionic chaacte = {1 exp.5 X A X } 1 Electonegativities of Mg and O ae 1. and 3.5 espectively.

More information

FI 2201 Electromagnetism

FI 2201 Electromagnetism F Eectomagnetism exane. skana, Ph.D. Physics of Magnetism an Photonics Reseach Goup Magnetostatics MGNET VETOR POTENTL, MULTPOLE EXPNSON Vecto Potentia Just as E pemitte us to intouce a scaa potentia V

More information

c) (6) Assuming the tires do not skid, what coefficient of static friction between tires and pavement is needed?

c) (6) Assuming the tires do not skid, what coefficient of static friction between tires and pavement is needed? Geneal Physics I Exam 2 - Chs. 4,5,6 - Foces, Cicula Motion, Enegy Oct. 10, 2012 Name Rec. Inst. Rec. Time Fo full cedit, make you wok clea to the gade. Show fomulas used, essential steps, and esults with

More information

Supernova Neutrino Directionality

Supernova Neutrino Directionality Supernova Neutrino Directionality Fan Zhang April 25, 2016 Subject: Senior Thesis Date Performed: Jan 2015 to Apr 2016 Instructor: Prof. Kate Scholberg Defense Committee: Prof. Kate Scholberg Prof. Roxanne

More information

Problem (a) θ 0 = 0

Problem (a) θ 0 = 0 Problem 4.1.11 (a) θ 0 = 0 Beam Pattern: 3 For circular symmetric beam pattern, the weights a nm are given by ( ψ R J 1 ψ R n ) + m a(n, m) = π n + m In order to be consistent with Problem 4.1.5, we take

More information

Physics C Rotational Motion Name: ANSWER KEY_ AP Review Packet

Physics C Rotational Motion Name: ANSWER KEY_ AP Review Packet Linea and angula analogs Linea Rotation x position x displacement v velocity a T tangential acceleation Vectos in otational motion Use the ight hand ule to detemine diection of the vecto! Don t foget centipetal

More information

RIKEN Nishina Center for Acceletor based Science 1

RIKEN Nishina Center for Acceletor based Science 1 Rabindanath Tago C. V. Raman 6-Ma-4 RIKEN Nishina Cente fo Acceleto based Science Bijay K. Agawal Saha Institute of Nuclea Physics Kolkata, India 6-Ma-4 RIKEN Nishina Cente fo Acceleto based Science Outline

More information

(read nabla or del) is defined by, k. (9.7.1*)

(read nabla or del) is defined by, k. (9.7.1*) 9.7 Gadient of a scala field. Diectional deivative Some of the vecto fields in applications can be obtained fom scala fields. This is vey advantageous because scala fields can be handled moe easily. The

More information

Interatomic Forces. Overview

Interatomic Forces. Overview Inteatomic Foces Oveview an de Walls (shot ange ~1/ 6, weak ~0.010.1 e) Ionic (long ange, ~1/, stong ~510 e) Metallic (no simple dependence, ~0.1e) Covalent (no simple dependence, diectional,~3 e) Hydogen

More information

Molecular Energy Changes During a Reaction

Molecular Energy Changes During a Reaction Reation Kinetis Moleula Enegy Changes Duing a Reation Chemial Enegy of Speies E xn E* +BP E* P+B Moleules above this enegy level (defined somewhat abitaily) ae alled ativated omplexes Poduts Reatants Pogession

More information

Department of Chemistry

Department of Chemistry West Virginia University Department of Chemistry rganic Division April 4 th, 2012 Cumulative Exam # 378 X. Michael Shi rganic Cumulative Examination #378 ame Question # 1 (29 points): Question # 2 (34

More information

Physics 114 Exam 1 Fall 2016

Physics 114 Exam 1 Fall 2016 Physics 114 Exam 1 Fall 2016 Name: For grading purposes (do not write here): Question 1. 1. 2. 2. 3. 3. Problem Answer each of the following questions and each of the problems. Points for each question

More information

Momentum is conserved if no external force

Momentum is conserved if no external force Goals: Lectue 13 Chapte 9 v Employ consevation of momentum in 1 D & 2D v Examine foces ove time (aka Impulse) Chapte 10 v Undestand the elationship between motion and enegy Assignments: l HW5, due tomoow

More information

( ) ( ) 1.4 m ( ) Section 3.2: Centripetal Acceleration Tutorial 1 Practice, page Given: r = 25 km = m; v = 50.0 m/s. Required: a!

( ) ( ) 1.4 m ( ) Section 3.2: Centripetal Acceleration Tutorial 1 Practice, page Given: r = 25 km = m; v = 50.0 m/s. Required: a! Section 3.2: Centipetal Acceleation Tutoial 1 Pactice, page 118 1. Given: 25 km 2.5 10 4 m; v 50.0 m/s Requied: Analysis: Solution: ( 50.0 m/s) 2 2.5!10 4 m 0.10 m/s 2 Statement: The magnitude of the centipetal

More information

Momentum and Collisions

Momentum and Collisions SOLUTIONS TO PROBLES Section 8. P8. m 3.00 kg, (a) omentum and Collisions Linea omentum and Its Consevation v ( 3.00î 4.00ĵ ) m s p mv ( 9.00î.0ĵ ) kg m s Thus, p x 9.00 kg m s and p y.0 kg m s. p p x

More information

Lecture 19: Calculus of Variations II - Lagrangian

Lecture 19: Calculus of Variations II - Lagrangian Lecture 19: Calculus of Variations II - Lagrangian 1. Key points Lagrangian Euler-Lagrange equation Canonical momentum Variable transformation Maple VariationalCalculus package EulerLagrange 2. Newton's

More information

(3.1) Module 1 : Atomic Structure Lecture 3 : Angular Momentum. Objectives In this Lecture you will learn the following

(3.1) Module 1 : Atomic Structure Lecture 3 : Angular Momentum. Objectives In this Lecture you will learn the following Module 1 : Atomic Structure Lecture 3 : Angular Momentum Objectives In this Lecture you will learn the following Define angular momentum and obtain the operators for angular momentum. Solve the problem

More information

Mathematics Review Exercises. (answers at end)

Mathematics Review Exercises. (answers at end) Brock University Physics 1P21/1P91 Mathematics Review Exercises (answers at end) Work each exercise without using a calculator. 1. Express each number in scientific notation. (a) 437.1 (b) 563, 000 (c)

More information

a) Write the expression for the equilibrium constant, K eq

a) Write the expression for the equilibrium constant, K eq Chemistry 12 K eq Calculations Worksheet Name: Date: Block: 1. Given the equilibrium equation below: A 2(g) + B 2(g) 2AB (g) If, at equilibrium, the concentrations are as follows: [A 2] = 3.45 M, [B 2]

More information

Exam 3: Equation Summary

Exam 3: Equation Summary MAACHUETT INTITUTE OF TECHNOLOGY Depatment of Physics Physics 8. TEAL Fall Tem 4 Momentum: p = mv, F t = p, Fext ave t= t f t = Exam 3: Equation ummay = Impulse: I F( t ) = p Toque: τ =,P dp F P τ =,P

More information

Math 209 Assignment 9 Solutions

Math 209 Assignment 9 Solutions Math 9 Assignment 9 olutions 1. Evaluate 4y + 1 d whee is the fist octant pat of y x cut out by x + y + z 1. olution We need a paametic epesentation of the suface. (x, z). Now detemine the nomal vecto:

More information

Quantum Mechanics for Scientists and Engineers. David Miller

Quantum Mechanics for Scientists and Engineers. David Miller Quantum Mechanics for Scientists and Engineers David Miller Background mathematics Basic mathematical symbols Elementary arithmetic symbols Equals Addition or plus 3 5 Subtraction, minus or less 3 or Multiplication

More information

Basic Quantum Mechanics Prof. Ajoy Ghatak Department of Physics Indian Institute of Technology, Delhi

Basic Quantum Mechanics Prof. Ajoy Ghatak Department of Physics Indian Institute of Technology, Delhi Basic Quantum Mechanics Prof. Ajoy Ghatak Department of Physics Indian Institute of Technology, Delhi Module No. # 05 The Angular Momentum I Lecture No. # 02 The Angular Momentum Problem (Contd.) In the

More information

EMPORIUM H O W I T W O R K S F I R S T T H I N G S F I R S T, Y O U N E E D T O R E G I S T E R.

EMPORIUM H O W I T W O R K S F I R S T T H I N G S F I R S T, Y O U N E E D T O R E G I S T E R. H O W I T W O R K S F I R S T T H I N G S F I R S T, Y O U N E E D T O R E G I S T E R I n o r d e r t o b u y a n y i t e m s, y o u w i l l n e e d t o r e g i s t e r o n t h e s i t e. T h i s i s

More information

Kinetic energy. Analytical Mechanics: Link Mechanisms. Kinetic energy. Agenda. Kinematics of two link open mechanism.

Kinetic energy. Analytical Mechanics: Link Mechanisms. Kinetic energy. Agenda. Kinematics of two link open mechanism. Analtical Mechanics: Link Mechanisms Shinichi Hirai Dept. Robotics, Ritsumeikan Univ. Kinetic energ velocit of the center of mass of link : angular velocit of link : kinetic energ of link : ẋ c l c θ S

More information

Pendulum in Orbit. Kirk T. McDonald Joseph Henry Laboratories, Princeton University, Princeton, NJ (December 1, 2017)

Pendulum in Orbit. Kirk T. McDonald Joseph Henry Laboratories, Princeton University, Princeton, NJ (December 1, 2017) 1 Poblem Pendulum in Obit Kik T. McDonald Joseph Heny Laboatoies, Pinceton Univesity, Pinceton, NJ 08544 (Decembe 1, 2017) Discuss the fequency of small oscillations of a simple pendulum in obit, say,

More information

Charged particle motion in magnetic field

Charged particle motion in magnetic field Chaged paticle otion in agnetic field Paticle otion in cued agnetic fieldlines We diide the equation of otion into a elocity coponent along the agnetic field and pependicula to the agnetic field. Suppose

More information

CS 475 / CS 675 Computer Graphics

CS 475 / CS 675 Computer Graphics Pojectos CS 475 / CS 675 Compute Gaphics Lectue 6 : Viewing Cente of Pojection Object Image Plane o Pojection Plane Othogaphic Pojection Pojectos Cente of Pojection? Object Tue sie o shape fo lines Fo

More information

Homework Set 4 Physics 319 Classical Mechanics. m m k. x, x, x, x T U x x x x l 2. x x x x. x x x x

Homework Set 4 Physics 319 Classical Mechanics. m m k. x, x, x, x T U x x x x l 2. x x x x. x x x x Poble 78 a) The agangian i Hoewok Set 4 Phyic 319 Claical Mechanic k b) In te of the cente of a cooinate an x x1 x x1 x xc x x x x x1 xc x xc x x x x x1 xc x xc x, x, x, x T U x x x x l 1 1 1 1 1 1 1 1

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.685 Electric Machines Problem Set solutions September 8, 3 e dλ dt Problem : Torque is, for this system,

More information

Classification and Ordering of Portfolios and of New Insured Unities of Risks

Classification and Ordering of Portfolios and of New Insured Unities of Risks Classification and Odeing of Potfolios and of New Insued Unities of Risks Augusto Feddi, Giulia Sagenti Univesity of Rome La Sapienza Depatment of Actuaial and Financial Sciences 36th Intenational ASTIN

More information

Unit 4 Example Review. 1. Question: a. [A] b. [B] c. [C] d. [D]

Unit 4 Example Review. 1. Question: a. [A] b. [B] c. [C] d. [D] Unit 4 Example Review 1. Question: Answer: When the line is wrapped around the circle, the length of the line will be equal to the length of the arc that is formed by the wrap starting from the point (1,0)

More information

Fluid Mechanics Prof. T. I. Eldho Department of Civil Engineering Indian Institute of Technology, Bombay

Fluid Mechanics Prof. T. I. Eldho Department of Civil Engineering Indian Institute of Technology, Bombay Fluid Mechanics Prof. T. I. Eldho Department of Civil Engineering Indian Institute of Technology, Bombay Lecture No. # 35 Boundary Layer Theory and Applications Welcome back to the video course on fluid

More information

DESCRIPTION OF SPIN ORBIT INTERACTION WITH x THEORY AND WITH ECKARDT QUANTIZATION. M. W. Evans and H. Eckardt, Civil List, AlAS and UPITEC

DESCRIPTION OF SPIN ORBIT INTERACTION WITH x THEORY AND WITH ECKARDT QUANTIZATION. M. W. Evans and H. Eckardt, Civil List, AlAS and UPITEC DESCRIPTION OF SPIN ORBIT INTERACTION WITH x THEORY AND WITH ECKARDT QUANTIZATION. by M. W. Evans and H. Eckardt, Civil List, AlAS and UPITEC (www.webarchive.org.uk,, www.aias.us, www.upitec.org, \VWW.atomicprecision.com

More information

The Elastic Pi Problem

The Elastic Pi Problem The Elastic Pi Problem Jacob Bien August 8, 010 1 The problem Two balls of mass m 1 and m are beside a wall. Mass m 1 is positioned between m and the wall and is at rest. Mass m is moving with velocity

More information

Theoretical Competition:Solution Question 1 Page 1 of 8. I. Solution Q1_THEORY_SOLUTION_1700_SENT_TO_LEADER.DOCX. r 2. r 1

Theoretical Competition:Solution Question 1 Page 1 of 8. I. Solution Q1_THEORY_SOLUTION_1700_SENT_TO_LEADER.DOCX. r 2. r 1 Q_THEOY_SOLUTION_7_SENT_TO_LEADE.DOCX Theoetical Competition:Solution Question Page of 8 I. Solution M O m. Let O be thei cente of mass. Hence M m () m M GMm GMm () G M m Fom Eq. (), o using educed mass,

More information

( ) ( ) Last Time. 3-D particle in box: summary. Modified Bohr model. 3-dimensional Hydrogen atom. Orbital magnetic dipole moment

( ) ( ) Last Time. 3-D particle in box: summary. Modified Bohr model. 3-dimensional Hydrogen atom. Orbital magnetic dipole moment Last Time 3-dimensional quantum states and wave functions Couse evaluations Tuesday, Dec. 9 in class Deceasing paticle size Quantum dots paticle in box) Optional exta class: eview of mateial since Exam

More information

ME352 Project 4. Internal Combustion Engine Analysis. Jeremy Bourque Lab Division 9 April 24 th, 2018

ME352 Project 4. Internal Combustion Engine Analysis. Jeremy Bourque Lab Division 9 April 24 th, 2018 ME352 Project 4 Internal Combustion Engine Analysis Jeremy Bourque Lab Division 9 April 24 th, 2018 Summary of Report This project aims to model an internal combustion engine from a lawnmower as a slidercrank

More information

Linear and Nonlinear Properties of Pancharatnam s Phase in Polarization Optics. Hyrum Richardson

Linear and Nonlinear Properties of Pancharatnam s Phase in Polarization Optics. Hyrum Richardson Linear and Nonlinear Properties of Pancharatnam s Phase in Polarization Optics Hyrum Richardson A senior thesis submitted to the faculty of Brigham Young University in partial fulfillment of the requirements

More information

Easy. r p 2 f : r p 2i. r p 1i. r p 1 f. m blood g kg. P8.2 (a) The momentum is p = mv, so v = p/m and the kinetic energy is

Easy. r p 2 f : r p 2i. r p 1i. r p 1 f. m blood g kg. P8.2 (a) The momentum is p = mv, so v = p/m and the kinetic energy is Chapte 8 Homewok Solutions Easy P8. Assume the velocity of the blood is constant ove the 0.60 s. Then the patient s body and pallet will have a constant velocity of 6 0 5 m 3.75 0 4 m/ s 0.60 s in the

More information

Mechanics Physics 151

Mechanics Physics 151 Mechanics Physics 151 Lectue 5 Cental Foce Poblem (Chapte 3) What We Did Last Time Intoduced Hamilton s Pinciple Action integal is stationay fo the actual path Deived Lagange s Equations Used calculus

More information

Application 10.5D Spherical Harmonic Waves

Application 10.5D Spherical Harmonic Waves Applicatio 10.5D Spherical Haroic Waves I probles ivolvig regios that ejoy spherical syetry about the origi i space, it is appropriate to use spherical coordiates. The 3-diesioal Laplacia for a fuctio

More information

Practice Exam 1 (with solutions)

Practice Exam 1 (with solutions) Practice Exam 1 (with solutions) Multiple Choice Identify the choice that best completes the statement or answers the question. 1. The quantity with the same units as force times time, Ft, with dimensions

More information

Rainich-type Conditions for Null Electrovacuum Spacetimes I

Rainich-type Conditions for Null Electrovacuum Spacetimes I Rainich-type Conditions fo Null Electovacuum Spacetimes I Synopsis In this woksheet I descibe local Rainich-type conditions on a spacetime geomety which ae necessay and sufficient fo the existence of a

More information

Application Force Planck has two bars. Application Force Planck two rods (or two bars)

Application Force Planck has two bars. Application Force Planck two rods (or two bars) Application Force Planck has two bars Application Force Planck two rods (or two bars) Planck force that we know is a force that can represented a gravitational force between two spherical masses, but you

More information

CAREER POINT TARGET IIT JEE CHEMISTRY, MATHEMATICS & PHYSICS HINTS & SOLUTION (B*) (C*) (D) MeMgBr 9. [A, D]

CAREER POINT TARGET IIT JEE CHEMISTRY, MATHEMATICS & PHYSICS HINTS & SOLUTION (B*) (C*) (D) MeMgBr 9. [A, D] CAREER PINT TARGET IIT JEE CEMISTRY, MATEMATICS & PYSICS RS -- I -A INTS & SLUTIN CEMISTRY Section I n +. [B] C n n + n + nc + (n + ) V 7 n + (n + ) / 7 n VC 4 n 4 alkane is C 6 a.[a] P + (v b) RT V at

More information

1. Describe the changes in reactant and product concentration as equilibrium is approached.

1. Describe the changes in reactant and product concentration as equilibrium is approached. Web Review 1. Describe the changes in reactant and product concentration as equilibrium is approached. 2. Describe the changes in the forward and the reverse rates as equilibrium is approached. 3. State

More information

Particle in a 3 Dimensional Box just extending our model from 1D to 3D

Particle in a 3 Dimensional Box just extending our model from 1D to 3D CHEM 2060 Lecture 20: Particle in a 3D Box; H atom L20-1 Particle in a 3 Dimensional Box just extending our model from 1D to 3D A 3D model is a step closer to reality than a 1D model. Let s increase the

More information

Calculations Involving the Equilibrium Constant K eq )

Calculations Involving the Equilibrium Constant K eq ) Calculations Involving the Equilibrium Constant K eq ) 1. Given the equilibrium equation below: A 2(g) + B 2(g) 2AB (g) If, at equilibrium, the concentrations are as follows: [A 2 ] = 3.45 M, [B 2 ] =

More information

Unit 4 Example Review. 1. Question: a. [A] b. [B] c. [C] d. [D]

Unit 4 Example Review. 1. Question: a. [A] b. [B] c. [C] d. [D] Unit 4 Example Review 1. Question: Answer: When the line is wrapped around the circle, the length of the line will be equal to the length of the arc that is formed by the wrap starting from the point (1,0)

More information

Standing Wave Simple Theory

Standing Wave Simple Theory UIUC Physics 406POM Acustical Physics f Music/Musical Instruments Standing Wave Simple Thery In this example, we shw plts f acustic quantities assciated with the superpsitin f tw cunter-prpagating 1-D

More information

Chapter 9: Electrons in Atoms

Chapter 9: Electrons in Atoms General Chemistry Principles and Modern Applications Petrucci Harwood Herring 8 th Edition Chapter 9: Electrons in Atoms Philip Dutton University of Windsor, Canada N9B 3P4 Prentice-Hall 2002 Prentice-Hall

More information

Mon , (.12) Rotational + Translational RE 11.b Tues.

Mon , (.12) Rotational + Translational RE 11.b Tues. Mon..-.3, (.) Rotational + Tanlational RE.b Tue. EP0 Mon..4-.6, (.3) Angula Momentum & Toque RE.c Tue. Wed..7 -.9, (.) Toque EP RE.d ab Fi. Rotation Coue Eval.0 Quantization, Quiz RE.e Mon. Review fo Final

More information

Paramagnetic spin pumping with microwave magnetic fields

Paramagnetic spin pumping with microwave magnetic fields Paamagnetic spin pumping with micowave magnetic fields Steven M. Watts Physics of Nanodevices Mateials Science Cente Univesity of Goningen the Nethelands http://nanodevices.fmns.ug.nl/ s.watts@ug.nl Mesoscopic

More information

Chemical Engineering 436 Laplace Transforms (1)

Chemical Engineering 436 Laplace Transforms (1) Chemical Engineering 436 Laplace Transforms () Why Laplace Transforms?? ) Converts differential equations to algebraic equations- facilitates combination of multiple components in a system to get the total

More information

EE364 Review Session 4

EE364 Review Session 4 EE364 Review Session 4 EE364 Review Outline: convex optimization examples solving quasiconvex problems by bisection exercise 4.47 1 Convex optimization problems we have seen linear programming (LP) quadratic

More information

Electric Field. Electric Field & Potential. Comparing Fields. Find Fe. Electric field due to a single point-like charged object

Electric Field. Electric Field & Potential. Comparing Fields. Find Fe. Electric field due to a single point-like charged object 10/7/014 Electic Field Electic Field & Potential Physics 115 Eyes Foce pe Unit test chage: A Ratio F E = Fom Coulomb s Law q0byq q0 kqq E = q 0 0 kq E = Electic Fields Compaing Fields Gavitatial Fields

More information

Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras

Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Lecture - 6 Postulates of Quantum Mechanics II (Refer Slide Time: 00:07) In my last lecture,

More information

The discrete Fourier transform

The discrete Fourier transform 3 The discrete Fourier transform Page 1 3.1 Introduction Let f(t) be a function describing a physical process in the time domain. An equivalent representation of the process, F (ν), is possible in the

More information

Quantum Mechanics-I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras. Lecture - 21 Square-Integrable Functions

Quantum Mechanics-I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras. Lecture - 21 Square-Integrable Functions Quantum Mechanics-I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Lecture - 21 Square-Integrable Functions (Refer Slide Time: 00:06) (Refer Slide Time: 00:14) We

More information

Problem 1. Part b. Part a. Wayne Witzke ProblemSet #1 PHY 361. Calculate x, the expected value of x, defined by

Problem 1. Part b. Part a. Wayne Witzke ProblemSet #1 PHY 361. Calculate x, the expected value of x, defined by Poblem Pat a The nomal distibution Gaussian distibution o bell cuve has the fom f Ce µ Calculate the nomalization facto C by equiing the distibution to be nomalized f Substituting in f, defined above,

More information

b) (5) What is the magnitude of the force on the 6.0-kg block due to the contact with the 12.0-kg block?

b) (5) What is the magnitude of the force on the 6.0-kg block due to the contact with the 12.0-kg block? Geneal Physics I Exam 2 - Chs. 4,5,6 - Foces, Cicula Motion, Enegy Oct. 13, 2010 Name Rec. Inst. Rec. Time Fo full cedit, make you wok clea to the gade. Show fomulas used, essential steps, and esults with

More information

Monte Carlo Model of Comet Dust

Monte Carlo Model of Comet Dust Monte Carlo Model of Comet Dust Computational Physics Monte Carlo Model of Comet Dust Project 1 About Comets... Coma (Head) Dust Tail Ion Tail Nucleus 10^4-10^5 km 10^5-10^6 km 10^5-10^6 km 1 km All the

More information

Kinetic energy, work, and potential energy. Work, the transfer of energy: force acting through distance: or or

Kinetic energy, work, and potential energy. Work, the transfer of energy: force acting through distance: or or ENERGETICS So fa we have been studying electic foces and fields acting on chages. This is the dynamics of electicity. But now we will tun to the enegetics of electicity, gaining new insights and new methods

More information

Translation and Rotation Kinematics

Translation and Rotation Kinematics Tanslation and Rotation Kinematics Oveview: Rotation and Tanslation of Rigid Body Thown Rigid Rod Tanslational Motion: the gavitational extenal foce acts on cente-of-mass F ext = dp sy s dt dv total cm

More information

Chemical Equilibrium

Chemical Equilibrium Chemical Equilibrium What is equilibrium? Expressions for equilibrium constants, K eq ; Calculating K eq using equilibrium concentrations; Factors that affect equilibrium; Le Chatelier s Principle What

More information

ECE 6390 Homework 2: Look Angles

ECE 6390 Homework 2: Look Angles ECE 6390 Homework 2: Look Angles Solutions Problem 1: Numerical Analysis of Orbits The continuous time equations we start with are: r = r θ 2 GM p r 2 θ = 2ṙ θ r First, let our discrete representations

More information