Fourth-order eigenvalue problem

I see, I think I made a mistake on the signs, thank you Daniel. I will have to revisit this problem when I have time. I think I also made some algebra mistakes, sorry for that. In summary, the eigenvalue problem u^(iv) + lambda u = 0, 0 < x < pi with boundary conditions u = u'' = 0 at x = 0 and pi does not have any eigenvalues less than zero that provide nontrivial solutions.
  • #1
meteorologist1
100
0
I'm stuck on the following eigenvalue problem:
[tex] u^{iv} + \lambda u = 0, 0 < x < \pi [/tex]
with the boundary conditions u = u'' = 0 at x = 0 and pi.
("iv" means fourth derivative)

I look at the characteristic polynomial for lambda > 0 and < 0 and I get fourth roots for each of them. In the case for lambda < 0, I get 2 real roots and 2 complex roots. In the case lambda > 0, I get 4 complex roots. But what I need to show is that all eigenvalues are real, and what the signs of the eigenvalues are, and what the eigenvalues are.

Please help! Thanks!
 
Physics news on Phys.org
  • #2
Impose the boundary conditions on the the solution.Then U'll get a system of 4 eqns with 4 unknowns (the constants of integration:C_{1},C_{2},...) and one parameter,namely "\lambda".What should you be doing next...?

Daniel.
 
  • #3
Well, ok for lambda < 0, I get the roots of the characteristic polynomial to be:
[tex] \sqrt[4]{-\lambda}, -\sqrt[4]{-\lambda}, i\sqrt[4]{-\lambda}, -i\sqrt[4]{-\lambda}[/tex]
which means the basis of solutions is:
[tex] u(x) = ae^{\sqrt[4]{-\lambda}x} + be^{-\sqrt[4]{-\lambda}x} + ce^{i\sqrt[4]{-\lambda}x} + de^{-i\sqrt[4]{-\lambda}x} [/tex] or
[tex] u(x) = ae^{\sqrt[4]{-\lambda}x} + be^{-\sqrt[4]{-\lambda}x} + ccos(\sqrt[4]{-\lambda}x) + dsin(\sqrt[4]{-\lambda}x) [/tex]

Then I looked at the boundary conditions and I got a = b = c = d = 0 if I'm not mistaking. So lambda < 0 does not provide any eigenvalues.

For lambda > 0, I get the roots of the characteristic polynomial to be:
[tex] \sqrt[4]{\lambda}e^{\frac{i\pi}{4}}, \sqrt[4]{\lambda}e^{\frac{3i\pi}{4}}, \sqrt[4]{\lambda}e^{\frac{5i\pi}{4}}, \sqrt[4]{\lambda}e^{\frac{7i\pi}{4}} [/tex]
but now I don't know how to write the basis of solutions and apply the boundary conditions. It's going to be extremely complicated. I have a feeling that a = b = c = d = 0 again? If so, what are the eigenvalues then?

Thanks.
 
Last edited:
  • #4
How did u get a=b=c=d=0 in the first case...?It looks like there should be a dependence on "lambda"...

Daniel.

P.S.Did u really solve the 4*4 system...?U know how u find the eigenvalues...?
 
  • #5
For the first one I got relations: 1) a + b + c = 0. 2) a + b - c = 0. 3) a(y) + b(-y) + ccos(y) + dsin(y) = 0. 4) a(y) + b(-y) - ccos(y) - dsin(y) = 0
where y = exp(4sqrt(-lambda))pi)

From 1) and 2), I get c = 0. By 1) and 3) I get a = b = 0. By 3) and 4) I get d = 0.
 
  • #6
Shouldn't lambda be multiplied with the a,b,...It should come from diff.the solution wrt
"x"...

Daniel.
 
  • #7
Yes, but I got the same thing for each of the four terms, so I factored it out and divided both sides by it.
 
  • #8
What are you saying...?It should be in only 2 of the equations,namely those which imply the derivative of the solution...

Daniel.
 
  • #9
I'm sorry... which two equations? Could you write it out...
 
  • #10
Oh I see, what I meant was each of the four terms in 2) and 4) produced the same lambda factors when I took the derivative twice, so since the right side of the equations are 0, I can divide both sides of each equation by the lambda factor and obtain what I got: a + b - c = 0, etc..
 
  • #11
You have the solution:y=y(x) as a sum of 4 terms.Compute the derivative:y':y'(x).
Impose Cauchy-type conditions.y(0)=0;y(\pi)=0;y'(0)=0;y'(\pi)=0.You'll get the system i mentioned a gazzilion posts ago.

Then see under which conditions this system admits solution (for {a,b,c,d}) and find lambda...

Daniel.
 
  • #12
Meterologist,

I think I have this one. Can you post the four algebraic (homogeneous) equations for the determination of the various constants. Can you use subscripts ([itex]c_1,c_2,c_3,c_4[/itex]) instead of a,b,c,d (is that too picky?). As Daniel said, you'll need to determine what values of lambda allow this system to have a non-zero solution. A homogeneous system has a solution if the determinant is zero so, well, equate the determinant to zero and figure out what values of lambda would make it zero without all the constants being zero. My solution has several being zero. Anyway if no one responds, I'll write it up in a few days, plot to boot.
 
  • #13
Hi saltydog, here is what I have. Sorry Daniel, I didn't have time last week to post everything step by step. Please correct me where I'm making a mistake:

Since the boundary conditions are:
[tex] u(0) = u''(0) = u(\pi) = u''(\pi) = 0 [/tex]

For lambda < 0, my solution is:
[tex] u(x) = c_1e^{\sqrt[4]{-\lambda}x} + c_2e^{-\sqrt[4]{-\lambda}x} + c_3cos(\sqrt[4]{-\lambda}x) + c_4sin(\sqrt[4]{-\lambda}x) [/tex]
so therefore,
[tex] u'(x) = c_1\sqrt[4]{-\lambda}e^{\sqrt[4]{-\lambda}x} + c_2\sqrt[4]{-\lambda}e^{-\sqrt[4]{-\lambda}x} - c_3\sqrt[4]{-\lambda}sin(\sqrt[4]{-\lambda}x) + c_4\sqrt[4]{-\lambda}cos(\sqrt[4]{-\lambda}x) [/tex]
[tex] u''(x) = c_1\sqrt{-\lambda}e^{\sqrt[4]{-\lambda}x} + c_2\sqrt{-\lambda}e^{-\sqrt[4]{-\lambda}x} - c_3\sqrt{-\lambda}cos(\sqrt[4]{-\lambda}x) - c_4\sqrt{-\lambda}sin(\sqrt[4]{-\lambda}x) [/tex]

Plugging in the boundary conditions, I have:
[tex] u(0) = c_1 + c_2 + c_3 = 0 [/tex] (1)
[tex] u''(0) = c_1\sqrt{-\lambda} + c_2\sqrt{-\lambda} - c_3\sqrt{-\lambda} = 0 [/tex]
[tex] \Rightarrow u''(0) = c_1 + c_2 - c_3 = 0 [/tex] (2)

[tex] u(\pi) = c_1e^{\sqrt[4]{-\lambda}\pi} + c_2e^{-\sqrt[4]{-\lambda}\pi} + c_3cos(\sqrt[4]{-\lambda}\pi) + c_4sin(\sqrt[4]{-\lambda}\pi) = 0 [/tex] (3)
[tex] u''(\pi) = c_1\sqrt{-\lambda}e^{\sqrt[4]{-\lambda}\pi} + c_2\sqrt{-\lambda}e^{-\sqrt[4]{-\lambda}\pi} - c_3\sqrt{-\lambda}cos(\sqrt[4]{-\lambda}\pi) - c_4\sqrt{-\lambda}sin(\sqrt[4]{-\lambda}\pi) = 0 [/tex]
[tex] \Rightarrow u''(\pi) = c_1e^{\sqrt[4]{-\lambda}\pi} + c_2e^{-\sqrt[4]{-\lambda}\pi} - c_3cos(\sqrt[4]{-\lambda}\pi) - c_4sin(\sqrt[4]{-\lambda}\pi) = 0 [/tex] (4)

From (1) and (2), I conclude that c3 = 0. From (3) and (4), I conclude that c4 = 0. From (1) and (3), the only way I think both (1) and (3) can be satisfied is that c1 = c2 = 0. Therefore, there are no eigenvalues less than 0 that provide nontrivial solutions.

For lambda > 0, I'm going to post it a little while...
 
  • #14
I haven't tried the determinant method. Did you get something different? Anyway, for lambda > 0,

The roots of the characteristic polynomial were:
[tex] \sqrt[4]{\lambda}e^{\frac{i\pi}{4}}, \sqrt[4]{\lambda}e^{\frac{3i\pi}{4}}, \sqrt[4]{\lambda}e^{\frac{5i\pi}{4}}, \sqrt[4]{\lambda}e^{\frac{7i\pi}{4}} [/tex] or
[tex] \sqrt[4]{\lambda}(\frac{\sqrt{2}}{2} + i\frac{\sqrt{2}}{2}), \sqrt[4]{\lambda}(-\frac{\sqrt{2}}{2} + i\frac{\sqrt{2}}{2}), \sqrt[4]{\lambda}(-\frac{\sqrt{2}}{2} - i\frac{\sqrt{2}}{2}), \sqrt[4]{\lambda}(\frac{\sqrt{2}}{2} - i\frac{\sqrt{2}}{2}) [/tex]

so the solution is:
[tex] u(x) = c_1e^{\sqrt[4]{\lambda}(\frac{\sqrt{2}}{2} + i\frac{\sqrt{2}}{2})x} + c_2e^{\sqrt[4]{\lambda}(-\frac{\sqrt{2}}{2} + i\frac{\sqrt{2}}{2})x} + c_3e^{\sqrt[4]{\lambda}(-\frac{\sqrt{2}}{2} - i\frac{\sqrt{2}}{2})x} + c_4e^{\sqrt[4]{\lambda}(\frac{\sqrt{2}}{2} - i\frac{\sqrt{2}}{2})x} [/tex]
[tex] \Rightarrow u(x) = c_1e^{\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}cos\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}x + c_2e^{-\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}cos\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}x + c_3e^{\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}sin\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}x + c_4e^{-\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}sin\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}x[/tex]
[tex] u'(x) = -c_1e^{\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}sin\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}x - c_2e^{-\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}sin\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}x [/tex]
[tex] + c_3e^{\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}cos\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}x + c_4e^{-\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}cos\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}x[/tex]
[tex] u''(x) = -c_1e^{\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}\sqrt{\lambda}\frac{1}{2}cos\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}x - c_2e^{\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}\sqrt{\lambda}\frac{1}{2}cos\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}x [/tex]
[tex] - c_3e^{\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}\sqrt{\lambda}\frac{1}{2}sin\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}x - c_4e^{-\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}\sqrt{\lambda}\frac{1}{2}sin\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}x[/tex]

Applying the boundary conditions,
[tex] u(0) = c_1e^{\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}} + c_2e^{-\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}} = 0 [/tex] (1)
[tex] u''(0) = -c_1e^{\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}\frac{\sqrt{\lambda}}{2} - c_2e^{\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}\frac{\sqrt{\lambda}}{2} = 0 [/tex]
[tex] \Rightarrow u''(0) = c_1e^{\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}} + c_2e^{-\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}} = 0 [/tex] (same as 1)
[tex] u(\pi) = c_1e^{\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}cos\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}\pi + c_2e^{-\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}cos\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}\pi + c_3e^{\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}sin\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}\pi + c_4e^{-\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}}sin\sqrt[4]{\lambda}\frac{\sqrt{2}}{2}\pi = 0[/tex] (2)
too lazy to write, but u''(pi) will also give you the same thing as in (2).

From (1) and (2), I conclude that c1 = c2 = 0.
Now in order for (2) to be satisfied, we need
[tex] \sqrt[4]{\lambda}\frac{\sqrt{2}}{2} = n [/tex]
where n = 1, 2, 3, ...
[tex] \Rightarrow \frac{1}{4}\lambda = n^4 \Rightarrow \lambda = 4n^4 [/tex]

These are the eigenvalues. They are clearly real and they are positive.
 
  • #15
Dude, I'm sorry you had to type in all that. Allow me to make some suggestions and please don't take offense: it's too messy. You've got to "condense" things to make it easier to read. Here goes:

Let:

[tex]v=\sqrt[4]{-\lambda}[/tex]

Now:

[tex]u(x)=c_1e^{vx}+c_2e^{-vx}+c_3\sin(vx)+c_4\cos(vx)[/tex]

Now, when I differentiate twice, I'll get:

[tex]u^{''}(x)=c_1v^2e^{vx}+c_2v^2e^{-vx}-c_3v^2\sin(vx)-c_4v^2\cos(vx)[/tex]

So that the four equations are:

[tex]c_1+c_2+ c_4=0[/tex]
[tex]c_1+c_2 -c_4=0[/tex]

This tells me that [itex]c_4[/itex] has to be zero which means [itex]c_1=-c_2[/itex]

Thus yielding the remaining two equations to be:

[tex]-c_2e^{v\pi}+c_2e^{-v\pi}+c_3\sin(v\pi)=0[/tex]

[tex]-c_2e^{v\pi}+c_2e^{-v\pi}-c_3\sin(v\pi)=0[/tex]

So this is two equations in two unknowns:

[tex]c_2(e^{-v\pi}-e^{v\pi})+c_3\sin(v\pi)=0[/tex]
[tex]c_2(e^{-v\pi}-e^{v\pi})-c_3\sin(v\pi)=0[/tex]

In order for them to have a solution, the determinant has to be equal to zero. Can you set up the determinant, set it to zero, and then determine what values of v make it zero?
 
  • #16
All right thanks no problem. Could you look at the second part for lambda > 0? I tested the solution and it does not work somehow. :( I'm thinking now that lambda > 0 does not yield eigenvalues?
 
  • #17
Ok I got it now using the equations you got.

[tex] \lambda = -n^4 [/tex]
where n = 1, 2, 3, ...

This answer looks much more reasonable.

And I think the lambda > 0 case shouldn't even be considered since lambda is a real number, and you can't take the fourth root of negative real number.

Thanks a lot for your help, both of you.
 
  • #18
meteorologist1 said:
Ok I got it now using the equations you got.

[tex] \lambda = -n^4 [/tex]
where n = 1, 2, 3, ...

This answer looks much more reasonable.

And I think the lambda > 0 case shouldn't even be considered since lambda is a real number, and you can't take the fourth root of negative real number.

Thanks a lot for your help, both of you.

I think n can be any integer and I'm not sure about [itex]\lambda>0[/itex]. You know that you can take the fourth root of a negative number (DeMoivre's formula) and since working that ODE with variable coefficients with StatusX some time ago here, I've realized it's Ok to get lots of imaginary numbers when working with ODEs.

Perhaps Daniel can answer that for us.
 

1. What is a fourth-order eigenvalue problem?

A fourth-order eigenvalue problem is a mathematical problem that involves finding the eigenvalues (or characteristic values) and associated eigenvectors of a fourth-order matrix or differential equation. In simpler terms, it is a problem that deals with the properties of a fourth-order system or function and their corresponding constants or vectors.

2. How is a fourth-order eigenvalue problem different from lower-order eigenvalue problems?

A fourth-order eigenvalue problem is different from lower-order eigenvalue problems in terms of complexity. As the order increases, the number of eigenvalues and eigenvectors also increases, making it more challenging to solve. Fourth-order eigenvalue problems also have unique properties and solutions that are not present in lower-order problems.

3. What are some real-world applications of fourth-order eigenvalue problems?

Fourth-order eigenvalue problems have various applications in different fields, such as mechanical engineering, physics, and signal processing. They are used to study the behavior of complex systems, such as bridges, beams, and other structures, as well as to analyze the stability of control systems and the vibration of mechanical systems.

4. How are fourth-order eigenvalue problems solved?

Fourth-order eigenvalue problems can be solved using various methods, such as the characteristic polynomial method, the Rayleigh quotient method, and the Ritz method. These methods involve manipulating the equations and properties of the fourth-order system to obtain the eigenvalues and eigenvectors.

5. What are the limitations of fourth-order eigenvalue problems?

One limitation of fourth-order eigenvalue problems is that they can be difficult to solve analytically, especially for complex systems. In such cases, numerical methods may be required, which can be time-consuming and computationally intensive. Additionally, the solutions obtained may be sensitive to small changes in the system parameters, making it challenging to accurately predict the behavior of the system.

Similar threads

Replies
13
Views
1K
  • Differential Equations
Replies
7
Views
380
Replies
4
Views
1K
  • Differential Equations
Replies
4
Views
3K
  • Differential Equations
Replies
4
Views
2K
  • Differential Equations
Replies
2
Views
1K
  • Differential Equations
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
499
Replies
1
Views
2K
  • Differential Equations
Replies
4
Views
1K
Back
Top