"벡터의 외적(cross product)"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
(피타고라스님이 이 페이지의 이름을 벡터의 외적(cross product)로 바꾸었습니다.)
 
(사용자 2명의 중간 판 25개는 보이지 않습니다)
1번째 줄: 1번째 줄:
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">이 항목의 스프링노트 원문주소</h5>
+
==개요==
 +
* 삼차원 유클리드 벡터공간에 정의된 이항연산으로 [[공간벡터]]에 대한 기본개념
 +
* 두 벡터 <math>\mathbf{a}, \mathbf{b}</math>의 외적 <math>\mathbf{a}\times\mathbf{b}</math>는 <math>\mathbf{a}, \mathbf{b}</math>에 각각 수직이며, 크기가 <math>|\mathbf{a}| |\mathbf{b}|\sin\theta</math>인 벡터가 된다
 +
* 벡터의 크기는 두 벡터가 만드는 평행사변형의 넓이와 같게 됨
  
* [[벡터의 외적(cross product)|벡터의 외적]]
 
  
 
 
  
 
+
==정의==
 +
* <math>\mathbb{R}^3</math>의 단위벡터 <math>\mathbf{i}=(1,0,0), \mathbf{j}=(0,1,0), \mathbf{k}=(0,0,1)</math>
 +
* <math>\mathbb{R}^3</math>의 두 벡터 <math>\mathbf a = (a_1, a_2, a_3)</math>과 <math>\mathbf b = (b_1, b_2, b_3)</math>에 대하여, 외적 <math>\mathbf{a}\times\mathbf{b}\in \mathbb{R}^3</math>는 다음과 같이 정의됨
 +
:<math>
 +
\begin{aligned}
 +
\mathbf{a}\times\mathbf{b}:&=\begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix} \\
 +
{}&=(a_2b_3-a_3b_2,a_3b_1-a_1b_3,a_1b_2-a_2b_1)
 +
\end{aligned}
 +
</math>
 +
여기서 <math>\begin{vmatrix}\cdot \end{vmatrix}</math>는 [[행렬식]]
 +
  
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">개요</h5>
+
==성질==
  
* 다변수미적분학의 기본개념 중 하나<br>
+
* 겹선형성 (bilinearity)
*  삼차원 유클리드 벡터공간에 정의된 이항연산<br>
+
* <math>\mathbf{a}\times\mathbf{b}=-(\mathbf{b}\times\mathbf{a})</math>
*  두 벡터 <math>\mathbf{a}, \mathbf{b}</math>의 외적 <math>\mathbf{a}\times\mathbf{b}</math>는 <math>\mathbf{a}, \mathbf{b}</math>에 각각 수직이며, 크기가 <math>|\mathbf{a}| |\mathbf{b}|\sin\theta</math>인 벡터가 된다<br>
 
*  벡터의 크기는 두 벡터가 만드는 평행사변형의 넓이와 같게 됨<br>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<h5 style="margin: 0px; line-height: 2em;">정의</h5>
 
 
 
*  단위벡터 <math>\mathbf{i}=(1,0,0), \mathbf{j}=(0,1,0), \mathbf{k}=(0,0,1)</math><br>
 
*  두 벡터 <math>\mathbf a = (a_1, a_2, a_3)</math>과 <math>\mathbf b = (b_1, b_2, b_3)</math>에 대하여 다음과 같이 정의됨<br><math>\mathbf{a}\times\mathbf{b}=\det \begin{bmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ \end{bmatrix}</math><br><math>=(a_2b_3-a_3b_2,a_3b_1-a_1b_3,a_1b_2-a_2b_1)</math><br>
 
 
 
 
 
 
 
 
 
 
 
<h5 style="margin: 0px; line-height: 2em;">성질</h5>
 
 
 
겹선형성 (bilinearity)<br>
 
* <math>\mathbf{a}\times\mathbf{b}=-(\mathbf{b}\times\mathbf{a})</math><br>
 
 
* <math>\mathbf{a}\cdot(\mathbf{a}\times \mathbf{b}) = \mathbf{b}\cdot(\mathbf{a}\times \mathbf{b})=0</math>
 
* <math>\mathbf{a}\cdot(\mathbf{a}\times \mathbf{b}) = \mathbf{b}\cdot(\mathbf{a}\times \mathbf{b})=0</math>
* 라그랑지 항등식<br><math>|\mathbf{a}\times\mathbf{b}|^{2}+(\mathbf{a}\cdot \mathbf{b})^{2}=|\mathbf{a}}|^{2}|\mathbf{b}|^{2}</math><br>
+
* 라그랑지 항등식 :<math>|\mathbf{a}\times\mathbf{b}|^{2}+(\mathbf{a}\cdot \mathbf{b})^{2}=|\mathbf{a}|^{2}|\mathbf{b}|^{2}</math>
* 스칼라 삼중곱<br><math>\mathbf{a}\cdot(\mathbf{b}\times \mathbf{c})= \mathbf{b}\cdot(\mathbf{c}\times \mathbf{a})= \mathbf{c}\cdot(\mathbf{a}\times \mathbf{b}) = \begin{vmatrix}  a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \\ \end{vmatrix}</math><br>
+
* 스칼라 삼중곱:<math>\mathbf{a}\cdot(\mathbf{b}\times \mathbf{c})= \mathbf{b}\cdot(\mathbf{c}\times \mathbf{a})= \mathbf{c}\cdot(\mathbf{a}\times \mathbf{b}) = \begin{vmatrix}  a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \\ \end{vmatrix}</math>
 
+
*  벡터 삼중곱 (라그랑지 공식):<math>\mathbf{a}\times (\mathbf{b}\times \mathbf{c}) = (\mathbf{a}\cdot\mathbf{c})\mathbf{b}  - (\mathbf{a}\cdot\mathbf{b})\mathbf{c}</math>
*  벡터 삼중곱 (라그랑지 공식)<br><math>\mathbf{a}\times (\mathbf{b}\times \mathbf{c}) = (\mathbf{a}\cdot\mathbf{c})\mathbf{b}  - (\mathbf{a}\cdot\mathbf{b})\mathbf{c}</math><br>
+
*  자코비 항등식:<math>\mathbf{a}\times (\mathbf{b}\times \mathbf{c})+\mathbf{b}\times (\mathbf{c}\times \mathbf{a})+\mathbf{c}\times (\mathbf{a}\times \mathbf{b})=\mathbf{0}</math>
  
* 자코비 항등식<br><math>\mathbf{a}\times (\mathbf{b}\times \mathbf{c})+\mathbf{b}\times (\mathbf{c}\times \mathbf{a})+\mathbf{c}\times (\mathbf{a}\times \mathbf{b})=\mathbf{0}</math><br>
+
   
  
 
+
  
 
+
==사원수와의 관계==
 
 
<h5 style="margin: 0px; line-height: 2em;">사원수와의 관계</h5>
 
  
 
* 사원수의 곱셈은 3차원 벡터의 내적, 외적과 다음과 같은 관계를 가진다.
 
* 사원수의 곱셈은 3차원 벡터의 내적, 외적과 다음과 같은 관계를 가진다.
* <math>\mathbf{x}=(x_1,x_2,x_3)</math> 사원수 <math>a+x_1i+x_2j+x_3k</math>를 로 두어 <math>(a,\mathbf{x)}</math>로 쓰자.
+
* <math>\mathbf{x}=(x_1,x_2,x_3)</math> 라 두고, 사원수 <math>a+x_1i+x_2j+x_3k</math>를 <math>(a,\mathbf{x)}</math>로 쓰자.
* <math>(a+x_1i+x_2j+x_3k)\cdot (b+y_1i+y_2j+y_3k)=(a,\mathbf{x)}\cdot(b,\mathbf{y)}=(ab-\mathbf{x}\cdot\mathbf{y},a\mathbf{y}+b\mathbf{x}+\mathbf{x}\times\mathbf{y})</math>
+
* 다음이 성립한다
* 여기서 <math>\times</math> 는 3차원 [[벡터의 외적(cross product)|벡터의 외적]]
+
:<math>(a+x_1i+x_2j+x_3k)(b+y_1i+y_2j+y_3k)=(a,\mathbf{x)}\cdot(b,\mathbf{y)}=(ab-\mathbf{x}\cdot\mathbf{y},a\mathbf{y}+b\mathbf{x}+\mathbf{x}\times\mathbf{y})</math>
 +
여기서 좌변은 두 사원수의 곱, <math>\cdot\,</math>은 [[벡터의 내적]],<math>\times\,</math>는 3차원 벡터의 외적
 +
* [[해밀턴의 사원수(quarternions)]] 항목 참조
  
* [[해밀턴의 사원수(quarternions)]] 항목 참조<br>
 
  
 
+
==외적의 일반화==
 +
* 3차원에서 정의되는 외적을 일반적인 <math>\mathbb{R}^n</math>으로 일반화하는 것은 간단하지 않다
 +
* 하나의 일반화는 다음에 의해 주어진다
  
 
+
;정리
 
+
<math>n</math>차원 유클리드 벡터공간 <math>\mathbb{R}^{n}</math> 에 정의된 이항연산이 아래의 세 조건을 만족한다면, <math>n=1,3,7</math> 이 성립한다.
<h5 style="margin: 0px; line-height: 2em;">외적의 일반화</h5>
+
*  겹선형성(bilinearity)
 
+
* <math>\mathbf{a}\cdot(\mathbf{a}\times \mathbf{b}) = \mathbf{b}\cdot(\mathbf{a}\times \mathbf{b})=0</math>
*  다음과 같은 외적의 공리를 사용하여, 일반화하자.<br>
+
*  라그랑지 항등식 <math>|\mathbf{a}\times\mathbf{b}|^{2}+(\mathbf{a}\cdot \mathbf{b})^{2}=|\mathbf{a}|^{2}|\mathbf{b}|^{2}</math>
**  겹선형성(bilinearity)<br>
 
** <math>\mathbf{a}\cdot(\mathbf{a}\times \mathbf{b}) = \mathbf{b}\cdot(\mathbf{a}\times \mathbf{b})=0</math>
 
**  라그랑지 항등식 <math>|\mathbf{a}\times\mathbf{b}|^{2}+(\mathbf{a}\cdot \mathbf{b})^{2}=|\mathbf{a}}|^{2}|\mathbf{b}|^{2}</math><br>
 
 
 
(정리) 이 세 조건을 만족시키는 <math>\mathbb{R}^{n}</math> 위에 정의된 이항연산이 존재한다면, <math>n=1,3,7</math> 이 성립한다.
 
 
 
(증명)
 
  
 +
;증명
 
'''[Massey1983]''', '''[Walsh1967]''' 참조
 
'''[Massey1983]''', '''[Walsh1967]''' 참조
  
<math>\mathbb{R}^{n}</math> 위에 정의된 외적의 공리를 만족시키는  이항연산 x 가 존재한다고 하자.
+
<math>\mathbb{R}^{n}</math> 위에 정의된 외적의 공리를 만족시키는  이항연산 <math>\times</math>가 존재한다고 하자.
  
<math>\mathbb{R}^{n+1}=\mathbb{R}\oplus\mathbb{R}^{n}=\{(a,\mathbf{x)}|a\in\mathbb{R},\mathbf{x}\in\mathbb{R}^{n}\}</math> 위에 다음과 같은 이항연산을 정의할 수 있다.
+
그러면 <math>\mathbb{R}^{n+1}=\mathbb{R}\oplus\mathbb{R}^{n}=\{(a,\mathbf{x)}|a\in\mathbb{R},\mathbf{x}\in\mathbb{R}^{n}\}</math> 위에 다음과 같은 이항연산을 정의할 수 있다.
 +
:<math>(a,\mathbf{x)}(b,\mathbf{y)}:=(ab-\mathbf{x}\cdot\mathbf{y},a\mathbf{y}+b\mathbf{x}+\mathbf{x}\times\mathbf{y})</math>
 +
다음의 사실들을 쉽게 확인할 수 있다.
 +
* 겹선형성(bilinearity)
 +
* 항등원의 존재 <math>(1,\mathbf{0)}(a,\mathbf{x)}=(a,\mathbf{x)}(1,\mathbf{0)}=(a,\mathbf{x)}</math>
 +
* 곱셈의 norm 보존 <math>|(a,\mathbf{x)}(b,\mathbf{y)}|^2=|(a,\mathbf{x)}|^{2}|(b,\mathbf{y)}|^2</math>
 +
그러므로 composition 대수에 대한 후르비츠의 정리([[1,2,4,8 과 1,3,7]] 항목 참조) 로부터 <math>n=1,3,7</math> 을 얻는다. ■
  
<math>(a,\mathbf{x)}(b,\mathbf{y)}:=(ab-\mathbf{x}\cdot\mathbf{y},a\mathbf{y}+b\mathbf{x}+\mathbf{x}\times\mathbf{y})</math>
 
  
그러면 다음의 사실들을 확인할 수 있다.
 
  
겹선형성(bilinearity)
+
==Levi-Civita 텐서==
 +
* <math>1\leq i,j,k \leq 3</math>에 대하여 <math>\varepsilon_{ijk}</math>를 다음과 같이 정의하자
 +
:<math>\varepsilon_{ijk} = \varepsilon^{ijk} =\begin{cases}+1 & \text{if } (i,j,k) \text{ is } (1,2,3), (3,1,2) \text{ or } (2,3,1), \\-1 & \text{if } (i,j,k) \text{ is } (1,3,2), (3,2,1) \text{ or } (2,1,3), \\\;\;\,0 & \text{if }i=j \text{ or } j=k \text{ or } k=i\end{cases} </math>
 +
*  두 벡터 <math>\mathbf a = (a_1, a_2, a_3)</math>과 <math>\mathbf b = (b_1, b_2, b_3)</math>에 대하여 <math>\mathbf{a}\times\mathbf{b}=\mathbf{c}=(c_1,c_2,c_3)</math>라 두면,:<math>c_i= \sum_{j=1}^3 \sum_{k=1}^3 \varepsilon_{ijk} a_j b_k</math>
  
항등원의 존재 <math>(1,\mathbf{0)}(a,\mathbf{x)}=(a,\mathbf{x)}(1,\mathbf{0)}=(a,\mathbf{x)}</math>
 
  
곱셈의 norm 보존 <math>|(a,\mathbf{x)}(b,\mathbf{y)}|^2=|(a,\mathbf{x)}|^{2}|(b,\mathbf{y)}|^2</math>
 
  
그러므로 composition 대수에 대한 후르비츠의 정리([[1,2,4,8 과 1,3,7]] 항목 참조) 로부터 <math>n=1,3,7</math> 을 얻는다. ■
+
==리대수 구조==
 +
* [[파울리 행렬]] 의 commutator <math>\left[\sigma _i,\sigma _j\right]=2i \epsilon _{i j k}\sigma _k</math> 를 이용하면, 다음을 얻는다:<math>\left[\frac{\sigma _i}{2i},\frac{\sigma _j}{2i}\right]=\epsilon _{i j k}\frac{\sigma _k}{2i}</math>
  
 
+
==메모==
 +
* http://www.physicsforums.com/showthread.php?t=66085
 +
* Gonano, Carlo Andrea, and Riccardo Enrico Zich. “Cross Product in N Dimensions - the Doublewedge Product.” arXiv:1408.5799 [math], July 21, 2014. http://arxiv.org/abs/1408.5799.
  
 
+
  
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">메모</h5>
+
==역사==
 
 
* http://www.physicsforums.com/showthread.php?t=66085<br>
 
 
 
 
 
 
 
<h5>역사</h5>
 
  
 
* Josiah Willard Gibbs published a treatise on vector algebra which included a definition of the vector dot product and vector cross product.
 
* Josiah Willard Gibbs published a treatise on vector algebra which included a definition of the vector dot product and vector cross product.
* http://www.google.com/search?hl=en&tbs=tl:1&q=vector+cross+product[[수학사연표 (역사)|]]
+
* [[수학사 연표]]
* [[수학사연표 (역사)|수학사연표]]
 
*  
 
  
 
 
  
 
+
  
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">관련된 항목들</h5>
+
==관련된 항목들==
 +
* [[벡터의 내적]]
 +
* [[행렬식]]
 +
* [[해밀턴의 사원수(quarternions)]]
 +
* [[파울리 행렬]]
 +
* [[1,2,4,8 과 1,3,7]]
 +
* [[평면의 방정식]]
  
* [[벡터의 내적]]<br>
+
* [[해밀턴의 사원수(quarternions)|해밀턴의 사원수]]<br>
 
* [[1,2,4,8 과 1,3,7]]<br>
 
  
 
+
==매스매티카 파일 및 계산 리소스==
 +
* https://docs.google.com/file/d/0B8XXo8Tve1cxVUJSanlSbHlZZmc/edit?pli=1
  
 
+
  
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">수학용어번역</h5>
+
==사전 형태의 자료==
  
* 발음사전 http://www.forvo.com/search/hurwitz
+
* http://ko.wikipedia.org/wiki/외적
 
 
* [http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=&fstr= 대한수학회 수학 학술 용어집]<br>
 
** http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=eng_term&fstr=bilinear
 
* [http://kms.or.kr/home/kor/board/bulletin_list_subject.asp?bulletinid=%7BD6048897-56F9-43D7-8BB6-50B362D1243A%7D&boardname=%BC%F6%C7%D0%BF%EB%BE%EE%C5%E4%B7%D0%B9%E6&globalmenu=7&localmenu=4 대한수학회 수학용어한글화 게시판]
 
 
 
 
 
 
 
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">사전 형태의 자료</h5>
 
 
 
* [http://ko.wikipedia.org/wiki/%EC%99%B8%EC%A0%81 http://ko.wikipedia.org/wiki/외적]
 
 
* http://en.wikipedia.org/wiki/Cross_product
 
* http://en.wikipedia.org/wiki/Cross_product
* [http://en.wikipedia.org/wiki/Cross_product http://en.wikipedia.org/wiki/Triple_product/wiki/Cross_product]
+
* http://en.wikipedia.org/wiki/Triple_product/wiki/Cross_product
 
* http://en.wikipedia.org/wiki/Seven-dimensional_cross_product
 
* http://en.wikipedia.org/wiki/Seven-dimensional_cross_product
* http://www.wolframalpha.com/input/?i=
 
 
 
 
 
 
 
 
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">관련논문</h5>
 
 
* '''[Massey1983]'''[http://www.jstor.org/stable/2323537 Cross Products of Vectors in Higher Dimensional Euclidean Spaces]<br>
 
** W. S. Massey, <cite style="line-height: 2em;">The American Mathematical Monthly</cite>, Vol. 90, No. 10 (Dec., 1983), pp. 697-701
 
* '''[Walsh1967]'''[http://www.jstor.org/stable/2315620 The Scarcity of Cross Products on Euclidean Spaces]<br>
 
** Bertram Walsh, <cite style="line-height: 2em;">The American Mathematical Monthly</cite>, Vol. 74, No. 2 (Feb., 1967), pp. 188-194
 
 
 
 
 
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">관련도서 및 추천도서</h5>
 
 
*  도서내검색<br>
 
** http://books.google.com/books?q=
 
** http://book.daum.net/search/contentSearch.do?query=
 
*  도서검색<br>
 
** http://www.amazon.com/s/ref=nb_ss_gw?url=search-alias%3Dstripbooks&field-keywords=
 
** http://book.daum.net/search/mainSearch.do?query=
 
 
 
 
 
 
 
 
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">관련기사</h5>
 
  
* 네이버 뉴스 검색 (키워드 수정)<br>
+
   
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
 
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
 
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
 
  
 
+
==관련논문==
  
 
+
* '''[Massey1983]'''[http://www.jstor.org/stable/2323537 Cross Products of Vectors in Higher Dimensional Euclidean Spaces]
 +
** W. S. Massey, <cite style="line-height: 2em;">The American Mathematical Monthly</cite>, Vol. 90, No. 10 (Dec., 1983), pp. 697-701
 +
* '''[Walsh1967]'''[http://www.jstor.org/stable/2315620 The Scarcity of Cross Products on Euclidean Spaces]
 +
** Bertram Walsh, <cite style="line-height: 2em;">The American Mathematical Monthly</cite>, Vol. 74, No. 2 (Feb., 1967), pp. 188-194
  
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">블로그</h5>
+
 +
[[분류:미적분학]]
 +
[[분류:구면기하학]]
  
* 구글 블로그 검색 http://blogsearch.google.com/blogsearch?q=
+
==메타데이터==
* [http://navercast.naver.com/science/list 네이버 오늘의과학]
+
===위키데이터===
 +
* ID :  [https://www.wikidata.org/wiki/Q178192 Q178192]
 +
===Spacy 패턴 목록===
 +
* [{'LOWER': 'cross'}, {'LEMMA': 'product'}]
 +
* [{'LOWER': 'vector'}, {'LEMMA': 'product'}]

2021년 2월 17일 (수) 05:45 기준 최신판

개요

  • 삼차원 유클리드 벡터공간에 정의된 이항연산으로 공간벡터에 대한 기본개념
  • 두 벡터 \(\mathbf{a}, \mathbf{b}\)의 외적 \(\mathbf{a}\times\mathbf{b}\)는 \(\mathbf{a}, \mathbf{b}\)에 각각 수직이며, 크기가 \(|\mathbf{a}| |\mathbf{b}|\sin\theta\)인 벡터가 된다
  • 벡터의 크기는 두 벡터가 만드는 평행사변형의 넓이와 같게 됨


정의

  • \(\mathbb{R}^3\)의 단위벡터 \(\mathbf{i}=(1,0,0), \mathbf{j}=(0,1,0), \mathbf{k}=(0,0,1)\)
  • \(\mathbb{R}^3\)의 두 벡터 \(\mathbf a = (a_1, a_2, a_3)\)과 \(\mathbf b = (b_1, b_2, b_3)\)에 대하여, 외적 \(\mathbf{a}\times\mathbf{b}\in \mathbb{R}^3\)는 다음과 같이 정의됨

\[ \begin{aligned} \mathbf{a}\times\mathbf{b}:&=\begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix} \\ {}&=(a_2b_3-a_3b_2,a_3b_1-a_1b_3,a_1b_2-a_2b_1) \end{aligned} \] 여기서 \(\begin{vmatrix}\cdot \end{vmatrix}\)는 행렬식


성질

  • 겹선형성 (bilinearity)
  • \(\mathbf{a}\times\mathbf{b}=-(\mathbf{b}\times\mathbf{a})\)
  • \(\mathbf{a}\cdot(\mathbf{a}\times \mathbf{b}) = \mathbf{b}\cdot(\mathbf{a}\times \mathbf{b})=0\)
  • 라그랑지 항등식 \[|\mathbf{a}\times\mathbf{b}|^{2}+(\mathbf{a}\cdot \mathbf{b})^{2}=|\mathbf{a}|^{2}|\mathbf{b}|^{2}\]
  • 스칼라 삼중곱\[\mathbf{a}\cdot(\mathbf{b}\times \mathbf{c})= \mathbf{b}\cdot(\mathbf{c}\times \mathbf{a})= \mathbf{c}\cdot(\mathbf{a}\times \mathbf{b}) = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \\ \end{vmatrix}\]
  • 벡터 삼중곱 (라그랑지 공식)\[\mathbf{a}\times (\mathbf{b}\times \mathbf{c}) = (\mathbf{a}\cdot\mathbf{c})\mathbf{b} - (\mathbf{a}\cdot\mathbf{b})\mathbf{c}\]
  • 자코비 항등식\[\mathbf{a}\times (\mathbf{b}\times \mathbf{c})+\mathbf{b}\times (\mathbf{c}\times \mathbf{a})+\mathbf{c}\times (\mathbf{a}\times \mathbf{b})=\mathbf{0}\]



사원수와의 관계

  • 사원수의 곱셈은 3차원 벡터의 내적, 외적과 다음과 같은 관계를 가진다.
  • \(\mathbf{x}=(x_1,x_2,x_3)\) 라 두고, 사원수 \(a+x_1i+x_2j+x_3k\)를 \((a,\mathbf{x)}\)로 쓰자.
  • 다음이 성립한다

\[(a+x_1i+x_2j+x_3k)(b+y_1i+y_2j+y_3k)=(a,\mathbf{x)}\cdot(b,\mathbf{y)}=(ab-\mathbf{x}\cdot\mathbf{y},a\mathbf{y}+b\mathbf{x}+\mathbf{x}\times\mathbf{y})\] 여기서 좌변은 두 사원수의 곱, \(\cdot\,\)은 벡터의 내적,\(\times\,\)는 3차원 벡터의 외적


외적의 일반화

  • 3차원에서 정의되는 외적을 일반적인 \(\mathbb{R}^n\)으로 일반화하는 것은 간단하지 않다
  • 하나의 일반화는 다음에 의해 주어진다
정리

\(n\)차원 유클리드 벡터공간 \(\mathbb{R}^{n}\) 에 정의된 이항연산이 아래의 세 조건을 만족한다면, \(n=1,3,7\) 이 성립한다.

  • 겹선형성(bilinearity)
  • \(\mathbf{a}\cdot(\mathbf{a}\times \mathbf{b}) = \mathbf{b}\cdot(\mathbf{a}\times \mathbf{b})=0\)
  • 라그랑지 항등식 \(|\mathbf{a}\times\mathbf{b}|^{2}+(\mathbf{a}\cdot \mathbf{b})^{2}=|\mathbf{a}|^{2}|\mathbf{b}|^{2}\)
증명

[Massey1983], [Walsh1967] 참조

\(\mathbb{R}^{n}\) 위에 정의된 외적의 공리를 만족시키는 이항연산 \(\times\)가 존재한다고 하자.

그러면 \(\mathbb{R}^{n+1}=\mathbb{R}\oplus\mathbb{R}^{n}=\{(a,\mathbf{x)}|a\in\mathbb{R},\mathbf{x}\in\mathbb{R}^{n}\}\) 위에 다음과 같은 이항연산을 정의할 수 있다. \[(a,\mathbf{x)}(b,\mathbf{y)}:=(ab-\mathbf{x}\cdot\mathbf{y},a\mathbf{y}+b\mathbf{x}+\mathbf{x}\times\mathbf{y})\] 다음의 사실들을 쉽게 확인할 수 있다.

  • 겹선형성(bilinearity)
  • 항등원의 존재 \((1,\mathbf{0)}(a,\mathbf{x)}=(a,\mathbf{x)}(1,\mathbf{0)}=(a,\mathbf{x)}\)
  • 곱셈의 norm 보존 \(|(a,\mathbf{x)}(b,\mathbf{y)}|^2=|(a,\mathbf{x)}|^{2}|(b,\mathbf{y)}|^2\)

그러므로 composition 대수에 대한 후르비츠의 정리(1,2,4,8 과 1,3,7 항목 참조) 로부터 \(n=1,3,7\) 을 얻는다. ■


Levi-Civita 텐서

  • \(1\leq i,j,k \leq 3\)에 대하여 \(\varepsilon_{ijk}\)를 다음과 같이 정의하자

\[\varepsilon_{ijk} = \varepsilon^{ijk} =\begin{cases}+1 & \text{if } (i,j,k) \text{ is } (1,2,3), (3,1,2) \text{ or } (2,3,1), \\-1 & \text{if } (i,j,k) \text{ is } (1,3,2), (3,2,1) \text{ or } (2,1,3), \\\;\;\,0 & \text{if }i=j \text{ or } j=k \text{ or } k=i\end{cases} \]

  • 두 벡터 \(\mathbf a = (a_1, a_2, a_3)\)과 \(\mathbf b = (b_1, b_2, b_3)\)에 대하여 \(\mathbf{a}\times\mathbf{b}=\mathbf{c}=(c_1,c_2,c_3)\)라 두면,\[c_i= \sum_{j=1}^3 \sum_{k=1}^3 \varepsilon_{ijk} a_j b_k\]


리대수 구조

  • 파울리 행렬 의 commutator \(\left[\sigma _i,\sigma _j\right]=2i \epsilon _{i j k}\sigma _k\) 를 이용하면, 다음을 얻는다\[\left[\frac{\sigma _i}{2i},\frac{\sigma _j}{2i}\right]=\epsilon _{i j k}\frac{\sigma _k}{2i}\]

메모


역사

  • Josiah Willard Gibbs published a treatise on vector algebra which included a definition of the vector dot product and vector cross product.
  • 수학사 연표



관련된 항목들


매스매티카 파일 및 계산 리소스


사전 형태의 자료


관련논문

메타데이터

위키데이터

Spacy 패턴 목록

  • [{'LOWER': 'cross'}, {'LEMMA': 'product'}]
  • [{'LOWER': 'vector'}, {'LEMMA': 'product'}]