How to Solve Initial Value Problem using Heaviside Functions

danj303
Messages
15
Reaction score
0

Homework Statement



Consider the initial value problem

y'' + 1/3y' + 4y = fk(t)

with y(0) = y'(0) = 0,

fk(t) = piecewise function 1/2k if 4 - k <= t < 4 + k
0 otherwise

and 0 < k < 4


(a) Sketch the graph of fk(t). Observe that the area under the graph is independent of k.
(b) Write fk(t) in terms of Heaviside step functions and then solve the initial value problem.
(c) Plot the solution for k = 2, k = 1 and k = 1/2. Describe how the solution depends on k.

The Attempt at a Solution



I can sketch the graph fine etc, just struggling with putting fk(t) in terms of a heaviside function and then solving the initial value problem


I tried on maple and it gave me a heaviside function

(1/2k)*Heaviside(t-4+k)-(1/2k)*Heaviside(t-4+k)*Heaviside(t-4-k)

But by my calculation it should be

(1/2k)*Heaviside(t-4+k)-(1/2k)*Heaviside(t-4-k)


Thanks for any help!
 
Physics news on Phys.org
If you plot the two different combinations of the Heaviside functions you will notice, that both are identical.
The one from Maple just has an additional redundant factor.
 
That makes sence. So how do I go from that to solving the initial value problem??
 
The simplest way is to do it as two separate problems.

For 0< k< 4, 0< 4-k < k so first solve
y'' + (1/3)y' + 4y = 1/(2k), y(0)= y'(0)= 0

Use that solution to find A= y(k) and B= y'(k)

Then solve
y"+ (1/3)y'+ 4y= 0, y(k)= A, y'(k)= B.
 
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