Difference between revisions of "Mathematics/Calculus/Corner cases"

From Thalesians Wiki
(Edited a corner case: added another solution.)
(Added a corner case)
Line 25: Line 25:


= Integrals =
= Integrals =
== The integral <math>\int x^x \, dx</math> ==
=== Question ===
What is <math>\int x^x \, dx</math>?
=== Solution ===
* We can write <math>x^x</math> as <math>(e^{\ln x})^x = e^{x \ln x}</math>.
* Consider the series expansion of <math>e^{x \ln x}</math>:
    <math>e^{x \ln x} = 1 + (x \ln x) + \frac{(x \ln x)^2}{2!} + \frac{(x \ln x)^3}{3!} + \ldots + \frac{(x \ln x)^i}{i!} + \ldots = \sum_{i=0}^{\infty} \frac{(x \ln x)^i}{i!}</math>.
* We can interchange the integration and summation (we can recognize this as a special case of the Fubini/Tonelli theorems) and write
    <math>
    \int x^x \, dx = \int \left( \sum_{i=0}^{\infty} \frac{(x \ln x)^i}{i!} \right) \, dx = \sum_{i=0}^{\infty} \left( \int \frac{(x \ln x)^i}{i!} \, dx \right) = \sum_{i=0}^{\infty} \left( \frac{1}{i!} \int x^i (\ln x)^i \, dx \right).
    </math>


= Limits =
= Limits =

Revision as of 09:09, 22 December 2020

Derivatives

The derivative of

Question

What is ?

Solution 1

  • Let .
  • Take of both sides: .
  • Differentiate both sides: .
  • Apply the chain rule on the left-hand side: .
  • Apply the product rule on the right-hand side: .
  • Putting it together, we have .
  • Hence .

Solution 2

  • Note that , so .
  • Applying the chain rule, .
  • Applying the product rule, .
  • Therefore .

Integrals

The integral

Question

What is ?

Solution

  • We can write as .
  • Consider the series expansion of :
   .
  • We can interchange the integration and summation (we can recognize this as a special case of the Fubini/Tonelli theorems) and write
   

Limits