2

This function:

$$f(x)=\int_1^{\frac{1}{x}}\frac{\text{d}t}{\sqrt{(t^2-1)(1-t^2x^2)}}$$ where $x\in (0,1)$

I want to find its derivative.

In order to solve this question. I go back to general cases: $$f(x)=\int_a^{\varphi(x)}F(x,t)\text{d}t$$ By definition: $$f'(x)=\lim_{\Delta x \rightarrow 0}\frac{f(x+\Delta x)-f(x)}{\Delta x}$$

$$=\lim_{\Delta x \rightarrow 0}\frac{\int_a^{\varphi(x+\Delta x)}F(x+\Delta x,t)\text{d}t-\int_a^{\varphi(x)}F(x,t)\text{d}t}{\Delta x}=$$ $$\lim_{\Delta x \rightarrow 0}\frac{1}{\Delta x}\int_a^{\varphi(x+\Delta x)}[F(x+\Delta x,t)-F(x,t)]\text{d}t + \lim_{\Delta x \rightarrow 0}\frac{1}{\Delta x} \int_{\varphi(x)}^{\varphi(x+\Delta x)}F(x,t)\text{d}t=$$ $$\int_a^{\varphi(x)}\frac{\partial F}{\partial x}(x,t)\text{d}t+\varphi'(x)F(x,\varphi(x))$$

But I use this to the function mentioned in the beginning. there are something wrong:

because $F(x,\varphi(x))$ is meaningless.

Does this function have derivatives ? How to find it?

Laura
  • 4,689

1 Answers1

2

It is an elliptic integral of the first kind. The derivative is expressed in terms of elliptic integrals of the first and second kind.

enter image description here

JJacquelin
  • 66,221
  • 3
  • 37
  • 87