What are the values of α for any initial value of x(0) in a linear system?

In summary, the conversation discusses finding the values of $\alpha$ for which a given iteration converges. The participants suggest that $\alpha$ must be such that $||\alpha A|| < 1$, where $|| \cdot ||$ represents the matrix norm, in order for the sequence to converge. They also provide explanations and equations to support their reasoning.
  • #1
natalia
6
0
Considering the following

View attachment 2409
find the values for α for any initial value of x(0).

Any help will be useful, thank you!
 

Attachments

  • cap2_CalculNumeric.png
    cap2_CalculNumeric.png
    797 bytes · Views: 68
Mathematics news on Phys.org
  • #2
natalia said:
Considering the following

View attachment 2409
find the values for α for any initial value of x(0).

Any help will be useful, thank you!

Welcome to MHB natalia! :)

Your problem needs a little more context.

I'm going to venture out and guess that this is about numerical stability.
The question might then be which values of $\alpha$ will reduce a worst case error in $x^{(0)}$.
In that case we can say that $\alpha$ times the norm of the matrix must have an absolute value that is smaller than 1.

Which context can you provide for this problem?
 
  • #3
I need to find the values of $\alpha$ for which the iteration converges.
 
Last edited:
  • #4
natalia said:
Considering the following

View attachment 2409
find the values for α for any initial value of x(0).

Any help will be useful, thank you!

Wellcome on MHB natalia!...

In...

http://mathhelpboards.com/discrete-mathematics-set-theory-logic-15/difference-equation-tutorial-draft-part-i-426-post2494.html

... it has been explained that the first order difference equation...$\displaystyle x_{n+1} = a\ x_{n} + b\ (1)$ ... has solution...

$\displaystyle x_{n} = x_{0}\ a^{n} + b\ \frac{1 - a^{n}}{1 - a}\ (2)$

In Your case I suppose that $\overrightarrow {x}_{n} $ and $\displaystyle \overrightarrow {b}$ are vectors of dimesion 2, $\alpha$ is a scalar and $\displaystyle A = \left | \begin{matrix} 2 & 1 \\ 1 & 2 \end{matrix} \right |$ a 2 x 2 Matrix, so that is...

$\displaystyle \overrightarrow {x}_{n+1} = \overrightarrow {b} + \alpha\ A\ \overrightarrow {x}_{n}\ (3)$

... and the solution of (3) is...

$\displaystyle \overrightarrow {x}_{n} = \overrightarrow {x}_{0}\ \alpha^{n}\ A^{n} + \overrightarrow {b}\ (I- \alpha^{n}\ A^{n})\ (I- \alpha\ A)^{-1}\ (4)$

... where I is the 2 x 2 identity matrix...

Kind regards

$\chi$ $\sigma$
 
Last edited:
  • #5
natalia said:
I need to find the values of $\alpha$ for which the iteration converges.

Aha!

Actually, that turns out the same: you need $\alpha$ such that
$$||\alpha A || < 1$$
where $|| \cdot ||$ represents the matrix norm.
This is the same as:
$$|\alpha| \cdot || A || < 1$$
$$|\alpha| < \frac 1 {|| A ||}$$To explain, suppose the sequence converges (or should converge) to $y$.

Let $\Delta y^{(k)} = x^{(k)} - y$, which represents how far you are from the limit.
And let's call your matrix $A$ for ease of notation.

Then:
\begin{aligned}
x^{(k+1)} &= b + \alpha A x^{(k)} \\

&= b + \alpha A (y + \Delta y^{(k)}) \\

&= (b + \alpha A y) + \alpha A \Delta y^{(k)} \\

&= y + \alpha A \Delta y^{(k)}
\end{aligned}

That means that:
$$\Delta y^{(k+1)} = \alpha A \Delta y^{(k)}$$

In a worst case scenario this will only converge if
$$||\alpha A || < 1$$
where $|| \cdot ||$ represents the matrix norm.
 
  • #6
Thank you very much, I like Serena :), your explanations are really clear.
 

FAQ: What are the values of α for any initial value of x(0) in a linear system?

What is a linear system?

A linear system is a set of equations that involve linear relationships between variables. These equations can be solved to find the values of the variables that satisfy all of the equations simultaneously.

How do I solve a linear system?

To solve a linear system, you can use methods such as substitution, elimination, or graphing. These methods involve manipulating the equations to isolate one variable and then using that value to solve for the other variables.

What is the purpose of solving a linear system?

Solving a linear system helps to find the point or points where the lines or planes intersect. This can be useful for finding solutions to real-world problems, such as determining the break-even point for a business or calculating the optimal solution for a system of equations.

Can a linear system have multiple solutions?

Yes, a linear system can have one, infinite, or no solutions. If the equations are consistent and have at least one solution, the system is said to be consistent. If the equations are inconsistent and have no solutions, the system is said to be inconsistent.

What are some common mistakes when solving a linear system?

Some common mistakes when solving a linear system include forgetting to use the correct order of operations, making arithmetic errors, and not checking for extraneous solutions. It is important to double-check your work and make sure your final solution satisfies all of the original equations.

Back
Top