Simplifying $\frac{a}{2^a}$ - Limit to 3/4?

  • Thread starter Thread starter nobahar
  • Start date Start date
  • Tags Tags
    Simplifying
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
21 replies · 3K views
nobahar
Messages
482
Reaction score
2
Is it possible to simplify this?

[tex]\frac{a}{2^a}[/tex]

It's actually part of a limit:

[tex]2\lim_{n\rightarrow\infty}(\sum_{a=4}^{n}\frac{a}{2^a})[/tex]

The limit I'm hoping tends to 3/4 as n tends to infinity. It certainly appears to do so when I plotted a graph of a/(2^a).

Any little hints? Tried logs but got nowhere: I still end up with an 'a' on the top and bottom. I'm assuming that I need to elliminate it from either the numerator or the denominator.
Thanks in advance.
 
Physics news on Phys.org
Okay, I got:
[tex]10^{\log{a}-a.C}[/tex]

Where [tex]C=log{2}[/tex].
I don't know what to do with this.
 
Last edited:
Does this help:

[tex]\frac{d}{da} \left ( \frac{-1}{2^a} \left ) = \frac{a}{2^{a + 1}}[/tex]
 
I couldn't get the same result. I got:
[tex]\frac{d}{da} \left (\frac{-1}{2^a} \left ) = \frac {d}{da} (-1 * 2^{-a}) = \frac{\ln {2}}{2^a}[/tex]
Because:
[tex]f(a)= \frac{-1}{2^a} = -1 * 2^{-a}[/tex]

[tex]\ln {f(a)} = -1 * -a * \ln {2}[/tex]

[tex]\frac{d}{da} \left (\ln {f(a)} \left ) = \ln {2} * \frac{d}{da} (a)[/tex]

[tex]\frac {1}{f(a)} * \frac{d}{da} f(a) = 1 * \ln {2}[/tex]

[tex]\frac{d}{da} f(a) = f(a) * \ln {2} = \frac{-1}{2^a} * \ln {2} = \frac{-\ln {2}}{2^a}[/tex]

Is my calculus out?

Am I trying to establish the following?:
[tex]\int_4^\infty (\frac{a}{2a}) da[/tex]

Any help much appreciated, thanks so much for the responses.
 
You could approximate
[tex]2 \sum_{a=4}^{\infty}\frac{a}{ 2^a}[/tex]
by this integral:
[tex]2 \int_4^{\infty} \frac{x dx}{2^x}[/tex]
assuming that both converge.
 
Thanks for the replies guys!
I'm really sorry, I don't understand.
I thought
[tex]\sum_4^\infty \left (\frac{a}{2^a} \left )[/tex] would be a less accurate approximation of [tex]\int_4^\infty \left (\frac{a}{2^a} \left ) da[/tex];
and that
[tex]\int_4^\infty \left (\frac{a}{2^a} \left ) da = \int_4^\infty \left (\frac{x}{2^x} \left ) dx[/tex] when [tex]a = x[/tex]
That is, are they not the same?
Mark44 said:
assuming that both converge.
I'm assuming they do as you have suggested it! But how do I make a safe assumption that this is the case?
Thanks again!
 
Last edited:
There's the Integral Test for infinite series...

BTW, this is not a Precalculus problem. It should be in the Calculus and Beyond section.
 
Mark44 said:
There's the Integral Test for infinite series...
Thanks, I'll look it up. Might need to wish me luck!...

Mark44 said:
BTW, this is not a Precalculus problem. It should be in the Calculus and Beyond section.
Apologies, but I didn't know that it would entail calculus.

Once again, thanks for all your help!
 
Mark44 said:
You could approximate
[tex]2 \sum_{a=4}^{\infty}\frac{a}{ 2^a}[/tex]
by this integral:
[tex]2 \int_4^{\infty} \frac{x dx}{2^x}[/tex]
How do I go about doing this? It's difficult to integrate the function. I tried the easy way out by using the calculator but that didn't work.
 
Change to [tex]2 \int_4^{\infty} x e^{-x ln 2}dx}[/tex]
This can probably be done by integration by parts, with u = x, and dv = e-x ln2dx. That's how I would start.
 
Also, since this is an improper integral, you would need to take a limit:
[tex]2 \lim_{b \rightarrow \infty} \int_4^b x e^{-x ln 2}dx}[/tex]
 
Thanks Mark, it seems you always come to my rescue.
Do I integrate first with the limit present for b?
i.e. [tex]\int_4^b x e^{-x ln 2}dx}[/tex], then employ the limit?
I am not familiar with this, it's more 'advanced' than what I have come across so far.

I'll go away and have a crack at it tomorrow, start afresh. (It's fairly late in Merry Old England.)
Once again, thanks for the continuing help.
 
lol sorry about that nobahar, my mistake.
 
JG89 said:
lol sorry about that nobahar, my mistake.
No problem!

I attempted to integrate the function:
[tex]\int xe^{-x \ln{2}} dx = \frac{x * e^{-x \ln{2}}}{- \ln{2}} \left \left - \left \left \frac{e^{-x \ln{2}}}{(\ln{2})^2} = \left - \left \frac{(\ln {2})^2 * x * e^{-x \ln{2}} - e^{-x \ln{2}} * \ln{2}}{(\ln{2})^3} = \left - \left \frac{\ln{2} * x * e^{-x \ln{2}} - e^{-x \ln{2}}}{(\ln{2})^2}[/tex]
(Including +C)
Is this correct so far?
 
Attempt to 'simplify':


[tex]\left - \left \frac{e^{-x \ln{2}}(\ln{2} * x + 1)}{(\ln{2})^2}[/tex]
 
Assuming that you did integration by parts correctly (I didn't check), and that you ended up with this, about the only thing I can see to do to simplify it is replace e-xln2 with 1/2x.
 
I'll post the workings.

[tex]\int xe^{-x \ln{2}} dx[/tex]

[tex]u = x \left \left and \left \left \frac{dv}{dx} = e^{-x \ln{2}} \left \left then \left \left \frac{du}{dx} = 1 \left \left and \left \left v = \int e^{-x \ln{2}} dx = \frac{e^{-x \ln{2}}}{- \ln{2}}[/tex]

[tex]\int xe^{-x \ln{2}} dx = \frac{xe^{-x \ln{2}}}{- \ln{2}} \left \left - \left \left \int \frac{e^{-x \ln{2}}}{- \ln{2}} dx = \frac{xe^{-x \ln{2}}}{- \ln{2}} \left \left - \left \left \frac{e^{-x \ln{2}}}{(\ln{2})^2}[/tex]
 
Last edited:
Okay, so:
[tex]\frac{x \ln{2} + 1}{2^x(\ln{2})^2}[/tex]

Now I need:
[tex]\lim_{b \rightarrow \infty}[\frac{x \ln{2} + 1}{2^x(\ln{2})^2}]^{x=b}_{x=4}][/tex]

I don't know how to do this. Where would I start?
 
Last edited:
It seems to me that JG89's comment is in the right direction of the usual way to work this problem. It does involve a trick that you'll need to see spelled out in detail. Remember it and use it to solve similar problems. Consider for some positive integer [itex]n[/itex] the function

[tex]f(x) = \frac{x^n}{2^n}[/tex]​

It is everywhere continuous and differentiable, and its derivative is

[tex]f'(x) = \frac{n}{2^n}x^{n-1}[/tex]​

Next, consider the sum:

[tex]F_n(x) = \sum_{a=4}^n \frac{x^a}{2^a}[/tex]​

so that we have a geometric series, i.e.

[tex]F_n(x) = \sum_{a=4}^n \frac{x^a}{2^a} = \frac{x^4/16 - x^5/2^{n+1}}{1-x/2}[/tex]​

The final step is to take the derivative:

[tex]F'_n(x) = \sum_{a=4}^n \frac{a}{2^a}x^{a-1} = \frac{(x^3/4-5x^4/2^{n+1})(1-x/2) + 1/2(x^4/16-x^5/2^{n+1})}{(1-x/2)^2}[/tex]​

Notice that

[tex]\lim_{n \rightarrow \infty} F'_n(1) = \sum_{a=4}^\infty \frac{a}{2^a} = 5/4[/tex]​

is the limit that you are looking for.
 
That's truly amazing. Many, many thanks Tedjn. Initially, it's a little hard to follow because the derivative is of the variable x, but then you take the sum of a. But I think I understand it. I'll work through it again.
Once again, many thanks.