Step Function / Heavenside help

gbacsf
Messages
15
Reaction score
0
Is this the proper way to write the Heavenside function for the following conditions:

g(t) = t if t <= 8pi
8pi if t > 8pi

Heavenside: g(t) = t + (8pi - t)*U(t-8pi)
 
Physics news on Phys.org
gbacsf said:
Is this the proper way to write the Heavenside function for the following conditions:

It's "Heaviside" actually. The correct spelling will come in particularly handy if you try to do these problems on Maple.

g(t) = t if t <= 8pi
8pi if t > 8pi

Heavenside: g(t) = t + (8pi - t)*U(t-8pi)

Almost. You don't need the "<=" sign above. The unit step function is actually defined to be 1/2 at t=0.

http://mathworld.wolfram.com/HeavisideStepFunction.html
 
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