Question from integral calculus
let integrand \(x^x=y\) and take log both sides to get exponent down. then proceed the leftover
Check the integrand . And how will we take logarithms ? If you have solution, please post
Taking logarithms doesnot help.
if y = x^x log(y) = x log(x) taking the derivative we get y'/y = log(x) + x/x y' = x^x (log(x) + 1) what do you know of taylor series?
or, is this one of those problems which lets you know that integrating is not as cut and dry as taking derivatives?
are you able to work a reimann sum using simpsons, left/right/mid, traps ...
the integrand is undefined at the lower limit. you have to consider it.
yes i know about taylor, simpson, riemann, ...
\[\large e^x = \sum\limits_{n=0}^{\infty}\dfrac{x^n}{n!}\]
\[\large x^x = e^{x\ln x} = \sum\limits_{n=0}^{\infty}\dfrac{(x\ln x)^n}{n!}\]
\[\large \int\limits_0^1 x^x ~dx= \int\limits_0^1\sum\limits_{n=0}^{\infty}\dfrac{(x\ln x)^n}{n!}~dx\]
knw how to handle that beast ?
i would use right hand triangles, since its not defined at x=0 :) \[\sum_{i=1}^{n} f(a+i\frac{b-a}{n})\frac{b-a}{n}\]
an + ib -ia (n-i)a + ib since a=0, b=1 sum f(i) 1/n, i = 1 to n sum i^i 1/n, i = 1 to n something like that if memory serves
so what should be the final answer? Will we keep in summation notation only?
from that wiki link :\[\large \int\limits_0^1 x^x ~dx = -\sum\limits_{n=1}^{\infty} (-n)^{-n} \approx 0.78343\] which is some constant like e, however we don't know whether that constant is irrational like e
However, is there any way of solving this problem, using numerical analysis? If yes, please let me know... The solution is very nice .
if u just want to approximate, try riemann sum ?
or any other fancy numerical technique tha tu knw
try this in matlab : ``` fun = @(x) x.^x; q = quadcc(fun,0,1) ```
|dw:1415041639177:dw|
Join our real-time social learning platform and learn together with your friends!