Exponential functions with integral

b00tofuu
Messages
11
Reaction score
0

Homework Statement


problem 1
diff([f(tanx)], x) = x^2; prove that diff[f(u)]=(tan^-1(u))^2/(1+u^2)
problem 2
int(f(u), u = 0 .. 1) = f(t)-1; prove that f(a+b)=f(a)f(b) for every a,b ∈R


The Attempt at a Solution


problem 1
i don't know how to answer this question... taking the integral of f'(tan x) =x^3/3+C doesn't seem to help...

problem 2
the function seems to be the exp function where it's itself its derivative and e^0=1. but is it correct to state that the function is the exponential function directly?

btw,i'm right now learning the technique of integration.
 
Physics news on Phys.org


b00tofuu said:

Homework Statement


problem 1
diff([f(tanx)], x) = x^2; prove that diff[f(u)]=(tan^-1(u))^2/(1+u^2)
To find df(tan x)/dx, use the chain rule.
Taking u= tan(x), df(u)/dx= df/du (du/dx) and here du/dx= d(tan x)dx= sec^2(x) so df(tan(x))dx= df(u)/du(sec^2(x))= x^2. From that df(u)/du= x^2/sec^2(x). Now use the fact that u= tan(x) so x= tan^(-1)(u). What is sec^2(x) in terms of tan(x)?

problem 2
int(f(u), u = 0 .. 1) = f(t)-1; prove that f(a+b)=f(a)f(b) for every a,b ∈R
\int_0^1 f(u)du= f(t)- 1 is impossible. The left side is a constant, not a function of t. Did you mean \int_0^t f(u)du= f(t)- 1? If so, differentiating both sides with respect to t gives f(t)= f'(t). What function satifies that?

The Attempt at a Solution


problem 1
i don't know how to answer this question... taking the integral of f'(tan x) =x^3/3+C doesn't seem to help...

problem 2
the function seems to be the exp function where it's itself its derivative and e^0=1. but is it correct to state that the function is the exponential function directly?

btw,i'm right now learning the technique of integration.
 


thank u... i understand problem 1 now...for problem 2, I'm sorry. you're right, it's from 0 to t not 1... thank u...
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top