ironcross77
- 21
- 0
why y=e^mx is alwayas taken as trial soln in solving 2nd order diff equations. please explain in details.
The discussion revolves around the use of the trial solution \( y = e^{mx} \) in solving second-order differential equations, particularly focusing on its application to homogeneous linear ordinary differential equations with constant coefficients. Participants explore the reasoning behind this choice and the conditions under which it is applicable.
Participants generally agree that \( y = e^{mx} \) is a suitable trial solution for specific types of differential equations, particularly linear ones with constant coefficients. However, there is disagreement and confusion regarding the nature of complex roots and the applicability of the fundamental theorem of algebra in different contexts.
There are limitations in the discussion regarding the assumptions made about the types of differential equations and the conditions under which the trial solution is valid. Additionally, the discussion highlights the dependence on definitions related to complex roots and their multiplicities.
ironcross77 said:why y=e^mx is alwayas taken as trial soln in solving 2nd order diff equations. please explain in details.
Actually only for linear equations with constant coefficients.matt grime said:You don't do that for *all* DE's, only linear ones, and only to get the homogeneous solutions.
The fundamental theorem of algebra says that any nth degree polynomial has exactly n complex roots (including multilicity).
ironcross77 said:What do u exactly mean by the above? Say a third degree polynomial does not have exactly 3 complex roots. Complex roots always occur in conjugate pairs ie. in any polynomial complex roots must occur in even nos.Code:The fundamental theorem of algebra says that any nth degree polynomial has exactly n complex roots (including multilicity).
What d_leet said pretty much answers the question, but I also just wanted to point out that complex roots do not always come in conjugate pairs. This is the case for polynomials with real coefficients, but not true when complex coefficients are allowed. For example the polynomial you get by expanding (x-(1+i))(x-1)2 would clearly have 1+i as a root but not 1-i. That said, I agree with you that my wording was somewhat misleading. A better way to phrase it would be "has exactly n roots in the field of complex numbers".ironcross77 said:What do u exactly mean by the above? Say a third degree polynomial does not have exactly 3 complex roots. Complex roots always occur in conjugate pairs ie. in any polynomial complex roots must occur in even nos.Code:The fundamental theorem of algebra says that any nth degree polynomial has exactly n complex roots (including multilicity).