미적분학 입문

수학노트
Pythagoras0 (토론 | 기여)님의 2012년 10월 31일 (수) 17:39 판 (찾아 바꾸기 – “<h5>” 문자열을 “==” 문자열로)
둘러보기로 가기 검색하러 가기

삼각형의 넓이 공식

\(S=\frac{1}{2}bh\)


\(1+2+\cdots+n = \frac{n(n+1)}{2}=\frac{1}{2}n^2+\cdots\)

적분

\(\int x\,dx = \frac{1}{2}x^2+C\)

 


 

 

[/pages/2696052/attachments/2084321 pyramid.gif]

부피공식

\(V=\frac{1}{3}Ah\)

[/pages/2054496/attachments/925572 q138.png]

\(1^2 + 2^2 + 3^2 + \cdots + n^2 = {n(n+1)(2n+1) \over 6} = {2n^3 + 3n^2 + n \over 6}=\frac{1}{3}n^3+\cdots\)

적분

\(\int x^2\,dx = \frac{1}{3}x^3+C\)

 


 

이 다음에 와야 할 것들은???

 

 

 

==더 읽어볼 것들