Split View: 공업수학 시리즈 3편: 변수분리, 적분인자, 완전미분
공업수학 시리즈 3편: 변수분리, 적분인자, 완전미분
공업수학 시리즈 3편: 변수분리, 적분인자, 완전미분
1차 미분방정식은 종류가 다양해 보이지만, 입문 단계에서는 먼저 세 가지 대표 패턴을 익히면 됩니다. 핵심은 식을 보자마자 "이건 어떤 형태인지" 분류하는 눈을 만드는 것입니다.
1. 변수분리법
가장 먼저 보는 형태는 다음과 같습니다.
이 식은 에 관한 항과 에 관한 항을 양변으로 나눌 수 있으면 풀립니다.
양변을 적분하면
가 됩니다.
예제
라면
이고 적분해서
따라서
를 얻습니다.
직관
변수분리법은 "변화율이 두 요소의 곱으로 분해될 때" 강합니다. 성장률이 시간의 효과와 현재 상태의 효과로 나뉘는 상황에서 자주 나옵니다.
2. 적분인자법
다음처럼 생긴 선형 1차 방정식은 적분인자법으로 푸는 것이 표준입니다.
핵심 아이디어는 어떤 함수 를 곱해서 왼쪽을 한 번에 미분되는 꼴로 만드는 것입니다.
적분인자는
입니다. 양변에 곱하면
이고, 왼쪽은
로 묶입니다.
예제
에서는 이므로
입니다. 양변에 를 곱하면
이제 적분하면
따라서
를 얻습니다.
공학적 의미
적분인자법은 RC, RL 회로나 단순 열평형 모델처럼 "현재 상태를 끌어당기는 항"이 있는 시스템에 자주 등장합니다.
3. 완전미분방정식
다음 형태를 보겠습니다.
이 식이 어떤 스칼라 함수 의 전체미분
로 해석되면, 해는 단순히
가 됩니다. 이때 식을 완전미분방정식이라고 합니다.
판정 조건은
입니다.
예제
를 보면
입니다. 그런데
이므로 완전합니다.
이제 을 에 대해 적분하면
입니다. 이것을 로 미분해 과 비교하면
이므로
입니다. 따라서 해는
가 됩니다.
어떻게 구분할까
문제를 보면 다음 순서로 생각하면 좋습니다.
- 와 를 깔끔하게 분리할 수 있는가
- 선형 표준형 로 보이는가
- 미분형태로 써서 완전 조건을 검사할 수 있는가
처음에는 이 세 가지 만으로도 매우 많은 입문 문제를 처리할 수 있습니다.
손으로 풀어보는 짧은 예제
초기값 문제
는 변수분리보다 바로 적분이 더 쉽습니다.
적분하면
초기조건을 넣으면
이므로
입니다.
이 예제는 아주 단순하지만, "일반해를 구하고 초기조건으로 상수를 정한다"는 기본 절차를 확인하기 좋습니다.
자주 하는 실수
형태를 억지로 맞춘다
분리되지 않는 식을 억지로 변수분리하려고 하면 계산이 틀어집니다. 먼저 분류가 우선입니다.
적분인자를 잘못 계산한다
적분인자는 입니다. 까지 같이 적분하는 실수가 자주 나옵니다.
완전 조건을 검사하지 않고 적분한다
완전미분방정식은 반드시 조건을 먼저 확인해야 합니다. 그렇지 않으면 존재하지 않는 퍼텐셜 함수를 억지로 찾게 됩니다.
한 줄 요약
1차 미분방정식은 계산보다 먼저 "변수분리형, 선형형, 완전형" 중 무엇인지 알아보는 것이 핵심입니다.
다음 편 예고
다음 글에서는 1차를 넘어 2차 선형 미분방정식으로 가서, 공학 시스템의 진동과 응답을 본격적으로 다뤄보겠습니다.
참고자료
- Erwin Kreyszig, Advanced Engineering Mathematics, 10th Edition
- William E. Boyce, Richard C. DiPrima, Elementary Differential Equations and Boundary Value Problems
- MIT OpenCourseWare, Differential Equations
Engineering Math Series 3: Separation of Variables, Integrating Factor, Exact Equations
Engineering Math Series 3: Separation of Variables, Integrating Factor, Exact Equations
First-order differential equations may seem to come in many varieties, but at the introductory level, learning three representative patterns first is sufficient. The key is to develop the eye to classify "what form is this" as soon as you see an equation.
1. Separation of Variables
The first form to look at is
This equation can be solved if you can separate the terms involving and to opposite sides.
Integrating both sides gives
Example
If
then
and integrating,
Therefore
Intuition
Separation of variables is powerful "when the rate of change decomposes into a product of two factors." It frequently appears in situations where the growth rate splits into the effect of time and the effect of the current state.
2. Integrating Factor Method
The following standard form of a first-order linear equation is solved using the integrating factor method.
The key idea is to multiply by some function to make the left side into a form that can be differentiated all at once.
The integrating factor is
Multiplying both sides gives
and the left side becomes
Example
For
we have , so
Multiplying both sides by gives
Integrating,
Therefore
Engineering Significance
The integrating factor method frequently appears in systems with a "term that pulls the current state," such as RC and RL circuits or simple thermal equilibrium models.
3. Exact Equations
Consider the following form.
If this equation can be interpreted as the total differential of some scalar function
then the solution is simply
In this case, the equation is called an exact equation.
The test condition is
Example
Consider
We have
and
so it is exact.
Integrating with respect to ,
Differentiating with respect to and comparing with ,
so
Therefore the solution is
How to Distinguish
When you see a problem, think in the following order.
- Can and be cleanly separated
- Does it look like the linear standard form
- Can you write it in differential form and check the exactness condition
At the beginning, these three alone can handle a great many introductory problems.
A Short Worked Example
The initial value problem
is easier to solve by direct integration than by separation of variables.
Integrating,
Applying the initial condition,
so
This example is very simple, but it is good for confirming the basic procedure of "find the general solution and then determine the constant using the initial condition."
Common Mistakes
Forcing the wrong form
Trying to force separation on an equation that is not separable will derail the calculation. Classification must come first.
Computing the integrating factor incorrectly
The integrating factor is . A common mistake is to integrate along with it.
Integrating without checking the exactness condition
For exact equations, you must verify the condition first. Otherwise, you end up trying to force-find a potential function that does not exist.
One-Line Summary
For first-order differential equations, the key is to identify whether it is separable, linear, or exact before starting any computation.
Next Post Preview
In the next post, we will move beyond first-order to second-order linear differential equations, where we will begin seriously exploring vibration and response of engineering systems.
References
- Erwin Kreyszig, Advanced Engineering Mathematics, 10th Edition
- William E. Boyce, Richard C. DiPrima, Elementary Differential Equations and Boundary Value Problems
- MIT OpenCourseWare, Differential Equations