Conceptual Misunderstanding in dealing with Heaviside Function

Kushwoho44
Messages
25
Reaction score
1

Homework Statement



Hi guys, so I'm struggling with understanding the heaviside function clearly. In particular, I am struggling to understand how changing f(t) to f(t-3) ''shifts'' everything to the right.

Homework Equations



Say we take the following heaviside function

f(t-3) = 7 for t >= 3
f(t-3) = 0 for t < 0

We get a graph that loops something like this:

http://img41.imageshack.us/img41/2830/q8e8.png


The Attempt at a Solution



However, this doesn't make much intuitive sense to me. Say we are to plug in the value of t=3, then we should get at t=3, the value of f(0), but there has not been anything told to us about how the function behaves at f(0). Only that for values t>3, the value will be 7. So I don't really understand how this function is working.

Thanks for your time.
 
Last edited by a moderator:
Physics news on Phys.org
Kushwoho44 said:

Homework Statement



Hi guys, so I'm struggling with understanding the heaviside function clearly. In particular, I am struggling to understand how changing f(t) to f(t-3) ''shifts'' everything to the right.
This is a basic property of functions in general, not just the Heaviside function. If you know what the graph of y = f(t) looks like, then the graph of y = f(t - 3) will be a shift (translation) to the right by 3 units of the graph of y = f(t).

Suppose y = g(t) = t2. The graph is a parabola with vertex at (0, 0) and opening upward. What does the graph of the new function y = g(t - 2) = (t - 2)2 look like?
Kushwoho44 said:

Homework Equations



Say we take the following heaviside function

f(t-3) = 7 for t >= 3
f(t-3) = 0 for t < 0

We get a graph that loops something like this:

http://img41.imageshack.us/img41/2830/q8e8.png


The Attempt at a Solution



However, this doesn't make much intuitive sense to me. Say we are to plug in the value of t=3, then we should get at t=3, the value of f(0), but there has not been anything told to us about how the function behaves at f(0).
You've been told that if t ≥ 3, then t - 3 ≥ 0, so the output of your function is 7.
Kushwoho44 said:
Only that for values t>3, the value will be 7. So I don't really understand how this function is working.
The function definition says t ≥ 3, not t > 3.
 
Last edited by a moderator:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top