Laplace transforms, Programming Languages

Assignment Help:

There actually isn't all that much to this section. All we are going to do now is work a quick illustration using Laplace transforms for a 3rd order differential equation therefore we can say that we worked, at least one problem for a differential equation whose order was larger than 2.

Everything which we know from the Laplace Transforms section is even valid. The only new bit which we'll require here is the Laplace transform of the third derivative. We can find this from the general formula that we gave while we first started looking at solving initial value problems with Laplace transforms. Now there is that formula,

L ({y′′′} + s3Y(s) - s2 y(0) -  sy′ (0)- y′′(0)

Now there the example for this section

Example: Solve the following initial value problem.

y′′′ - 4y'' = 4t + 3u6(t) e30 - 5t;   y(0) = -3;                      y''(0) = 4

As always we first require making sure the function multiplied with the Heaviside function has been correctly shifted.

y′′′ - 4y'' = 4t + 3u6(t) e - 5(t- 6)

This has been properly shifted and we can notice that we're shifting e-5t. All we require to do now is take the Laplace transform of everything, plug into the initial conditions and answer for Y (s).

Doing all of this provides,

s3Y(s) - s2y(0) - sy'(0) - y''(0) - 4(s2Y(s) - sy(0) - y'(0)) = (4/s2) + ((3 e-6s)/(s + 5))

(s3 - 4s2)Y(s) + 3s2 - 13s = (4/s2) + ((3 e-6s)/(s + 5))

(s3 - 4s2)Y(s) = (4/s2)- 3s2 + 13s  + ((3 e-6s)/(s + 5))

Y(s) = (4- 3s4 + 13s3)/(s4(s - 4))+ ((3 e-6s)/ ((s4(s - 4)) (s + 5)))

Y (s) = F(s) + 3e-6 G(s)

Now we need to partial fraction and inverse transform F(s) and G(s).  We'll leave it to you to verify the details.

Now we require to partial fraction and inverse transform F(s) and G(s).  We'll leave this to you for verify the details.

F(s) = (4- 3s4 + 13s3)/(s4(s - 4)) = ((17/64)/(s - 4)) - (209/s) - ((1/16)/s2) - ((1/4)(2!/2!)/s3) - ((1(3!/3!)/s4)

f(t) = (17/64)e4t - (209/64) - (1/16) t - (1/8)t2 - (1/6)t3

G(s) = 1/(s2(s- 4)(s + 5)) = ((1/44)/(s - 4)) - ((1/225)/(s + 5)) - ((1/400)/s) - ((1/20)/s2)

g(t) = (1/144)e4t - (1/225)e-5t - (1/400) - (1/20)t

Okay, we can here find the solution to the differential equation. Starting along with the transform we find,

Y (s) = F(s) + 3e-6 G(s)             ⇒                     y(t) = f(t) + 3u6(t) g(t -6)

Here f(t) and g(t) are the functions demonstrated above.

Okay, here is the one Laplace transform illustration with a differential equation with order greater than 2. As you can notice the work in the same except for the fact that the partial fraction works (that we didn't demonstrate here) is liable to be messier and more complex.


Related Discussions:- Laplace transforms

Operating systems, I do have an assignment in operating systems programming...

I do have an assignment in operating systems programming ... how can i attach my file?

Program to finds central individuals in arbitrary networks, Identifying the...

Identifying the Central Individual in a Social Network 1. Introduction You have just been hired by a social networking company! The division you are working in is particul

Program for create a menu, The creation of the menu will involve writing pr...

The creation of the menu will involve writing procedural code, using decision logic, writing a loop, and using the case statement.  Although it is not required for grading, it is r

Write the vhdl code for traffic light controller, The schematic of the traf...

The schematic of the traffic light controller is as shown in figure 1. There are three control buttons on the panel: HAZ (Hazard), LT (Left) and RT (Right). Whenever, HAZ is clicke

No Linux Audible, Why no Audible support for Linux? Maybe they should use a...

Why no Audible support for Linux? Maybe they should use a browser interface?

Program for a simple search engine, Introduction A search engine (like ...

Introduction A search engine (like Google) has three main components: a crawler that finds and stores copies of files on the web, an indexer that creates a data structure that

DOM - Document Object Model, What is DOM? The Document Object Model is a pl...

What is DOM? The Document Object Model is a platform- and language-neutral interface that will allow programs and scripts to dynamically access and update the content, structure an

Undetermined coefficients, We now require starting looking into finding a p...

We now require starting looking into finding a particular solution for n th order differential equations. The two ways which we'll be looking at are similar as those which we look

Brent''s method, This is what I have so far def root_brent(f, a, b, errorl...

This is what I have so far def root_brent(f, a, b, errorlimit = tinyerror, n = -1, r_i = 0): # f(a) and f(b) must have opposite signs poly = remove_multiple_roots(poly) counter

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd