벡터의 내적

이 항목의 스프링노트 원문주소

 

 

개요

 

 

정의

 

코사인 법칙으로부터의 유도

 

(정리) 내적에 관한 다음 공식을 통해, 두 벡터간의 각도 \theta를 쉽게 계산할 수 있음

\mathbf a \cdot \mathbf b = |\mathbf a| \cdot |\mathbf b| \cos \theta

 

(증명)

일반적인 경우, \mathbf a ,\mathbf b,\mathbf a - \mathbf b 세 벡터는 삼각형을 이룬다.

a= |\mathbf a| , b=|\mathbf b| , c=|\mathbf a - \mathbf b| 로 두자.

c^2-a^2-b^2=|\mathbf a - \mathbf b| ^2-|\mathbf a|^2 -|\mathbf b|^2 =(\mathbf a - \mathbf b)\cdot(\mathbf a - \mathbf b)-(\mathbf a \cdot \mathbf a)-(\mathbf b \cdot \mathbf b)=-2\mathbf a \cdot \mathbf b

코사인법칙으로부터  \mathbf a \cdot \mathbf b = ab\cos\theta= |\mathbf a| \cdot |\mathbf b| \cos \theta 를 얻는다.

 

삼각형에의 응용

 

 

역사

 

 

관련된 다른 주제들

 

수학용어번역

 

사전 형태의 자료

 

 

관련논문

 

 

관련도서 및 추천도서

 

 

관련기사

 

 

블로그