"일계 선형미분방정식"의 두 판 사이의 차이
		
		
		
		
		
		둘러보기로 가기
		검색하러 가기
		
				
		
		
	
Pythagoras0 (토론 | 기여)  | 
				Pythagoras0 (토론 | 기여)   | 
				||
| (같은 사용자의 중간 판 6개는 보이지 않습니다) | |||
| 1번째 줄: | 1번째 줄: | ||
==개요==  | ==개요==  | ||
| − | *  미분방정식  | + | *  미분방정식:<math>\frac{dy}{dx}+a(x)y=b(x)</math>  | 
* 적분인자를 통하여 해를 구할 수 있다  | * 적분인자를 통하여 해를 구할 수 있다  | ||
| 10번째 줄: | 10번째 줄: | ||
==적분인자를 이용한 미분방정식의 풀이==  | ==적분인자를 이용한 미분방정식의 풀이==  | ||
| − | *  적분인자 <math>e^{\int a(x)\,dx}</math>를 미분방정식의 양변에 곱하여 다음을 얻는다  | + | *  적분인자 <math>e^{\int a(x)\,dx}</math>를 미분방정식의 양변에 곱하여 다음을 얻는다:<math>y'(x)e^{\int a(x)\,dx}+a(x)y(x)e^{\int a(x)\,dx}=b(x)e^{\int a(x) \, dx}</math>:<math>(y(x)e^{\int a(x)\,dx})'=b(x)e^{\int a(x)\,dx}</math>:<math>y(x)e^{\int a(x)\,dx}=\int b(x)e^{\int a(x)\,dx} \,dx+C</math>  | 
| 29번째 줄: | 29번째 줄: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| 53번째 줄: | 43번째 줄: | ||
==관련된 항목들==  | ==관련된 항목들==  | ||
| − | + | * [[오일러 방법]]  | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | * [  | ||
| − | |||
| − | |||
| − | |||
| 72번째 줄: | 51번째 줄: | ||
* https://docs.google.com/leaf?id=0B8XXo8Tve1cxOWFjNTFhZDEtMjRkMC00ZThhLWFhNWQtNGQwYWFmZDYwZjVl&sort=name&layout=list&num=50  | * https://docs.google.com/leaf?id=0B8XXo8Tve1cxOWFjNTFhZDEtMjRkMC00ZThhLWFhNWQtNGQwYWFmZDYwZjVl&sort=name&layout=list&num=50  | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==사전 형태의 자료==  | ==사전 형태의 자료==  | ||
| − | |||
| − | |||
* http://en.wikipedia.org/wiki/Linear_differential_equation#First_order_equation  | * http://en.wikipedia.org/wiki/Linear_differential_equation#First_order_equation  | ||
* http://mathworld.wolfram.com/IntegratingFactor.html  | * http://mathworld.wolfram.com/IntegratingFactor.html  | ||
| 92번째 줄: | 60번째 줄: | ||
| − | + | [[분류:미분방정식]]  | |
| − | |||
| − | |||
| − | *   | + | ==메타데이터==  | 
| − | *   | + | ===위키데이터===  | 
| + | * ID :  [https://www.wikidata.org/wiki/Q1129902 Q1129902]  | ||
| + | ===Spacy 패턴 목록===  | ||
| + | * [{'LOWER': 'linear'}, {'LOWER': 'differential'}, {'LEMMA': 'equation'}]  | ||
2021년 2월 17일 (수) 04:57 기준 최신판
개요
- 미분방정식\[\frac{dy}{dx}+a(x)y=b(x)\]
 - 적분인자를 통하여 해를 구할 수 있다
 
 
 
적분인자를 이용한 미분방정식의 풀이
- 적분인자 \(e^{\int a(x)\,dx}\)를 미분방정식의 양변에 곱하여 다음을 얻는다\[y'(x)e^{\int a(x)\,dx}+a(x)y(x)e^{\int a(x)\,dx}=b(x)e^{\int a(x) \, dx}\]\[(y(x)e^{\int a(x)\,dx})'=b(x)e^{\int a(x)\,dx}\]\[y(x)e^{\int a(x)\,dx}=\int b(x)e^{\int a(x)\,dx} \,dx+C\]
 
 
 
예1
\(y'(t)+k y(t)=10 k e^{-k t}\) 의 경우
적분인자 \(e^{kt}\)를 양변에 곱하면,
\((y(t)e^{kt})'=10 k\) 를 얻는다.
따라서 \(y(t)e^{kt}=10 k t +y(0)\)
\(y(t)= y(0) e^{-k t}+10 k t e^{-k t}\)
 
 
 
메모
 
 
관련된 항목들
매스매티카 파일 및 계산 리소스
 
사전 형태의 자료
- http://en.wikipedia.org/wiki/Linear_differential_equation#First_order_equation
 - http://mathworld.wolfram.com/IntegratingFactor.html
 
메타데이터
위키데이터
- ID : Q1129902
 
Spacy 패턴 목록
- [{'LOWER': 'linear'}, {'LOWER': 'differential'}, {'LEMMA': 'equation'}]