lineaire algebra en vector analysepaulssen/lava/lava03.pdf · 2020. 8. 19. · vector vector heeft...

22
Lineaire Algebra en Vector Analyse 3. Introductie vectorrekening Hanneke Paulssen Universiteit Utrecht 2020 1 / 22

Upload: others

Post on 16-Oct-2020

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Lineaire Algebra en Vector Analyse3. Introductie vectorrekening

Hanneke Paulssen

Universiteit Utrecht

2020

1 / 22

Page 2: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Samenvatting

I Vector: norm, sommatie, vermenigvuldiging met constante

I Nulvector

I Eenheidsvectoren

I Inproduct (dot product): twee methoden

I Uitproduct (cross product): twee methoden

I Triple scalar product

2 / 22

Page 3: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Vector

Vector heeft een grootte en richting.

Notatie: A (boek), of ~A (duidelijk), of A (gangbaar schrijfstijl).Schrijf altijd ~ of ¯ boven het vectorsymbool!

Locatie van vector ligt niet vast,maar plaatsvector (location vector):begint in oorsprong (notatie vaak: ~r)

P = (xp, yp): coordinaten van P

~rp =

(xpyp

)3 / 22

Page 4: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Vector: norm

Norm (lengte) van ~A: |~A|

Als ~A =

(Ax

Ay

)|~A| =

√A2x + A2

y

4 / 22

Page 5: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Vectorsommatie

~A + ~B = ~C

Ax + Bx = Cx

Ay + By = Cy

~A + ~B = ~B + ~A: vectorsommatie is commutatief

(~A + ~B) + ~C = ~A + (~B + ~C ) : vectorsommatie is associatief

5 / 22

Page 6: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Vermenigvuldiging met scalar, nulvector

Vector vermenigvuldiging met een scalar

k ~A = k

Ax

Ay

Az

=

kAx

kAy

kAz

k ~A is k keer zo lang als ~A en heeft zelfde richting als ~A(of omgekeerd als k negatief).

Nulvector (zero vector): vector met alle element gelijk aan 0.

Voorbeeld: ~0 =

(00

)of ~0 =

000

6 / 22

Page 7: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

EenheidsvectorenEenheidsvector (unit vector): vector met lengte 1.

Voorbeeld:

100

of

12

√2

12

√2

0

Eenheidsvector in richting van ~A:~A

|~A|

Voorbeeld: ~A =

101

met |~A| =√

12 + 02 + 12 =√

2

Eenheidsvector in richting van ~A =~A

|~A|=

101

2=

12

√2

012

√2

7 / 22

Page 8: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Eenheidsvectoren, vectornotatie

Eenheidsvectoren worden met een ˆ geschreven.

Voorbeeld: ı, en k van eenrechtshandig coordinatensysteem

ı =

100

, =

010

, k =

001

Schrijfwijzen voor vector ~A:

~A =

Ax

Ay

Az

of ~A = Ax ı + Ay + Az k

8 / 22

Page 9: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

9 / 22

Page 10: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Vectorvermenigvuldiging

1. Scalar product, inproduct, dot product:

~A · ~B → scalar

2. Vector product, uitproduct, cross product:

~A× ~B → vector

10 / 22

Page 11: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Inproduct (dot product)

Inproduct → scalar

~A · ~B = |~A||~B| cos θ

θ is ingesloten hoek

~A · ~B = |~A|(|~B| cos θ

)= |~A|

(projectie van ~B op ~A

)= |~A|

(component van ~B in richting van ~A

)ofwel

~A · ~B = |~B|(|~A| cos θ

)= |~B|

(projectie van ~A op ~B

)= |~B|

(component van ~A in richting van ~B

)11 / 22

Page 12: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Regels inproduct (dot product)

~A · ~B = |~A||~B| cos θ

I ~A · ~B = ~B · ~AInproduct is commutatief

I ~A · (~B + ~C ) = ~A · ~B + ~A · ~CInproduct is distributief

I ~A · ~A = |~A||~A| cos 0 = |~A|2 = A2x + A2

y + A2z

Inproduct van vector met zichzelf is kwadraat van norm

I Als ~A ⊥ ~B, dan ~A · ~B = 0 (want cos 90◦ = 0)

12 / 22

Page 13: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Inproduct (dot product)

Met ı · = 0, · k = 0, k · ı = 0

en ı · ı = 1, · = 1, k · k = 1vinden we

~A · ~B = (Ax ı + Ay + Az k) · (Bx ı + By + Bz k) =

AxBx (ı · ı)+AxBy (ı · )+AxBz (ı · k)+AyBx ( · ı)+AyBy ( · )+ ...

= AxBx + AyBy + AzBz

~A · ~B =

Ax

Ay

Az

· Bx

By

Bz

= AxBx + AyBy + AzBz

13 / 22

Page 14: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Dot product?

14 / 22

Page 15: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Uitproduct (cross product)

Uitproduct → vector~A× ~B = ~C

~C is vector met

I norm | ~C | = |~A||~B| sin θ

| ~C | = oppervlakteparallellogram ~A en ~B

I richting loodrecht op ~A en ~Bvolgens rechterhandregel

15 / 22

Page 16: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Rekenregels uitproduct (cross product)

I Als ~A× ~B = ~C , dan ~B × ~A = − ~C ⇒ ~A× ~B = −~B × ~A

| ~C | = |~A||~B| sin θ

I Als ~A ‖ ~B, dan ~A× ~B = ~0 (dus ~A× ~A = ~0)

I ~A× (~B + ~C ) = ~A× ~B + ~A× ~C

16 / 22

Page 17: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Rechtshandig coordinatenstelsel

ı× = k× k = ık× ı =

× ı = −kk× = −ıı× k = −

ı× ı = ~0× = ~0k× k = ~0

Dit wordt gebruikt voor 2e definitie van uitproduct, zie volgendeslide.

17 / 22

Page 18: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Uitproduct (cross product)

~A× ~B = (Ax ı + Ay + Az k)× (Bx ı + By + Bz k)

... ı() +() +k(AxBy )

... ı() +(−AxBz) +k(AxBy )

... ı() +(−AxBz) +k(AxBy − AyBx)

... ı(AyBz) +(−AxBz) +k(AxBy − AyBx)

... ı(AyBz) +(−AxBz + AzBx) +k(AxBy − AyBx)

= ı(AyBz − AzBy ) +(−AxBz + AzBx) +k(AxBy − AyBx)

= ı(AyBz − AzBy ) −(AxBz − AzBx) +k(AxBy − AyBx)

~A× ~B =

∣∣∣∣∣∣ı kAx Ay Az

Bx By Bz

∣∣∣∣∣∣Onderste twee rijen verwisselen (~A ~B):determinant verandert van teken, d.w.z. ~B × ~A = −~A× ~B

18 / 22

Page 19: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

19 / 22

Page 20: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Triple scalar product (Hoofdstuk 6, sectie 3)

Triple scalar product combinatie van cross en dot product

~A · (~B × ~C )

I Lengte ~B × ~C = |~B|| ~C | sin θis oppervlakte grondvlak

I Richting ~B × ~C is loodrechtop grondvlak

I ~A·(~B× ~C ) = |~A||~B× ~C | cosφ|~A| cosφ is ”hoogte”van ~Ain richting ~B × ~C

|~A · (~B × ~C )| is volume parallelepipidum, met |...| absolute waarde

20 / 22

Page 21: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

Triple scalar product (Hoofdstuk 6, sectie 3)

~A · (~B × ~C ) kan simpel berekend worden.

~A = Ax ı + Ay + Az k

~B × ~C = (ByCz − BzCy )ı− (BxCz − BzCx ) + (BxCy − ByCx)k

=

∣∣∣∣∣∣ı kBx By Bz

Cx Cy Cz

∣∣∣∣∣∣~A · (~B × ~C ) =

∣∣∣∣∣∣Ax Ay Az

Bx By Bz

Cx Cy Cz

∣∣∣∣∣∣Absolute waarde van determinant van ~A, ~B, ~C is volume vanlichaam opgespannen door de drie vectoren.

21 / 22

Page 22: Lineaire Algebra en Vector Analysepaulssen/LAVA/LAVA03.pdf · 2020. 8. 19. · Vector Vector heeft een grootte en richting. Notatie: A (boek), of A~(duidelijk), of A (gangbaar schrijfstijl)

22 / 22