Possible 3rd Order Non-Linear Diffeq Solutions

  • Context: Graduate 
  • Thread starter Thread starter HerpaDerp
  • Start date Start date
  • Tags Tags
    General
Click For Summary
SUMMARY

The discussion focuses on solving the third-order non-linear differential equation given by t^3y'''(t)-4t^2y''(t)+8ty'(t)-8y(t)=t. The transformation to the homogeneous equation t^3y'''(t)-4t^2y''(t)+8ty'(t)-8y(t)=0 reveals two valid solutions, Y1 = 8t and Y2 = -4y^2, while Y3 = t^3 does not satisfy the equation. The discussion concludes that for a third-order non-linear differential equation, it is possible to have fewer than three solutions, as demonstrated by the derived characteristic equation (k-1)(k-2)(k-4)=0, which yields only two valid solutions.

PREREQUISITES
  • Understanding of differential equations, specifically third-order non-linear forms.
  • Familiarity with homogeneous equations and their solutions.
  • Knowledge of characteristic equations and their role in finding solutions.
  • Basic calculus, including differentiation and polynomial equations.
NEXT STEPS
  • Study the method of undetermined coefficients for non-linear differential equations.
  • Explore the theory of existence and uniqueness of solutions for differential equations.
  • Learn about the application of the Wronskian in determining the linear independence of solutions.
  • Investigate advanced techniques for solving non-linear differential equations, such as the method of successive approximations.
USEFUL FOR

Mathematicians, engineering students, and researchers involved in differential equations, particularly those focusing on non-linear dynamics and solution methodologies.

HerpaDerp
Messages
6
Reaction score
0
Alright, so I have a general question on finding the general solution of the eq:

t^3y"'(t)-4t^2y''(t)+8ty'(t)-8y(t)=t

next, turn it into a homogenous equation:

t^3y"'(t)-4t^2y''(t)+8ty'(t)-8y(t)=0

The assumed solutions are and derivatives:
Y1 = 8t Y1'= 8 Y1'' = 0 Y1'''=0
Y2 = -4y^2 Y2' = -8t Y2'' = -8 Y2''' = 0
Y3 = t^3 Y3'=3t^2 Y3'' = 6t Y3'''=6

Y1 and Y2 are solutions, but Y3 is not, I get the equation being equal to 2.

So, I am wondering for a 3rd order non-linear Diffeq, is it possible for there to be only 2 solutions, I thought there had to be 3?
 
Physics news on Phys.org
The assumed solutions are and derivatives:
Y1 = 8t Y1'= 8 Y1'' = 0 Y1'''=0
Y2 = -4y^2 Y2' = -8t Y2'' = -8 Y2''' = 0
Y3 = t^3 Y3'=3t^2 Y3'' = 6t Y3'''=6
Why assuming thoses solutions ? There is no reason to that.
It's just by chance that the two first ones are convenient. And there is no surprise for the third to be not convenient.
Let y = t^k
y'=k*t^(k-1)
y'' = k(k-1)t^(k-2)
y''' = k(k-1)(k-2)t^(k-3)
bringing back into the homogeneous equation leads to :
(k^3)-7k²+14k-8 = 0
(k-1)(k-2)(k-4)=0
So your solution Y1 is convenient only because, by chance, k=1 is solution. If k=1 wasn't solution, it would have failed. The same for Y2.
The third solution is given by k=4.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 0 ·
Replies
0
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
5K