Verification of solution to Heat Equation

  • Thread starter Thread starter rexasaurus
  • Start date Start date
  • Tags Tags
    Heat Heat equation
rexasaurus
Messages
12
Reaction score
0
1. verify that u(t,x,y)=e-λtsin(αt)cos(βt) (for arbitrary α, β and with λ=α22) satisfies the 2-D Heat Equation.



2. ut=Δu



3. I began with:
Δu=uxx+uyy.
note the equation does not contain variable "x"
so uxx=0 i.e. Δu=uyy

uy=e-λtsin(αt){-βsin(βt)}
uyy=e-λtsin(αt){-β2cos(βt)}

next I found ut
ut=cos(βy) {e-λtαcos(αt)+sin(αt)-λe-λt}

I have tried to reduce both equations but don't see how they are equal. I also have tried using the λ=α22 to re-write the eq. Any suggestions?

 
Physics news on Phys.org
rexasaurus said:
1. verify that (for arbitrary α, β and with λ=α22) satisfies the 2-D Heat Equation.
2. ut=Δu
3. I began with:
Δu=uxx+uyy.
note the equation does not contain variable "x"
so uxx=0 i.e. Δu=uyy

uy=e-λtsin(αt){-βsin(βt)}
uyy=e-λtsin(αt){-β2cos(βt)}

next I found ut
ut=cos(βy) {e-λtαcos(αt)+sin(αt)-λe-λt}

I have tried to reduce both equations but don't see how they are equal. I also have tried using the λ=α22 to re-write the eq. Any suggestions?

Homework Statement





Your equation is transcribed incorrectly. Your original equation should be:

u(t,x,y)=e-λtsin(αx)cos(βy)
 
Last edited:
The original equation was posted incorrectly.

The actual question states:
u(t,x,y)=e-λtsin(αt)cos(βy)

My apologies
 
The heat equation in 2D is the Fourier equation. I think the answer they want you to check out is:

u(x,y,t) = e**(-lambda*t) * sin(alpha*x) * cos(beta*y)

Take the partial derivatives and plug them back into the original equation and you'll see that the equation is satisfied if lambda = alpha**2 + beta**2. The original equation is the Laplacian of u equals the partial of u with respect to time.
 
I checked the problem statement

The question actually states:
u(t,x,y)=e-λtsin(αt)cos(βy)

Could the instructor possibly have made a typo??

When I set ut=uyy (from simplifying Δu) I was able to substitute: λ=22

My last line reads:
αcos(αt)+β2sin(αt)=(α22)sin(αt)

Any thoughts?
 
rexasaurus said:
I checked the problem statement

The question actually states:
u(t,x,y)=e-λtsin(αt)cos(βy)

Could the instructor possibly have made a typo??

Of course he could have. That t in the sine term should be x. Then it all works.
 
the last substitution should read λ=α22
 
Thx for your help.
 
Back
Top