Maximizing Limits and Integrals: Solving Three Challenging Problems

  • Thread starter Thread starter MathematicalPhysicist
  • Start date Start date
  • Tags Tags
    Integrals Limits
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 3K views
Messages
4,662
Reaction score
372
i have three questions:
1) find the limit of [tex]b_n=\frac{1}{\sqrt n^2}+\frac{1}{\sqrt(n^2-1)}+...+\frac{1}{\sqrt(n^2-(n-1)^2)}[/tex]
2) if a is any number greater than -1, evaluate [tex]\lim_{n\rightarrow\infty} \frac{1^a+2^a+...+n^a}{n^{a+1}}[/tex]
3) prove that [tex]\int_{0}^{x}[\int_{0}^{u}f(t)dt]du=\int_{0}^{x}f(u)(x-u)du[/tex]

for the first i got: half pi, and for the second question i got 1/(a+1) is this correct?

for the third question, here's what i did:
[tex]\int_{0}^{x}u'[\int_{0}^{u}f(t)dt]du=[\int_{0}^{u}f(t)dtu]_{0}^{x}-\int_{0}^{x}uf(u)du[/tex] now my question is can i use here a change of dummy variable here for the first integral, from f(t)dt to f(u)du and to get the equality?
 
Physics news on Phys.org
i used riemann sums here, we have the sum:
[tex]\sum_{k=1}^{n-1}\frac{1}{n}\frac{1}{\sqrt{1-(\frac{k}{n})^2}}+\frac{1}{n}[/tex]
is this correct?
 
Last edited:
loop quantum gravity said:
i have three questions:
1) find the limit of [tex]b_n=\frac{1}{\sqrt n^2}+\frac{1}{\sqrt(n^2-1)}+...+\frac{1}{\sqrt(n^2-(n-1)^2)}[/tex]
2) if a is any number greater than -1, evaluate [tex]\lim_{n\rightarrow\infty} \frac{1^a+2^a+...+n^a}{n^{a+1}}[/tex]
3) prove that [tex]\int_{0}^{x}[\int_{0}^{u}f(t)dt]du=\int_{0}^{x}f(u)(x-u)du[/tex]

for the first i got: half pi, and for the second question i got 1/(a+1) is this correct?

for the third question, here's what i did:
[tex]\int_{0}^{x}u'[\int_{0}^{u}f(t)dt]du=[\int_{0}^{u}f(t)dtu]_{0}^{x}-\int_{0}^{x}uf(u)du[/tex] now my question is can i use here a change of dummy variable here for the first integral, from f(t)dt to f(u)du and to get the equality?
Your first two answers look good.

For the third, I can't make sense of what you've done. What is u'?
Heres a hint:
Define the functions F and G as

[tex]F(x) = \int_{0}^{x} \left( \int_{0}^{u} f(t)dt \right) du[/tex]

[tex]G(x) = \int_{0}^{x}f(u)(x-u)du[/tex]

Find the derivatives of F and G with respect to x. Deduce from this that there is a constant C such that F = G + C.
 
Oh I see, you used the product rule (integration by parts). That'll work too!

Sure, you can always substitute the dummy variable so long as its different from the one used for the limit of integration, so in this case you'd have to first evaluate the expression,

[tex]\left[ \int_{0}^{u}uf(t)dt \right]_{0}^{x} = \int_{0}^{x} x f(t)dt[/tex]

and then make the substitution.
 
Last edited: