Math Problem Statement
To find the optimal step length for an iteration of steepest descent or Newton’s method, we need to find the minimizer of the univariate function φ(α) = f (xk + αpk). Show that the optimal step length of a strongly convex quadratic function is given by α = − ∇f T k pk pT k Qpk (3.55) f is strongly convex and quadratic, which means that f (x) = 1 2 xT Qx − bT x, where Q is symmetric and positive definite.
Solution
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Optimization
Steepest Descent Method
Newton's Method
Strong Convexity
Quadratic Functions
Formulas
φ(α) = f(x_k + αp_k)
f(x) = 1/2 x^T Q x - b^T x
α = - (p_k^T ∇f(x_k)) / (p_k^T Q p_k)
Theorems
First-order optimality condition
Strong convexity property
Suitable Grade Level
Undergraduate-level Mathematics or Optimization
Related Recommendation
Optimal Step Size in Gradient Descent for Quadratic Function
Derive the Optimal Step Size for Gradient Descent at Iteration k
Optimal Step Size in Gradient Descent for Quadratic Function Minimization
Optimal Step Size in Gradient Descent for Quadratic Function Minimization
Gradient Descent for Quadratic Function Minimization