• Keine Ergebnisse gefunden

Universität Konstanz Wintersemester 14/15 Fachbereich Mathematik und Statistik

N/A
N/A
Protected

Academic year: 2021

Aktie "Universität Konstanz Wintersemester 14/15 Fachbereich Mathematik und Statistik"

Copied!
2
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Universität Konstanz Wintersemester 14/15 Fachbereich Mathematik und Statistik

Prof. Dr. Stefan Volkwein Roberta Mancini, Sabrina Rogg

Numerische Verfahren der restringierten Optimierung

http://www.math.uni-konstanz.de/numerik/personen/volkwein/teaching/

Sheet 5

Deadline for hand-in: 15.01.2015 at lecture

Exercise 13 (2 Points)

Let x ¯ ∈ R n be given, and let x be the solution of the projection problem min kx − xk ¯ 2 subject to l ≤ x ≤ u.

For simplicity, assume that −∞ < l i < u i < ∞ for all i = 1, 2, . . . , n . Show that the solution of this problem coincides with the projection formula given by

P (x, l, u) i =

l i if x i < l i , x i if x i ∈ [l i , u i ], u i if x i > u i , that is, show that x = P (¯ x, l, u) .

Exercise 14

Consider the quadratic optimization problem given by min f (x) := 1

2 x > Qx + x > d + c,

where Q ∈ R n×n is symmetric and positive denite. Let x be the minimizer of f and dene the energy norm as kxk Q := (x > Qx) 1/2 . Show that the following equality holds:

f(x) = 1

2 kx − x k 2 Q + f (x ).

Exercise 15

Consider the nonlinear optimization problem

min J (x) subject to e(x) = 0, g(x) ≤ 0, (1) for which the Lagrangian function is given by

L(x, λ, µ) = J(x) + λ > e(x) + µ > g(x) for (x, λ, µ) ∈ R n × R m × R p .

(2)

The dual problem to (1) is dened by sup

λ∈ R

m

,µ∈ R

p+

d(λ, µ), (2)

where d(λ, µ) := inf x∈ R

n

L(x, λ, µ) denotes the dual objective function. In this context we refer to the original problem (1) as the primal problem.

Show that the following weak duality result holds: For any x ˜ feasible for (1) and any (˜ λ, µ) ˜ ∈ R m × R p + , we have

d(˜ λ, µ) ˜ ≤ f(˜ x).

Consequently, the optimal value of the dual problem gives a lower bound on the optimal objective value for the primal problem (1).

Derive the dual problem to the linear programming problem

min c > x subject to Ax = b, x ≥ 0.

Referenzen

ÄHNLICHE DOKUMENTE

Universität Konstanz Sommersemester 2015 Fachbereich Mathematik und

Universität Konstanz Sommersemester 2015 Fachbereich Mathematik und

Universität Konstanz Sommersemester 2015 Fachbereich Mathematik und

Compute the point x k+1 using the damped Newton algorithm and compare it to the one returned by the classical Newton method. What do

Determine the number of gradient steps required for finding the minimum of f with the different matrices M and initial value x0 = [1.5;0.6] (use = 10

Herefore, write function files testfunction.m and rosenbrock.m which accept an input argument x and return the function and gradient values at x. Finally, write a file main.m where

Universität Konstanz Sommersemester 2015 Fachbereich Mathematik und

Universität Konstanz Sommersemester 2014 Fachbereich Mathematik und