Guest User

Transient RL/RC cheat sheet

a guest
Nov 23rd, 2025
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. \documentclass[a3paper]{article}
  2. \usepackage{amsmath}
  3. \usepackage{amssymb}
  4. \usepackage{tcolorbox}
  5. \usepackage{multicol}
  6. \usepackage{lipsum}
  7. \usepackage[landscape, margin=0.3in]{geometry}
  8. \usepackage{xcolor}
  9.  
  10. \definecolor{titles}{HTML}{d0dbeb}
  11. \definecolor{myNavy}{RGB}{26,51,89}
  12. \definecolor{toptitles}{HTML}{6a7390}
  13.  
  14. \tcbset{
  15. mybox/.style={
  16. colback=titles,
  17. colframe=titles,
  18. boxrule=0pt,
  19. height=2cm,
  20. arc=10pt,
  21. left=8pt, right=8pt, top=6pt, bottom=20pt,
  22. halign=center,
  23. }
  24. }
  25.  
  26. \tcbset{
  27. headerbox/.style={
  28. colback=toptitles,
  29. colframe=toptitles,
  30. boxrule=0pt,
  31. arc=10pt,
  32. left=8pt, right=8pt, top=6pt, bottom=6pt,
  33. halign=center,
  34. }
  35. }
  36.  
  37. \begin{document}
  38.  
  39.  
  40.  
  41. \begin{minipage}{0.75\linewidth}
  42.  
  43. % Full width Heading 1 box
  44. \begin{tcolorbox}[headerbox]
  45. \bfseries\color{white} Transient Response cheat-sheet for First-Order RC and RL circuits
  46. \end{tcolorbox}
  47.  
  48. \begin{multicols}{3}
  49.  
  50.  
  51. % RL Time Constant Box
  52. \begin{tcolorbox}[mybox]
  53. \bfseries TIME CONSTANT FOR RL-CIRCUIT\\[0.5em]
  54. {\setlength{\abovedisplayskip}{-4pt}%
  55. \setlength{\belowdisplayskip}{0pt}%
  56. \[
  57. \tau = \dfrac{L}{R}
  58. \]
  59. }
  60. \end{tcolorbox}
  61. % RL Step Response Box
  62. \begin{tcolorbox}[
  63. colback=white!1,
  64. colframe=titles,
  65. boxrule=0.5pt,
  66. title=\textbf{\color{myNavy}\textit{RL}--Circuit}
  67. ]
  68. \[
  69. i(t) = I_f + (I_0 - I_f)e^{-t/\tau}.
  70. \]
  71.  
  72.  
  73.  
  74.  
  75. \textbf{Step 1:} Determine the initial current, \( V_0 \), in the inductor. This usually involves analyzing the circuit for \( t < 0 \).
  76.  
  77. \textbf{Step 2:} Calculate the time constant, \( \tau \). To do this, you need to find the equivalent resistance attached to the inductor for \( t \ge 0 \) after zeroing any independent sources.
  78.  
  79. \textbf{Step 3:} Calculate the final value of the inductor current I$_f$, by analyzing the circuit as \( t \to \infty \).
  80.  
  81. \textbf{Step 4:} Write the equation for the inductor
  82. current for \( t \ge 0 \) by substituting the values for
  83. the initial current and the time constant into the
  84. equation above. If there are no sources when \( t \ge 0 \), then I$_f$ = 0.
  85. \end{tcolorbox}
  86.  
  87. \columnbreak
  88.  
  89.  
  90.  
  91.  
  92.  
  93. % RC Time Constant Box
  94. \begin{tcolorbox}[mybox]
  95. \bfseries TIME CONSTANT FOR RC-CIRCUIT\\[0.5em]
  96. {\setlength{\abovedisplayskip}{-2pt}%
  97. \setlength{\belowdisplayskip}{0pt}%
  98. \[
  99. \tau = RC
  100. \]
  101. }
  102. \end{tcolorbox}
  103. % RC Step Response Box
  104. \begin{tcolorbox}[
  105. colback=white!1,
  106. colframe=titles,
  107. boxrule=0.5pt,
  108. title=\textbf{\color{myNavy}\textit{RC}--Circuit}
  109. ]
  110. \[
  111. v(t) = V_f + (V_0 - V_f) e^{-t/\tau}.
  112. \]
  113.  
  114.  
  115. \textbf{Step 1:} Determine the initial voltage, \( V_0 \), in the capacitor. This usually involves analyzing the circuit for \( t < 0 \).
  116.  
  117. \textbf{Step 2:} Calculate the time constant, \( \tau \). To do this, you need to find the equivalent resistance attached to the capacitor for \( t \ge 0 \) after zeroing any independent sources.
  118.  
  119. \textbf{Step 3:} Calculate the final value of the capacitor voltage V$_f$, by analyzing the circuit as \( t \to \infty \).
  120.  
  121. \textbf{Step 4:} Write the equation for the capacitor
  122. voltage for \( t \ge 0 \) by substituting the values for
  123. the initial voltage and the time constant into the
  124. equation above. If there are no sources when \( t \ge 0 \), then V$_f$ = 0.
  125.  
  126. \end{tcolorbox}
  127.  
  128. \columnbreak
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137. % RL Step Response Box
  138. \begin{tcolorbox}[
  139. colback=white!1,
  140. colframe=titles,
  141. boxrule=0.5pt,
  142. title=\textbf{\color{myNavy}\textit{Key Reminders for First-Order RC/RL Circuits}}
  143. ]
  144.  
  145. \begin{enumerate}
  146.  
  147. \item \textbf{Continuity at $t=0$}
  148. \[
  149. i_L(0^+) = i_L(0^-), \qquad
  150. v_C(0^+) = v_C(0^-)
  151. \]
  152.  
  153. \item \textbf{DC Steady-State Behavior}
  154. \[
  155. \text{Inductor } \rightarrow \text{ short circuit}
  156. \]
  157. \[
  158. \text{Capacitor } \rightarrow \text{ open circuit}
  159. \]
  160.  
  161. \item \textbf{Finding the Time Constant $\tau$}
  162. \begin{itemize}
  163. \item Zero all independent sources:
  164. \[
  165. \text{Voltage source } \rightarrow \text{ short},
  166. \]
  167. \[
  168. \text{Current source } \rightarrow \text{ open}
  169. \]
  170. \item Find $R_{\text{eq}}$ seen by the inductor or capacitor in the $t \ge 0$ circuit, and input into formula for $\tau$.
  171. \end{itemize}
  172.  
  173. \end{enumerate}
  174.  
  175. \end{tcolorbox}
  176.  
  177. \end{multicols}
  178.  
  179. \end{minipage}
  180. \end{document}
  181.  
Advertisement
Add Comment
Please, Sign In to add comment