Engineering Question - Calculating Coefficients for 2nd Order Transient Analysis

AI Thread Summary
Calculating coefficients for second order transient analysis can be complex, particularly for underdamped circuits. The voltage or current equation involves determining initial conditions like v(0) and derivatives to find constants K1 and K2. Discrepancies arise when using different pairs of initial conditions, such as v(0) with v'(0) or i(0) with i'(0). It's crucial to maintain consistency in the constants used for voltage and current; K1 and K2 should be distinct for voltage and current equations. Understanding the relationship between voltage and current coefficients is essential for accurate calculations.
damianpd
Messages
2
Reaction score
0
Homework Statement
Calculating K1 and K2 coefficients for second order transient analysis.
Relevant Equations
v(0), v'(0), i(0), i'(0)
Hello everyone,

I am struggling with calculating the coefficients for second order transient analysis.

For example, when analyzing a underdamped circuit, we know that the equation for voltage or current is xt=e-αt(K1cos(sqrt(ω22)t ) + K2sin(sqrt(ω22)t)).

Then in order to determine for example v(t), I would first determine what v(0) is, and plugging in 0 for all values of t in the above equation, I would get the result v(0)=K1.

Then the next step in calculating K2, I need to take the derivative of v(0) in order to determine the coefficient.

However, when following these steps, my solution isn't always correct when comparing it to the book solutions. Sometimes they utilize v(0) and v'(0), and other times they use v(0) and i(0) to determine these coefficients.

Some examples:
https://ibb.co/233Zd0q <---- In this they use i(0) and i'(0)

https://ibb.co/DMyDfM4 <---- In this, they use v(0) and i(0)

I would greatly appreciate some sort of explanation regarding this.
 
Physics news on Phys.org
Edit:
I have added my work for the second problem, in which I attempt to get K1 and K2 using v(0) and i(0), as well as i(0) and i'(0).

When doing it the first method, I get K1=-4 and K2=22, while the second method I get K1=4 and K2=-7.

Method 1: https://ibb.co/XL4CY11 Method 2: https://ibb.co/FxnYxPk
 
You use the same constants ##K_1## and ##K_2## in both the equations for the current and the voltage (at the ends of the capacitor). This is not correct. If we use the constants ##K_1## and ##K_2## for voltage, then we should use the constants ##K_1'## and ##K_2'## for the current. There is a relationship between the two pairs of constants which you can find out by exploring the equation $$i(t)=C\frac{dv(t)}{dt}$$.
In your first method you calculate the pair of constants for the voltage, but in the second method you calculate the pair of constants for the current. That's why those two pairs differ.
 
Back
Top