Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28

Slides:



Advertisements
Similar presentations
10.2 Vectors and Vector Value Functions
Advertisements

VECTORS IN A PLANE Pre-Calculus Section 6.3.
Euclidean m-Space & Linear Equations Euclidean m-space.
Vector Calculus Mengxia Zhu Fall Objective Review vector arithmetic Distinguish points and vectors Relate geometric concepts to their algebraic.
General Physics (PHYS101)
VECTORS Computer Graphics. A REVIEW OF VECTORS:  Scalar Quantity  Vector Quantity  2D vectors  Graphical Representation of Vectors  Magnitude of.
Chapter 4.1 Mathematical Concepts
CS 4731: Computer Graphics Lecture 6: Points, Scalars and Vectors Emmanuel Agu.
Introduction to Vectors March 2, What are Vectors? Vectors are pairs of a direction and a magnitude. We usually represent a vector with an arrow:
ME 221 Statics (Angel). ME221Lecture 22 Vectors; Vector Addition Define scalars and vectors Vector addition, scalar multiplication 2-D.
Computer Graphics using OpenGL, 3 rd Edition F. S. Hill, Jr. and S. Kelley Chapter Vector Tools for Graphics.
Vectors.
Vectors. We will start with a basic review of vectors.
Vectors and Scalars Vector and scalar quantities Adding vectors geometrically Components Unit Vectors Dot Products Cross Products pps by C Gliniewicz.
Scalar and Vector Fields
Chapter 3. Vector 1. Adding Vectors Geometrically
Multiplication with Vectors
Phys211C1V p1 Vectors Scalars: a physical quantity described by a single number Vector: a physical quantity which has a magnitude (size) and direction.
Vectors Measured quantity with Magnitude and Direction. Example: The wind velocity of 30 knots North The wind velocity of 30 knots North The weight of.
Graphics CSE 581 – Interactive Computer Graphics Mathematics for Computer Graphics CSE 581 – Roger Crawfis (slides developed from Korea University slides)
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
Vectors. Vectors and Direction Vectors are quantities that have a size and a direction. Vectors are quantities that have a size and a direction. A quantity.
1.1 – 1.2 The Geometry and Algebra of Vectors.  Quantities that have magnitude but not direction are called scalars. Ex: Area, volume, temperature, time,
H.Melikyan/12001 Vectors Dr.Hayk Melikyan Departmen of Mathematics and CS
Section 10.2a VECTORS IN THE PLANE. Vectors in the Plane Some quantities only have magnitude, and are called scalars … Examples? Some quantities have.
Properties of Vector Operations: u, v, w are vectors. a, b are scalars. 0 is the zero vector. 0 is a scalar zero. 1. u + v = v + u 2. (u + v) + w = u +
Vectors in Space 11.2 JMerrill, Rules The same rules apply in 3-D space: The component form is found by subtracting the coordinates of the initial.
VECTORS (Ch. 12) Vectors in the plane Definition: A vector v in the Cartesian plane is an ordered pair of real numbers:  a,b . We write v =  a,b  and.
Vector Tools for Computer Graphics
Sec 13.3The Dot Product Definition: The dot product is sometimes called the scalar product or the inner product of two vectors.
Lecture 2 Vectors.
Chapter 3 Vectors. Vectors – physical quantities having both magnitude and direction Vectors are labeled either a or Vector magnitude is labeled either.
1 Graphics CSCI 343, Fall 2015 Lecture 9 Geometric Objects.
Learning Objectives Know the difference between scalar and vector quantities Know the graphical addition (subtraction) of vectors Know how to find the.
Vectors and Dot Product 6.4 JMerrill, Quick Review of Vectors: Definitions Vectors are quantities that are described by direction and magnitude.
Linear Algebra Review Tuesday, September 7, 2010.
6.4 Vectors and Dot Products Objectives: Students will find the dot product of two vectors and use properties of the dot product. Students will find angles.
11. Section 12.1 Vectors Vectors What is a vector and how do you combine them?
Vectors Def. A vector is a quantity that has both magnitude and direction. v is displacement vector from A to B A is the initial point, B is the terminal.
CHAPTER 3 VECTORS NHAA/IMK/UNIMAP.
Dot Product and Angle Between Two Vectors
Vectors Lesson 4.3.
Outline Addition and subtraction of vectors Vector decomposition
How do we add and subtract vectors?
More Vector Basics.
Scalars and Vectors.
VECTORS.
Lecture 03: Linear Algebra
Vectors, Linear Combinations and Linear Independence
Only some of this is review.
VECTORS Dr. Shildneck.
VECTORS.
VECTORS Dr. Shildneck.
Enumerations, Clamping, Vectors
RAYAT SHIKSHAN SANSTHA’S S. M. JOSHI COLLEGE HADAPSAR, PUNE
RAYAT SHIKSHAN SANSTHA’S S. M. JOSHI COLLEGE HADAPSAR, PUNE
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
RAYAT SHIKSHAN SANSTHA’S S.M.JOSHI COLLEGE HADAPSAR, PUNE
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Math review - scalars, vectors, and matrices
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Honors Precalculus 4/19/18 IDs on and showing
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
RAYAT SHIKSHAN SANSTHA’S S.M.JOSHI COLLEGE HADAPSAR, PUNE
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
CHAPTER 3 VECTORS NHAA/IMK/UNIMAP.
Vectors Lesson 4.3.
Presentation transcript:

Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28 Department of Mathematics Power Point Presentation Topic – Vector Calculus Prof. Darekar S.R

Vector Calculus

Vector-scalar multiplication Vector permits two fundamental operations: add them, multiply them with real number Multiplication gives a vector Has the same direction as that of 2.5v v -v

Vector addition Sum of two vectors Subtraction of two vectors v1-v2 Sum of two vectors Subtraction of two vectors Adding and subtraction of corresponding components of two vectors gives a new vector v2 v1+v2 v1+v2 v1 v1-v2 v1 v1 v2 v2 v2

Linear Combination A linear combination of vectors W = a1v1+a2v2 + a3v3 +…+anvn: all weights are scalars.

Linear Combination of Vectors The combination is Convex if the coefficients sum to 1, and are not negative. Partition of unit v=a1v1 + a2v2 +(1-a1-a2)v3 v3 v2 v=(1-a)v1 + av2 = V1+a(V2-V1) v2 a(V2-V1) v1 v1

Normalize a vector v is represented by n-tuple ( v1,v2,…vn) Magnitude (length): the distance from the tail to the head. Normalization: Scale a vector to have a unity length, unit vector

Dot product Dot product between vector v and vector u gives a scalar If u and v are orthogonal, the dot product equals zero. (a1,a2) dot (b1,b2) = a1xb1 + a2xb2 The most important application of the dot product is to find the angle between two vectors or between two intersecting lines. v u

The Angle between Two Vectors Hence, dot product varies as the cosine of the angle from u to v. v u v v u u v u

Cross Product a = (a1, a2, a3), b=(b1, b2, b3) a x b = ( a2b3 –a3b2), (a3b1-a1b3), (a1b2 – a2b1)

Cross Product v x u u v u x v Cross product between vector v and u gives a vector n is a unit vector perpendicular to both u and v. Follow the right-hand rule u and v are parallel if The length of the cross product equals the area of the parallelogram determined by u and v v x u u v u x v

Thank You