Processing math: 100%
国外论坛好题 - Eufisky - The lost book
翻译事宜
曲面积分计算

国外论坛好题

Eufisky posted @ 2017年10月05日 01:42 in 数学分析 with tags 论坛 , 853 阅读
To seek the maximum value of S=x1x2+x2x3++xnx1 on this domain:
 
补充:这是Ky Fan-Tausski-Todd inequality,参考Converses of two inequalities of Ky Fan, O. Taussky, and J. Todd以及这里
 
x1+x2++xn=0 and 
x21+x22++x2n=1.
 
I have made some trivial observations:
 
1) S[1,1) by the rearrangement inequality.
 
2) We can make S arbitrarily close to 1 by increasing n.
 
3) An equivalent problem is to minimise (x1x2)2++(xnx1)2.
 
But does the maximum have a meaningful closed form  for each n?
I propose to do a discrete Fourier transform. To this end put ω:=e2πi/n. In the following  all sums are over Zn, unless indicated otherwise. Let
yk:=1nlxlωkl .
Since the xl are real we have yk=¯yk for all k, furthermore y0=lxl=0. One has Parseval's formula
nkyk¯yk=lx2l=1
and the inversion formula
xj=kykωjk .
Using (3) one computes
S=jxjxj+1==nk|yk|2ωk .
At this point we have to distinguish the cases (a) n=2m, and (b) n=2m+1.
 
(a) If n=2m then ωm=1, and (4) gives
$$\eqalign{S&=n\left(\sum_{k=1}^{m-1}|y_k|^2(\omega^k+\omega^{-k}) \ +|y_m|^2\omega^m\right)\cr
&=n\left(\sum_{k=1}^{m-1}|y_k|^2\>2\cos{2k\pi\over n} \ -|y_m|^2\right)\ .\cr}$$
Given the conditions (1) and (2) it is easily seen that the optimal admissible choice of the yk is $$y_1=y_{-1}={1\over\sqrt{2n}}\>,\qquad y_k=0\quad(k\ne\pm1)\ .\tag{5}
$$  This leads to
Sopt=cos2πn .
In particular when n=4 one obtains Sopt=0, as indicated in Zubzub's answer.
 
(b) If n=2m+1 then (4) gives
S=2nmk=1|yk|2cos2kπn ,
and the choice (5) leads again to
Sopt=cos2πn .

In particular when n=3 one obtains Sopt=12, and when n=5 one obtains Sopt=cos2π50.309, as indicated in Zubzub's answer.

见:https://math.stackexchange.com/questions/2213960/optimising-x-1x-2x-2x-3-cdotsx-nx-1-given-certain-constraints


Let $$
A=\left[ \begin{matrix}
A_1& A_3\\
0& A_2\\
\end{matrix} \right]\quad \text{and} \quad B=\left[ \begin{array}{c}
B_1\\
B_2\\
\end{array} \right],
$$and for any eigenvalue $s$ of $A$, we have
$$
\mathrm{rank}\,\left[ A-sI_n,B \right] =n.
$$
Prove there are a real matrix KRr×n and invertible matrix TRn×n, such that
$$
T\left( A+BK \right) T^{-1}=\left[ \begin{matrix}
A_1& 0\\
0& \bar{A}_2\\
\end{matrix} \right] ,\qquad TB=\left[ \begin{array}{c}
\bar{B}_1\\
B_2\\
\end{array} \right],
$$
where ARn×n,BRn×r. Meanwhile,  ˉA2 and ˉB1 is real matrix of the proper dimension, ˉA2 and A1 Have eigenvalues that are not identical to each other.
 
This problem is about controllability of linear system and pole assignment, so I think we may try controllability canonical form, or let K=(K1,K2), then determine the K1,K2 and T, but it seems so difficult.

The statement about the rank of [AsI,B] implies that the pair (A,B) is [controllable](https://en.wikipedia.org/wiki/Hautus_lemma). Therefore the poles of the resulting matrix should be able to be placed anywhere. The similarity transformation should allow us to separate the eigenvalues/modes and therefore achieve the stated goal
 
$$
T \left(A + B\,K\right) T^{-1} = 
\begin{bmatrix}
A_1 & 0 \\ 0 & \bar{A}_2
\end{bmatrix}, \quad 
T\,B = 
\begin{bmatrix}
\bar{B}_1 \\ B_2
\end{bmatrix},
$$
 
given that
 
$$
A = 
\begin{bmatrix}
A_1 & A_3 \\ 0 & A_2
\end{bmatrix}, \quad
B = 
\begin{bmatrix}
B_1 \\ B_2
\end{bmatrix}.
$$
 
For solving this it is easier to separate the problem in smaller problems. For this I will define T and K as
 
$$
T = 
\begin{bmatrix}
T_1 & T_2 \\ T_3 & T_4
\end{bmatrix}, \quad
K = 
\begin{bmatrix}
K_1 & K_2
\end{bmatrix}.
$$
 
The last goal requires
 
$$
T\,B = 
\begin{bmatrix}
T_1\,B_1 + T_2\,B_2 \\ T_3\,B_1 + T_4\,B_2
\end{bmatrix} = 
\begin{bmatrix}
\bar{B}_1 \\ B_2
\end{bmatrix}.
$$
 
The bottom half of this goal might have infinitely many solution if there is any overlap in the span of B1 and B2. But this problem should be solvable in general, in which case T3=0 and T4=I should always solve it. Using this then the inverse of T can shown to be
 
$$
T^{-1} = 
\begin{bmatrix}
T_1 & T_2 \\ 0 & I
\end{bmatrix}^{-1} = 
\begin{bmatrix}
T_1^{-1} & -T_1^{-1}\,T_2 \\ 0 & I
\end{bmatrix}.
$$
 
Since nothing is specified about ˉB1 then T1 and T2 could be anything for now as long as T1 is invertible. The left hand side of the first goal can now be written as
 
$$
T \left(A + B\,K\right) T^{-1} = 
\begin{bmatrix}
T_1\,A_1\,T_1^{-1} + \bar{B}_1\,K_1\,T_1^{-1} & T_1\,A_3 + T_2\,A_2 - T_1\,A_1\,T_1^{-1}\,T_2 + \bar{B}_1\left(K_2 - K_1\,T_1^{-1}\,T_2\right) \\
B_2\,K_1\,T_1^{-1} & A_2 + B_2\left(K_2 - K_1\,T_1^{-1}\,T_2\right)
\end{bmatrix}.
$$
 
It can be shown that the top and bottom left half can be set equal to the goal by using T1=I and K1=0. This allows the top and bottom right of the first goal equation to be simplified to
 
$$
\begin{bmatrix}
A_3 + T_2\,A_2 - A_1\,T_2 + \bar{B}_1\,K_2 \\
A_2 + B_2\,K_2
\end{bmatrix} = 
\begin{bmatrix}
0 \\
\bar{A}_2
\end{bmatrix}.
$$
 
For the bottom half of this equation you could just use a pole placement algorithm to find K2, such that none of the poles match those of A1. This should be possible since the pair (A2,B2) should be controllable. The top half can then be rewritten as
 
$$
A_3 + T_2\,\bar{A}_2 - A_1\,T_2 + B_1\,K_2 = 0,
$$
 
which can be transformed into a [Sylvester equation](https://en.wikipedia.org/wiki/Sylvester_equation)
 
$$
A\,X + X\,B = C,
$$
 
with X=T2, A=A1, B=ˉA2 and C=A3B1K2. This equation has an unique solution for X when A and B do not have a common eigenvalue. This is an identical constraint as mentioned by your problem statement.
 
So to solve this problem you can first do a pole placement with the pair (A2,B2) to find K2, avoiding the eigenvalues of A1. And then solve a Sylvester equation after substituting in this obtained K2 in order to find T2. Using these values then the final solution can then be expressed using
 
$$
T = 
\begin{bmatrix}
I & T_2 \\ 0 & I
\end{bmatrix}, \quad
K = 
\begin{bmatrix}
0 & K_2
\end{bmatrix}.
$$

 

Avatar_small
Grade 5 Result dhaka 说:
2022年9月06日 03:04

Minister of Education, Bangladesh Mr. Nahid Hasan has announced this year PSC Result 2022 will be announced in the last week of December 2022 with the total or full mark sheet of the Primary School Certificate Exam, Grade 5 Result dhaka Board based on previous years schedule, once the official date is confirmed we will update here with timings.Previously this Prathomik Somaponi Result 2022 was announced on 30th or 31st December, and this year also announced same for the class 5th grade result with merit or toppers list asper regular GPA Marking schedule, and Directorate of Primary Education (DPE) has announced this year is very tough to conduct evaluation process to announce subject wise marks for Grade 5 terminal exams.


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter