ironcross77
- 21
- 0
why y=e^mx is alwayas taken as trial soln in solving 2nd order diff equations. please explain in details.
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).