Birchyuk said:
Hello and thanks for your reply.
I apologise for the images, i hope the attached are easier to read.
Ok so i calculated Thevenins voltage ( i hope is correct) and it is my understanding that i should have a similar answer for question b.
So for method 1 my thinking was:
Remove v2 and calculate the impedance of j6 and Z-load
Divide the voltage between j4 and (j6+Z-load) which will give me the voltage on the load
Then calculate the current by V-load/Z-load
Same process but for V2 and then add the currents.
For method 2
Remove v2 and calculate current a which in turn will allow me to calculate current b from a current divide.
Then,
Remove v1 and calculate current d which in turn will allow me to calculate current f from a current divide.
Add these together to calculate current on the load.
I hope this explains a little better and i hope you can ready my working out now.
I see a couple of numerical errors in your complex arithmetic where you are working out the Thevenin method--part (a).
Where you are getting ready to calculate the Thevenin voltage, at one point you have:
##\frac{415 + j415}{j10}\frac{-j10}{-j10}##
But then you get ##\frac{-j4150+4150}{-100}##
The sign of the denominator is wrong. This error is propagated and gives wrong results later on.
On the next page you have this calculation:
-j415 + (41.5-j41.5) * (0+j6)
which then becomes:
j415 + (0+j249+0+249) What happened to the minus sign in front of j415?
and then:
249 + j166 Which should be 249 - j166
This error also propagates and gives wrong results later.
Because of these errors, you have a wrong result for the current in ZL. You then compare this to the result from the superposition method and conclude that the result from the superposition method is wrong.
I looked over the calculations for your first method using superposition, and it looks like you have a good result, but you aren't carrying enough digits in your complex arithmetic, so your results are a little off.
I didn't check your results for the 2nd method using superposition; fix these errors first.