Check Homework on Partial Differential Wave Equation

Click For Summary

Homework Help Overview

The discussion revolves around a partial differential equation given by u_{xx}-3u_{xt}-4u_{tt}=0, with two main tasks: finding the general solution in the xt-plane and determining a specific solution that satisfies given initial conditions.

Discussion Character

  • Exploratory, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants explore the general solution and its derivation, questioning the application of boundary conditions and the selection of arbitrary functions for f and g. There is discussion about how to solve the resulting system of ordinary differential equations (ODEs) derived from the boundary conditions.

Discussion Status

Some participants have provided guidance on applying boundary conditions to the general solution, while others express confusion about the methods involved in solving the resulting equations. Multiple interpretations of the problem and approaches to the solution are being explored, with no explicit consensus reached.

Contextual Notes

Participants note the lack of examples in their textbooks and class notes for similar problems, which contributes to the uncertainty in applying the methods discussed.

roldy
Messages
206
Reaction score
2

Homework Statement


Consider the partial differential equation

[tex]u_{xx}-3u_{xt}-4u_{tt}=0[/tex]

(a) Find the general solution of the partial differential equation in the xt-plane, if possible.
(b) Find the solution of the partial differential equation that satisfies
[tex]u(x,0)=x^3[/tex] and [tex]u_t(x,0)=-3x^2[/tex] for [tex]-\infty<x<\infty[/tex]

Homework Equations





The Attempt at a Solution



(a)

[tex] \left(\frac{\partial^2}{\partial x^2}-\frac{3\partial^2}{\partial x\partial t}-\frac{4\partial^2}{\partial t^2}\right)u=0[/tex]

*
[tex] \left(\frac{\partial}{\partial x}+\frac{\partial}{\partial t}\right)\left(\frac{\partial}{\partial x}-\frac{4\partial}{\partial t}\right)u=0[/tex]

Set the coefficients equal to a variable...

[tex]\alpha=1, \beta=1, \gamma=1, \delta=-4[/tex]

[tex] \zeta=\beta{x}-\alpha{t}=x-t[/tex]
[tex] \eta=\delta{x}-\gamma{t}=-4x-t[/tex]

[tex] \frac{\partial v}{\partial x}=\frac{\partial v}{\partial \zeta}\frac{\partial \zeta}{\partial x}+\frac{\partial v}{\partial \eta}\frac{\partial \eta}{\partial x}=\frac{\partial v}{\partial \zeta}-\frac{4\partial v}{\partial \eta}[/tex]

[tex] \frac{\partial v}{\partial t}=\frac{\partial v}{\partial \zeta}\frac{\partial \zeta}{\partial t}+\frac{\partial v}{\partial \eta}\frac{\partial \eta}{\partial t}=\frac{-\partial v}{\partial \zeta}-\frac{\partial v}{\partial \eta}[/tex]

So now substitute these two differentials into *
[tex] \left[\left(\frac{\partial}{\partial \zeta}-\frac{4\partial}{\partial \eta}\right)+\left(\frac{-\partial}{\partial \zeta}-\frac{\partial}{\partial \eta}\right)\right]\left[\left(\frac{\partial}{\partial \zeta}-\frac{4\partial}{\partial \eta}\right)-\left(\frac{-4\partial}{\partial \zeta}-\frac{4\partial}{\partial \eta}\right)\right]u=0[/tex]

[tex] \left(\frac{-4\partial}{\partial \eta}-\frac{\partial}{\partial \eta}\right)\left(\frac{\partial}{\partial \zeta}+\frac{4\partial}{\partial \zeta}\right)u=0[/tex]

[tex] \left(\frac{-5\partial}{\partial \eta}\right)\left(\frac{5\partial}{\partial \zeta}\right)u=0[/tex]

[tex] \frac{\partial}{\partial \eta}\left(\frac{\partial u}{\partial \zeta}\right)=0[/tex]

Let [tex]h(\zeta)=\frac{\partial u}{\partial \zeta}[/tex]

So now integrate with respect to [tex]\zeta[/tex] holding [tex]\eta[/tex] fixed.

[tex] u=\int h(\zeta)d\zeta + g(\eta)=f(\zeta)+g(\eta)[/tex]

Substitute back in for [tex]\zeta[/tex] and [tex]\eta[/tex]...

[tex] u(x,t)=f(x-t)+g(-4x-t)[/tex]

Now this should be the general solution. Is this right, did I do my differentiation and arithmetic correctly?

(b)

So for the functions f and g I just picked some arbitrary functions.

Let [tex]f(x)=e^x[/tex] and [tex]g(x)=e^{-x}[/tex]

So now,

[tex] x^3=e^x+e^{4x}[/tex]

And also,

[tex] -3x^2=-e^x-e^{4x}[/tex]

And this is where I stall. I'm not sure what to do after this point. My book doesn't have an example of solving these types of problems and the notes our professor gave us doesn't show an example either.
 
Physics news on Phys.org
Your new equation is fine along with your general solution. however you did not apply the boundary conditions correctly, but you need to work on your boundary conditions. You have [tex]u=f(x-t)+g(-4x-t)[/tex] Applying you boundary conditions:
[tex] u(x,0)=f(x)+g(-4x)=x^{3}\quad\partial_{t}u(x,0)=-f'(x)-g(-4x)=-3x^{2}[/tex]
Now solve those equations for f and g to get the solution.
 
So I'm not suppose to pick arbitrary functions for f and g then right?. I guess this makes sense now, two equations two unknowns.
 
Your general solution will give you the functions as you've done now you have to fit those functions to your initial conditions. I have done it so I can say if you have the correct equation or not.
 
I'm not that I entirely understand what you mean in your last post.
 
Now you have a set of ODE's to solve:
[tex] \begin{array}{ccc}<br /> f(x)+g(-4x) & = & x^{3} \\<br /> f'(x)+g'(-4x) & = & 3x^{2}<br /> \end{array}[/tex]
You should be able to find what f and g are by solving the above system of ODE.
 
Yeah, that's what I figured I needed to do but what method involved is what I'm not sure about.
 
In the first equation set x=0 to find that f(0)+g(0)=0, integrate the second equation to obtain:
[tex] f(x)-\frac{1}{4}g(x)=x^{3}+C[/tex]
Then take the first equation away from the second one to obtain:
[tex] -\frac{5}{4}g(x)=C[/tex]
This shows that g is constant. which in turn shows that:
[tex] f(x)=x^{3}+D[/tex]
So the full solution becomes...

Simple integration is all that is required, what can you say about D in light of the initial conditions?
 
I don't understand why you are setting x=0. There's no initial condition for x=0. Also, how to you know that when you integrate the second equation your not going to get a x time a function. Meaning, how do you for example that f(x) is not (1+x)?
 
  • #10
The setting x=0 was unimportant, so ignore it.

I get a constant because f is a function of one variable only.
 
  • #11
Could you maybe explain a little bit more on how that 1/4 got out there?
 
  • #12
Still confused on this one.
 
  • #13
it comes into the integral in the following way:
[tex] \int g'(-4x)dx =-\frac{1}{4}\int g'(u)du=-\frac{1}{4}g(u)=-\frac{1}{4}g(-4x)[/tex]
using the substitution u=-4x
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
2K
Replies
4
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
6
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K