Understanding the Telegan Law: The Role of Double Summations in Power Analysis

  • Thread starter Thread starter lom
  • Start date Start date
  • Tags Tags
    Sign Sum
Click For Summary
SUMMARY

The Telegan Law asserts that the total sum of power in a circuit is zero, as demonstrated through the analysis of nodes and currents. The discussion highlights the mathematical representation of this law using double summations, specifically the equation \sum_{k}^{B}v_kJ_k=\frac{1}{2}\sum_{a=1}^{n_t}\sum_{b=1}^{n_t}(e_a-e_b)J_{ab}. A common point of confusion arises regarding the interpretation of double summations, where participants clarify that it represents the sum of powers across all nodes rather than a multiplication of sums. The analogy of nested loops in programming is used to elucidate this concept.

PREREQUISITES
  • Understanding of electrical circuits and nodes
  • Familiarity with Kirchhoff's Current Law (KCL)
  • Basic knowledge of summation notation in mathematics
  • Concept of double summations in mathematical analysis
NEXT STEPS
  • Study Kirchhoff's Current Law (KCL) in detail
  • Explore the mathematical principles of double summations
  • Learn about power analysis in electrical engineering
  • Investigate the application of the Telegan Law in circuit design
USEFUL FOR

Electrical engineers, circuit designers, students studying electrical engineering concepts, and anyone interested in power analysis and circuit theory.

lom
Messages
29
Reaction score
0
the telegan law basically states that the total sum of power is zero.
my prof proved lik this:

we choose a node (a point where more then one currents come together)

and decide that the voltage on that node to be zero.
we designate the voltages on the nodes to be [tex]e_k[/tex]
[tex]J_k[/tex] is the current.

[tex]v_kJ_k=(e_a-e_b)J_{ab}[/tex]
[tex]v_kJ_k=\frac{1}{2}[(e_b-e_a)J_{ab}+(e_a-e_b)J_{ab}][/tex]
[tex]n_t[/tex] is the number of nodes.[/tex]
[tex]B[/tex] is the number of branches.[/tex]
[tex]\sum_{k}^{B}v_kJ_k=\frac{1}{2}\sum_{a=1}^{n_t}\sum_{b=1}^{n_t}(e_a-e_b)J_{ab}[/tex]
each J that does not exist in the graph will be zero.
[tex]\sum_{k}^{B}v_kJ_k=\frac{1}{2}\sum_{a=1}^{n_t}e_a\sum_{b=1}^{n_t}J_{ab}-\frac{1}{2}\sum_{a=1}^{n_t}e_b\sum_{b=1}^{n_t}J_{ab}=0[/tex]

because by kcl
[tex]\sum_{b=1}^{n_t}J_{ab}=0[/tex]

my problem iswhen he sums for all nodes
he uses
[tex]\sum\sum[/tex] sign which by me represents multiplication
of the sums

why not [tex]\sum+\sum[/tex],thus we can know that ist the sum of many similar equations.

but how he did it doesn't represent a sum
 
Physics news on Phys.org
[tex]\sum_{a=1}^{n_t}\sum_{b=1}^{n_t}[/tex]

is not multiplication of summations in this context. It means that you take the sum of the powers at all nodes. For example say you have 2 total nodes, so the summation would look like

[tex]\frac{1}{2}\sum_{a=1}^{2}\sum_{b=1}^{2}(e_a-e_b)J_{ab} = \frac{1}{2}[(e_1-e_1)J_{11}+(e_1-e_2)J_{12}+(e_2-e_1)J_{21}+(e_2-e_2)J_{22}].[/tex]

You'll say that it's multiplication when there is already something in between the two summation terms as in the second summation equation.

(An analogy is by considering a loop with in a loop in programming. The outer loop will start say from 1, so while the first loop is at 1, the inner loop will continue looping until it satisfies a certain condition. After the inner loop stopped, the outer loop will proceed to the 2nd iteration and so the inner loop will loop again and so on... until both conditions in the inner and outer loop is satisfied.)
 
Last edited:

Similar threads

  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
15
Views
2K
Replies
15
Views
3K