How Can I Solve the Beam Equation using PDEs and the Frequency Domain?

  • Thread starter athanatos
  • Start date
  • Tags
    Beam Pde
In summary, you need to solve the beam equation: p(x) = 0 for x in (0,t). You don't have experience with pde's, so you might want to try a separation of variables first.
  • #1
athanatos
4
0
need to solve the following beam equation:

p(x)\frac{d^2\w}{dx^2}-a\frac{d^4\w}{dx^4}-b\frac{d^2\w}{dt^2}=0

don't have experience with pde's, thanks in advance for any hints...
 
Physics news on Phys.org
  • #2
You might want to put [ tex ] and [ \tex ] around that!

[tex]p(x)\frac{d^2\w}{dx^2}-a\frac{d^4\w}{dx^4}-b\frac{d^2\w}{dt^2}=0[/tex]

Isn't there supposed to be a function, like "y(x)" in that?
 
  • #3
Well, may I first suggest we put it into the form:

[tex]p(x)\frac{\partial^2f}{\partial x^2}-a\frac{\partial^4 f}{\partial x^4}-b\frac{\partial^2 f}{\partial t^2}=0[/tex]

With f=f(x,t) and x being displacement and t=time. In fact, I'd say just drop the p(x) for now and just solve the simpler case for starters. Get that one working then add the p(x) and see what happens.

Well, it's linear and homogeneous so we can use "separation of variables" right? You know, let f(x,y)=g(x)h(t), substitute into the PDE and just turn the crank. You need some initial conditions and boundary conditions but if you like, you can just make up some reasonable ones just to move forward with the solution.

In fact just drop the p(x), a, and b for starters.
 
Last edited:
  • #4
"a" & "b" are constants,parameters if u like,so there's no reason to drop them.Indeed the [itex] p(x) [/itex] turns it into a nasty one.I think that for arbitrary [itex] p(x)[/itex] is not exactly solvable...

Daniel.
 
  • #5
HallsofIvy said:
You might want to put [ tex ] and [ \tex ] around that!

[tex]p(x)\frac{d^2\w}{dx^2}-a\frac{d^4\w}{dx^4}-b\frac{d^2\w}{dt^2}=0[/tex]

Isn't there supposed to be a function, like "y(x)" in that?

yep, let me try it now;

[tex]p(x)\frac{\partial^2w(x,t)}{\partial x^2}-a\frac{\partial^4 w(x,t)}{\partial x^4}-b\frac{\partial^2 w(x,t)}{\partial t^2}=0[/tex]

It's basically the beam equation for transverse vibration, with the additional p(x) term corresponding to the centripudal force due to rotating the beam at constant angular velocity [tex] \omega [/tex], which will be a parameter to be varied. Know next to nothing about pde's, but need to solve, so I guess looking for a method that will work on this type of problem. Thanks in advance for any help you may be able to render.
 
  • #6
You may want to separate the "t" dependence,as it has been suggested above.Then u can try a series solution to the resulting ODE,but you need to know the series expansion of [itex] p(x) [/itex].Perturbative/approximate solutions is all u can search for...That function really spoils everything.

Daniel.
 
  • #7
Substitue:

[tex] \omega (x,t) = X(x)*T(t)[/tex]

i.e. function of two variables becomes a product of two one-variable functions. Then the partial derivatives become ordinary derivatives.

If you algebraicly simplify after the substitution you should get:

[tex]\frac{p(x)}{X(x)}\frac{d^2X(x)}{dx^2}-a\frac{1}{X(x)}\frac{d^4X(x)}{dx^4}=\frac{b}{T(t)}\frac{d^2T(t)}{dt^2}[/tex]

The variables are seperated; one side depends on t and one side on x. But t and x are independent, so the only way the can be is if both sides equal a constant. And that's the ODE that you have to solve.
 
  • #8
saltydog said:
Well, may I first suggest we put it into the form:

[tex]p(x)\frac{\partial^2f}{\partial x^2}-a\frac{\partial^4 f}{\partial x^4}-b\frac{\partial^2 f}{\partial t^2}=0[/tex]

With f=f(x,t) and x being displacement and t=time. In fact, I'd say just drop the p(x) for now and just solve the simpler case for starters. Get that one working then add the p(x) and see what happens.

Well, it's linear and homogeneous so we can use "separation of variables" right? You know, let f(x,y)=g(x)h(t), substitute into the PDE and just turn the crank. You need some initial conditions and boundary conditions but if you like, you can just make up some reasonable ones just to move forward with the solution.

In fact just drop the p(x), a, and b for starters.

Thanks, well, it's a beam equation, so know the boundary conditions, it's clamped at one end, free at the other.


[tex]p(x)\frac{\partial^2w(x,t)}{\partial x^2}-a\frac{\partial^4 w(x,t)}{\partial x^4}-b\frac{\partial^2 w(x,t)}{\partial t^2}=0[/tex]

...yes, already have the solution for the problem w/o p(x) term, or at least I can get the separated equations easily enough, and the solution to the space equation is readily available, though am not sure how it is arrived at(undetermied coefficients?) but of course at that point am stumped, know next to nothing about pde's. The p(x) term represents the centripedal force due to rotating the beam at constant angular velocity [tex] \omega [/tex], and omega will be a parameter to be varied. Actually need to compare first few natural frequencies and modes with the unrotated beam, checking effect of [tex] \omega [/tex].
Now advice so far is to solve the equation, but can't one just formulate an eignevalue problem, then use Rayliegh-Ritz or some such scheme? ie it seems harder to get a solution to the equation, then having to get the frequency equation, etc. etc.?? instead of pluggin into a RR scheme. This problem would be self adjoint, no?? Thanks in advance for any comments...
 
  • #9
athanatos said:
Thanks, well, it's a beam equation, so know the boundary conditions. The p(x) term represents the centripedal force due to rotating the beam at constant angular velocity [tex] \omega [/tex], and omega will be a parameter to be varied.

Would you kindly specify the initial and boundary values. You mentioned p(x) is the centripedal force. What is the precise form of p(x) and how is centripedal force given in terms of a function of the distance along the beam (the x-variable I'm assuming)? Please pardon my lack of familiarity with the physics of the problem.

I assume the boundary values are:

[tex]w(0,t)=0[/tex]
[tex]w_x(0,t)=0[/tex]

[tex]w_{xx}(L,t)=0[/tex]
[tex]w_{xxx}(L,t)=0[/tex]

with initial condition:

[tex]w(x,0)=?[/tex]
 
  • #10
thanks for your reply,

addressing your notes;

[1] Yes, those are the boundary conditions

[2] Initial conditions, well, not sure I can say anything too coherent on those,
but will try...Basically, need to find the first few natural frequencies and mode shapes, so would want to solve the homogeneous problem?
Up to now have followed this procedure...get a solution with some constants, then use the bc's to whittle down some of the constants, then use solution with bc's and algebra to arrive at a frequency equation, initial conditions have not been mentioned so far in the course(of course do remember them from ode course many years ago), then from freq eq get natural freq's. Hope this helps somewhat to clarify what the task is here, am far from confident on what's relevant, basically learning modelling, and the pde solving is ancillary, unfortunately don't have any experience with this stuff.

[3] Re the p(x): here is the expression for it;

[tex] p(x)=\int_{x}^{L}m\omega^{2}\varphi d\varphi [/tex]

where L=length of the beam, and [tex] \varphi [/tex] is the difference
between x and L, in doing the integration I get;

[tex] p(x)=\frac{1}{2}m\omega^{2}(L^{2}-x^{2}) [/tex]

though am not sure I have done this correctly, I think it should be something like this. Physically, this is an axial force along the beam, and it effects the transverse vibration of the beam as it it rotated at some constant angular velocity [tex] \omega [/tex].
 
  • #11
Alright, so we have:

[tex]\frac{1}{2}m\omega^2(L^2-x^2)\frac{\partial^2w}{\partial x^2}-a\frac{\partial^4 w}{\partial x^4}-b\frac{\partial^2 w}{\partial t^2}=0[/tex]

[tex]w(0,t)=0[/tex]
[tex]w_x(0,t)=0[/tex]
[tex]w_{xx}(L,t)=0[/tex]
[tex]w_{xxx}(L,t)=0[/tex]

w(x,0)=some initial deflection

Anyway, using separation of variables with [itex]w(x,t)=f(x)g(t)[/itex], I get for the space variable:

[tex]a\frac{d^4f}{dx^4}-\frac{1}{2}m\omega^2(L^2-x^2)\frac{d^2f}{dx^2}+\lambda^4f=0[/tex]

With [itex]\lambda^4[/itex] being the (positive) separation constant which seems to be the case but in general need to test the other two cases as well (that is, negative and zero for the separation constant).

Well, I'll go on a limb here and claim that the solution to this ODE is:

[tex]f(x)=\sum_{n=0}^\infty a_n x^n[/tex]

with the first four coefficients arbitrary. Really, taken in isolation, this 4'th order ODE is doable via the Frobenius method however I'm not sure about determining the 4 arbitrary coefficients in terms of the boundary conditions but will look into it. So a possible solution to the PDE is:

[tex]w(x,t)=g(t)\sum_{n=0}^\infty a_n x^n[/tex]

Well, [itex]\lambda[/itex] isn't really known so that might add problems to solving the ODE. I think I'll try to solve it anyway (for a constant lambda first).
 
Last edited:
  • #12
OK, thanks.

Yes regarding [tex] \lambda^{4} [/tex], that is a question! Typically, I do know one gets the so called "frequency" equation when pde allows closed form solution, and solves it numerically, and gets the natural frequencies, which can then be substituted back into the solution to the space ode, to get the modes(I think this is correct). I was thinking about just solving both time and space equations numerically, then transorming the solution to the pde into the freuqncy domain to get the natural frequencies , but one has to first estimate [tex] \lambda [/tex],
and it looks like some kind of iterative process? would be needed. Also, this is obviously not a discrete but a continuous system, so not at all clear how to get the freq domain in such a case?

Also, you mentioned Frobenius method. In poking around, the FM is always linked with solving second order ode's, and only to be used when the variable coefficients do not provide a regular point, but at least provides a regular singular point. Am guessing one must reduce the fourth order ode to two second order equations to use FM?
 
1.

What is a PDE and how does it relate to the beam equation?

A PDE, or partial differential equation, is a mathematical equation that involves multiple variables and their partial derivatives. The beam equation is a specific type of PDE that is used to model the bending of a beam under various loads.

2.

What is the difference between a homogeneous and non-homogeneous beam equation?

A homogeneous beam equation is one where all the terms involve only the unknown function and its derivatives. A non-homogeneous beam equation includes additional terms that may involve other functions or constants.

3.

How do you solve a PDE beam equation?

The solution to a PDE beam equation involves finding a function that satisfies the equation and any given boundary conditions. This can be done through various methods such as separation of variables, the method of characteristics, or numerical methods.

4.

What are some real-world applications of the PDE beam equation?

The PDE beam equation has numerous applications in engineering and physics, including the design and analysis of bridges, buildings, and other structures. It is also used in the study of elasticity, fluid mechanics, and heat transfer.

5.

Can the PDE beam equation be solved analytically or does it require numerical methods?

The PDE beam equation can be solved analytically in some cases, such as for simple boundary conditions and loadings. However, in most cases, it requires numerical methods to obtain a solution. These methods involve using computers to approximate the solution through a series of calculations.

Similar threads

  • Differential Equations
Replies
3
Views
1K
Replies
4
Views
1K
  • Differential Equations
Replies
1
Views
1K
Replies
1
Views
1K
  • Differential Equations
Replies
5
Views
2K
  • Differential Equations
Replies
2
Views
988
  • Differential Equations
Replies
7
Views
2K
Replies
2
Views
1K
Replies
5
Views
1K
  • Differential Equations
Replies
2
Views
2K
Back
Top