Is my unit step function correct for solving this differential equation?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
gbuitkus
Messages
1
Reaction score
0

Homework Statement


y''-4y'-32y={1 when 0<=t<1 and 0 when 1<=t
y(0)=y'(0)=0


Homework Equations





The Attempt at a Solution


s2L(y) -4sL(y)-32 L(y)=u1(t)

I am just struggling to figure out if my unit step function is correct.

Solving for L(y) I get:
(e-s) / (s(s2 -4s-32))
but it says I am wrong so I am pretty sure I am doing something wrong with the unit step function
 
Physics news on Phys.org
gbuitkus said:

Homework Statement


y''-4y'-32y={1 when 0<=t<1 and 0 when 1<=t
y(0)=y'(0)=0

Homework Equations


The Attempt at a Solution


s2L(y) -4sL(y)-32 L(y)=u1(t)

I am just struggling to figure out if my unit step function is correct.

Solving for L(y) I get:
(e-s) / (s(s2 -4s-32))
but it says I am wrong so I am pretty sure I am doing something wrong with the unit step function

You didn't explain what your notation ##u_1(t)## means. Is it ##u(t-1)##? What you want on the right side is ##u(t)-u(t-1)##.