2

I cant figure out when I´m supposed to ignore the $\delta(t)$ function in the answer.

$\theta(t)$ is The Heaviside function

I have three examples:

1. Let $f(t) = e^t\theta(t)$ and find $f'$

Answer: $(e^t\theta(t))' = (e^t)'\theta(t) + e^t(\theta(t))' = e^t\theta(t) + e^t\delta(t) = e^t\theta(t) + \delta(t)$

Hence $\delta$(t) stay.

2. Let $f(t) = e^{2t}\theta(t)$ and find $f'$

Answer: $(e^{2t}\theta(t))' = (e^{2t})'\theta(t) + e^{2t}(\theta(t))' = 2e^{2t}\theta(t) + e^{2t}\delta(t) = 2e^{2t}\theta(t) + \delta(t)$

Again $\delta(t)$ stays.

3. Let $f(t) = t\theta(t)$ and find $f'$

Answer: $(t\theta(t))' = t'\theta(t) + t(\theta(t))' = \theta(t) + t\delta(t) = \theta(t)$

Here $\delta(t)$ is just removed in the last step? Why is it okay to remove it?

(These writings are from an previous exam and I've just entered the answers from the key)

netigger
  • 187
  • 1
    What is $\theta$? The Heaviside function? – Elmar Zander Mar 14 '13 at 10:54
  • Yes, exaclty. I should add that. I just know it as the "stepfunction". – netigger Mar 14 '13 at 10:55
  • the delta function is $0$ everywhere but at $0$. The function $t$ is $0$ at $0$, hence $t\delta(t)$ is $0$ everywhere – user27182 Mar 14 '13 at 11:38
  • @DavidEverlöf Actually, "step function" is a better name than "Heaviside function", because it names the function after its properties and not after some obscure guy who used it (https://en.wikipedia.org/wiki/Heaviside_step_function). I'm just more used to the other name. – Elmar Zander Mar 14 '13 at 12:14

1 Answers1

5

$f(t)\delta(t) = f(0)\delta(t)$

Rhys
  • 4,413
  • 19
  • 27