Solving DE with Laplace Transforms and g(t) Function

s3a
Messages
814
Reaction score
8

Homework Statement


Solve the differential equation y'' + 4y = g(t); y(0) = 2, y'(0) = 2 using Laplace transforms.

The g(t) function is a piecewise function and is attached as g.jpg.


Homework Equations


Laplace transforms of regular and unit step/Heaviside functions.


The Attempt at a Solution


My work is attached as MyWork.jpg. I suspect the part with the e to be the culprit but I'm not specifically sure as to what I did wrong and would appreciate it if someone could point it out to me.

Thanks in advance!
 

Attachments

  • g.jpg
    g.jpg
    1.5 KB · Views: 889
  • MyWork.jpg
    MyWork.jpg
    51.6 KB · Views: 1,437
Physics news on Phys.org


s3a said:

Homework Statement


Solve the differential equation y'' + 4y = g(t); y(0) = 2, y'(0) = 2 using Laplace transforms.

The g(t) function is a piecewise function and is attached as g.jpg.


Homework Equations


Laplace transforms of regular and unit step/Heaviside functions.


The Attempt at a Solution


My work is attached as MyWork.jpg. I suspect the part with the e to be the culprit but I'm not specifically sure as to what I did wrong and would appreciate it if someone could point it out to me.

Thanks in advance!

I didn't check all your steps, but it looks to me you haven't taken into account the f(t) = t part. Your formula for that is$$
f(t) = t(1-u(8\pi))+8\pi u(t-8\pi)$$
 


What does u(8π) mean?
 


s3a said:

Homework Statement


Solve the differential equation y'' + 4y = g(t); y(0) = 2, y'(0) = 2 using Laplace transforms.

The g(t) function is a piecewise function and is attached as g.jpg.

Homework Equations


Laplace transforms of regular and unit step/Heaviside functions.

The Attempt at a Solution


My work is attached as MyWork.jpg. I suspect the part with the e to be the culprit but I'm not specifically sure as to what I did wrong and would appreciate it if someone could point it out to me.

Thanks in advance!

Why don't you just use the definition, rather than applying formulas that can be misused (as you did)? For g(t) = \min(t,8 \pi) we have
L[g](s) = \int_0^\infty e^{-st} g(t) \, dt = \int_0^{8 \pi} e^{-st} t \, dt <br /> + \int_{8 \pi}^\infty e^{-st} 8 \pi \, dt, and just do both integrals.

RGV
 
Last edited:


s3a said:
What does u(8π) mean?

Sorry, that was a typo; that expression should be ##u(t-8\pi)## but the time for me to edit and correct it has expired.
 


u(t-8∏) is a unit step function. You can think of it as energy going into your system after 8∏ time has elapsed. The function is 0 <= 8∏ and 1 after 8∏.
 
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