"벡터의 내적"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
60번째 줄: 60번째 줄:
 
 
 
 
  
<h5>관련된 다른 주제들</h5>
+
<h5>관련된 항목들</h5>
 +
 
 +
 
  
 
 
 
 
87번째 줄: 89번째 줄:
  
 
* http://www.jstor.org/action/doBasicSearch?Query=
 
* http://www.jstor.org/action/doBasicSearch?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://books.google.com/books?q=
 
** http://book.daum.net/search/contentSearch.do?query=
 
*  도서검색<br>
 
** http://books.google.com/books?q=
 
** http://www.amazon.com/s/ref=nb_ss_gw?url=search-alias%3Dstripbooks&field-keywords=
 
** http://book.daum.net/search/mainSearch.do?query=
 
 
 
 
 
 
 
 
<h5>관련기사</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=
 
 
 
 
 
 
 
 
<h5>블로그</h5>
 
 
* 구글 블로그 검색 http://blogsearch.google.com/blogsearch?q=
 
* [http://navercast.naver.com/science/list 네이버 오늘의과학]
 
* [http://math.dongascience.com/ 수학동아]
 
* [http://www.ams.org/mathmoments/ Mathematical Moments from the AMS]
 

2012년 8월 9일 (목) 07:25 판

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

 

 

개요

 

 

정의
  • 두 n차원 벡터 \(\mathbf a = (a_1, a_2, \cdots , a_n)\)과 \(\mathbf b = (b_1, b_2, \cdots , b_n)\) 에 대하여, 내적은 다음과 같이 정의된다
    \(\mathbf{a}\cdot \mathbf{b} = a_1b_1 + a_2b_2 + \cdots + a_nb_n = \sum_{i=1}^n a_ib_i\)

 

코사인 법칙으로부터의 유도
  • 삼각형의 두 변의 길이와 그 끼인 각에 대하여, 나머지 한변의 길이를 다음과 같이 표현할 수 있음
    \(c^2 = a^2 + b^2 - 2ab\cos\theta\)

 

(정리) 내적에 관한 다음 공식을 통해, 두 벡터간의 각도 \(\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\) 를 얻는다.

 

삼각형에의 응용
  • 원점과 두 벡터 \(\mathbf a = (2,1)\),  \(\mathbf b = (1,3)\)로 이루어진 삼각형의 원점에서의 각의 크기
  • 코사인법칙과 벡터의 내적을 통한 방법의 비교

 

 

역사

 

 

관련된 항목들

 

 

수학용어번역

 

사전 형태의 자료

 

 

관련논문