🐻
berkeley
  • #Despair
  • 16A/B
    • Thevenin and Norton Equivalence
    • Resistive Touchscreen
    • Trilateration and Correlation
    • RC Circuits & Transient Analysis
  • 61B
    • Testing
    • References in Java
    • Linked Lists in Java
    • Implementation Inheritance
    • Comparables and Iterators
    • Casting
    • Lists and Sets
    • Asymptotics
    • Trees
    • Hashing
    • PriorityQueue and Heap
    • Graphs, Tree Traversals
    • Tries
    • Sorting
  • Discrete Mathematics
    • Sets + Mathematical Notation
    • Logic and Proofs
    • Induction
    • Cryptography/RSA
    • Modular Arithmetic
    • Discrete Probability
  • Linear Algebra
    • Linear Equations
    • Matrix Algebra
    • Determinants
    • Vector Spaces
    • Eigenvectors and Eigenvalues
    • Projections and Orthogonality
    • SVD/PCA
  • Math 275 — Ordinary Differential Equations
    • Math 275 — Overview
    • Modeling via Differential Equations
    • Linear Systems
  • INTEGBI 35AC
    • Humans Came From Fish
    • Evolution's History
    • Typology
    • The Human Diaspora
  • 170
    • Basics
    • Divide and Conquer
    • Fast Fourier Transform
    • Graphs
    • Greedy
  • 61C
    • Pointers and Memory
    • Floating Point
    • Compliation, Assembly, Linking, Loading
    • RISC-V, Assembly
Powered by GitBook
On this page
  • Piecewise-Constant Input
  • Solutions for General Input Functions

Was this helpful?

  1. 16A/B

RC Circuits & Transient Analysis

Adapted from EECS 16B notes.

PreviousTrilateration and CorrelationNextTesting

Last updated 4 years ago

Was this helpful?

Piecewise-Constant Input

A capacitor charging to an applied voltage can be modeled by the following equation.

V(t)=V0(1−e−tτ)V(t) = V_0(1 - e^\frac{-t}{\tau})V(t)=V0​(1−eτ−t​)

where τ\tauτ is the time constant RCRCRC .

Likewise, a capacitor discharging can be modeled as follows.

V(t)=V0(e−tτ)V(t) = V_0(e^\frac{-t}{\tau})V(t)=V0​(eτ−t​)

In terms of a piece-wise constant input, we can use the two equations to model the discharging and charging of the capacitors if we are given some initial conditions.

Solutions for General Input Functions

Given the general input function

ddtV(t)=−λV(t)−λu(iΔ)\frac{d}{dt}V(t) = -\lambda V(t) - \lambda u(i\Delta)dtd​V(t)=−λV(t)−λu(iΔ)

where u(iΔ)u(i\Delta)u(iΔ) is a constant, the value of the input function at t=iΔt = i\Deltat=iΔ, we have a solution.

x(t)=x0eλt+∫0teλ(t−θ)u(θ)dθx(t) = x_0e^{\lambda t} + \int_0^te^{\lambda(t-\theta)}u(\theta)d\thetax(t)=x0​eλt+∫0t​eλ(t−θ)u(θ)dθ