Solving Derivative Problem for y=e^x.e^x^2.e^x^3....e^x^n at 0<=x<=1

  • Thread starter Thread starter livelife92
  • Start date Start date
livelife92
Messages
6
Reaction score
0

Homework Statement



find y=d/dx(e^x.e^x^2.e^x^3....e^x^n) at 0<=x<=1
at x=0.5

Homework Equations





The Attempt at a Solution



so y=e^(x+x2+x3...xn)
1-i tried taking natural log on both sides ,thn differentiate.
it does not help..neither does using the d/dx(uv) help...both gives
y= e(summation of i=1 to n of x^r).(1+2x+3x^2...nx^(n-1) )
= e^(x(x^n-1)/x-1).summation of nx^(n-1).
i can't simplify thies any further.and it looks horrible when x=0.5

and does not give me the slightest feeling that its the correct solution.. the answer is (4e)..but i have been told to try till i reach the solution!
 
Physics news on Phys.org
and the answer also asks for a condtion.
 
livelife92 said:

Homework Statement



find y=d/dx(e^x.e^x^2.e^x^3....e^x^n) at 0<=x<=1
at x=0.5

Homework Equations





The Attempt at a Solution



so y=e^(x+x2+x3...xn)
1-i tried taking natural log on both sides ,thn differentiate.
it does not help..neither does using the d/dx(uv) help...both gives
y= e(summation of i=1 to n of x^r).(1+2x+3x^2...nx^(n-1) )
= e^(x(x^n-1)/x-1).summation of nx^(n-1).
i can't simplify thies any further.and it looks horrible when x=0.5

and does not give me the slightest feeling that its the correct solution.. the answer is (4e)..but i have been told to try till i reach the solution!

I don't see why writing it as y= e^{x+x^2+x^2+\cdot\cdot\cdot+x^n} wouldn't work. The derivative of that is, of course, (1+ 2x+ \cdot\cdot\cdot+ nx^{n-1})e^{x+x^2+ \cdot\cdot\cdot+ x^n} and that is to be evaluated at x= 1/2.

x+ x^2+ \cdot\cdot\cdot+ x^n is a geometric series except that it is missing the initial "1". Its sum is given by (1- x^{n+1})/(1- x). And the derivative, term by term is just the derivative of that: 1+ 2x+ \cdot\cdot\cdot+ nx^{n-1}}= [(n+1)x^n(1- x)+(1- x^{n+1})]/(1- x)^2. Both can be evaluated at x= 1/2.

The only difficulty appears to be that the result should be 4e for all n. It certainly is not. For example when n= 1, this is just e^x which has derivative e^x- evaluated at x= 1/2 that is e^{1/2}. For n= 2, this is e^{x+x^2} and its derivative is (1+2x)e^{x+x^2} which is 2e^{3/4} when x= 1/2.

Are you sure you have stated the problem correctly? Is it not, "find the limit, as n goes to infinity, of the derivative of e^{x+ x^2+ \cdot\cdot\cdot+ x^n}"? That would be, not, 4e, but 4e^2.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top