Difference between revisions of "Forest UCM NLM"

From New IAC Wiki
Jump to navigation Jump to search
Line 100: Line 100:
  
 
;definition
 
;definition
:<math>scaler tiple product \equiv \vec{a} \cdot \left (\vec{a} \times  \vec{b} \right )</math>
+
:scaler tiple product <math>\equiv \vec{a} \cdot \left (\vec{b} \times  \vec{c} \right )</math>
  
  

Revision as of 03:41, 7 August 2014


Newton's Laws of Motion

Limits of Classical Mechanic

Classical Mechanics is the formulations of physics developed by Newton (1642-1727), Lagrange(1736-1813), and Hamilton(1805-1865).

It may be used to describe the motion of objects which are not moving at high speeds (0.1c) nor are microscopically small ( 109m).

The laws are formulated in terms of space, time, mass, and force:


Vectors

Vector Notation

A vector is a mathematical construct of ordered elements that represent magnitude and direction simultaneously.

r=xˆi+yˆj+zˆk=(x,y,z)=31riˆei


Vectors satisfy the commutative (order of addition doesn't matter) and associative ( doesn't matter which you add first) properties.


The multiplication of two vectors is not uniquely defined. At least three types of vector products may be defined.

Scalar ( Dot ) product

definition

ab=|a||b|cosθ=a1b1+a2b2+a3b3

physical intepretation
ab|b| is the length of a that is along the direction of b (a projection like the casting of a shadow)

Commutative property of scalar product

ab=ba

proof
ab=a1b1+a2b2+a3b3 definition of dot product
a1b1+a2b2+a3b3=b1a1+b2a2+b3a3 comutative property of multiplication
b1a1+b2a2+b3a3=ba definition of dot product
ab=ba

Distributive property of scalar product

a(b+c)=ab+ac

Vector ( Cross ) product

definition
a×b=(a2b3a3b2)ˆe1+(a3b1a1b3)ˆe2+(a1b2a2b1)ˆe3

The vector product of a and b is a third vector c with the following properties.

|c|=|a||b|sinθ
c is to a and b
the right hand rule convention is used to determine the direction of c
physical interpretation
A=|a×b|= area of a parallelogram with vectors a and b forming adjacent edges

let h represent the perpendicular distance from the teminus of b to the line of action of a ( a.k.a. the height)

then the area of the parallelogram is given by

A=|a|h

the height h is equivalent to |b|sinθ where θ is the angle between the vectors a and b

thus

A=|a|h=|a|(|b|sinθ)=|a×b|

NON-Commutative property of vector product

a×b=b×a

proof
ab=a1b1+a2b2+a3b3 definition of dot product
a1b1+a2b2+a3b3=b1a1+b2a2+b3a3 comutative property of multiplication
b1a1+b2a2+b3a3=ba definition of dot product
ab=ba

Distributive property of the vector product

a×(b+c)=a×b+a×c

The scaler triple product

definition
scaler tiple product a(b×c)


A third vector product is the tensor direct product.

Space and Time

Space

Cartesian, Spherical, and Cylindrical coordinate systems are commonly used to describe three-dimensional space.

Forest_UCM_NLM_Ch1_CoordSys



Forest_Ugrad_ClassicalMechanics