Solve 4th Order Differential Equations (No Guesswork!)

  • Context: Undergrad 
  • Thread starter Thread starter maddogtheman
  • Start date Start date
  • Tags Tags
    Diffeq
Click For Summary

Discussion Overview

The discussion revolves around solving fourth-order differential equations, specifically y''''+y=0 and y''''-y=0. Participants explore various techniques for finding solutions, questioning the necessity of guesswork in the process.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant suggests that the only solution to the equations is y=0, arguing that the equations imply y must equal zero.
  • Another participant provides a general solution derived from Mathematica, involving exponential and trigonometric functions, and mentions the characteristic equation r^4+1=0.
  • A later reply questions the applicability of the provided solution to both differential equations, indicating it only satisfies one of them.
  • Another participant reiterates the view that y=0 is the only solution, expressing concern that the equations may have been misinterpreted as a system rather than two separate equations.
  • One participant proposes a factorization approach for both equations, suggesting that the solutions can be derived from the independent factors of the characteristic equations.
  • Another participant recommends applying Laplace transformation as a method for solving the equations.

Areas of Agreement / Disagreement

Participants express differing views on the solutions to the differential equations, with some asserting y=0 as the sole solution, while others present alternative methods and solutions. The discussion remains unresolved regarding the validity and applicability of the various proposed solutions.

Contextual Notes

There are limitations in the assumptions made regarding the nature of the equations and the interpretation of solutions. The discussion does not resolve the mathematical steps involved in the proposed methods.

maddogtheman
Messages
18
Reaction score
0
[SOLVED] Forth Order DiffEq

I've recently come across the following differential equations. y''''+y=0 and y''''-y=0. Can differential equations such as these be solved with any technique other than guessing for the particular solutions? They seem very simular to trig's equation but are still not quite the same.
 
Physics news on Phys.org
the only solution that i can see is y=0.
from those equations y = -y and y''''=-y'''' which can only happen if y=0
 
According to mathematica, the most general answer is:
[tex]y= e^{-\frac{x}{\sqrt{2}}} \left(\left(e^{\sqrt{2} x} C[1]+C[2]\right) \text{Cos}\left[\frac{x}{\sqrt{2}}\right]+\left(C[3]+e^{\sqrt{2} x} C[4]\right) \text{Sin}\left[\frac{x}{\sqrt{2}}\right]\right)[/tex].
The way I would solve this is to write down the characteristic equation to it.
[tex]r^4+1=0[/tex]
[tex]r=(-1)^{1/4}[/tex]
I think you know how to do it from here.
 
I don't see how that's a solution to both of the differential equations (although it is a solution to one of them)...
 
lzkelley said:
the only solution that i can see is y=0.
from those equations y = -y and y''''=-y'''' which can only happen if y=0

I hope that was meant to be two separate equations, not a system.
 
It's only the solution to the first one (y''''+y=0).
 
maddogtheman said:
I've recently come across the following differential equations. y''''+y=0 and y''''-y=0. Can differential equations such as these be solved with any technique other than guessing for the particular solutions? They seem very simular to trig's equation but are still not quite the same.

factor

y''''+y=0
(D^4+1)y=0
(D^2+2cos(pi/4)D+1)(D^2-2cos(pi/4)D+1)y=0

y''''-y=0
(D^4-1)y=0
(D+1)(D-1)(D^2+1)y=0

Then either do partial fraction decomposition or note that since the factors are independent the solution of the product is the sum of the solutions of the factors
ie
D(D-1)y=0
Du=0->u=A
(D-1)v=0->v=Bexp(x)
y=u+v=A+Bexp(x)
 
Apply Laplace transformation.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 52 ·
2
Replies
52
Views
9K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K