Electric circuit how to check linearity

Click For Summary
SUMMARY

The discussion centers on the analysis of linearity in electric circuits, specifically addressing the conversion of continuous-time equations to discrete-time equations. The equations presented include Vc(t) = -1/(R2*C) * Vc(t) – 1/C * i(t) and Vt(t) = Vc(t) – R1*i(t). The user seeks clarification on the discrete equation Vc,k+1 = exp(-T/(R2*C))Vc,k – R2 * (1 – exp(-T/R2*C))ik and the significance of the time step size "T". The conversation concludes that there is no universal method for transforming continuous to discrete systems, emphasizing the use of the Euler approximation for such conversions.

PREREQUISITES
  • Understanding of electric circuit equations and components (e.g., resistors, capacitors)
  • Familiarity with continuous and discrete-time systems
  • Knowledge of linearity and nonlinearity in systems
  • Basic grasp of numerical methods, particularly the Euler approximation
NEXT STEPS
  • Study the Euler approximation method for numerical integration in continuous systems
  • Learn about the properties of linear and nonlinear systems in electrical engineering
  • Explore the conversion techniques from continuous-time to discrete-time systems
  • Investigate the role of time step size "T" in discrete-time modeling
USEFUL FOR

Electrical engineers, circuit designers, and students studying control systems or signal processing who are looking to deepen their understanding of linearity in electric circuits and the conversion between continuous and discrete models.

Physicslearner500039
Messages
124
Reaction score
6
Hi all,

I found the following equations for the electric circuit shown
Vc(t) = - 1/(R2*C) * Vc(t) – 1/C * i(t) --------------------1
Vt(t) = Vc(t) – R1*i(t) ------------------------------------ 2

I have the following questions
1.The first equation should be dVc(t)/dt = -1/(R2*C) * Vc(t) – 1/C * i(t) . Am I correct on this?
2.The discrete time equations are given in the documents as
Vc,k+1 = exp(-T/(R2*C)Vc,k – R2 * (1 – exp(-T/R2*C)*ik --------------- 3
Vt,k = Vc,k – R1*ik; ------------------------------------------------------------- 4

I can understand the 4th equation, but I cannot understand the 3 equation, could someone guide me how to do this conversion from continuous to discrete.
What is the “T” that is used?

3.Is this system linear? From little understanding I have, when an exponent is involved generally it is nonlinear. What is the methodology I should adopt to check whether a system is linear or nonlinear?

thanks in advance,
Regards
 

Attachments

  • linearSystem.PNG
    linearSystem.PNG
    1.1 KB · Views: 532
Engineering news on Phys.org
Physicslearner500039 said:
I can understand the 4th equation, but I cannot understand the 3 equation, could someone guide me how to do this conversion from continuous to discrete.
What is the “T” that is used?
The T is probably time step size.

There is no general way to transform continuous to discrete. For example, the Euler approximation difference equation is:

df(t)/dt = f(T)-f(0)/T where T is the time step size, t is time, and f(t) is any function of t.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
900
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
0
Views
2K
Replies
5
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
12
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K