Solution of non-linear set of equations

  • Thread starter Thread starter mtak0114
  • Start date Start date
  • Tags Tags
    Non-linear Set
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
mtak0114
Messages
46
Reaction score
0
Hi

Consider a set of n non-linear equations and I have m unknowns and n<m, so I don't have enough equations to solve the problem. All the unknowns are parametrized by say t

A possible solution to this that I considered was to take the derivative w.r.t. t and obtain another set of n equations, if 2n > m then I have more equations than unknowns and I these can be solved.

Now will this work?

cheers

M
 
Last edited:
Physics news on Phys.org
Sorry I was not clear the equations are really differential equations but I don't want a solution for all t just for 1 so I'm treating each derivative as an unknown. So I have
[tex]f_i(x_i(t),x_i'(t),x_i''(t)...) = 0[/tex] it is possible to have 2n>m+1, if not I just take extra derivatives until it is. Will this work or have I 'cheated'?


cheers

M
 
Maybe if you more specific in the problem you are actually trying solve we could help more. But you can't magically solve an under-determined system by taking derivatives.