Split View: 공업수학 시리즈 4편: 2차 선형 미분방정식
공업수학 시리즈 4편: 2차 선형 미분방정식
공업수학 시리즈 4편: 2차 선형 미분방정식
1차 미분방정식이 "현재 상태의 변화율"을 다뤘다면, 2차 미분방정식은 가속도나 곡률까지 포함된 시스템을 다룹니다. 그래서 진동, 회로, 기계 시스템처럼 관성이 있는 현상을 설명할 때 자주 등장합니다.
표준형
가장 기본적인 2차 선형 미분방정식은 다음과 같습니다.
여기서 , , 가 상수이고 가 외부 입력입니다. 먼저 외부 입력이 없는 동차식부터 보면
이 됩니다.
왜 지수함수를 먼저 떠올릴까
상수계수 선형 방정식에서는 지수함수 를 넣어 보면 미분할 때 모양이 유지됩니다. 이 때문에
이라는 특성방정식이 나오고, 해의 구조는 이 2차 방정식의 근에 따라 결정됩니다.
세 가지 기본 경우
서로 다른 두 실근
근이 , 이면
입니다.
중근
근이 하나로 겹치면
입니다.
켤레복소근
근이 이면
가 됩니다.
이 마지막 형태가 바로 감쇠 진동과 연결됩니다.
손으로 풀어보는 예제
다음 문제를 보겠습니다.
특성방정식은
이고 인수분해하면
이므로 근은 , 입니다. 따라서 일반해는
입니다.
초기조건이
이라면
을 얻고, 풀면
이므로
가 됩니다.
공학 응용
질량-스프링-감쇠기 시스템의 자연응답은 보통
으로 씁니다. 여기서
- 은 질량
- 는 감쇠 계수
- 는 스프링 상수
입니다.
회로에서는 같은 구조가
처럼 RLC 회로에 나타납니다. 즉 기계 시스템과 전기 시스템이 같은 수학 구조를 공유합니다.
해를 해석하는 법
공업수학에서는 해를 구한 뒤 반드시 거동을 읽어야 합니다.
- 지수함수 양의 실근이면 발산
- 음의 실근이면 감쇠
- 복소근이면 진동
- 실수부가 음수인 복소근이면 감쇠 진동
즉 수식은 결국 시스템의 안정성과 응답 속도를 알려주는 도구입니다.
자주 하는 실수
특성방정식까지만 풀고 해를 잘못 쓴다
중근과 복소근의 해 형태는 서로 다릅니다. 근만 구하고 일반해 형태를 기계적으로 쓰면 틀리기 쉽습니다.
초기조건 적용에서 미분을 대충 한다
를 정확히 구하지 않고 상수만 맞추려 하면 오차가 납니다. 일반해를 먼저 정리한 뒤 차분하게 미분하는 편이 안전합니다.
해의 의미를 읽지 않는다
공학 문제에서는 발산, 감쇠, 진동 여부가 핵심입니다. 계산만 끝내고 시스템 해석을 빼먹지 않는 습관이 중요합니다.
한 줄 요약
2차 선형 미분방정식은 특성방정식의 근을 통해 자연응답의 형태를 읽는 도구입니다.
다음 편 예고
다음 글에서는 2차 방정식을 실제 물리 시스템에 연결해 감쇠, 강제진동, 공진이 어떻게 나타나는지 살펴보겠습니다.
참고자료
- Erwin Kreyszig, Advanced Engineering Mathematics, 10th Edition
- Steven H. Strogatz, Nonlinear Dynamics and Chaos
- MIT OpenCourseWare, Vibrations and Waves 관련 자료
Engineering Math Series 4: Second-Order Linear ODEs
Engineering Math Series 4: Second-Order Linear ODEs
While first-order differential equations dealt with "the rate of change of the current state," second-order differential equations handle systems that include acceleration or curvature. That is why they frequently appear when describing phenomena with inertia, such as vibration, circuits, and mechanical systems.
Standard Form
The most basic second-order linear differential equation is
where , , are constants and is the external input. Looking first at the homogeneous equation without external input,
Why Think of Exponential Functions First
For constant-coefficient linear equations, substituting maintains the form under differentiation. This leads to
which is the characteristic equation, and the structure of the solution is determined by the roots of this quadratic equation.
Three Basic Cases
Two distinct real roots
If the roots are and , then
Repeated root
If the root is repeated, then
Complex conjugate roots
If the roots are , then
This last form is precisely what connects to damped oscillation.
Worked Example
Consider the following problem.
The characteristic equation is
which factors as
so the roots are and . Therefore the general solution is
If the initial conditions are
then
Solving gives
so
Engineering Applications
The natural response of a mass-spring-damper system is typically written as
where
- is the mass
- is the damping coefficient
- is the spring constant
In circuits, the same structure appears as
in an RLC circuit. In other words, mechanical systems and electrical systems share the same mathematical structure.
How to Interpret the Solution
In engineering mathematics, you must always read the behavior after finding the solution.
- Positive real roots in the exponential mean divergence
- Negative real roots mean decay
- Complex roots mean oscillation
- Complex roots with negative real part mean damped oscillation
In other words, the equations ultimately serve as tools that tell you about the stability and response speed of the system.
Common Mistakes
Writing the solution incorrectly after solving the characteristic equation
The solution forms for repeated roots and complex roots are different. If you mechanically write the general solution after only finding the roots, mistakes are easy.
Being careless with differentiation when applying initial conditions
If you do not compute accurately and just try to match the constants, errors arise. It is safer to first organize the general solution and then differentiate carefully.
Not reading the meaning of the solution
In engineering problems, whether the solution diverges, decays, or oscillates is the key point. It is important to develop the habit of not skipping system analysis after completing the calculation.
One-Line Summary
Second-order linear ODEs are tools for reading the form of the natural response through the roots of the characteristic equation.
Next Post Preview
In the next post, we will connect second-order equations to real physical systems and examine how damping, forced oscillation, and resonance arise.
References
- Erwin Kreyszig, Advanced Engineering Mathematics, 10th Edition
- Steven H. Strogatz, Nonlinear Dynamics and Chaos
- MIT OpenCourseWare, Vibrations and Waves materials