Differential Equations, solve the following: y^(4) - y'' - 2y' +2y = 0

Click For Summary

Homework Help Overview

The discussion revolves around solving a fourth-order linear homogeneous differential equation, specifically y^(4) - y'' - 2y' + 2y = 0. Participants are exploring the characteristic equation associated with the problem and considering the implications of a provided hint regarding a known solution.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants are attempting to derive solutions using the characteristic equation and are questioning the completeness of their findings. There is discussion about factoring polynomials and identifying roots, with some participants expressing uncertainty about the usefulness of certain approaches. The hint regarding a known solution prompts consideration of additional solutions.

Discussion Status

The conversation is active, with participants sharing their attempts at solving the characteristic equation and discussing the implications of the roots they have found. Some guidance has been provided regarding the identification of additional solutions based on the hint, but there is no explicit consensus on the best approach to take.

Contextual Notes

Participants are navigating the complexities of polynomial factorization and the implications of double roots in the context of the differential equation. There is an acknowledgment of the algebraic challenges involved in the problem-solving process.

komarxian
Messages
37
Reaction score
0

Homework Statement



Solve the following differential equations/initial value problem:

y^(4) - y'' - 2y' +2y = 0 Hint: e^-x sinx is a solution

Homework Equations



I was attempting to solve this problem by using a characteristic equation.

The Attempt at a Solution



y'''' -y'' -2y' + 2y = 0 --> r^4 -r^2 -2r +2 = 0

r^2(r^2 - 1) -2(r - 1) = 0

r^2 (r+1)(r-1) -2(r-1) = 0

(r^2(r+1) -2)(r-1) = 0

from this I get r = 1, but I know there are more solutions; How do I solve for the other solutions? And then write it as the solution?
 
Physics news on Phys.org
komarxian said:

Homework Statement



Solve the following differential equations/initial value problem:

y^(4) - y'' - 2y' +2y = 0 Hint: e^-x sinx is a solution

Homework Equations



I was attempting to solve this problem by using a characteristic equation.

The Attempt at a Solution



y'''' -y'' -2y' + 2y = 0 --> r^4 -r^2 -2r +2 = 0

r^2(r^2 - 1) -2(r - 1) = 0
This isn't a useful approach, IMO, unless you are able to factor the cubic polynomial.
komarxian said:
r^2 (r+1)(r-1) -2(r-1) = 0

(r^2(r+1) -2)(r-1) = 0

from this I get r = 1, but I know there are more solutions; How do I solve for the other solutions? And then write it as the solution?
Use the given hint. If ##y = e^{-x}\sin(x)## is a solution, then another solution is ##y = e^{-x}\cos(x)## is also a solution. This means that ##r_1 = -1 + i## and ##r_2 = -1 - i## are roots of some quadratic characteristic equation.
 
  • Like
Likes   Reactions: komarxian
komarxian said:

Homework Statement



Solve the following differential equations/initial value problem:

y^(4) - y'' - 2y' +2y = 0 Hint: e^-x sinx is a solution

Homework Equations



I was attempting to solve this problem by using a characteristic equation.

The Attempt at a Solution



y'''' -y'' -2y' + 2y = 0 --> r^4 -r^2 -2r +2 = 0

r^2(r^2 - 1) -2(r - 1) = 0

r^2 (r+1)(r-1) -2(r-1) = 0

(r^2(r+1) -2)(r-1) = 0

from this I get r = 1, but I know there are more solutions; How do I solve for the other solutions? And then write it as the solution?

You have ##p(r) \equiv r^2 - r^2 -2r+2 = (r-1)(r^3+r^2-2).## Notice that the polynomial ##q(r) = r^3+r^2 -2## has a root ##r = 1##, so ##(r-1)## is a factor. That gives ##q(r) = (r-1)(r^2+2r+2) ##, hence ##p(r) = (r-1)^2 (r^2+2r+2).## Thus, ##r=1## is a double root of ##p(r)## and the other roots are found by solving a simple quadratic equation.
 
  • Like
Likes   Reactions: komarxian
Mark44 said:
This isn't a useful approach, IMO, unless you are able to factor the cubic polynomial.

Use the given hint. If ##y = e^{-x}\sin(x)## is a solution, then another solution is ##y = e^{-x}\cos(x)## is also a solution. This means that ##r_1 = -1 + i## and ##r_2 = -1 - i## are roots of some quadratic characteristic equation.
Thank you!
 
Ray Vickson said:
You have ##p(r) \equiv r^2 - r^2 -2r+2 = (r-1)(r^3+r^2-2).## Notice that the polynomial ##q(r) = r^3+r^2 -2## has a root ##r = 1##, so ##(r-1)## is a factor. That gives ##q(r) = (r-1)(r^2+2r+2) ##, hence ##p(r) = (r-1)^2 (r^2+2r+2).## Thus, ##r=1## is a double root of ##p(r)## and the other roots are found by solving a simple quadratic equation.
Thank you! I get it now; got to work on the algebra XD
I've got 99 problems and it's all algebra pretty much.
 
Mark44 said:
This isn't a useful approach, IMO, unless you are able to factor the cubic polynomial.

Use the given hint. If ##y = e^{-x}\sin(x)## is a solution, then another solution is ##y = e^{-x}\cos(x)## is also a solution. This means that ##r_1 = -1 + i## and ##r_2 = -1 - i## are roots of some quadratic characteristic equation.

You say that solving the characteristic equation may not be useful. However, sometimes that's all you can do. For example, the differential equation ##y''' - 2 y''
+3 y' - 4 = 0## has characteristic equation ##r^3-2 r^2+3 r - 4 = 0##. This can be solve usingCardano's formulas (for example), but that is really not a useful way to go: numerical solutions are far preferable. That gives the solutions as ##y_1 = e^{rx},## ## y_2 = e^{\alpha x} \cos(\beta x)## and ##y_3 = e^{\alpha x} \sin(\beta x),## where ##r \doteq 1.650629192,## ##\alpha \doteq 0.1746854042## and ##\beta \doteq 1.546868888.##
 
  • Like
Likes   Reactions: jim mcnamara
Ray Vickson said:
You say that solving the characteristic equation may not be useful. However, sometimes that's all you can do.
I didn't say that solving the char. equation wasn't useful in this case, if the OP wasn't able to get other solutions out of the remaining cubic polynomial.
 

Similar threads

  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K