Simple integration question involving-infty subscript

  • Thread starter Thread starter Salt
  • Start date Start date
  • Tags Tags
    Integration
Salt
Messages
15
Reaction score
0
simple integration question involving-infty "subscript"

Homework Statement



Been reading about signals, but my calculus skills have rusted (or never has been all that good in the first place).

So ...

Homework Equations



Why does x(t) = \int^t_{-\infty} x'(\tau) \,d\tau ?

The Attempt at a Solution



You will end up with x(\tau)|^t_{-\infty} = x(t) - x({-\infty}). Right?

So x({-\infty}) = 0 for all functions?

Been looking on the web, but I have no idea how to google this.
 
Physics news on Phys.org


Salt said:

Homework Statement



Been reading about signals, but my calculus skills have rusted (or never has been all that good in the first place).

So ...

Homework Equations



Why does x(t) = \int^t_{-\infty} x'(\tau) \,d\tau ?

The Attempt at a Solution



You will end up with x(\tau)|^t_{-\infty} = x(t) - x({-\infty}). Right?

So x({-\infty}) = 0 for all functions?

Been looking on the web, but I have no idea how to google this.
No, you can't do this. Infinity is not a number that you can substitute into a function. Your integral is one type of improper integral. To evaluate an integral like this, you need to work with a limit, like so:
x(t) = \int^t_{-\infty} x'(\tau) \,d\tau = \lim_{a \to -\infty} \int_a^t x'(\tau) \,d\tau
 


Hmm ...

Looks like my calculus really does suck.

It was just written "like that" in the book. It probably assumes that I know how to solve it. ><

Thanks.
 
Last edited:
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top