I want to discretize (PDE) non-linear heat equation using Galerkin FEM. it includes non-linear reaction reaction rate which can be solved by numerical technique only. please guide me how to approximate 'T' using 1-D linear hat function?
you should rewrite your equation as a summation on i=0..n and then solve each of integrals in interval " x_ i to x_ i+1" by any of numerical methods that you want.
I think there's a couple of typos in the integrand of R1. First of all, R1 must be a vector of which the i-th component is given by your equation. Secondly in the denominator of the exponent, T(t) should have a subscript i, otherwise you could take it out of the summation sign.
Now you must realize, that \phi_i is only nonzero on two elements, e_(i-1) and e_i. The only non zero basis functions on those elements are \phi_(i-1) and \phi_i on element e_(i-1) and \phi_i and \phi_(i+1) on e_i. So your integral simplifies to