Split View: 공업수학 시리즈 6편: 고차 미분방정식과 초기값 문제
공업수학 시리즈 6편: 고차 미분방정식과 초기값 문제
공업수학 시리즈 6편: 고차 미분방정식과 초기값 문제
지금까지는 주로 1차와 2차 미분방정식을 봤습니다. 하지만 실제 시스템을 더 정교하게 모델링하면 3차 이상 고차 방정식도 자연스럽게 등장합니다. 핵심은 복잡해 보여도 기본 원리는 그대로라는 점입니다.
고차 미분방정식이란
최고차 도함수가 3차 이상인 식을 고차 미분방정식이라고 부릅니다. 예를 들면
같은 식입니다.
상수계수 선형 형태라면 여전히 지수함수 를 넣어 특성방정식을 만들 수 있습니다.
왜 초기조건 개수가 차수와 같을까
차 미분방정식의 일반해에는 보통 독립적인 상수 개가 들어갑니다. 따라서 유일한 해를 정하려면 조건도 개가 필요합니다.
예를 들어 3차 방정식이면 보통
처럼 세 개의 초기조건이 필요합니다.
이 관점은 매우 중요합니다. 미분방정식 풀이란 결국 상수들을 조건으로 결정해 하나의 실제 운동을 고르는 과정이기 때문입니다.
손으로 풀어보는 예제
다음 문제를 보겠습니다.
특성방정식은
즉
이므로 근은 이 중근, 이 단순근입니다. 따라서 일반해는
입니다.
이제 조건을
라고 두겠습니다.
미분하면
입니다. 을 넣으면
이므로
따라서 해는
가 됩니다.
공학 응용
제어 시스템의 전달함수
제어공학에서는 3차, 4차 이상의 시스템이 흔합니다. 모터, 기어, 센서, 필터가 결합되면 동역학 차수가 올라갑니다.
보와 판의 변형
구조역학에서는 4차 미분방정식이 나오는 경우가 많습니다. 이는 곡률과 굽힘 모멘트가 연결되기 때문입니다.
신호 처리 필터
고차 필터는 입력에 대한 응답을 고차 미분방정식이나 동등한 상태공간 시스템으로 표현할 수 있습니다.
초기값 문제와 경계값 문제
입문 단계에서는 초기값 문제를 먼저 봅니다. 이는 한 시점의 상태가 모두 주어지는 경우입니다.
반면 경계값 문제는 서로 다른 위치나 시간 끝점에서 조건이 주어집니다. 예를 들어 막대 양끝의 온도나 보의 양끝 처짐 조건이 여기에 해당합니다. 뒤에서 편미분방정식을 배울 때 더 자주 나오게 됩니다.
자주 하는 실수
조건 수를 덜 준다
차 식에 조건이 충분하지 않으면 해가 하나로 정해지지 않습니다.
중근 처리를 놓친다
중근이 있으면 처럼 가 곱해진 항이 추가됩니다. 이 부분을 자주 빼먹습니다.
미분 계수를 잘못 정리한다
고차식에서는 미분 실수 하나가 전체 상수 계산을 망칩니다. 일반해를 쓰고, 차례대로 미분한 뒤, 마지막에 조건을 대입하는 흐름을 지키는 편이 좋습니다.
한 줄 요약
고차 미분방정식도 기본 원리는 같으며, 차수가 높아질수록 필요한 초기조건 수도 함께 늘어납니다.
다음 편 예고
다음 글에서는 여러 변수의 움직임을 한꺼번에 다루는 연립 미분방정식과 행렬 표현의 필요성을 살펴보겠습니다.
참고자료
- Erwin Kreyszig, Advanced Engineering Mathematics, 10th Edition
- Earl A. Coddington, An Introduction to Ordinary Differential Equations
- Gilbert Strang, Linear Algebra and Differential Equations 강의 자료
Engineering Math Series 6: Higher-Order ODEs and Initial Value Problems
Engineering Math Series 6: Higher-Order ODEs and Initial Value Problems
So far, we have mainly looked at first and second-order differential equations. However, when you model real systems more precisely, third-order and higher equations naturally appear. The key point is that even though they look more complex, the fundamental principles remain the same.
What Are Higher-Order ODEs
Equations where the highest derivative is third-order or above are called higher-order differential equations. For example,
If it is in constant-coefficient linear form, you can still substitute to create the characteristic equation.
Why Does the Number of Initial Conditions Equal the Order
The general solution of an -th order differential equation usually contains independent constants. Therefore, conditions are needed to determine a unique solution.
For example, a third-order equation typically requires three initial conditions such as
This perspective is very important. Solving a differential equation is ultimately the process of determining the constants through conditions to select one actual motion.
Worked Example
Consider the following problem.
The characteristic equation is
which gives
so the roots are as a repeated root and as a simple root. Therefore the general solution is
Now let the conditions be
Differentiating,
Substituting ,
so
Therefore the solution is
Engineering Applications
Transfer Functions in Control Systems
In control engineering, third-order, fourth-order, and higher systems are common. When motors, gears, sensors, and filters are combined, the dynamics order increases.
Beam and Plate Deformation
In structural mechanics, fourth-order differential equations frequently arise. This is because curvature and bending moment are connected.
Signal Processing Filters
Higher-order filters can express the response to input as higher-order differential equations or equivalent state-space systems.
Initial Value Problems vs Boundary Value Problems
At the introductory level, we look at initial value problems first. These are cases where the state at a single point in time is fully given.
On the other hand, boundary value problems have conditions given at different positions or time endpoints. For example, the temperature at both ends of a rod or the deflection conditions at both ends of a beam belong here. These appear more frequently when we learn partial differential equations later.
Common Mistakes
Providing too few conditions
If there are insufficient conditions for an -th order equation, the solution is not uniquely determined.
Missing the repeated root treatment
When there are repeated roots, terms like with multiplied are added. This part is often forgotten.
Incorrectly organizing differentiation coefficients
In higher-order equations, a single differentiation mistake ruins the entire constant calculation. It is best to write the general solution, differentiate step by step, and then substitute the conditions at the end.
One-Line Summary
Higher-order differential equations follow the same fundamental principles, and as the order increases, the number of required initial conditions increases accordingly.
Next Post Preview
In the next post, we will look at systems of differential equations that handle the movement of multiple variables simultaneously, and explore the need for matrix representation.
References
- Erwin Kreyszig, Advanced Engineering Mathematics, 10th Edition
- Earl A. Coddington, An Introduction to Ordinary Differential Equations
- Gilbert Strang, Linear Algebra and Differential Equations lecture materials