<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ko">
		<id>https://tcatmon.com/w/index.php?action=history&amp;feed=atom&amp;title=%EC%B9%98%ED%99%98%EC%A0%81%EB%B6%84</id>
		<title>치환적분 - 편집 역사</title>
		<link rel="self" type="application/atom+xml" href="https://tcatmon.com/w/index.php?action=history&amp;feed=atom&amp;title=%EC%B9%98%ED%99%98%EC%A0%81%EB%B6%84"/>
		<link rel="alternate" type="text/html" href="https://tcatmon.com/w/index.php?title=%EC%B9%98%ED%99%98%EC%A0%81%EB%B6%84&amp;action=history"/>
		<updated>2026-07-11T03:36:36Z</updated>
		<subtitle>이 문서의 편집 역사</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://tcatmon.com/w/index.php?title=%EC%B9%98%ED%99%98%EC%A0%81%EB%B6%84&amp;diff=473688&amp;oldid=prev</id>
		<title>2017년 2월 6일 (월) 06:09에 Maintenance script님의 편집</title>
		<link rel="alternate" type="text/html" href="https://tcatmon.com/w/index.php?title=%EC%B9%98%ED%99%98%EC%A0%81%EB%B6%84&amp;diff=473688&amp;oldid=prev"/>
				<updated>2017-02-06T06:09:27Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;새 문서&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[목차]&lt;br /&gt;
= 부정적분 =&lt;br /&gt;
== 개요 ==&lt;br /&gt;
복잡한 합성함수를 적분할때 사용되는 방법이다. 보통 합성함수를 적분할때 먼저 치환적분을 해본 후 치환적분이 먹히지 않으면 [[부분적분]]법을 쓴다. 다만 둘 다 먹히지 않는 함수들도 상당히 많다. 단적인 예로 &amp;lt;math&amp;gt; \displaystyle \frac{\sin(x)}{x} &amp;lt;/math&amp;gt;라거나 &amp;lt;math&amp;gt;e^{-x^2}&amp;lt;/math&amp;gt;이라거나..[* 사족으로 이런 함수를 이른바 [[초등함수]] 표현이 불가능한 부정적분이 있다고 한다.] 둘 다 먹히지 않는다면 그저 [[급수]]로 나타내서 적분하거나 [[수치해석]]만 믿을 수 밖에...&lt;br /&gt;
치환적분법은 다음과 같다.&lt;br /&gt;
&amp;gt;&amp;lt;math&amp;gt; \displaystyle \int f\left ( x \right )dx=\int f\left ( g\left ( t \right ) \right )g'\left ( t \right )dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;gt;단, &amp;lt;math&amp;gt;\displaystyle x=g\left ( t \right )&amp;lt;/math&amp;gt;[* 보통 &amp;lt;math&amp;gt;t=x&amp;lt;/math&amp;gt;에 관한 함수꼴로 두는데 이럴 때에 다시 양변에 &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;에 관한 함수의 역함수를 먹여도 된다.그러면 이 꼴이 된다.]&lt;br /&gt;
== 예제 1 ==&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle \int \frac{f'\left ( x \right )}{f\left ( x \right )}dx&amp;lt;/math&amp;gt;를 구해보자.&lt;br /&gt;
 1. 일단 &amp;lt;math&amp;gt;\displaystyle t=f\left ( x \right )&amp;lt;/math&amp;gt;로 둔다.&lt;br /&gt;
 1. 그러면 &amp;lt;math&amp;gt;\displaystyle f'\left(x \right)= \frac{dt}{dx} &amp;lt;/math&amp;gt;&lt;br /&gt;
 1. 따라서 &amp;lt;math&amp;gt;\displaystyle \int \frac{f'\left ( x \right )}{f\left ( x \right )}dx =\int \frac{1}{t}dt&amp;lt;/math&amp;gt;이다.&lt;br /&gt;
 1. 이것의 부정적분은 [[부정적분표#s-3.2|이곳에서]] 보듯이 &amp;lt;math&amp;gt;\displaystyle \ln \left | t \right |+C&amp;lt;/math&amp;gt;이다.&lt;br /&gt;
 1. 위에서 &amp;lt;math&amp;gt;\displaystyle t=f\left ( x \right )&amp;lt;/math&amp;gt;이라 하였으므로, 그대로 대입하면 최종적으로 &amp;lt;math&amp;gt;\displaystyle \ln\left | f\left ( x \right ) \right |+C&amp;lt;/math&amp;gt;이 된다.&lt;br /&gt;
== 예제 2 ==&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle \int \tan x dx&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle =\int \frac{\sin x}{\cos x}dx&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle =-\int \frac{\left(\cos x\right)'}{\cos x}dx&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle =-\ln\left | \cos x \right |+C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 예제 3[* 이 예제에서 a=2, b=0이면 &amp;lt;math&amp;gt;e^x&amp;lt;/math&amp;gt;의 곡선의 길이를 구하는 함수가 된다.] ==&lt;br /&gt;
아래에서 &amp;lt;math&amp;gt;\displaystyle e^{ax+b}=t&amp;lt;/math&amp;gt;이고, &amp;lt;math&amp;gt;\displaystyle \sqrt{1+t}=k&amp;lt;/math&amp;gt;이다.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle \int \sqrt{1+e^{ax+b}}dx&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle =\int {\sqrt{1+t}\over{at}}dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle =\frac{1}{a}\int \frac{2k^2 }{k^{2}-1}dk&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle =\frac{1}{a} \int \left(2+{1\over k-1}-{1\over k+1} \right)dk=\frac{1}{a} \left(2k+ \ln\left| {k-1 \over k+1} \right| \right)+C &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle =\frac{1}{a} \left(2\sqrt{1+t}-\ln\left | \frac{\sqrt{1+t}-1}{\sqrt{1+t}+1} \right | \right)+C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle =\frac{1}{a} \left(2\sqrt{1+e^{ax+b}}-\ln\left | \frac{\sqrt{1+e^{ax+b}}-1}{\sqrt{1+e^{ax+b}}+1} \right | \right)+C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ∫√(a²-x²)dx 꼴 ==&lt;br /&gt;
&amp;gt; &amp;lt;math&amp;gt;\displaystyle \int \sqrt{a^{2}-x^{2}}dx&amp;lt;/math&amp;gt;&lt;br /&gt;
위와 같은 꼴의 적분을 치환하여 적분하는 스킬.&lt;br /&gt;
&lt;br /&gt;
일단 &amp;lt;math&amp;gt;\displaystyle x=a\sin t \left( -\frac{\pi}{2} \le t \le \frac{\pi}{2} \right)&amp;lt;/math&amp;gt;으로 둔다. 이 식의 양변을 &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;에 대해서 미분하면 &amp;lt;math&amp;gt;\displaystyle \frac{dx}{dt} = a \cos x&amp;lt;/math&amp;gt;이고 이 식을 &amp;lt;math&amp;gt;\displaystyle dx = a \cos x dt&amp;lt;/math&amp;gt;로 바꾸어 본래의 적분에 대입하면,&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle \int \sqrt{a^{2}-a^{2}\sin^{2}t}\, \, \, a \cos t dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle = \int \sqrt{a^{2}\left ( 1-\sin^{2}t \right )}\, \, \, a \cos t dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle = \int a \cos t\sqrt{a^{2}\cos^{2}t}dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle = a\int \cos t\sqrt{a^{2}\cos^{2}t}dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle = a^{2}\int \cos^{2}tdt&amp;lt;/math&amp;gt;  [* 주어진 t의 범위에서 &amp;lt;math&amp;gt;\cos{t} \geq 0&amp;lt;/math&amp;gt;이므로]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle = a^2 \int {1 + \cos{2t}\over 2} dt &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle = a^{2} \left( \frac{1}{2}t + \frac{1}{4}\sin{2t} + C \right) = \frac{a^{2}t + a^{2}\sin{t}\cos{t}}{2}+C' = \frac{a^{2}\arcsin(\frac{x}{a}) + a^{2} t \cos{ \left( \arcsin(\frac{x}{a}) \right) }}{2}+C'&amp;lt;/math&amp;gt;[* &amp;lt;math&amp;gt;\displaystyle x=a\sin t&amp;lt;/math&amp;gt;에서  &amp;lt;math&amp;gt;\displaystyle \frac{x}{a}=\sin t&amp;lt;/math&amp;gt;이므로, &amp;lt;math&amp;gt;\displaystyle t=\arcsin\left(\frac{x}{a}\right)&amp;lt;/math&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{\cos\left ( \arcsin(\frac{x}{a}) \right )}&amp;lt;/math&amp;gt;를 구하기 위해 &amp;lt;math&amp;gt;\displaystyle  \sin^{2}t+\cos^{2}t=1&amp;lt;/math&amp;gt;에 &amp;lt;math&amp;gt;t = \arcsin \theta&amp;lt;/math&amp;gt;를 대입하면,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle  \sin^{2}\left (\arcsin \theta \right )+\cos^{2}\left (\arcsin \theta \right )=1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle  x^{2}+\cos^{2}\left (\arcsin \theta \right )=1 \, \, \, \Leftrightarrow \, \, \, \displaystyle  \cos^{2}\left (\arcsin \theta \right )=1-x^{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle \Leftrightarrow \, \cos \left ( \arcsin \theta \right )= \sqrt{1-x^{2}} \, \, \left(\because \cos( \arcsin \theta ) &amp;gt; 0, \, \text {where} -\frac{\pi}{2}\leq \arcsin \theta \leq -\frac{\pi}{2} \right)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle \theta =  \frac{x}{a}&amp;lt;/math&amp;gt;를 대입하면, &amp;lt;math&amp;gt;\displaystyle \cos \left \{ \arcsin\left ( \frac{x}{a} \right ) \right \}=\sqrt{1-\left ( \frac{x}{a} \right )^{2}}&amp;lt;/math&amp;gt;이므로 이를 정리하면&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle \int \sqrt{a^{2}-x^{2}}dx=\frac{x\sqrt{a^{2}-x^{2}}+a^{2}\arcsin \left ( \frac{x}{a} \right )}{2}+C&amp;lt;/math&amp;gt;&lt;br /&gt;
== ∫(sin(lnx)/x)dx 꼴 ==&lt;br /&gt;
&amp;gt; &amp;lt;math&amp;gt;\displaystyle \int \frac{\sin \left ( \ln x\right)}{x}dx&amp;lt;/math&amp;gt;&lt;br /&gt;
위와 같은 꼴의 부정적분.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle \ln x=t &amp;lt;/math&amp;gt;로 두면, &amp;lt;math&amp;gt;\displaystyle x=e^{t}=g\left ( t \right ) &amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;\Leftrightarrow \, \displaystyle g'\left ( t \right )=e^{t} &amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle x=e^{t}&amp;lt;/math&amp;gt;를 원래의 식에 대입하면,&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle \int \frac{\sin\left \{ \ln\left ( e^{t} \right ) \right \}}{e^{t}} e^{t}dt = \displaystyle \int \sin tdt=-\cos t+C &amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle \ln x=t &amp;lt;/math&amp;gt;로 두었으므로 복원하면,&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle \therefore \int \frac{\sin\left ( \ln x \right )}{x}dx=-\cos \left ( \ln\left | x \right | \right )+C &amp;lt;/math&amp;gt; ■&lt;br /&gt;
= 정적분 =&lt;br /&gt;
== 개요 ==&lt;br /&gt;
&amp;gt; 닫힌 구간 &amp;lt;math&amp;gt;\displaystyle \left [ a,b \right ]&amp;lt;/math&amp;gt;에서 연속인 함수 &amp;lt;math&amp;gt;\displaystyle f \left (x \right )&amp;lt;/math&amp;gt;에 대하여 미분가능한 함수 &amp;lt;math&amp;gt;\displaystyle x=g\left (t \right )&amp;lt;/math&amp;gt; 의 도함수 &amp;lt;math&amp;gt;\displaystyle g'\left ( t \right )&amp;lt;/math&amp;gt;가 닫힌 구간 &amp;lt;math&amp;gt;\displaystyle \left [ \alpha ,\beta \right ]&amp;lt;/math&amp;gt;에서 연속이고 &amp;lt;math&amp;gt;\displaystyle a=g\left ( \alpha \right ), b=g\left ( \beta \right )&amp;lt;/math&amp;gt;이면, &amp;lt;math&amp;gt;\displaystyle \int_{a}^{b}f\left ( x \right )dx=\int_{\alpha}^{\beta}f\left( g\left ( t \right ) \right)g'\left ( t \right )dt=\int_{g^{-1}\left ( a \right )}^{g^{-1}\left ( b \right )}f\left(g\left ( t \right ) \right)g'\left ( t \right )dt&amp;lt;/math&amp;gt; [* &amp;lt;math&amp;gt;\displaystyle g^{-1}\left ( t \right )&amp;lt;/math&amp;gt;는 &amp;lt;math&amp;gt;\displaystyle g\left ( t \right )&amp;lt;/math&amp;gt;의 역함수] &lt;br /&gt;
=== 예제 1 ===&lt;br /&gt;
&amp;gt; &amp;lt;math&amp;gt;\displaystyle\int_{0}^{a}\sqrt{a^{2}-x^{2}}dx&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle x=a\sin t \, \left( -\frac{\pi}{2} \le t \le \frac{\pi}{2} \right)&amp;lt;/math&amp;gt;로 두면,&lt;br /&gt;
&amp;lt;math&amp;gt;x=0&amp;lt;/math&amp;gt;일 때 &amp;lt;math&amp;gt;t=0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\displaystyle x=a&amp;lt;/math&amp;gt;일 때 &amp;lt;math&amp;gt;\displaystyle t=\frac{\pi}{2}&amp;lt;/math&amp;gt;이다.&lt;br /&gt;
또한 &amp;lt;math&amp;gt;\displaystyle \frac{dx}{dt}=a\cos t&amp;lt;/math&amp;gt;이므로,&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle\int_{0}^{a}\sqrt{a^{2}-x^{2}}dx&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle =\int_{0}^{\frac{\pi}{2}}\sqrt{a^{2}-\left(a^{2} \sin^{2}t \right)} a \cos t dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle =\int_{0}^{\frac{\pi}{2}}\sqrt{a^{2}\left(1-\sin^{2}t \right)} a\cos t dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle =\int_{0}^{\frac{\pi}{2}}\sqrt{a^{2}\cos^{2}t}\; a\cos t dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle =\int_{0}^{\frac{\pi}{2}}a\cos t\; a\cos t dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle =a^{2} \int_{0}^{\frac{\pi}{2}}\cos^{2}t dt&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\displaystyle =a^{2}\left[\frac{t+\sin t\cos t}{2} \right]^{\frac{\pi}{2}}_0= \displaystyle \frac{\pi a^{2}}{4}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
참고로 이 정적분값은 &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;인 사분원의 넓이와 같으므로[* &amp;lt;math&amp;gt;\displaystyle y=\sqrt{a^{2} - x^{2}}&amp;lt;/math&amp;gt; 이라고 두고 양변을 제곱하면 &amp;lt;math&amp;gt;x^{2} + y^{2} = a^{2} \, \left(y \ge 0\right)&amp;lt;/math&amp;gt;이 되므로.] 따라서 이를 4배하면 반지름이 &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;인 원의 넓이 공식인 &amp;lt;math&amp;gt;\pi a^{2}&amp;lt;/math&amp;gt;을 증명할 수 있다.&lt;br /&gt;
[[분류:해석학]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>	</entry>

	</feed>