Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- ODEs
- Ode
- 공업수학
- kreyszig
- Python
- 문제풀이
- 미분방정식
- 공학수학
- 맛집
- 비제차 상미분 방정식
- 공수1
- Problem Set 1.4
- Problem set 1.5
- vocabulary
- 대학
- English
- 미방
- Problem set 2.7
- 영어회화
- 백준
- 공수
- homogeneous
- SW역량테스트
- 공수 문제풀이
- Advanced Engineering Mathematics
- 코딩테스트
- Conversation
- Nonhomogeneous ODEs
- 삼성SW역량테스트
- Homogeneous ODEs
Archives
- Today
- Total
목록공수 문제풀이 1.5 (1)
한걸음
Advanced Engineering Math. Problem set 1.5 : 5 ~ 7
Problem 5. $$ y' + ky = e^{-kx} $$ Let's say, $ p \equiv k , r(x) \equiv e^{-kx} $ $ h = \int{k dx} = - kx $ 이다. Substitute equation h in $ y(x) = e^{-h} (\int{e^h r dx} + C) $ $$ y = e^{ -kx } ( \int{e^{kx} e^{-kx} dx} + C ) $$ $$ y(x) = e^{-kx}(x + C) $$ $$ \therefore y = ce^{-kx} + xe^{-kx} $$ Problem 6. $$ y' + 2y = 4 cos 2x , y(\frac{1}{4}\pi) = 3 $$ Let's say, $ p \equiv 2 , r(x) \equiv 4c..
Engineering/Archive
2023. 10. 31. 12:28