e7b6c921ca56a1bf.tex
1: \begin{abstract}
2: 
3: This paper proposes a new arc-search interior-point algorithm for the nonlinear 
4: constrained optimization problem. The proposed algorithm uses the second-order
5: derivatives to construct a search arc that approaches the optimizer. Because the 
6: arc stays in the interior set longer than any straight line, it is expected that the
7: scheme will generate a better new iterate than a line search method.
8: The computation of the second-order derivatives requires to solve the
9: second linear system of equations, but the coefficient matrix of the second
10: linear system of equations is the same as the first linear system of equations.
11: Therefore, the matrix decomposition obtained while solving the first linear system 
12: of equations can be reused. In addition, most elements of the right-hand side 
13: vector of the second linear system of equations are already computed when the 
14: coefficient matrix is assembled. Therefore, the computation cost for solving 
15: the second linear system of equations is insignificant and the benefit of having
16: a better search scheme is well justified. The convergence of the proposed 
17: algorithm is established. Some preliminary test results are reported to demonstrate
18: the merit of the proposed algorithm. 
19: %Applications to spacecraft trajectory and orbit design are briefly discussed.
20: \end{abstract}