- #1
bincy
- 38
- 0
Hii friends,\(\displaystyle \int_{0}^{1}\left(1-x\right)^{N}*e^{x}\, dx\)
regards,
Bincy
regards,
Bincy
this is what i have:for n=0, \(\displaystyle \int_{0}^{1}\left(1-x\right)^{0}*e^{x}\, dx = e-1\)bincybn said:Hii friends,
\(\displaystyle \int_{0}^{1}\left(1-x\right)^{N}*e^{x}\, dx\)regards,
Bincy
bincybn said:Hii friends,\(\displaystyle \int_{0}^{1}\left(1-x\right)^{N}*e^{x}\, dx\)
regards,
Bincy
themurgesh said:this is what i have:for n=0, \(\displaystyle \int_{0}^{1}\left(1-x\right)^{0}*e^{x}\, dx = e-1\)
for n=1, \(\displaystyle \int_{0}^{1}\left(1-x\right)^{1}*e^{x}\, dx = e-2\)
for n=2, \(\displaystyle \int_{0}^{1}\left(1-x\right)^{2}*e^{x}\, dx = 2e-5\)
for n=3, \(\displaystyle \int_{0}^{1}\left(1-x\right)^{3}*e^{x}\, dx = 6e-16\)
for n=4, \(\displaystyle \int_{0}^{1}\left(1-x\right)^{4}*e^{x}\, dx = 24e-65\)
and so on..so you have two sequnces.. 1,1,2,6,24... is simply n! for n=0,1,2...1,2,5,16,65,... is \(\displaystyle e \cdot \Gamma(n+1,1)\) which is incomplete gamma function. For some reason I cannot paste the link here, please refer to the page mathworld.wolfram.com/BinomialSums.html
See equations 35 and 36so you have:
\(\displaystyle \int_{0}^{1}\left(1-x\right)^{n}*e^{x}\, dx \;= \; [e\cdot n! - e \cdot \Gamma(n+1,1)] = e[\Gamma(n+1)-\Gamma(n+1,1)]\)
CaptainBlack said:Let:
\( \displaystyle I_k=\int_0^1 (1-x)^k e^x \; dx\)
Then integration by parts gives: \(I_k+k I_{k-1}=1\)
CB
bincybn said:Integration by parts gives \(\displaystyle k*I_{k-1}-I_{k}=1 \)
But how to solve this equation?
Is the ans \(\displaystyle \frac{k+1}{k-1} \) ?thanks in advance.
Bincy
See my previous post, it has been edited to include the actual solution which you can prove is the solution by induction.bincybn said:May I know what is wrong in my ans?
My ans. satisfies the recursive eqn.
I am also unhappy to include gamma function in my ans.Oops. I didn't even bother abt the initial conditions.
Pls ignore this reply.
Thanks.. I got it. Instead of + it is -.CaptainBlack said:\[I_k=e \times n!+n! \sum_{k=0}^n \frac{1}{k!}\]
CB
bincybn said:Thanks.. I got it. Instead of + it is -.
To calculate the definite integral with n variables, you will need to use multivariable calculus. This involves taking the integral with respect to each variable and then using the Fundamental Theorem of Calculus to combine them.
The purpose of calculating a definite integral with n variables is to determine the area under a multidimensional curve or surface. This can be useful in many fields, including physics, engineering, and economics.
The steps to calculate a definite integral with n variables are as follows:
In most cases, a definite integral with n variables cannot be solved analytically, meaning there is no exact formula for the solution. However, it can be approximated using numerical methods such as the trapezoidal rule or Simpson's rule.
Some common applications of calculating a definite integral with n variables include finding the volume of solids in three-dimensional space, calculating the work done by a variable force, and determining the center of mass of a three-dimensional object.