Differential equations using Laplace Transform

khyvonen01
Messages
2
Reaction score
0

Homework Statement


((d^2)x)/(d(t^2)) + 5(dx/dt) + 6x = f(t)
f(t)=3 for (0<=t<6)
f(t)=0 for t>=6


Homework Equations



This I am not sure of, this is my question. Would I use the Second Order Differential equation to do this problem:
L{((d^2)f)/(d(t^2))} = (s^2)F(s) - sf(0") - [df/dt]_t-0

The Attempt at a Solution


Have not attempted yet as I am just trying to find the correct formula to use for this.
 
Physics news on Phys.org
khyvonen01 said:

Homework Statement


((d^2)x)/(d(t^2)) + 5(dx/dt) + 6x = f(t)
f(t)=3 for (0<=t<6)
f(t)=0 for t>=6


Homework Equations



This I am not sure of, this is my question. Would I use the Second Order Differential equation to do this problem:
L{((d^2)f)/(d(t^2))} = (s^2)F(s) - sf(0") - [df/dt]_t-0

The Attempt at a Solution


Have not attempted yet as I am just trying to find the correct formula to use for this.

Make it easier on yourself by writing your differential equation as x'' + 5x' + 6x = f(t).
f(t) is the sum of two unit step functions that have been scaled by a factor of 3.
I.e., f(t) = 3u(t) - 3u(t - 6)

So your equation can be written as x'' + 5x' + 6x = 3u(t) - 3u(t - 6).
Now take the Laplace transform of both sides.

Here are a couple of the formulas you will need.
L[x''] = s2X(s) - sx(0) - x'(0)
L[x'] = sX(s) - x(0)

In these formulas, X(s) = L[x(t)].
 
Mark44 said:
Make it easier on yourself by writing your differential equation as x'' + 5x' + 6x = f(t).
f(t) is the sum of two unit step functions that have been scaled by a factor of 3.
I.e., f(t) = 3u(t) - 3u(t - 6)

So your equation can be written as x'' + 5x' + 6x = 3u(t) - 3u(t - 6).
Now take the Laplace transform of both sides.

Here are a couple of the formulas you will need.
L[x''] = s2X(s) - sx(0) - x'(0)
L[x'] = sX(s) - x(0)

In these formulas, X(s) = L[x(t)].


Thank you! Wow, not sure why I didn't spot that. It is one of those days lol.
 
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