Solving Improper Integral: $\int_{-\infty}^{0} 2^{r}dr$

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
1 reply · 2K views
iRaid
Messages
558
Reaction score
8

Homework Statement


[tex]\int_{-\infty}^{0} 2^{r}dr[/tex]

Homework Equations


The Attempt at a Solution


[tex]\int_{-\infty}^{0} 2^{r}dr = \lim_{t \to -\infty} \int_t^0 2^{r}dr=\lim_{t \to -\infty} \frac{2^{r}}{ln2}|_{t}^{0} = \lim_{t \to -\infty} \frac{1}{ln2}-\frac{2^{t}}{ln2}[/tex]

Which I thought = ∞, but I guess not. It's supposed to be 1.4427 according to wolfram..
 
Last edited:
Physics news on Phys.org
I think I found my error...
[tex]\lim_{t \to -\infty} \frac{1}{ln2}-\frac{2^{t}}{ln2}=\lim_{t \to -\infty} \frac{1}{ln2}-\frac{1}{(ln2)(2^{t})}[/tex]

So then the 1/(ln2)(2^t) becomes 1/0 and then 1/ln2 = what wolfram gets..