Solving equations simultaneously circuits

AI Thread Summary
The discussion focuses on solving simultaneous equations related to circuit analysis, specifically for the variable i1. The user struggles with canceling out variables and simplifying equations, initially presenting three equations. A suggestion is made to rewrite the equations for clarity and to divide them by R to isolate currents. The middle equation indicates that i2 equals i3, allowing for substitution into the third equation to simplify the problem further. Overall, the conversation emphasizes step-by-step solving and substitution to find the desired variable.
spottedcow913
Messages
7
Reaction score
0
I really struggle with these and would just like someones input on how to best solve these, I can never seem to cancel everything out except the variable I am looking for. I have:

E-i1-Ri2=0
Ri2-Ri3=0
i1+i2+i3

I am looking to solve for i1

All R's are equal to 0.73 x10^6 ohms so I just simplified them all to R instead of R1 R2 and R3
 
Physics news on Phys.org
Your first equation seems to be wrong because the units don't work out. I'll assume there's supposed to be an R before i1.

I'd start by rewriting them slightly so it's easier to see what to do:

Code:
R i1 + R i2        = E
       R i2 - R i3 = 0
  i1 +   i2 +   i3 = 0

Divide the first and second equations by R so all you have are currents on the left.

Code:
i1 + i2      = E/R
     i2 - i3 = 0
i1 + i2 + i3 = 0

Can you see how you can get rid of i3 and end up with two equations involving just i1 and i2?
 
hi spottedcow913! :smile:

(try using the X2 icon just above the Reply box :wink:)

just solve the equations one at a time

in this case, start with the middle one, and you get I2 = I3

now substitue that into the third one …

what do you get? :smile:
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top