[SS] RL Circuit : differential equation 으로 풀기.

2023. 10. 2. 19:23·.../Signals and Systems
728x90
728x90

다음의 RL회로를 미분방정식으로 풀기

$t=0$에서 스위치가 닫힘.

위의 회로에서 입출력 및 초기조건은 다음과 같음.

  • input : $E$ (voltage)
  • output : $i(t)$ (current)
  • initial condition : $i(t=0)=i_0=0$ (inductor L의 $t=0$에서의 전류.)

1. Differential Equation

KVL에 의하여 다음이 성립

$$\begin{aligned}
L\frac{di(t)}{dt}+Ri(t) &= E \\
\frac{di(t)}{dt}+\frac{R}{L}i(t) &= \frac{E}{L}
\end{aligned}$$


2. Homogeneous solution

$$\begin{aligned}
\frac{di_h(t)}{dt}+\frac{R}{L}i_h(t) &= 0 \\
\frac{di_h(t)}{dt} &= -\frac{R}{L}i_h(t) \\
\frac{1}{i_h(t)}di_h(t) &= -\frac{R}{L}dt \\
\displaystyle{\int_{A}^{i_h(t)} \frac{1}{i_h(\tau)}di(\tau)} &= \displaystyle{-\frac{R}{L} \int_0^{t} d\tau} \\
\left[ \ln i_h(\tau) \right]_{A}^{i_h(t)} &= \left[ -\frac{R}{L} \tau \right]_0^t \\
\ln i_h(t) - \ln A &= -\frac{R}{L} t \\
\ln \frac{i_h(t)}{A} &= -\frac{R}{L} t \\
\frac{i_h(t)}{A} &= e^{-\frac{R}{L} t} \\
i_h(t) &= A e^{-\frac{R}{L} t} \\
\end{aligned}$$

위와 같이 푸는 방법을 separtion of variable 이라고 부름!

특성방정식으로 풀면 다음과 같음.

$$\begin{aligned} \frac{di_h(t)}{dt}+\frac{R}{L}i_h(t) &= 0 \\ Di_h(t)+\frac{R}{L}i_h(t) &= 0 \\ (D+\frac{R}{L})i_h(t) &= 0 \\ \lambda &= -\frac{R}{L} \\ i_h(t) &= A e^{-\frac{R}{L} t} \end{aligned}$$


3. Particular solution

$$\frac{di(t)}{dt}+\frac{R}{L}i(t)= \frac{E}{L}$$

$\frac{E}{R}$은 상수이므로, particular solution $i_p(t)$도 상수의 형태를 가짐 (particular solution은 입력함수에 의해 그 형태가 결정됨을 기억할 것). 즉, 다음과 같은 식으로 표현 가능.

$$i_p(t)=n$$

이를 미분방정식에 대입하여 풀면, 다음과 같음.

$$\begin{aligned}
\frac{di(t)}{dt}+\frac{R}{L}i(t) &= \frac{E}{L} \\
\frac{dn}{dt}+\frac{R}{L}n &= \frac{E}{L} \\
0+\frac{R}{L}n &= \frac{E}{L} \\
n &= \frac{E}{R} \\
\therefore i_p(t) &= \frac{E}{R}
\end{aligned}$$


4. Complete solution

complete soluton $i(t)$는 다음과 같이 homogeneous solution과 particular solution의 합임.

$$\begin{aligned}
i(t) &= i_h(t) + i_p(t) \\
&=A e^{-\frac{R}{L} t} + \frac{E}{R}
\end{aligned}$$

위의 solution의 식에서 우리가 모르는 상수는 $A$임. ($R$,$L$,$E$는 회로에서 주어진 상수)

$A$를 구하기 위해, 초기조건을 이용한다.

$$\begin{aligned}
i_0=i(0)&=A e^{-\frac{R}{L} 0} + \frac{E}{R}=0 \\
\therefore A&=-\frac{E}{R}
\end{aligned}$$

즉, 출력 $i(t)$는 다음과 같음.

$$\begin{aligned}
i(t) &=-\frac{E}{R} e^{-\frac{R}{L} t} + \frac{E}{R} \\
&=\frac{E}{R} (1-e^{-\frac{R}{L} t})
\end{aligned}$$

아래 그림은 $V=E$ 인 경우임.

 

'... > Signals and Systems' 카테고리의 다른 글

[SS] System and Differential Equation  (0) 2023.10.03
[SS] RC Circuit : differential equation으로 풀기.  (0) 2023.10.03
[SS] System Response  (1) 2023.10.02
[SS] System 표현하기 : Impulse Response vs. Differential Equation  (1) 2023.10.02
[SS] Impulse Response란 :  (0) 2023.09.21
'.../Signals and Systems' 카테고리의 다른 글
  • [SS] System and Differential Equation
  • [SS] RC Circuit : differential equation으로 풀기.
  • [SS] System Response
  • [SS] System 표현하기 : Impulse Response vs. Differential Equation
dsaint31x
dsaint31x
    반응형
    250x250
  • dsaint31x
    Dsaint31's blog
    dsaint31x
  • 전체
    오늘
    어제
    • 분류 전체보기 (739)
      • Private Life (13)
      • Programming (56)
        • DIP (104)
        • ML (26)
      • Computer (119)
        • CE (53)
        • ETC (33)
        • CUDA (3)
        • Blog, Markdown, Latex (4)
        • Linux (9)
      • ... (350)
        • Signals and Systems (103)
        • Math (171)
        • Linear Algebra (33)
        • Physics (42)
        • 인성세미나 (1)
      • 정리필요. (54)
        • 의료기기의 이해 (6)
        • PET, MRI and so on. (1)
        • PET Study 2009 (1)
        • 방사선 장해방호 (4)
        • 방사선 생물학 (3)
        • 방사선 계측 (9)
        • 기타 방사능관련 (3)
        • 고시 (9)
        • 정리 (18)
      • RI (0)
      • 원자력,방사능 관련법 (2)
  • 블로그 메뉴

    • Math
    • Programming
    • SS
    • DIP
  • 링크

    • Convex Optimization For All
  • 공지사항

    • Test
    • PET Study 2009
    • 기타 방사능관련.
  • 인기 글

  • 태그

    SIGNAL
    fourier transform
    signal_and_system
    Programming
    Term
    linear algebra
    Optimization
    Probability
    Python
    Vector
    signals_and_systems
    function
    math
    검사
    random
    Convolution
    SS
    opencv
    인허가제도
    numpy
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
dsaint31x
[SS] RL Circuit : differential equation 으로 풀기.
상단으로

티스토리툴바