12 March 2014

Balancing Chemical Equations [LifeHack]

Its not often that we come across chemical equations with coefficients like 48 and 50.But when we do most of us are meant to screw up.Thats exactly why a friend of mine asked me to come up with something.(Its hard enough just to memorise all those equations.)

I'll show you how to balance complicated chemical equations with huge coefficients easily and quickly.All you need to know is how to solve linear equations in variables.

The method might seem long but the equations that we get are simple and the method is much quicker than manually trying to balance the atoms.

Steps: 

1.Assign coefficients to each term in the equation (a,b,c.....)
2.Now balance each element i.e. solve for the coefficients.
(You can skip some steps by assigning coefficients directly as shown below)


Lets start with..

S8 + HNO3 = H2SO4 + NO2 + H2O


Lets say there are x moles of S8 then there will be 8x moles of H2SO4.(Balancing S)
xS8 + HNO3 = 8xH2SO4 + NO2 + H2O

Now say there are y moles of HNO3 then there will be y moles of NO2.(Balancing N)
xS8 + yHNO3 = 8xH2SO4 + yNO2 + H2O

Now put z for H2O.
xS8 + yHNO3 = 8xH2SO4 + yNO2 + zH2O

Now equate the number of O on both sides.
3y = 32x + 2y + z
y = 32x + z               --- 1

Now equate the number of H on both sides.
y = 16x + 2z             --- 2

Solve 1 & 2 we get 
z = 16x
y = 48x

Now the equation become
xS8 + 48xHNO3 = 8xH2SO4 + 48xNO2 + 16xH2O

Putting least integer value for x
S8 + 48HNO3 = 8H2SO4 + 48NO2 + 16H2O


Now lets balance a humongous equation...

 K4[Fe(SCN)6] + K2Cr2O7 +  H2SO4 =  Fe2(SO4)3 +  Cr2(SO4)3 +  CO2 +  H2O +  K2SO4 + KNO3

Let the coefficient of  K4[Fe(SCN)6] be x then coefficient of Fe2(SO4)will be x/2 (Balancing Fe)
The coefficient of CO2 will be 6x (Balancing C)
The coefficient of KNO3 will be 6x (Balancing N)
xK4[Fe(SCN)6] + K2Cr2O7 +  H2SO4 =  x/2Fe2(SO4)3 +  Cr2(SO4)3 +  6xCO2 +  H2O +  K2SO4 + 6xKNO3

Let the coefficient of K2Cr2Obe y then coefficient of Cr2(SO4)3 will also be y (Balancing Cr)
xK4[Fe(SCN)6] + yK2Cr2O7 +  H2SO4 =  x/2Fe2(SO4)3 +  yCr2(SO4)3 +  6xCO2 +  H2O +  K2SO4 + 6xKNO3

Now put some random coefficient for others.
xK4[Fe(SCN)6] + yK2Cr2O7 +  uH2SO4 =  x/2Fe2(SO4)3 +  yCr2(SO4)3 +  6xCO2 +  vH2O +  wK2SO4 + 6xKNO3

Balance H.(This could have been done before assigning random coefficients)
2u = 2v
u = v   ---1

Balance O.
7y + 4u = 12x/2 + 12y + 12x + v + 4w +18x  
4u = 36x + 5y + v + 4w
3u = 36x + 5y +4w  (Since u = v )   ---2

Balance K.
4x + 2y = 2w + 6x
2y = 2w + 2x
y = w + x         ---3

Balance S.
6x + u = 3x/2 + 3y + w
9x + 2u = 6y + 2w      ---4

Solve 2 , 3 & 4.
We have 4 variables and 3 eqautions.So we can solve all other variables in terms of any of the variable.
Lets for instance solve all other variables in terms of y.
w = 91y/97    u=355y/97     x=6y/97

Now substituting in original chemical equation and put y =1 ..
6K4[Fe(SCN)6] + 97K2Cr2O7 +  355H2SO4 =  3Fe2(SO4)3 +  97Cr2(SO4)3 +  36CO2 +  355H2O +  91K2SO4 + 36KNO3


I've also developed a method for computers and will be publishing the algorithm as soon as my exams are over and i get hold of a computer.

No comments:

Post a Comment