Find Function f(x) to Satisfy Lim & Improper Integral

AI Thread Summary
The discussion revolves around finding a function f(x) that meets two criteria: the limit as x approaches infinity of x^2*f(x) equals zero, and the improper integral of f(x) from 1 to infinity diverges. A proposed function is f(x) = 1/(x-1)^3 for x > 1, which satisfies both conditions. Participants debate the necessity of presenting the function in a single formula without case distinctions, expressing frustration over software limitations that hinder submission. Ultimately, the function f(x) = 1/(x-1)^3 is agreed upon as a suitable solution.
Chen
Messages
976
Reaction score
1
I need to find a function f(x), if one exists, such that:
lim (x->inf) x^2*f(x) = 0
And the improper integral of f(x) from 1 to infinity doesn't exist.

I'm thinking that no function can satisfy these requirements, but apparently I'm wrong... help anyone?
 
Physics news on Phys.org
Let f(x) on the interval [1,2] be as follows:
0 for x rational, 1 for x irrational.

From [2,..) let f(x)=0 for all x
Since f is not integrable on [1,2], the improper integral doesn't exist either..:wink:
(I'm thinking of Riemann integrability here..)
(Perhaps you where looking for an f such that the integral didn't exist through divergence?)
 
Yes, I'm sorry, the improper integral needs to diverge. Also I need to be able to write down the function as a formula, without these "cases".

Thank you!
 
Take the continuous function:
f(x):(+1,+\infty)\rightarrow R (1)

f(x)=\left\{\begin{array}{cc} \frac{1}{x-1}-1,&\mbox{ if } x\in (1,2]\\ 0,&\mbox{ if } x>2 \end{array}\right (2)

It is easily checkable that the function is continuous at every point in its domain and
\lim_{x\rightarrow +\infty} x^{2}f(x)=0 (3)

Its integral
\int_{1}^{+\infty} f(x) dx=\int_{1}^{2} f(x)dx+\int_{2}^{+\infty} f(x)dx=\lim_{a\searrow 1}\int_{a}^{2} f(x) dx=\lim_{a\searrow 1}[\ln(2-1)-\ln(a-1)-1]
=-1-\lim_{a\searrow 1}\ln(a-1)=+\infty (4)

Daniel.
 
Last edited:
Daniel, like I said above the function must be pronounced with a single formula, without different cases for different domains of X.
 
My friend,that function is an good as any function.It is continuous and infinitely times differentiable on its entire domain of definition.It's as good as e^{x}.If u want a "better" looking one,please be my guest and find it.

Daniel.
 
dextercioby said:
My friend,that function is an good as any function.It is continuous and infinitely times differentiable on its entire domain of definition.It's as good as e^{x}.If u want a "better" looking one,please be my guest and find it.

Daniel.
Our homework is submitted via an online software that is uncapable of accepting answers in the form you posted. Believe me it annoys me much more than it does you, but this is the world we live in. So what I'm after is a function that can be described by a single formula.

Chen
 
Chen said:
Our homework is submitted via an online software that is uncapable of accepting answers in the form you posted. Believe me it annoys me much more than it does you, but this is the world we live in. So what I'm after is a function that can be described by a single formula.

Chen

What do you mean,"a software that is uncapable of accepting answers in the form you posted"?? :confused: What kind of f***** up software (actually the bonehead who created it) is that?? Can't u just write:
f(x) =\frac{1}{x-1}-1,if 1<x<2,0,if x>=1 ?

It's basically text editing.You could write what I've written even in "Notepad"...

As for the "function which is described by a single formula",i'll say again:"Be my guest and find it".

Daniel.
 
What about an f defined on a punctuated line:
f(x)=\frac{1}{(x-a)^{3}}
For some "a" greater than 1.
 
  • #10
arildno said:
What about an f defined on a punctuated line:
f(x)=\frac{1}{(x-a)^{3}}
For some "a" greater than 1.

Your function is not appropriate:
\int_{1}^{+\infty} \frac{dx}{(x-a)^{3}}dx=\frac{1}{2}[\lim_{x\searrow a}\frac{1}{(x-a)^{2}}-\lim_{x\nearrow a}\frac{1}{(x-a)^{2}}]+\frac{1}{2}\frac{1}{(1-a)^{2}}

Is the result +\infty ??I'd say "no".

For the function
f(x)=\frac{1}{(x-a)^{4}}
,for some "a" greater than 1,the same integral yields:
\int_{1}^{+\infty} \frac{dx}{(x-a)^{4}}dx=\frac{1}{3}[\lim_{x\searrow a}\frac{1}{(x-a)^{3}}-\lim_{x\nearrow a}\frac{1}{(x-a)^{3}}]+\frac{1}{3}\frac{1}{(1-a)^{3}}

Is the result +\infty ??I'd say "yes".

Daniel.

PS.I like my example more.
 
  • #11
Well, whatever.

The "single formula"-constraint is rather silly, anyway.
Besides, I still think my first function is more than good enough.
 
  • #12
dextercioby said:
What do you mean,"a software that is uncapable of accepting answers in the form you posted"?? :confused: What kind of f***** up software (actually the bonehead who created it) is that?? Can't u just write:
f(x) =\frac{1}{x-1}-1,if 1<x<2,0,if x>=1 ?

It's basically text editing.You could write what I've written even in "Notepad"...

As for the "function which is described by a single formula",i'll say again:"Be my guest and find it".

Daniel.
The software is used not only for submitting the answers but also for checking them. It simply cannot handle expressions such as the one you posted. If you want to change, be my guest.

At any rate, the function you last posted will work.

And for christ's sake, if you got nothing helpful to post - don't post at all.
 
  • #13
Doesn't the function f(x)=1/(x-1)^3 satisfy the requirements of the question?
 
  • #14
Chen said:
And for christ's sake, if you got nothing helpful to post - don't post at all.

I've come up with an answer.If you didn't like it,that's your problem.I use to think that my answers are helpful,but you're free to think otherwise.
You didn't request a specific answer.
I quote:
Chen said:
I need to find a function f(x), if one exists, such that:
lim (x->inf) x^2*f(x) = 0
And the improper integral of f(x) from 1 to infinity doesn't exist.

I'm thinking that no function can satisfy these requirements, but apparently I'm wrong... help anyone?

How would i know that your stupid software won't accept my solution??The way you formulated,u were looking for a solution,not a very particular solution.

Daniel.
 
  • #15
learningphysics said:
Doesn't the function f(x)=1/(x-1)^3 satisfy the requirements of the question?

It is very good,i cannot imagine any simpler solution which can be accepted by that stupid software.
Congratulations! :smile:
Don't delete messages,when you're not sure of them.This one was very good,and,had you seen it,you wiuldn't have deleted.

Daniel.

PS.I may write stupid things,but i leave them there to remind me I'm wrong,from times to times... :-p
 
  • #16
I agree:learningphysics' answer is the best and simplest choice here!
 
  • #17
dextercioby said:
I've come up with an answer.If you didn't like it,that's your problem.I use to think that my answers are helpful,but you're free to think otherwise.
Your answers may be helpful - albeit wrong too often to my taste - but your degrading and obscene comments are most definitely not.

dextercioby said:
How would i know that your stupid software won't accept my solution??The way you formulated,u were looking for a solution,not a very particular solution.

Daniel.
You would know because I said so, and I quote:
Chen said:
Also I need to be able to write down the function as a formula, without these "cases".

Now do you really wish to continue this worthless argument? Don't you have some more questions in need of answer, or a kitten stuck on a tree that needs to be saved?

Chen.
 
  • #18
arildno said:
I agree:learningphysics' answer is the best and simplest choice here!
I would definitely say so. Thanks learningphysics and arildno.
 
  • #19
dextercioby said:
It is very good,i cannot imagine any simpler solution which can be accepted by that stupid software.
Congratulations! :smile:
Don't delete messages,when you're not sure of them.This one was very good,and,had you seen it,you wiuldn't have deleted.

Daniel.

PS.I may write stupid things,but i leave them there to remind me I'm wrong,from times to times... :-p

Thanks. :smile: You're right about the posting. Won't delete in the future.
 
  • #20
learningphysics said:
Thanks. :smile: You're right about the posting. Won't delete in the future.


You do that!Now,excuse me,i'm a little busy,i got to go and help some poor kitten stuck on a tree.I love kittens,they're adorable... :!) I have three at home.I nicknamed my girlfriend 'my little delicious kitten'... :!)

Daniel.
 
Back
Top