The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
Laplace transform of pde ∂u/∂t = 0.01 * ∂²u/∂x² using the Prime
09-20-2023, 11:28 AM (This post was last modified: 09-20-2023 11:29 AM by Anthony The Koala.)
Post: #1
Laplace transform of pde ∂u/∂t = 0.01 * ∂²u/∂x² using the Prime
Generally if we have a function that is "common" we can find L{f(x}} and get the corresponding transform.
Example L{5} = 5/s.
You can find the table in any 2nd year book.

I would like to know how to get a Laplace transform on the Prime.
For example:
pde
∂u/∂t = 0.01 * ∂²u/∂x²

Boundary conditions:

u(0, t) = 0
u(1, t) = 200

I tried the laplace L{∂u/∂t}
expecting to get
L{∂u/∂t} = sU(x,s) - u(x,0)

BUT IN THE PRIME
laplace(∂u/∂t)

I get "X Syntax Error"

Can you get laplace transforms of derivatives?

Thank you
Anthony, Sydney
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Laplace transform of pde ∂u/∂t = 0.01 * ∂²u/∂x² using the Prime - Anthony The Koala - 09-20-2023 11:28 AM



User(s) browsing this thread: 3 Guest(s)