Gyroscope free falling with R

Size: px
Start display at page:

Download "Gyroscope free falling with R"

Transcription

1 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, t ]! Potential energy (%i U: m*g*(h*cos(theta+r; h cos( +R (U g m 3 Lagrange function (%i3 T_rot: T: 1/*I[1]*(iff(phi,t^*sin(theta^+iff(theta,t^ +1/*I[3]*(iff(phi,t*cos(theta+iff(psi,t^; I 1 t + t ' I 3 t ' cos( + t (T_rot + (%i4 T_trans: 1/*m*iff(R+h*cos(theta,t^; m R h t t (T_trans (%i5 L: T_rot+T_trans-U; m R h t t I 1 (L + I 3 t ' cos( + t g m ( h cos( +R 4 Lagrange equations 4.1 theta equation t + t ' +

2 369(1b.wxm / 13 (%i6 D1: iff(l, iff(theta,t; (D1 I 1 h m t R h t t (%i7 E1: expan(ratsimp(iff(d1,t - iff(l,theta = 0; (E1 h m +I t 1 t +h m cos t I 1 t ' cos sin( +I 3 t ' cos sin( +I 3 t ' t g h m R h m sin( =0 t (%i8 E1a: solve(e1, iff(theta,t,; (E1a t = (h m cos ( I 3 I 1 t ' cos( +I 3 [ h m +I 1 ] 4. phi equation (%i9 D: iff(l, iff(phi,t; (D I 1 t ' +I 3 cos t + t ' t + g t ' cos t R h m sin( /( + t (%i10 E: expan(ratsimp(iff(d,t - iff(l,phi = 0; (E ( I 1 I 3 t ' cos I 3 t t +I 1 ' +I t 3 ' cos +I t 3 cos( =0 t (%i11 Ea: solve(e, iff(phi,t,; (Ea [ t '= ( I 1 I 3 t ' cos I 3 t t +I 3 t cos ] I 1 +I 3 cos 4.3 psi equation

3 369(1b.wxm 3 / 13 (%i1 D3: iff(l, iff(psi,t; (D3 I 3 + t ' cos t (%i13 E3: expan(ratsimp(iff(d3,t - iff(l,psi = 0; (E3 I 3 t ' t +I 3 ' cos( +I t 3 =0 t (%i14 E3a: solve(e3, iff(psi,t,; (E3a [ = t t ' t ' cos( ] t 4.4 R equation (%i15 D4: iff(l, iff(r,t; (D4 m R h t t (%i16 E4: expan(ratsimp(iff(d4,t - iff(l,r = 0; (E4 h m h m cos( t t +g m+ t R m=0 (%i17 E4a: solve(e4, iff(r,t,; (E4a [ R=h sin( +h cos( t t t g] 5 Lagrange equations with constants of motion (%i18 kill(l; (%o18 one 5.1 Rewriting the theta_otot equation (%i19 theta_a: ratsubst(theta_ot, iff(theta,t, rhs(first(e1a; (theta_a (sin( (cos t + g + I 1 I 3 t ' h m theta_ot I 3 t ' t R h m/(h m +I 1

4 369(1b.wxm 4 / 13 (%i0 theta_b: ratsubst(phi_ot, iff(phi,t, theta_a; (theta_b (h m cos theta_ot + I 3 phi_ot I 1 phi_ot cos( +I 3 phi_ot sin( /(h m +I 1 t + g (%i1 theta_c: ratsubst(psi_ot, iff(psi,t, theta_b; (theta_c (h m cos theta_ot + I 3 I 1 phi_ot cos( +I 3 phi_ot psi_ot + h m +I 1 t R h m g t R h m sin( /( (%i theta_: ratsubst(r_otot, iff(r,t,, theta_c; (theta_ (h m cos theta_ot + I 3 I 1 phi_ot cos h m +I 1 +I 3 phi_ot psi_ot + 5. Rewriting the R_otot equation (%i3 R_a: rhs(first(e4a; (R_a h +h cos( t t g (%i4 R_b: ratsubst(theta_ot, iff(theta,t, R_a; (R_b h cos theta_ot +h t g g R otot h m sin( /( (%i5 R_c: ratsubst(theta_otot, iff(theta,t,, R_b; (R_c h theta_otot+h cos theta_ot g 5.3 Solving for theta_otot an R_otot (%i6 GA: theta_otot = theta_; (GA theta_otot= (h m cos theta_ot + I 3 I 1 phi_ot cos g R otot h m sin( /( h m +I 1 (%i7 GB: R_otot = R_c; +I 3 phi_ot psi_ot + (GB R otot =h theta_otot+h cos theta_ot g

5 369(1b.wxm 5 / 13 (%i8 GC: solve([ga,gb], [theta_otot, R_otot]; ( I 1 I 3 phi_ot cos I 3 phi_ot psi_ot (GC [[theta_otot=, I 1 R otot =(I 1 h cos theta_ot + I 1 I 3 h phi_ot cos I 3 h phi_ot psi_ot I 1 g/ I 1 ]] 5.4 Preparing RHS (%i9 theta_otot: rhs(first(first(gc; I 1 I 3 phi_ot cos I 3 phi_ot psi_ot (theta_otot I 1 (%i30 R_otot: rhs(secon(first(gc; (R_otot (I 1 h cos theta_ot + I 1 I 3 h phi_ot cos I 3 h phi_ot psi_ot I 1 g/ I 1 (%i31 psi_ot: 1/I[3]*(L[psi]-I[3]*phi_ot*cos(theta; L I 3 phi_ot cos (psi_ot I 3 (%i3 phi_ot: (L[phi]-L[psi]*cos(theta/(I[1]*sin(theta^; L ' L cos (phi_ot I 1 (%i33 theta_ot: eta; (theta_ot (%i34 R_ot: v; (R_ot v 5.5 right-han sies of Lagrange equations, Hamilton form

6 369(1b.wxm 6 / 13 (%i40 Eq5: theta_otot /*= eta_ot*/; Eq5a: eta /*= theta_ot*/; Eq6: phi_ot; Eq7: psi_ot; Eq8: R_otot; /*= v_ot*/ Eq9: v; /*= R_ot*/ ( I 1 I 3 phi_ot cos I 3 phi_ot psi_ot (Eq5 (Eq5a (Eq6 L ' L cos I 1 (Eq7 L I 3 phi_ot cos I 3 I 1 (Eq8 (I 1 h cos theta_ot + I 1 I 3 h phi_ot cos I 3 h phi_ot psi_ot I 1 g/ I 1 (Eq9 v (%i41 str: [I[1]=0.5, I[3]=3., L[phi]=.8, L[psi]=, m=30, g=9.81, h=0.]; (str [I 1 =0.5,I 3 =3,L ' =0.8,L =,m=30,g =9.81,h=0.] (%i4 str: [I[1]=0.5, I[3]=4, L[phi]=1., L[psi]=3.8, m=10, g=9.81, h=0.] (str [I 1 =0.5,I 3 =4,L ' =1,L =3.8,m=10,g =9.81,h=0.]

7 369(1b.wxm 7 / 13 (%i48 Eq5aA: ev(eq5a, str, eval; Eq5A: ev(eq5, str, eval; Eq6A: ev(eq6, str, eval; Eq7A: ev(eq7, str, eval; Eq8A: ev(eq8, str, eval; Eq9A: ev(eq9, str, eval; (Eq5aA 0(Eq5A.0 ( cos ( cos( cos B cos A C cos (Eq6A (Eq7A.0 ( cos ( cos( cos (Eq8A.0 ( 1 ( cos ( cos( cos B A C.8 ( cos( cos cos (Eq9A v (%i49 s: rk([eq5a, Eq5aA, Eq6A, Eq7A, Eq8A, Eq9A], [eta, theta, phi, psi, v, R], [0, %pi/4, %pi/4, 0, 0, 0], [t,0,8,0.01]$ 5.6 Graphics (%i55 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$ 5.7 Plot theta, phi, psi

8 369(1b.wxm 8 / 13 (%i56 wxplot([[iscrete, c1], [iscrete, c]], [xlabel, "time"], [legen, "theta_{ot}", "theta"]$ (%t56 (%i57 wxplot([[iscrete, c3], [iscrete, c4]], [xlabel, "time"], [legen, "phi", "psi"]$ (%t57

9 369(1b.wxm 9 / 13 (%i58 wxplot([[iscrete, c5], [iscrete, c6]], [xlabel, "time"], [legen, "v", "R"]$ (%t Plot space curve of centre of mass (%i59 cl1: makelist([p[1],p[7],p[3],p[4]],p,s$ (%i61 cl1[1];cl1[length(cl1]; (%o60 [ 0.0, 0.0, , ] (%o61 [ 8.0, , , ] (%i6 transf(cl1 := ( block([i,t,h,r,theta,phi], cl: [], h: 0., for i:1 thru length(cl1 o ( [t,r,theta,phi]: cl1[i], x: h*sin(theta*cos(phi, y: h*sin(theta*sin(phi, z: h*cos(theta + R, /*print(t,x,y,z,*/ cl: appen(cl, [[x,y,z]], return(cl; (%o6 transf( cl1 :=block([i,t,h,r,,'],cl:[],h:0.,for i thru length( cl1 o ([t,r,,']:cl1 i,x:h cos( ',y:h sin( ',z :h cos( +R,cl:appen( cl,[[x,y,z]],return( cl

10 369(1b.wxm 10 / 13 (%i64 cl: transf(cl1$ cr: points(cl$ (%i65 wxraw3(line_with=,color=blue, view=[76, 8], cr$ 0 errors, 0 warnings (%t Plot angular velocities (%i66 omega[3]: ratsimp(ev(phi_ot*cos(theta+psi_ot; (%o66 L I 3 (%i67 omega[1]: phi_ot*sin(theta*sin(psi+theta_ot*cos(psi; (%o67 ( L ' L cos I 1 + cos (%i68 omega[]: phi_ot*sin(theta*cos(psi-theta_ot*sin(psi; (%o68 cos ( L ' L cos I 1

11 369(1b.wxm 11 / 13 (%i71 omeg1: ev(omega[1], str; omeg: ev(omega[], str; omeg3: ev(omega[3], str; cos (omeg1.0 cos cos (omeg (omeg (%i7 om1: om: om3: om4: []; (om1 [] + cos (%i73 for i:1 thru length(c1 o ( block([t], str1: [eta=c1[i][], theta=c[i][], phi=c3[i][], psi=c4[i][]] t: c1[i][1], om1: appen(om1, [[t, ev(omeg1, str1]], om: appen(om, [[t, ev(omeg, str1]], om3: appen(om3, [[t, ev(omeg3, str1]], om4: appen(om4, [[t, ev(sqrt(omeg1^+omeg^+omeg3^, str1]] /*print(t,om1[i],om[i],om3[i] */ ; (%o73 one (%i74 kill(y; (%o74 one

12 369(1b.wxm 1 / 13 (%i75 wxplot([[iscrete, om1], [iscrete, om], [iscrete, om3], [iscrete, om4]], [xlabel, "time"], [legen, "omega[1]", "omega[]", "omega[3]", " omega "]$ (%t Plot space curve of omega vector (%i76 cl1: makelist([p[1],10,p[3],p[4]],p,s$ (%i78 cl: []; for i:1 thru length(om1 o ( [x,y,z]: [om1[i][],om[i][],om3[i][]], /*print(t,x,y,z,*/ cl: appen(cl, [[x,y,z]] ; (cl [] (%o78 one (%i79 cr: points(cl$

13 369(1b.wxm 13 / 13 (%i80 wxraw3(line_with=,color=blue, cr$ (%t80 ;

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

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

Spinning top - represented by dumbbell

Spinning top - represented by dumbbell 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

More information

A L A BA M A L A W R E V IE W

A L A BA M A L A W R E V IE W A L A BA M A L A W R E V IE W Volume 52 Fall 2000 Number 1 B E F O R E D I S A B I L I T Y C I V I L R I G HT S : C I V I L W A R P E N S I O N S A N D TH E P O L I T I C S O F D I S A B I L I T Y I N

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

Bonding/Lewis Dots Lecture Page 1 of 12 Date. Bonding. What is Coulomb's Law? Energy Profile: Covalent Bonds. Electronegativity and Linus Pauling

Bonding/Lewis Dots Lecture Page 1 of 12 Date. Bonding. What is Coulomb's Law? Energy Profile: Covalent Bonds. Electronegativity and Linus Pauling Bonding/Lewis Dots Lecture Page 1 of 12 Date Bonding What is Coulomb's Law? Energy Profile: Covalent Bonds Electronegativity and Linus Pauling 2.1 H 1.0 Li 0.9 Na 0.8 K 0.8 Rb 0.7 Cs 0.7 Fr 1.5 Be 1.2

More information

P a g e 5 1 of R e p o r t P B 4 / 0 9

P a g e 5 1 of R e p o r t P B 4 / 0 9 P a g e 5 1 of R e p o r t P B 4 / 0 9 J A R T a l s o c o n c l u d e d t h a t a l t h o u g h t h e i n t e n t o f N e l s o n s r e h a b i l i t a t i o n p l a n i s t o e n h a n c e c o n n e

More information

XII-IC (C/F) : 11/12/ (i) m As per question, pulley to be considered as a circular disc. Angular acceleration of the pulley is

XII-IC (C/F) : 11/12/ (i) m As per question, pulley to be considered as a circular disc. Angular acceleration of the pulley is CDE REVISIN NARAYANA I I T / N E E T A C A D E M Y REVISIN TEST - 0 XII-IC (C/F) : //07..... 6. 7. 8. 9. 0........ PHYSICS 6. 7. 8. 9. 0...... 6. 7. 8. 9. 0...... 6. 7. 8. 9. 0...... CHEMISTRY 6. 7. 8.

More information

R e p u b lic o f th e P h ilip p in e s. R e g io n V II, C e n tra l V isa y a s. C ity o f T a g b ila ran

R e p u b lic o f th e P h ilip p in e s. R e g io n V II, C e n tra l V isa y a s. C ity o f T a g b ila ran R e p u b l f th e P h lp p e D e p rt e t f E d u t R e V, e tr l V y D V N F B H L ty f T b l r Ju ly, D V N M E M R A N D U M N. 0,. L T F E N R H G H H L F F E R N G F R 6 M P L E M E N T A T N T :,

More information

-"l" also contributes ENERGY. Higher values for "l" mean the electron has higher energy.

-l also contributes ENERGY. Higher values for l mean the electron has higher energy. 175 - Giving the four parameters will uniquely identify an electron around an atom. No two electrons in the same atom can share all four. These parameters are called QUANTUM NUMBERS. PRINCIPAL QUANTUM

More information

Rotation About a Fixed Axis

Rotation About a Fixed Axis 0 otation About a Fixed Axis ef: Hibbele 16.3, Bedfod & Fowle: Dynamics 9.1 Because dive motos ae outinely used, solving poblems dealing with otation about fixed axes is commonplace. The example used hee

More information

ORBITAL DIAGRAM - A graphical representation of the quantum number "map" of electrons around an atom.

ORBITAL DIAGRAM - A graphical representation of the quantum number map of electrons around an atom. 178 (MAGNETIC) SPIN QUANTUM NUMBER: "spin down" or "spin up" - An ORBITAL (region with fixed "n", "l" and "ml" values) can hold TWO electrons. ORBITAL DIAGRAM - A graphical representation of the quantum

More information

Phys 7221, Fall 2006: Homework # 5

Phys 7221, Fall 2006: Homework # 5 Phys 722, Fal006: Homewor # 5 Gabriela González October, 2006 Prob 3-: Collapse of an orbital system Consier two particles falling into each other ue to gravitational forces, starting from rest at a istance

More information

OH BOY! Story. N a r r a t iv e a n d o bj e c t s th ea t e r Fo r a l l a g e s, fr o m th e a ge of 9

OH BOY! Story. N a r r a t iv e a n d o bj e c t s th ea t e r Fo r a l l a g e s, fr o m th e a ge of 9 OH BOY! O h Boy!, was or igin a lly cr eat ed in F r en ch an d was a m a jor s u cc ess on t h e Fr en ch st a ge f or young au di enc es. It h a s b een s een by ap pr ox i ma t ely 175,000 sp ect at

More information

Spin Cut-off Parameter of Nuclear Level Density and Effective Moment of Inertia

Spin Cut-off Parameter of Nuclear Level Density and Effective Moment of Inertia Commun. Theor. Phys. (Beijing, China) 43 (005) pp. 709 718 c International Academic Publishers Vol. 43, No. 4, April 15, 005 Spin Cut-off Parameter of Nuclear Level Density and Effective Moment of Inertia

More information

The Periodic Table. Periodic Properties. Can you explain this graph? Valence Electrons. Valence Electrons. Paramagnetism

The Periodic Table. Periodic Properties. Can you explain this graph? Valence Electrons. Valence Electrons. Paramagnetism Periodic Properties Atomic & Ionic Radius Energy Electron Affinity We want to understand the variations in these properties in terms of electron configurations. The Periodic Table Elements in a column

More information

-"l" also contributes ENERGY. Higher values for "l" mean the electron has higher energy.

-l also contributes ENERGY. Higher values for l mean the electron has higher energy. 170 - Giving the four parameters will uniquely identify an electron around an atom. No two electrons in the same atom can share all four. These parameters are called QUANTUM NUMBERS. PRINCIPAL QUANTUM

More information

Lagrangian and Hamiltonian Mechanics

Lagrangian and Hamiltonian Mechanics Lagrangian an Hamiltonian Mechanics.G. Simpson, Ph.. epartment of Physical Sciences an Engineering Prince George s Community College ecember 5, 007 Introuction In this course we have been stuying classical

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

(Refer Slide Time: 00:55) Friends, today we shall continue to study about the modelling of synchronous machine. (Refer Slide Time: 01:09)

(Refer Slide Time: 00:55) Friends, today we shall continue to study about the modelling of synchronous machine. (Refer Slide Time: 01:09) (Refer Slide Time: 00:55) Power System Dynamics Prof. M. L. Kothari Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 09 Modelling of Synchronous Machine (Contd ) Friends,

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

Lie symmetry and Mei conservation law of continuum system

Lie symmetry and Mei conservation law of continuum system Chin. Phys. B Vol. 20, No. 2 20 020 Lie symmetry an Mei conservation law of continuum system Shi Shen-Yang an Fu Jing-Li Department of Physics, Zhejiang Sci-Tech University, Hangzhou 3008, China Receive

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

Solutions to Homework 3

Solutions to Homework 3 Solutions to Homework 3 Section 3.4, Repeated Roots; Reduction of Order Q 1). Find the general solution to 2y + y = 0. Answer: The charactertic equation : r 2 2r + 1 = 0, solving it we get r = 1 as a repeated

More information

PROOF/ÉPREUVE ISO INTERNATIONAL STANDARD. Space environment (natural and artificial) Galactic cosmic ray model

PROOF/ÉPREUVE ISO INTERNATIONAL STANDARD. Space environment (natural and artificial) Galactic cosmic ray model INTERNATIONAL STANDARD ISO 15390 First edition 2004-##-## Space environment (natural and artificial) Galactic cosmic ray model Environnement spatial (naturel et artificiel) Modèle de rayonnement cosmique

More information

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Introduction to vibration

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Introduction to vibration Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Introduction to vibration Module 15 Lecture 38 Vibration of Rigid Bodies Part-1 Today,

More information

Quantum Field Theory Prof. Dr. Prasanta Kumar Tripathy Department of Physics Indian Institute of Technology, Madras

Quantum Field Theory Prof. Dr. Prasanta Kumar Tripathy Department of Physics Indian Institute of Technology, Madras Quantum Field Theory Prof. Dr. Prasanta Kumar Tripathy Department of Physics Indian Institute of Technology, Madras Module - 1 Free Field Quantization Scalar Fields Lecture - 4 Quantization of Real Scalar

More information

- A polar molecule has an uneven distribution of electron density, making it have ends (poles) that are slightly charged.

- A polar molecule has an uneven distribution of electron density, making it have ends (poles) that are slightly charged. 14 POLARITY and shape: - A polar molecule has an uneven distribution of electron density, making it have ends (poles) that are slightly charged. POLARITY influences several easily observable properties.

More information

Introductory Unit for A Level Physics

Introductory Unit for A Level Physics Introductory Unit for A Level Physics Name: 1 Physics Year 12 Induction Objectives: To give you the skills needed for the successful study of Physics at A level. To help you to identify areas in which

More information

shhgs@wgqqh.com chinapub 2002 7 Bruc Eckl 1000 7 Bruc Eckl 1000 Th gnsis of th computr rvolution was in a machin. Th gnsis of our programming languags thus tnds to look lik that Bruc machin. 10 7 www.wgqqh.com/shhgs/tij.html

More information

ORBITAL DIAGRAM - A graphical representation of the quantum number "map" of electrons around an atom.

ORBITAL DIAGRAM - A graphical representation of the quantum number map of electrons around an atom. 160 ORBITAL DIAGRAM - A graphical representation of the quantum number "map" of electrons around an atom. 4p 3d 4s 3p 3s 2p 2s 1s Each blank represents an ORBITAL, and can hold two electrons. The 4s subshell

More information

Theory and Practice of Rotor Dynamics Prof. Dr. Rajiv Tiwari Department of Mechanical Engineering Indian Institute of Technology Guwahati

Theory and Practice of Rotor Dynamics Prof. Dr. Rajiv Tiwari Department of Mechanical Engineering Indian Institute of Technology Guwahati Theory and Practice of Rotor Dynamics Prof. Dr. Rajiv Tiwari Department of Mechanical Engineering Indian Institute of Technology Guwahati Module - 2 Simpul Rotors Lecture - 2 Jeffcott Rotor Model In the

More information

Computer Graphics II

Computer Graphics II Computer Graphics II Autumn 2017-2018 Outline 1 3-D Rotations (contd.) Outline 3-D Rotations (contd.) 1 3-D Rotations (contd.) Amalgamating Steps 2, 3 & 4 Quaternions are a more compact way of solving

More information

Design of Multistage Turbine

Design of Multistage Turbine Turbomachinery Lecture Notes 7-9-4 Design of Multistage Turbine Damian Vogt Course MJ49 Nomenclature Subscripts Symbol Denotation Unit c Absolute velocity m/s c p Specific heat J/kgK h Enthalpy J/kg m&

More information

Slide 1 / Put the following elements in order of increasing atomic size: P, Cs, Sn, F, Sr, Tl

Slide 1 / Put the following elements in order of increasing atomic size: P, Cs, Sn, F, Sr, Tl Slide 1 / 54 1 Put the following elements in order of increasing atomic size: P, Cs, Sn, F, Sr, Tl Slide 2 / 54 2 Put the following elements in order of increasing atomic size: Ca, Rb, K, O, Al, As Slide

More information

Topic 3: Periodicity OBJECTIVES FOR TODAY: Fall in love with the Periodic Table, Interpret trends in atomic radii, ionic radii, ionization energies &

Topic 3: Periodicity OBJECTIVES FOR TODAY: Fall in love with the Periodic Table, Interpret trends in atomic radii, ionic radii, ionization energies & Topic 3: Periodicity OBJECTIVES FOR TODAY: Fall in love with the Periodic Table, Interpret trends in atomic radii, ionic radii, ionization energies & electronegativity The Periodic Table What is the periodic

More information

CHEM Course web page. Outline for first exam period

CHEM Course web page.  Outline for first exam period CHEM 3 Course web page http://web.chemistry.gatech.edu/~barefield/3/chem3a.html Outline for first exam period Atomic structure and periodic properties Structures and bonding models for covalent compounds

More information

Page 1 MATHEMATICS

Page 1 MATHEMATICS PREPARED BY :S.MANIKANDAN., VICE PRINCIPAL., JOTHI VIDHYALAYA MHSS., ELAMPILLAI., SALEM., 94798 Page + MATHEMATICS PREPARED BY :S.MANIKANDAN., VICE PRINCIPAL., JOTHI VIDHYALAYA MHSS., ELAMPILLAI., SALEM.,

More information

Chemistry 1 1. Review Package #3. Atomic Models and Subatomic Particles The Periodic Table Chemical Bonding

Chemistry 1 1. Review Package #3. Atomic Models and Subatomic Particles The Periodic Table Chemical Bonding Chemistry 1 1 Review Package #3 Atomic Models and Subatomic Particles The Periodic Table Chemical Bonding properties 1. Atomic Models and Subatomic Particles: A. Subatomic Particles and Average Atomic

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

AP Physics 1 Summer Assignment. Directions: Find the following. Final answers should be in scientific notation. 2.)

AP Physics 1 Summer Assignment. Directions: Find the following. Final answers should be in scientific notation. 2.) AP Physics 1 Summer Assignment DUE THE FOURTH DAY OF SCHOOL- 2018 Purpose: The purpose of this packet is to make sure that we all have a common starting point and understanding of some of the basic concepts

More information

Element Cube Project (x2)

Element Cube Project (x2) Element Cube Project (x2) Background: As a class, we will construct a three dimensional periodic table by each student selecting two elements in which you will need to create an element cube. Helpful Links

More information

Software Process Models there are many process model s in th e li t e ra t u re, s om e a r e prescriptions and some are descriptions you need to mode

Software Process Models there are many process model s in th e li t e ra t u re, s om e a r e prescriptions and some are descriptions you need to mode Unit 2 : Software Process O b j ec t i ve This unit introduces software systems engineering through a discussion of software processes and their principal characteristics. In order to achieve the desireable

More information

CHEM 1311A. E. Kent Barefield. Course web page.

CHEM 1311A. E. Kent Barefield. Course web page. CHEM 1311A E. Kent Barefield Course web page http://web.chemistry.gatech.edu/~barefield/1311/chem1311a.html Two requests: cell phones to silent/off no lap tops in operation during class Bring your transmitter

More information

:,,.. ;,..,.,. 90 :.. :, , «-»,, -. : -,,, -, -., ,, -, -. - «-»:,,, ,.,.

:,,.. ;,..,.,. 90 :.. :, , «-»,, -. : -,,, -, -., ,, -, -. - «-»:,,, ,.,. .,.,. 2015 1 614.8 68.9 90 :,,.. ;,. 90.,.,. :.. :, 2015. 164. - - 280700, «-»,, -. : -,,, -, -.,. -. -. -,, -, -. - «-»:,,, -. 614.8 68.9.,.,., 2015, 2015 2 ... 5... 7 1.... 7 1.1.... 7 1.2.... 9 1.3....

More information

Mathematics 2Q - Groups, Symmetry and Fractals

Mathematics 2Q - Groups, Symmetry and Fractals ?,?th August, 2002? to? //euler/texmf/dvips/unigla.eps EXAMINATION FOR THE DEGREES OF M.A. AND B.Sc. Mathematics 2Q - Groups, Symmetry and Fractals Candidates must not attempt more than THREE questions.

More information

Physics 2212 GJ Quiz #4 Solutions Fall 2015

Physics 2212 GJ Quiz #4 Solutions Fall 2015 Physics 2212 GJ Quiz #4 Solutions Fall 215 I. (17 points) The magnetic fiel at point P ue to a current through the wire is 5. µt into the page. The curve portion of the wire is a semicircle of raius 2.

More information

Lecture 9: Eigenvalues and Eigenvectors in Classical Mechanics (See Section 3.12 in Boas)

Lecture 9: Eigenvalues and Eigenvectors in Classical Mechanics (See Section 3.12 in Boas) Lecture 9: Eigenvalues and Eigenvectors in Classical Mechanics (See Section 3 in Boas) As suggested in Lecture 8 the formalism of eigenvalues/eigenvectors has many applications in physics, especially in

More information

THE DIFFERENCE BETWEEN CONSECUTIVE PRIME NUMBERS. IV. / = lim inf ^11-tl.

THE DIFFERENCE BETWEEN CONSECUTIVE PRIME NUMBERS. IV. / = lim inf ^11-tl. THE DIFFERENCE BETWEEN CONSECUTIVE PRIME NUMBERS. IV r. a. ran kin 1. Introduction. Let pn denote the nth prime, and let 0 be the lower bound of all positive numbers

More information

ENR202 Mechanics of Materials Lecture 12B Slides and Notes

ENR202 Mechanics of Materials Lecture 12B Slides and Notes ENR0 Mechanics of Materials Lecture 1B Slides and Notes Slide 1 Copright Notice Do not remove this notice. COMMMONWEALTH OF AUSTRALIA Copright Regulations 1969 WARNING This material has been produced and

More information

- Light has properties of WAVES such as DIFFRACTION (it bends around small obstructions).

- Light has properties of WAVES such as DIFFRACTION (it bends around small obstructions). 170 LIGHT wavelength Diffraction frequency = wavelengths / time = - Light has properties of WAVES such as DIFFRACTION (it bends around small obstructions). - Einstein noted that viewing light as a particle

More information

HANDOUT SET GENERAL CHEMISTRY II

HANDOUT SET GENERAL CHEMISTRY II HANDOUT SET GENERAL CHEMISTRY II Periodic Table of the Elements 1 2 3 4 5 6 7 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 IA VIIIA 1 2 H He 1.00794 IIA IIIA IVA VA VIA VIIA 4.00262 3 Li 6.941 11 Na 22.9898

More information

Rotary Inverted Pendulum

Rotary Inverted Pendulum Rotary Inverted Pendulum Eric Liu 1 Aug 2013 1 1 State Space Derivations 1.1 Electromechanical Derivation Consider the given diagram. We note that the voltage across the motor can be described by: e b

More information

PH 101 Tutorial- 6 Date: 15/09/2017

PH 101 Tutorial- 6 Date: 15/09/2017 PH 101 Tutorial 6 Date: 15/09/2017 1. A thin hoop of mass M and radius R rolls without slipping about the z axis. t is supported by an axle of length R through its center, as shown in Fig. 1. The hoop

More information

AQA 7407/7408 MEASUREMENTS AND THEIR ERRORS

AQA 7407/7408 MEASUREMENTS AND THEIR ERRORS AQA 7407/7408 MEASUREMENTS AND THEIR ERRORS Year 12 Physics Course Preparation 2018 Name: Textbooks will be available from the school library in September They are AQA A level Physics Publisher: Oxford

More information

Physics for Scientists & Engineers 2

Physics for Scientists & Engineers 2 Electromagnetic Oscillations Physics for Scientists & Engineers Spring Semester 005 Lecture 8! We have been working with circuits that have a constant current a current that increases to a constant current

More information

Speed of light c = m/s. x n e a x d x = 1. 2 n+1 a n π a. He Li Ne Na Ar K Ni 58.

Speed of light c = m/s. x n e a x d x = 1. 2 n+1 a n π a. He Li Ne Na Ar K Ni 58. Physical Chemistry II Test Name: KEY CHEM 464 Spring 18 Chapters 7-11 Average = 1. / 16 6 questions worth a total of 16 points Planck's constant h = 6.63 1-34 J s Speed of light c = 3. 1 8 m/s ħ = h π

More information

2 (27) 3 (26) 4 (21) 5 (18) 6 (8) Total (200) Periodic Table

2 (27) 3 (26) 4 (21) 5 (18) 6 (8) Total (200) Periodic Table Chem 3311 Sammakia Fall 2009 Midterm 1 Student ID page points: 2 (27) 3 (26) 4 (21) 5 (18) 6 (8) Total (200) Periodic Table e Li Be B C N O F Ne Na Mg Al Si P S Cl Ar K Ca Sc Ti V Cr Mn Fe Co Ni Cu Zn

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

5 questions, 3 points each, 15 points total possible. 26 Fe Cu Ni Co Pd Ag Ru 101.

5 questions, 3 points each, 15 points total possible. 26 Fe Cu Ni Co Pd Ag Ru 101. Physical Chemistry II Lab CHEM 4644 spring 2017 final exam KEY 5 questions, 3 points each, 15 points total possible h = 6.626 10-34 J s c = 3.00 10 8 m/s 1 GHz = 10 9 s -1. B= h 8π 2 I ν= 1 2 π k μ 6 P

More information

Marion and Thornton. Tyler Shendruk October 1, Hamilton s Principle - Lagrangian and Hamiltonian dynamics.

Marion and Thornton. Tyler Shendruk October 1, Hamilton s Principle - Lagrangian and Hamiltonian dynamics. Marion and Thornton Tyler Shendruk October 1, 2010 1 Marion and Thornton Chapter 7 Hamilton s Principle - Lagrangian and Hamiltonian dynamics. 1.1 Problem 6.4 s r z θ Figure 1: Geodesic on circular cylinder

More information

Lagrangian Dynamics: Generalized Coordinates and Forces

Lagrangian Dynamics: Generalized Coordinates and Forces Lecture Outline 1 2.003J/1.053J Dynamics and Control I, Spring 2007 Professor Sanjay Sarma 4/2/2007 Lecture 13 Lagrangian Dynamics: Generalized Coordinates and Forces Lecture Outline Solve one problem

More information

A evaluation proposal for the Wuerth centrifugal pumper by W.D. Bauer,

A evaluation proposal for the Wuerth centrifugal pumper by W.D. Bauer, A evaluation proposal for the Wuerth centrifugal pumper by W.D. Bauer, 2.7.02 1. Introduction In a previous article the author described Wuerth s rotor experiment [1]. The result of the experiment was

More information

Chapter 4 Rigid Models and Angular Momentum Eigenstates Homework Solutions

Chapter 4 Rigid Models and Angular Momentum Eigenstates Homework Solutions Capter 4 Rigid Models and Angular Momentum Eigenstates Homework Solutions 1. A i j k B i 4j k AB AB AB AB()() ( 1)(4) ()( ) 4 x x y y z z i j k i j k AxB A A A 1 x y z Bx By Bz 4 i j k 5i 1 j 14k ( 1)(

More information

F l a s h-b a s e d S S D s i n E n t e r p r i s e F l a s h-b a s e d S S D s ( S o-s ltiad t e D r i v e s ) a r e b e c o m i n g a n a t t r a c

F l a s h-b a s e d S S D s i n E n t e r p r i s e F l a s h-b a s e d S S D s ( S o-s ltiad t e D r i v e s ) a r e b e c o m i n g a n a t t r a c L i f e t i m e M a n a g e m e n t o f F l a-b s ah s e d S S D s U s i n g R e c o v e r-a y w a r e D y n a m i c T h r o t t l i n g S u n g j i n L e, e T a e j i n K i m, K y u n g h o, Kainmd J

More information

Ash Wednesday. First Introit thing. * Dómi- nos. di- di- nos, tú- ré- spi- Ps. ne. Dó- mi- Sál- vum. intra-vé-runt. Gló- ri-

Ash Wednesday. First Introit thing. * Dómi- nos. di- di- nos, tú- ré- spi- Ps. ne. Dó- mi- Sál- vum. intra-vé-runt. Gló- ri- sh Wdsdy 7 gn mult- tú- st Frst Intrt thng X-áud m. ns ní- m-sr-cór- Ps. -qu Ptr - m- Sál- vum m * usqu 1 d fc á-rum sp- m-sr-t- ó- num Gló- r- Fí- l- Sp-rí- : quó-n- m ntr-vé-runt á- n-mm c * m- quó-n-

More information

- A polar molecule has an uneven distribution of electron density, making it have ends (poles) that are slightly charged.

- A polar molecule has an uneven distribution of electron density, making it have ends (poles) that are slightly charged. POLARITY and shape: - A polar molecule has an uneven distribution of electron density, making it have ends (poles) that are slightly charged. POLARITY influences several easily observable properties. -

More information

CHEM 10113, Quiz 5 October 26, 2011

CHEM 10113, Quiz 5 October 26, 2011 CHEM 10113, Quiz 5 October 26, 2011 Name (please print) All equations must be balanced and show phases for full credit. Significant figures count, show charges as appropriate, and please box your answers!

More information

PHY 5246: Theoretical Dynamics, Fall Assignment # 9, Solutions. y CM (θ = 0) = 2 ρ m

PHY 5246: Theoretical Dynamics, Fall Assignment # 9, Solutions. y CM (θ = 0) = 2 ρ m PHY 546: Theoretical Dnamics, Fall 5 Assignment # 9, Solutions Graded Problems Problem (.a) l l/ l/ CM θ x In order to find the equation of motion of the triangle, we need to write the Lagrangian, with

More information

6.003 Lab 2. Basic Problems. Nada Amin April 6, (b) Figure 1: Plot of D 2 (e jw )

6.003 Lab 2. Basic Problems. Nada Amin April 6, (b) Figure 1: Plot of D 2 (e jw ) 6.003 Lab 2 Nada Amin namin@mit.edu April 6, 2005 Basic Problems (b) Figure 1: Plot of D 2 (e jw ) 1 Nada Amin (6.003 Lab 1) (4/6/05) 2 Figure 2: Plot of D 9 (e jw ) Nada Amin (6.003 Lab 1) (4/6/05) 3

More information

Ch. 9 NOTES ~ Chemical Bonding NOTE: Vocabulary terms are in boldface and underlined. Supporting details are in italics.

Ch. 9 NOTES ~ Chemical Bonding NOTE: Vocabulary terms are in boldface and underlined. Supporting details are in italics. Ch. 9 NOTES ~ Chemical Bonding NOTE: Vocabulary terms are in boldface and underlined. Supporting details are in italics. I. Review: Comparison of ionic and molecular compounds Molecular compounds Ionic

More information

Review of Linear Algebra

Review of Linear Algebra Review of Linear Algebra Dr Gerhard Roth COMP 40A Winter 05 Version Linear algebra Is an important area of mathematics It is the basis of computer vision Is very widely taught, and there are many resources

More information

PART 1 Introduction to Theory of Solids

PART 1 Introduction to Theory of Solids Elsevier UK Job code: MIOC Ch01-I044647 9-3-2007 3:03p.m. Page:1 Trim:165 240MM TS: Integra, India PART 1 Introduction to Theory of Solids Elsevier UK Job code: MIOC Ch01-I044647 9-3-2007 3:03p.m. Page:2

More information

Name Date Class STUDY GUIDE FOR CONTENT MASTERY. covalent bond molecule sigma bond exothermic pi bond

Name Date Class STUDY GUIDE FOR CONTENT MASTERY. covalent bond molecule sigma bond exothermic pi bond Covalent Bonding Section 9.1 The Covalent Bond In your textbook, read about the nature of covalent bonds. Use each of the terms below just once to complete the passage. covalent bond molecule sigma bond

More information

CHEMICAL COMPOUNDS MOLECULAR COMPOUNDS

CHEMICAL COMPOUNDS MOLECULAR COMPOUNDS 48 CHEMICAL COMPOUNDS - Dalton's theory does not mention this, but there is more than one way for atoms to come together to make chemical compounds! - There are TWO common kinds of chemical compound, classified

More information

ph = - log [H3O+] Example: ph 7 = - log [ 1 x 10-7] [H3O+] = mole/liter units ph values are unitless

ph = - log [H3O+] Example: ph 7 = - log [ 1 x 10-7] [H3O+] = mole/liter units ph values are unitless E4 Acids, Bases, and Salts Oct. 1517 and Oct. 2728* Session One of two session lab Complete Parts 1 and 2 in lab. Part 1. Structure and AcidBase Properties Q. Are properties of a compound predictable from

More information

Unit 1 Part 2 Atomic Structure and The Periodic Table Introduction to the Periodic Table UNIT 1 ATOMIC STRUCTURE AND THE PERIODIC TABLE

Unit 1 Part 2 Atomic Structure and The Periodic Table Introduction to the Periodic Table UNIT 1 ATOMIC STRUCTURE AND THE PERIODIC TABLE UNIT 1 ATOMIC STRUCTURE AND THE PERIODIC TABLE PART 2 INTRODUCTION TO THE PERIODIC TABLE Contents 1. The Structure of the Periodic Table 2. Trends in the Periodic Table Key words: group, period, block,

More information

Periodicity & Many-Electron Atoms

Periodicity & Many-Electron Atoms Chap. 8 ELECTRON CONFIGURAT N & CEMICAL PERIODICITY 8.1-8.2 Periodicity & Many-Electron Atoms Understand the correlation of electron configuration and the periodic character of atomic properties such as

More information

Matrix operations Linear Algebra with Computer Science Application

Matrix operations Linear Algebra with Computer Science Application Linear Algebra with Computer Science Application February 14, 2018 1 Matrix operations 11 Matrix operations If A is an m n matrix that is, a matrix with m rows and n columns then the scalar entry in the

More information

Laws of gyroscopes / cardanic gyroscope

Laws of gyroscopes / cardanic gyroscope Principle If the axis of rotation of the force-free gyroscope is displaced slightly, a nutation is produced. The relationship between precession frequency or nutation frequency and gyrofrequency is examined

More information

= U / x. That is, U d = m x x dt FRIDAY'S QUIZ QUESTION AN EXAMPLE IN THE CALCULUS OF VARIATIONS

= U / x. That is, U d = m x x dt FRIDAY'S QUIZ QUESTION AN EXAMPLE IN THE CALCULUS OF VARIATIONS FRIDAY'S QUIZ QUESTION AN EXAMPLE IN THE CALCULUS OF VARIATIONS GIVEN S = [ ½ m x 2 U(x) ] dt, find the x(t) that makes S[x(t)] stationary. SOLUTION It's an Euler problem, so the solution is given by Euler's

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

Soil Dynamics Prof. Deepankar Choudhury Department of Civil Engineering Indian Institute of Technology, Bombay

Soil Dynamics Prof. Deepankar Choudhury Department of Civil Engineering Indian Institute of Technology, Bombay Soil Dynamics Prof. Deepankar Choudhury Department of Civil Engineering Indian Institute of Technology, Bombay Module - 5 Machine Foundations Lecture - 31 EHS Theory, Vibrational Control Let us start our

More information

Development Economics (PhD) Intertemporal Utility Maximiza

Development Economics (PhD) Intertemporal Utility Maximiza Development Economics (PhD) Intertemporal Utility Maximization Department of Economics University of Gothenburg October 7, 2015 1/14 Two Period Utility Maximization Lagrange Multiplier Method Consider

More information

Reminder & Announcement

Reminder & Announcement Reminder & Announcement Starting the week of October 15 th Group 1 is doing the tutorial on Strong Acids and Bases and Redox. Group 2 is doing the Acid/Base lab. I am away next Monday thru Wednesday. Professor

More information

- Why are phase labels required? Because phase changes either absorb or release energy. ... what does this mean?

- Why are phase labels required? Because phase changes either absorb or release energy. ... what does this mean? 157 SINCE the enthalpy change does NOT depend on path, this means that we can use standard values for enthalpy to predict the heat change in reactions that we have not tested in a calorimeter. THERMOCHEMICAL

More information

CHEMICAL COMPOUNDS MOLECULAR COMPOUNDS

CHEMICAL COMPOUNDS MOLECULAR COMPOUNDS 48 CHEMICAL COMPOUNDS - Dalton's theory does not mention this, but there is more than one way for atoms to come together to make chemical compounds! - There are TWO common kinds of chemical compound, classified

More information

h : sh +i F J a n W i m +i F D eh, 1 ; 5 i A cl m i n i sh» si N «q a : 1? ek ser P t r \. e a & im a n alaa p ( M Scanned by CamScanner

h : sh +i F J a n W i m +i F D eh, 1 ; 5 i A cl m i n i sh» si N «q a : 1? ek ser P t r \. e a & im a n alaa p ( M Scanned by CamScanner m m i s t r * j i ega>x I Bi 5 n ì r s w «s m I L nk r n A F o n n l 5 o 5 i n l D eh 1 ; 5 i A cl m i n i sh» si N «q a : 1? { D v i H R o s c q \ l o o m ( t 9 8 6) im a n alaa p ( M n h k Em l A ma

More information

Lecture10: Plasma Physics 1. APPH E6101x Columbia University

Lecture10: Plasma Physics 1. APPH E6101x Columbia University Lecture10: Plasma Physics 1 APPH E6101x Columbia University Last Lecture - Conservation principles in magnetized plasma frozen-in and conservation of particles/flux tubes) - Alfvén waves without plasma

More information

SI units, physical constants and conversion factors; the Greek alphabet and a summary of useful relations

SI units, physical constants and conversion factors; the Greek alphabet and a summary of useful relations APPENDIX SI units, physical constants and conversion factors; the Greek alphabet and a summary of useful relations SI units SI stands for the agreed international system of units, which is based upon the

More information

RESMA course Introduction to LISREL. Harry Ganzeboom RESMA Data Analysis & Report #4 February

RESMA course Introduction to LISREL. Harry Ganzeboom RESMA Data Analysis & Report #4 February RESMA course Introduction to LISREL Harry Ganzeboom RESMA Data Analysis & Report #4 February 17 2009 LISREL SEM: Simultaneous [Structural] Equations Model: A system of linear equations ( causal model )

More information

Physics 235 Chapter 7. Chapter 7 Hamilton's Principle - Lagrangian and Hamiltonian Dynamics

Physics 235 Chapter 7. Chapter 7 Hamilton's Principle - Lagrangian and Hamiltonian Dynamics Chapter 7 Hamilton's Principle - Lagrangian and Hamiltonian Dynamics Many interesting physics systems describe systems of particles on which many forces are acting. Some of these forces are immediately

More information

Microsoft Excel Directions

Microsoft Excel Directions Microsoft Excel Directions 1. Working in groups of two, log onto a computer. 2. Create a folder on the desktop a. Right click anywhere on the desktop new folder Name the folder Chemistry 3. Open MS Excel

More information

4.06 Periodic Table and Periodic Trends

4.06 Periodic Table and Periodic Trends 4.06 Periodic Table and Periodic Trends Dr. Fred Omega Garces Chemistry 100, Miramar College 1 4.06 Periodic Table and Periodic Trend The Periodic Table and the Elements What is the periodic table? What

More information

1 Electrons and Chemical Bonding

1 Electrons and Chemical Bonding CHAPTER 13 1 Electrons and Chemical Bonding SECTION Chemical Bonding BEFORE YOU READ After you read this section, you should be able to answer these questions: What is chemical bonding? What are valence

More information

Networks and Systems Prof V.G K. Murti Department of Electrical Engineering Indian Institute of Technology, Madras Lecture - 10 Fourier Series (10)

Networks and Systems Prof V.G K. Murti Department of Electrical Engineering Indian Institute of Technology, Madras Lecture - 10 Fourier Series (10) Networks and Systems Prof V.G K. Murti Department of Electrical Engineering Indian Institute of Technology, Madras Lecture - 10 Fourier Series (10) What we have seen in the previous lectures, is first

More information

SAMPLE LITANY OF THE SAINTS E/G. Dadd9/F. Aadd9. cy. Christ, have. Lord, have mer cy. Christ, have A/E. Dadd9. Aadd9/C Bm E. 1. Ma ry and. mer cy.

SAMPLE LITANY OF THE SAINTS E/G. Dadd9/F. Aadd9. cy. Christ, have. Lord, have mer cy. Christ, have A/E. Dadd9. Aadd9/C Bm E. 1. Ma ry and. mer cy. LTNY OF TH SNTS Cntrs Gnt flwng ( = c. 100) /G Ddd9/F ll Kybrd / hv Ddd9 hv hv Txt 1973, CL. ll rghts rsrvd. Usd wth prmssn. Musc: D. Bckr, b. 1953, 1987, D. Bckr. Publshd by OCP. ll rghts rsrvd. SMPL

More information

Exam 2, Solution 4. Jordan Paschke

Exam 2, Solution 4. Jordan Paschke Exam 2, Solution 4 Jordan Paschke Problem 4. Suppose that y 1 (t) = t and y 2 (t) = t 3 are solutions to the equation 3t 3 y t 2 y 6ty + 6y = 0, t > 0. ( ) Find the general solution of the above equation.

More information

Chapter 1. I- Fill the following table. Element symbol and the mass no. n p n n n e. number. II - Choose the correct answer for the following: Ca-40

Chapter 1. I- Fill the following table. Element symbol and the mass no. n p n n n e. number. II - Choose the correct answer for the following: Ca-40 Chapter 1 I- Fill the following table. Element symbol and the mass no. Ca-40 Ca 2+ -40 O-17 O 2- -16 C-12 C-13 Atomic number n p n n n e II - Choose the correct answer for the following: 1. Consider the

More information

Chapter DEs with Discontinuous Force Functions

Chapter DEs with Discontinuous Force Functions Chapter 6 6.4 DEs with Discontinuous Force Functions Discontinuous Force Functions Using Laplace Transform, as in 6.2, we solve nonhomogeneous linear second order DEs with constant coefficients. The only

More information