Skip to main content
1-Visitor
September 23, 2010
Solved

Laplace Transform of integral

  • September 23, 2010
  • 5 replies
  • 15034 views

I got some homework to do and cant figure out how to solve an equation.

I have an idea but I'm not sure if I can do it the way I want.

As you can see in the document my problem is that the formula I use has f(t)dt in the integer but the equation I have to solve uses tau in in the integer but it wants me to take the integer from 0 to t.

I don't feel like i explained the problem very well but it should be easier to understand if you read through the document.

There might be other errors in the document but I have been wrestling with that part of the problem for what feels like hours now so I just finished it and threw it up here for you to have a look at.

Anton

Best answer by AlvaroDíaz

Tay is a dummy variable, this is, some letter but can be any other. The primitive (this is, the integral transformation, not just a number, a function) of y(tau)dtau must to be applied following Barrow rule, this is, substracting the values from the end to the initial point. So, tay dissapear, and the integral is well writed.

In the attached the solution. See the tables for the laplace transform properties to see how it applies to a derivative and to an integral. In mathcad 11 it can be automated to handle the entire process in only one function, but in mathcad 14 is ... better use copy, paste and editing.

Regards. Alvaro.

5 replies

1-Visitor
September 23, 2010

It might be as simple as that. I didn't read the document, only your work sheet. The way the integral is shown is for continuous plotting . But in term of the numerical evaluation it is done between limits, between o and and the "end" in the Odesolve as well. That's my interpretation but wait more collabs agree on that interpretation.

MCADsolve_8.gif

jmG

1-Visitor
September 23, 2010

What I meant by document was Worksheet

I dont think this is the answer I need, since i cant solve it numericaly. I would have no problem solving this equation if all the varibales had a value or if i had to find the laplace for the integer between 0 and t for y(t)*d*t

But how would you find the laplace for the integer between 0 and t for y(tau)*d*tau. I cant find any examples thatt are simmilar, and I cant find any thing in my notes that help me here...

I am beginning to think that it could be typing error on my teachers behalf.

Anton

12-Amethyst
September 23, 2010

Tay is a dummy variable, this is, some letter but can be any other. The primitive (this is, the integral transformation, not just a number, a function) of y(tau)dtau must to be applied following Barrow rule, this is, substracting the values from the end to the initial point. So, tay dissapear, and the integral is well writed.

In the attached the solution. See the tables for the laplace transform properties to see how it applies to a derivative and to an integral. In mathcad 11 it can be automated to handle the entire process in only one function, but in mathcad 14 is ... better use copy, paste and editing.

Regards. Alvaro.

1-Visitor
September 23, 2010

Thank you

I looks about right. I got the same solution in another worksheet.

I'll find out if it is correct tomorrow

Anton

1-Visitor
September 25, 2010

Collab,

I have reviewed your "final". It is wrong !
1. The DE is a DE and not an "Integral Equation" [Fredholm, Voltera ...]
On that point you are correct.
2. Where you have "solve", that is not correct. There is nothing to solve but collect for Y(s), then apply ordinary algebra on that Laplace representation, isolate for Y(s) and the solution in "InverseLaplace", then plug m, n, Y0, end.
3. This type of DE can't go in the generalized Odesolve, it is not linear in term of the integral operator but it is in the Laplace domain. The 1rst order DE has the Laplace solver shown , which solver simply needs to include the Laplace operator n/s. Don't get confused with the representation of the integral operator, it simply indicates that this term ranges on the same ' t' as in the forcing term. There is no other way to indicate it than the way it is shown, and it is most essential otherwise it would be confusing as it could be interpreted as the integral could stop in the range you would expect a solution.
So, here is the final solution. You can copy the RHS term of the symbolic "InverseLaplace" and transport it to low level software and you will get a general solution depending upon : m, n, Y0, end. More than often a DE expression is most confusing by lack of formal symbolism and the teacher inadapted to CAS . Mathematica 4.0 is very poor in examples of symbolic DE solution.
jmG
12-Amethyst
September 25, 2010

Primitive:

http://en.wikipedia.org/wiki/Antiderivative

Notice that, as operator, the primitivization operates over the domain of functions returning family of functions. The definite integral operate over functions but returns reals. So: are very very distinct concepts.

With primitives (Ctrl+I in mathcad) you must (or it is usual) use the correct letter inside the integrand, and in the differential. But with definite integrals, where you obtain reals numbers (the complex integral is another distinct animal) the letter inside the integral can be any other. If you want some kind of function, the usual way to obtain it is making variable the upper integral limit. For derivating this must to apply

http://en.wikipedia.org/wiki/Leibniz_integral_rule#Variable_limits_form

Technically -or historically, or who knows why- we prefer use not the same letter, and use a dummy variable, when it don't run outside of an operator, like in sums or others. You can read who it can confuse experimented programs in a bug report in mathcad 14 preciselly because it can take the same variable name in the upper limit and in the differential (old maple kernel reject this constructions):

http://collab.mathsoft.com/read?122135,99e#122135

To read examples about this kind of equations -i don't know english references- in spanish:

Ecuación íntegro diferencial, page 491, example 5, the "main orinigin", a RLC circuit:

http://books.google.com/books?id=ph_Yuv_oM3oC&printsec=frontcover&hl=es&source=gbs_ge_summary_r&cad=0#v=onepage&q&f=false

solved by laplace, can transform it in any other model, by equivalents (mechanic, hidraulic, thermic, etc). Because it is why i say that it is very common situation in engineering.

Another reference: page 134 in

http://books.google.com/books?id=EEY6LYwn6JUC&printsec=frontcover&hl=es&source=gbs_ge_summary_r&cad=0#v=onepage&q&f=false

Can find more searching inside books with google.

Jean: the solution obtained is correct, just because it check the original equation and we know for some theorems that there are a solution. In the attached, a full numerical solution is developed also.

Regards. Alvaro.

PS: 1. In the vertical implies, you forgot the equal sign. You can isolate (equating to zero in this case) or not. Definite Integrals, integrals transforms and other operators can be applied to both sign of the equality. Isn't the case for derivatives or primitives, where you lose or gain a constant.

2. I see that you correctly use Phi(t) to well define y(t).

1-Visitor
September 25, 2010

Interesting Alvaro,

Will look at it again, not today.

I'm promised a sunny Saturday.

Jean

1-Visitor
September 27, 2010

Anton, Alvaro,

Nothing has changed, the solver is totally correct in two lines of code. The route to the solver is a long story in the former Akiva collab. It comes out from Mathcad Maple 11.2a but I have not conserved the construct once proved and tested. In case Mathcad 14/15/Prime does not like the solver, here is also the image. The notation given by the "Professor" in cause and in quiz is incorrect. It is correct in the sense that the construct would arrive at the same result via the step function [f] integrated over Dirac D(t). The result is the same to the solver, but like giving the alphabet to explain a word or if you prefer: skinning the cat with a robot instead of by hands. If you want an export, evaluate the compacted red instruction, copy or "transport" the RHS of the symbolic evaluation. That will make the given DE work in low software like Excel and subjected to the project conditions.

There is lot less theory in books for Engineers than in the web for distraction.

Projects need what make them work and produce.

Cheers, Jean

1-Visitor
September 28, 2010

A nice project that was missing for the tool box.

Done Mathcad 11.2a , no red except intentional

for the symbolic compactor. Hope it works in

versions 14/15/Prime.

Thanks Alvaro for your input.

Jean