"로그 함수"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
 
(사용자 2명의 중간 판 13개는 보이지 않습니다)
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>a</math>의 (상용) 로그 = <math>a</math>의 자리수 - 1 100000 의 로그 = 5 10000000 의 로그 = 7
 +
*  좋은점은 곱하기를 더하기로 쉽게 할 수 있다는 것 가령 (100000 * 10000000) 의 로그 = 5 + 7 = 12 따라서 100000 * 10000000 = 1000000000000 (0이 12개)
  
<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>
 
*  곱셈을 덧셈으로 바꿔주는 성질<br>
 
*  지수함수의 역함수이다<br>
 
  
 
+
==로그함수==
  
 
+
*  양수 a>0에 대하여, <math>x =a^y</math> 인 실수 x,y (x>0) 에 대하여 다음과 같이 정의:<math>y = \log_a (x)</math>
 +
*  이 때 a를 로그함수의 밑(base) 라 부르며, y를 a를 밑으로 하는 x의 로그라 한다
 +
*  성질:<math>\log_a (xy)=\log_a (x)+\log_a (y)</math>:<math>\log_a (1)=0</math>
  
<h5>초딩도 이해할 수 있는 로그 입문</h5>
+
  
* <math>a</math>의 (상용) 로그 = <math>a</math>의 자리수 - 1<br> 100000 의 로그 = 5<br> 10000000 의 로그 = 7<br>
 
*  좋은점은 곱하기를 더하기로 쉽게 할 수 있다는 것<br> 가령 (100000 * 10000000) 의 로그 = 5 + 7 = 12<br> 따라서 100000 * 10000000 = 1000000000000 (0이 12개)<br>
 
  
 
+
==넓이와 로그==
  
 
+
*  반비례곡선 아래의 넓이로 <math>x>0</math>에 대하여 다음과 같이 정의된 함수를 생각하자  <math>L(x)=\int_{1}^{x}\frac{dt}{t}</math>
 +
*  성질:<math>L(1)=0</math>:<math>L(xy)=L(x)+L(y)</math>
  
<h5 style="margin: 0px; line-height: 2em;">로그함수</h5>
+
;증명
  
*  양수 a>0에 대하여, <math>x =a^y</math> 인 실수 x,y (x>0) 에 대하여 다음과 같이 정의<br><math>y = \log_a (x)</math><br>
+
실수 <math>a,b,\lambda</math>가 양수라고 가정.
*  이 때 a를 로그함수의 밑(base) 라 부르며, y를 a를 밑으로 하는 x의 로그라 한다<br>
 
*  성질<br><math>\log_a (xy)=\log_a (x)+\log_a (y)</math><br><math>\log_a (1)=0</math><br>
 
 
 
 
 
 
 
 
 
 
 
<h5 style="margin: 0px; line-height: 2em;">넓이와 로그</h5>
 
 
 
*  반비례곡선 아래의 넓이로 <math>x>0</math>에 대하여 다음과 같이 정의된 함수를 생각하자<br>  <math>L(x)=\int_{1}^{x}\frac{dt}{t}</math><br>
 
*  성질<br><math>L(1)=0</math><br><math>L(xy)=L(x)+L(y)</math><br>
 
 
 
(증명)
 
 
 
실수 <math>a,b,\lambda</math>가 양수라고 가정.
 
  
 
치환적분을 사용하면, 다음 등식이 성립한다.
 
치환적분을 사용하면, 다음 등식이 성립한다.
  
(*)  <math>\int_{a}^{b}\frac{dt}{t}=\int_{\lambda a}^{\lambda b}\frac{dt}{t}</math>
+
(*) <math>\int_{a}^{b}\frac{dt}{t}=\int_{\lambda a}^{\lambda b}\frac{dt}{t}</math>
  
 
<math>L(xy)=\int_{1}^{xy}\frac{dt}{t}=\int_{1}^{x}\frac{dt}{t}+\int_{x}^{xy}\frac{dt}{t}=\int_{1}^{x}\frac{dt}{t}+\int_{1}^{y}\frac{dt}{t}</math>
 
<math>L(xy)=\int_{1}^{xy}\frac{dt}{t}=\int_{1}^{x}\frac{dt}{t}+\int_{x}^{xy}\frac{dt}{t}=\int_{1}^{x}\frac{dt}{t}+\int_{1}^{y}\frac{dt}{t}</math>
  
마지막 등식에서 (*)를 사용하였다.
+
마지막 등식에서 (*)를 사용하였다.
 
 
따라서 <math>L(xy)=L(x)+L(y)</math>가 성립  ■
 
 
 
 
 
  
 
+
따라서 <math>L(xy)=L(x)+L(y)</math>가 성립  ■
  
<h5 style="margin: 0px; line-height: 2em;">자연로그</h5>
+
==자연로그==
  
*  급수 <math>|z|<1</math> 일 때,<br><math>-\log (1-z)=z+\frac{z^2}{2}+\frac{z^3}{3}+\frac{z^4}{4}+\frac{z^5}{5}+\cdots</math><br>
+
*  급수 <math>|z|<1</math> 일 때,:<math>-\log (1-z)=z+\frac{z^2}{2}+\frac{z^3}{3}+\frac{z^4}{4}+\frac{z^5}{5}+\cdots</math>
  
 
+
  
 
+
  
<h5 style="margin: 0px; line-height: 2em;">복소로그함수</h5>
+
==복소로그함수==
  
*  복소로그함수는 복소수 <math>z = re^{i\theta}</math> 에 대하여, 다음과 같이 정의<br>
+
*  복소로그함수는 복소수 <math>z = re^{i\theta}</math> 대하여, 다음과 같이 정의
  
 
<math>\log(z) = \ln|z| + i\arg(z) = \ln(r) + i\left(\theta + 2 \pi k \right)</math>. 여기서 <math>k\in\mathbb{Z}</math>.
 
<math>\log(z) = \ln|z| + i\arg(z) = \ln(r) + i\left(\theta + 2 \pi k \right)</math>. 여기서 <math>k\in\mathbb{Z}</math>.
  
*  하나의 복소수에 대하여, 여러개의 값을 가지는 다가함수(multi-valued function)<br>
+
*  하나의 복소수에 대하여, 여러개의 값을 가지는 다가함수(multi-valued function)
*  예를 들자면, <math>z=1=1\cdot e^{i\cdot 0}</math>에 대해<br>
+
*  예를 들자면, <math>z=1=1\cdot e^{i\cdot 0}</math>에 대해
  
 
<math>\log(1) = \ln|1| + i\arg(1) = \ln(1) + i\left(0 + 2 \pi k \right) =\cdots, -6\pi i,-4\pi i,-2\pi i,0,2\pi i,4\pi i,6\pi i, \cdots</math>
 
<math>\log(1) = \ln|1| + i\arg(1) = \ln(1) + i\left(0 + 2 \pi k \right) =\cdots, -6\pi i,-4\pi i,-2\pi i,0,2\pi i,4\pi i,6\pi i, \cdots</math>
80번째 줄: 62번째 줄:
 
* [[복소로그함수]] 항목에서 자세히 다룸
 
* [[복소로그함수]] 항목에서 자세히 다룸
  
 
+
  
 
+
  
<h5 style="margin: 0px; line-height: 2em;">응용</h5>
+
==응용==
  
 
* [[로그함수와 현실에서의 활용|로그함수와 현실에서의 응용]]
 
* [[로그함수와 현실에서의 활용|로그함수와 현실에서의 응용]]
  
 
+
  
 
+
  
<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>
+
==역사==
  
 
* 1614년 네이피어가 로그를 고안
 
* 1614년 네이피어가 로그를 고안
* http://www.google.com/search?hl=en&tbs=tl:1&q=logarithm
+
* http://books.google.de/books?id=0w4-WNgKEokC&pg=PA885&lpg=PA885&dq=East+India+Company+edward+wright+logarithm+table&source=bl&ots=Y01qieNwxw&sig=d-Vyfz-f4cp480xzJWQDgGfjRPk&hl=en&sa=X&ei=GcXDUKORNITXtQauwoDABw&ved=0CFMQ6AEwBg#v=onepage&q=East%20India%20Company%20edward%20wright%20logarithm%20table&f=false
 
+
* [[수학사 연표]]
* [[수학사연표 (역사)|수학사연표]]<br>
 
 
 
 
 
  
 
 
  
 
 
  
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">메모</h5>
+
==메모==
  
 
* http://newdle.edupia.com/xmlView.aspx?xmldid=25448
 
* http://newdle.edupia.com/xmlView.aspx?xmldid=25448
 
* [http://mathdl.maa.org/mathDL/46/?pa=content&sa=viewDocument&nodeId=3495&bodyId=3832 Logarithms: The Early History of a Familiar Function]
 
* [http://mathdl.maa.org/mathDL/46/?pa=content&sa=viewDocument&nodeId=3495&bodyId=3832 Logarithms: The Early History of a Familiar Function]
  
 
 
  
 
+
==관련된 항목들==
  
<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>
+
* [[자연상수 e]]
 +
* [[벤포드의 법칙]]
 +
* [[디리클레 unit 정리]]
  
*  네이버 지식인<br>
 
** [http://kin.search.naver.com/search.naver?where=kin_qna&query=%EB%A1%9C%EA%B7%B8%ED%95%A8%EC%88%98 http://kin.search.naver.com/search.naver?where=kin_qna&query=로그함수]
 
** http://kin.search.naver.com/search.naver?where=kin_qna&query=
 
  
 
 
  
 
+
 +
==매스매티카 파일 및 계산 리소스==
 +
* https://docs.google.com/file/d/0B8XXo8Tve1cxZHViU093S1E0a3c/edit
 +
  
 
+
==사전 형태의 자료==
 
+
* http://ko.wikipedia.org/wiki/로그
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">수학용어번역</h5>
 
 
 
* 단어사전 http://www.google.com/dictionary?langpair=en|ko&q=
 
* 발음사전 http://www.forvo.com/search/
 
* [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=
 
* [http://www.nktech.net/science/term/term_l.jsp?l_mode=cate&s_code_cd=MA 남·북한수학용어비교]
 
* [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="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">사전 형태의 자료</h5>
 
 
 
*   <br>
 
* [http://ko.wikipedia.org/wiki/%EB%A1%9C%EA%B7%B8 http://ko.wikipedia.org/wiki/로그]
 
 
* http://en.wikipedia.org/wiki/logarithm
 
* http://en.wikipedia.org/wiki/logarithm
 
* http://en.wikipedia.org/wiki/Complex_logarithm
 
* http://en.wikipedia.org/wiki/Complex_logarithm
*   <br>
+
* [http://dlmf.nist.gov/ NIST Digital Library of Mathematical Functions]
* [http://dlmf.nist.gov/ NIST Digital Library of Mathematical Functions]<br>
 
 
** [http://dlmf.nist.gov/4 Chapter 4 Elementary Functions]
 
** [http://dlmf.nist.gov/4 Chapter 4 Elementary Functions]
  
 
 
 
 
 
 
<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>
 
 
* [[자연상수 e]]<br>
 
* [[벤포드의 법칙]]<br>
 
 
 
 
 
 
 
 
 
 
 
<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>
 
  
* [http://www.newshankuk.com/news/news_view.asp?articleno=j2009052710341896997 [신성택 칼럼]제2차 북한 핵실험의 핵기술적 의미]<br>
 
** 뉴스한국, 2009-05-27 
 
*  네이버 뉴스 검색 (키워드 수정)<br>
 
** [http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=%EB%A1%9C%EA%B7%B8%ED%95%A8%EC%88%98 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=%EC%83%81%EC%9A%A9%EB%A1%9C%EA%B7%B8 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=
 
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
 
  
 
+
==관련기사==
  
 
+
* [http://www.newshankuk.com/news/news_view.asp?articleno=j2009052710341896997 [신성택 칼럼]제2차 북한 핵실험의 핵기술적 의미],뉴스한국, 2009-05-27
  
<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://cafeblog.search.naver.com/search.naver?where=post&sm=tab_jum&query=
+
===위키데이터===
* 트렌비 블로그 검색 http://www.trenb.com/search.qst?q=
+
* ID :  [https://www.wikidata.org/wiki/Q11197 Q11197]
* 스프링노트 http://www.springnote.com/search?stype=all&q=
+
===Spacy 패턴 목록===
 +
* [{'LEMMA': 'logarithm'}]
 +
* [{'LEMMA': 'log'}]
 +
* [{'LOWER': 'logarithmic'}, {'LEMMA': 'function'}]
 +
* [{'LOWER': 'logarithm'}, {'LEMMA': 'function'}]
 +
* [{'LEMMA': 'lg'}]
 +
* [{'LEMMA': 'logarithms'}]

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

개요

  • 수의 자릿수 개념의 수학적 일반화
  • 곱셈을 덧셈으로 바꿔주는 성질
  • 지수함수의 역함수이다


초딩도 이해할 수 있는 로그 입문

  • \(a\)의 (상용) 로그 = \(a\)의 자리수 - 1 100000 의 로그 = 5 10000000 의 로그 = 7
  • 좋은점은 곱하기를 더하기로 쉽게 할 수 있다는 것 가령 (100000 * 10000000) 의 로그 = 5 + 7 = 12 따라서 100000 * 10000000 = 1000000000000 (0이 12개)


로그함수

  • 양수 a>0에 대하여, \(x =a^y\) 인 실수 x,y (x>0) 에 대하여 다음과 같이 정의\[y = \log_a (x)\]
  • 이 때 a를 로그함수의 밑(base) 라 부르며, y를 a를 밑으로 하는 x의 로그라 한다
  • 성질\[\log_a (xy)=\log_a (x)+\log_a (y)\]\[\log_a (1)=0\]



넓이와 로그

  • 반비례곡선 아래의 넓이로 \(x>0\)에 대하여 다음과 같이 정의된 함수를 생각하자 \(L(x)=\int_{1}^{x}\frac{dt}{t}\)
  • 성질\[L(1)=0\]\[L(xy)=L(x)+L(y)\]
증명

실수 \(a,b,\lambda\)가 양수라고 가정.

치환적분을 사용하면, 다음 등식이 성립한다.

(*) \(\int_{a}^{b}\frac{dt}{t}=\int_{\lambda a}^{\lambda b}\frac{dt}{t}\)

\(L(xy)=\int_{1}^{xy}\frac{dt}{t}=\int_{1}^{x}\frac{dt}{t}+\int_{x}^{xy}\frac{dt}{t}=\int_{1}^{x}\frac{dt}{t}+\int_{1}^{y}\frac{dt}{t}\)

마지막 등식에서 (*)를 사용하였다.

따라서 \(L(xy)=L(x)+L(y)\)가 성립 ■

자연로그

  • 급수 \(|z|<1\) 일 때,\[-\log (1-z)=z+\frac{z^2}{2}+\frac{z^3}{3}+\frac{z^4}{4}+\frac{z^5}{5}+\cdots\]



복소로그함수

  • 복소로그함수는 복소수 \(z = re^{i\theta}\) 에 대하여, 다음과 같이 정의

\(\log(z) = \ln|z| + i\arg(z) = \ln(r) + i\left(\theta + 2 \pi k \right)\). 여기서 \(k\in\mathbb{Z}\).

  • 하나의 복소수에 대하여, 여러개의 값을 가지는 다가함수(multi-valued function)
  • 예를 들자면, \(z=1=1\cdot e^{i\cdot 0}\)에 대해

\(\log(1) = \ln|1| + i\arg(1) = \ln(1) + i\left(0 + 2 \pi k \right) =\cdots, -6\pi i,-4\pi i,-2\pi i,0,2\pi i,4\pi i,6\pi i, \cdots\)



응용



역사


메모


관련된 항목들



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


사전 형태의 자료


관련기사

  • [신성택 칼럼제2차 북한 핵실험의 핵기술적 의미],뉴스한국, 2009-05-27

메타데이터

위키데이터

Spacy 패턴 목록

  • [{'LEMMA': 'logarithm'}]
  • [{'LEMMA': 'log'}]
  • [{'LOWER': 'logarithmic'}, {'LEMMA': 'function'}]
  • [{'LOWER': 'logarithm'}, {'LEMMA': 'function'}]
  • [{'LEMMA': 'lg'}]
  • [{'LEMMA': 'logarithms'}]