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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top