. Given f(x) = e 2x e 2x + 3e x + 2 : (a) Make the substitution u = e x to convert Z f(x) dx into an integral in u (HINT: The ea
siest way to do this in Python is to substitute into f(x) u 0 (x) ) (b) Your result from part (a) should be a rational function in u. Find the partial fraction decomposition (directly in Python) and use it to integrate the function. (Remember to substitute x back in when done!) (c) Evaluate Z f(x) dx directly.