naver-site-verification: naver47238a1b6bfbb19a2fd4b619734fa9a6.html
top of page

Solving 4 complex equations with your Ti-84 

Most complex solver programs, written for the Ti-84, can only solve equations with a maximum of 3 variables. This Ti-84 Basic program however is unique in that it can solve up to 4 complex linear equations (w, x, y, z). This is very useful for electrical engineering students to calculate complex voltages or currents in networks. Of course, it can also solve 2 and 3 linear equations. At the end of this page, an extended example including network theory is provided. Of course, equations with real numbers (DC networks) can also be solved.

Example : solving 4 linear complex equations. 

Imagine you have the next complex equations, which hold for an electric network

(2i)Ia +     (5)Ib  +           (9)Ic  -    (5i-12)Id = 3

(7)Ia  +   (3-i)Ib  +     (5+6i)Ic  +          (8)Id = 12-3i

(13)Ia - (2i-2)Ib  +     (3+6i)Ic  +        (10)Id = 3i

(0)Ia  +(6+3i)Ib  +         (14)Ic  -    (3i-17)Id = 4

The Ti program solv234.8xp solves: 

1:Mw+Ax+By+Cz=D,

2:Nw+Ex+Fy+Gz=H, 

3:Ow+Ix+Jy+Kz=L,

4: Pw+Qx+Ry+Sz=T

 

In the complex equations of the Ti84 program, we choose

w=Ia, x=Ib, y=Ic, z=Id, so in the first equation M=2i, A=5, B=9 and C=-(5i-12)=+(12-5i) and D=3

Be aware that all signs are positive in the Ti-equations, therefore we take C=(12-5i). For the other 3 equations, we use the same method as explained. Solving these equations "by hand" would be an incredible task. 

Unique 4 complex equation solver for Ti84
Input of the complex equation solver for Ti84
Output of the complex equation solver

To check if the answer is correct, we fill in the answer in equation 2

(7)Ia + (3-i)Ib +(5+6i)Ic + (8)Id should be 12-3i for the Ti program

Ia=w, Ib=x, Ic=y, Id=z. After running the program, the solutions are stored in w, x, y, z

Therefore : (7)w + (3-i)x +(5+6i)y + (8)z should be 12-3i. 

check of the solv234 program

After this check, we can trust the program that it gives the right answers.

Example : solving 2 linear complex equations. 

A complete example of solving 2 complex equations is now given. Suppose the network with 2 AC voltage (60 Hz) sources with different voltage level and 90 degrees of phase shift as well as components such as inductance resistance and capacitor. Current Ia and Ib must be calculated. Simulation with Multisim gives Ia=2.351A (rms) and Ib=0.532104 A (rms).

AC voltage circuit with 2 equations

The electric circuit is transferred to a complex scheme with complex impedances and sources. 

The complex electric circuit to be analyzed using the program solv234

According to Kirchhoff's Second Law, the sum of voltages in closed loops 1 and 2 are equal to zero, resulting in two equations.

 

1: +110-Ia*(50+75.398j) –(Ia-Ib)(-53.052j+40)-19052j=0

2: +110-Ia*(50+75.398j) –(Ib)(188.49j+60)=0

or reduced in the way that they can be used in the Ti-84 program

 

eq1: (-90-22.346j)*Ia +(40-53.052j)*Ib=190.52j-110

eq2 : (-50-75.398j)*Ia +(-60-188.49j)*Ib=-110

In the Ti-program, we choose 2 equ in which x=Ia and y=Ib

Be aware of the minus signs in -90-22.346j, For the minus sign of -90 you have to use the (-) key.

solvcorrext.JPG

Fill in the complex number for a, b, p, c, d, q from equation 1 and 2

Results obtained with the program SOLV234

The Ti-84 can solve this problem quickly and provides the same results for the currents as the program Multisim.

Be aware that the results are given in the a+bi mode. To compare the RMS values for Ia en Ib with Multisim results, we change the mode of the Ti in re^(θi), amplitude with angle θ (rad e-notation). The calculator stores the results of X and Y in memory location X and Y. Therefore, if you recall X and Y they will be displayed in re^(θi) mode. Based on this comparison, we can conclude that the results from the TI-84 agree very well with those obtained from Multisim.

Finally, the difference between Ia and Ib is calculated using the formula x-y = Ia-Ib, resulting in a value of 2.48 Arms

To obtain the program solv234.8xp, please send a request to ti84.org@gmail.com. Be sure to include your email address in the request so we can send you the program.

Copyright © All rights reserved

bottom of page