If a function f(x) defined by
f(x)=⎩⎨⎧aex+be−x,cx2,ax2+2cx,−1≤x<11≤x≤33<x≤4be continuous for some a,b,c∈R andf′(0)+f′(2)=e, then the value of a is :

📖 Explanation
For the piecewise function to be continuous at x=1 and x=3, the left-hand and right-hand limits must match at these points. At x=1, equating the limits of the first two pieces gives ae+be−1=c, which rearranges to b=ce−ae2. At x=3, setting the values of cx2 and ax2+2cx equal to each other gives 9c=9a+6c, which simplifies to c=3a.
To incorporate the derivative condition f′(0)+f′(2)=e, differentiate the first piece to get f′(x)=aex−be−x and the second piece to get f′(x)=2cx. Evaluating these derivatives at x=0 and x=2 gives the expression a−b+4c=e. Substituting c=3a and b=a(3e−e2) into this relationship results in the equation a−a(3e−e2)+4(3a)=e, which simplifies to a(1−3e+e2+12)=e. This leads to a(e2−3e+13)=e, giving the final value a=e2−3e+13e.

