Restrictions on Alpha for Validity of Laplace Transform Solution

In summary, Hoplite says that when solving a differential equation, it is useful to bring in the y-values to the LHS and the x-values to the RHS to get an arbitrary value of alpha. He also says that the DE can be solved by bringing in Y-values to the LHS and p-values to the RHS to get an arbitrary value of alpha.
  • #1
Hoplite
51
0
I have the problem,
[tex]ty(t)= \int_{0}^{t}\tau^{\alpha-1}y(t-\tau)d\tau[/tex]
subject to the constraint that [tex]\int_{0}^{\infty}y(t)dt=1[/tex].
In need to get the answer in the form of, Y(p)=something (where Y(p) is the Laplace transform of y(t)).
I can see that the right hand side is [tex]Y(p)\frac{\Gamma(\alpha)}{p^a}[/tex], but how could I evaluate the left hand side?
 
Physics news on Phys.org
  • #2
That wasn't very clear but I think you are saying you want to solve the integral equation for y(t) and you are attempting to do so using the Laplace transform?

For the left side you just need to note that [itex]t e^{-st} = - \frac {d}{ds}e^{-st}[/itex], reverse the order of differentiation and integration and arrive at the desired result.
 
  • #3
I'm actually just looking at a past exam question. It only asks me to find Y(p). I don't need to invert it afterwards.

OK, so we use [tex]\int_{0}^{\infty}ty(t)e^{-pt}dt[/tex]
[tex]=-\int_{0}^{\infty}\frac{d}{dp}(e^{-pt}y(t))dt[/tex]
[tex]=-\frac{d}{dp}\int_{0}^{\infty}e^{-pt}y(t)dt[/tex]
[tex]=-\frac{d}{dp}Y(p)[/tex]

and so, [tex]Y(p)\frac{\Gamma(\alpha)}{p^a}+\frac{d}{dp}Y(p)=0[/tex]

It concerns me, though, that I haven't actually used [tex]\int_{0}^{\infty}y(t)dt=1[/tex] in answering the question.
 
  • #4
You should have used that condition when you evaluated the transform of the right side of the original equation.
 
  • #5
Tide said:
You should have used that condition when you evaluated the transform of the right side of the original equation.
I just used the property that [tex]L[\int_{0}^{t}g(\tau)y(t-\tau)d\tau;t\rightarrow p]=G(p)Y(p)[/tex] to slove for the right hand side. I can't actually see how I'd use [tex]\int_{0}^{\infty}y(t)dt=1[/tex] to do that.
 
  • #6
Good point - that's the convolution theorem. Offhand, then, I can't see where the integral constraint comes in.
 
  • #7
Hoplite said:
I can see that the right hand side is [tex]Y(p)\frac{\Gamma(\alpha)}{p^a}[/tex], but how could I evaluate the left hand side?

I'm going to guess that you're suppose to take the Laplace transform of [tex]t y(t)[/tex] and get [tex]-dY/dt[/tex], and then solve the differential equation:

[tex]-dY/dp = Y(p)\frac{\Gamma(\alpha)}{p^a}[/tex]

The definite integral he gave you will be necessary to pick out the particular solution of the DE that you need. Isn't it something like [tex]Y(0)[/tex]?

Carl
 
Last edited:
  • #8
If I may summarize to help me an others understand this:

Letting:

[tex]\mathcal{L}\left\{y(x)\right\}=\int_0^\infty e^{-pt}y(t)dt=Y(p)[/tex]
we take the Laplace Transform of both sides of the eqution:
[tex]\mathcal{L}\left\{ty(t)\right\}=\mathcal{L}\left\{ \int_{0}^{t}\tau^{\alpha-1}y(t-\tau)d\tau\right\}[/tex]

Noting that the expression in brackets on the RHS is the inverse transform for the product:

[tex]Y(p)H(p)[/tex]

where:

[tex]H(p)=\mathcal{L}\left\{t^{\alpha-1}\right\}[/tex]

we arrive at the IVP:

[tex]-Y^{'}(p)=Y(p)\frac{\Gamma(\alpha)}{p^\alpha};\quad Y(0)=\int_{0}^{\infty}e^{-0t}y(t)dt=1[/tex]

Hoplite, you can solve for Y(p) right? Anyway, I get a form of Y(p) in which I am unable to invert. Would like to know the answer though.

Edit: Alright, I can invert it if alpha is 1/2 (I ain't proud). So what's the range for alpha?
 
Last edited:
  • #9
Alright, I have a question. Do I need to take this elsewhere? You guys mind?

So I solve that equation in Y(p) above and using the initial condition given, I get, well, what do you get Hoplite? Anyway, so I let alpha=1/2 and arrive at a solution:

[tex]y(t)=\frac{e^{-\pi/t}}{t^{3/2}}[/tex]

So I wish to back-substitute this solution into the integral equation:

[tex]\frac{e^{-\pi/t}}{\sqrt{t}}=\int_0^t \frac{e^{-\pi/(t-\tau)}}{(t-\tau)^{3/2}\sqrt{\tau}}d\tau[/tex]

So, how do I show that the integral is equal to the LHS?
 
Last edited:
  • #10
saltydog said:
Edit: Alright, I can invert it if alpha is 1/2 (I ain't proud). So what's the range for alpha?

The DE can be solved by bringing Y stuff to the LHS and p stuff to the RHS for an arbitrary value of alpha. Then [tex]\int Y'/Y dp = \ln(Y)+c[/tex] works on the LHS and the RHS looks like [tex]\int p^{-\alpha} dp = p^{1-\alpha}/(1-\alpha) + c[/tex].

Carl
 
  • #11
I got question #2. I just have such high hopes for integral and integro-differential equations in artificial intelligence. You know those guys at Blue Column are to use . . . but I digress.

Anyway, looking at the integral expression (for alpha=1/2) when t=1:

[tex]\int_0^1 \frac{e^{-\pi/(1-\tau)}}{(1-\tau)^{3/2}\sqrt{\tau}}d\tau[/tex]

Note that this has a vertical asymptote at tau=0. How do I know that the integral converges?

Hoplite, where you at with this anyway? I'm expecting plots you know. :smile:
 
  • #12
saltydog said:
How do I know that the integral converges?

The factor of [tex]e^{-\pi/(1-\tau)}[/tex] should go to zero a lot faster than the denominator.

Carl
 
  • #13
CarlB said:
The factor of [tex]e^{-\pi/(1-\tau)}[/tex] should go to zero a lot faster than the denominator.
Carl

Hey Carl. That's right for the upper limit. That is:

[tex]\mathop\lim\limits_{x\to 1^-} \frac{e^{-\pi/(1-x)}}{(1-x)^{3/2}\sqrt{x}}=0[/tex]

However for the lower limit, the numerator just goes to [itex]e^{-\pi}[/itex] and we're left with an expression:

[tex]\frac{e^{-\pi}}{0}[/tex]

However, I believe I have it using the p-test and limit tests:

P-test:

[tex]\int_0^1 \frac{1}{x^p}dx[/tex]

is convergent iff p<1.


Limit test:
If:

[tex]\mathop\lim\limits_{t\to 0}\frac{f(x)}{g(x)}=1[/tex]

then:

[tex]\int_0^1 f(x)dx[/tex]

is convergent iff:

[tex]\int_0^1 g(x)dx[/tex]

is convergent.

So let:

[tex]f(x)=\frac{e^{-\pi/(1-x)}}{(1-x)^{3/2}\sqrt{x}}[/tex]

and:

[tex]g(x)=\frac{e^{-\pi}}{\sqrt{x}}[/tex]

then:

[tex]\mathop\lim\limits_{x\to 0}\frac{f(x)}{g(x)}=1[/tex]

and becaues of the p-test:

[tex]\int_0^1 g(x)dx[/tex]

converges and therefore:

[tex]\int_0^1 f(x)dx[/tex]

does so as well.

QED
 
Last edited:
  • #14
What the question says about alpha is, "Indicate any restrictions on alpha that may be needed for your solution to be valid. You are not required to invert the transform." As far as I can see, he wants the answer, alpha is not a negative integer because the presence of of the gamma function.
But I've got it now. It was this advice from Saltydog that I needed: [tex] Y(0)=\int_{0}^{\infty}e^{-0t}y(t)dt[/tex]

So, using,
[tex]-\int\frac{dY(p)}{dp}=\Gamma(\alpha)\int p^{-\alpha}dp[/tex]
So, for alpha is not equal to 1: (How do you do the inequality sign in LaTex?)
[tex]Y(p)=k.exp(-\frac{\Gamma(\alpha)}{1-\alpha}p^{1-\alpha})[/tex]
But Y(0)=1 => k=1.
[tex]Y(p)=exp(-\frac{\Gamma(\alpha)}{1-\alpha}p^{1-\alpha})[/tex]
Or, if alpha=1:
[tex]Y(p)=\frac{k}{p}[/tex]
But this blows up at p=0, so alpha cannot equal one.
(I'd love to know how many students actually got this one right.)

saltydog said:
Hoplite, where you at with this anyway? I'm expecting plots you know.
You mean residue plots? Not going to happen, I think. :smile:
 
Last edited:
  • #15
Hoplite said:
What the question says about alpha is, "Indicate any restrictions on alpha that may be needed for your solution to be valid. You are not required to invert the transform."

Not invert the transform? That's like giving you a bicycle but saying you can't make the wheels go round and round.:yuck:

Thanks Hoplite. It was a very interesting problem for me.:smile:
 

What is a Laplace Transform problem?

A Laplace Transform problem is a mathematical problem that involves the use of the Laplace transform, which is a mathematical tool used to convert a function from the time domain to the frequency domain. It is commonly used in engineering and physics to solve differential equations.

How do you solve a Laplace Transform problem?

To solve a Laplace Transform problem, you must first take the Laplace transform of the given function. This involves integrating the function multiplied by the exponential function e^(-st), where s is a complex variable. The resulting expression is then manipulated to solve for the desired function in the frequency domain.

What is the Laplace Transform used for?

The Laplace Transform is primarily used to solve differential equations that involve initial conditions. It can also be used to simplify complex functions and make them easier to solve. It has applications in engineering, physics, and other scientific fields.

What are the advantages of using Laplace Transform to solve problems?

One advantage of using Laplace Transform is that it can convert a differential equation, which is a time-domain problem, into an algebraic equation, which is easier to solve. It can also handle problems with discontinuous or piecewise functions more easily. Additionally, it allows for the use of complex variables, making it useful for solving problems in the frequency domain.

Are there any limitations to using Laplace Transform?

Yes, there are limitations to using Laplace Transform. It can only be used for linear systems and cannot handle problems with nonlinearities. It also requires initial conditions to be known, which may not always be the case. Additionally, the inverse Laplace transform, which is needed to convert the solution back to the time domain, can be difficult to calculate for certain functions.

Similar threads

  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
704
  • Calculus and Beyond Homework Help
Replies
7
Views
788
  • Calculus and Beyond Homework Help
Replies
1
Views
624
  • Calculus and Beyond Homework Help
Replies
0
Views
163
Replies
5
Views
966
  • Calculus and Beyond Homework Help
Replies
1
Views
794
  • Calculus and Beyond Homework Help
Replies
3
Views
799
Back
Top