Are all the basic feasible solutions accepted?

  • MHB
  • Thread starter evinda
  • Start date
In summary, the linear programming problem given involves maximizing the difference between two variables subject to certain constraints, and can be written in canonical form. The vertices of this problem are found by solving a system of equations and identifying the linearly independent vectors. The maximum value of the objective function is 4, achieved at the basic feasible solution (4,0,0,6). It is normal for not all variables to appear in the objective function.
  • #1
evinda
Gold Member
MHB
3,836
0
Hello! (Wave)The following linear programming problem is given:

$$\max{(x_1-x_2)} \\ x_1+x_2 \leq 4 \\ 2x_1-x_2 \geq 2 \\ x_1, x_2 \geq 0$$

Write it in its canonical form and find its vertices.

I have tried the following:

The linear programming problem can be written in its canonical form as follows:

$$\max{(x_1-x_2)} \\ x_1+x_2+x_3=4 \\ 2x_1-x_2-x_4=2 \\ x_1, x_2, x_3, x_4 \geq 0$$

$A=\begin{bmatrix}
1 &1 & 1 & 0\\
2 & -1 & 0 &-1
\end{bmatrix}$

$r(A)=2$, $P_1=\begin{bmatrix}
1\\
2
\end{bmatrix}, P_2=\begin{bmatrix}
1\\
-1
\end{bmatrix}, P_3= \begin{bmatrix}
1\\
0
\end{bmatrix}, P_4=\begin{bmatrix}
0\\
-1
\end{bmatrix}$

and the problem can be written equivalently as follows:

$$\max{ (x_1-x_2) } \\ P_1 x_1+ P_2 x_2+ P_3 x_3+ P_4 x_4= \begin{bmatrix}
4\\
2
\end{bmatrix} \\ x_j \geq 0, j=1,2,3,4$$From the equations we get that $0 \leq x_1 \leq 4, 0 \leq x_2 \leq 4, 0 \leq x_3 \leq 4, 0 \leq x_4 \leq 8$ and thus the set of feasible solutions is bounded.
  • $P_1, P_2$ are linearly independent.

    We solve the system $P_1 x_1+P_2 x_2= \begin{bmatrix}
    4\\
    2
    \end{bmatrix}$ and we get $x_1=x_2=2$.

    $(2,2,0,0) $ -> basic feasible solution
  • $P_1, P_3$ are linearly independent.

    We solve the system $P_1 x_1+P_3 x_3= \begin{bmatrix}
    4\\
    2
    \end{bmatrix}$ and we get $x_2=x_3=2$.

    $(2,0,2,0) $ -> basic feasible solution
  • $P_1, P_4$ are linearly independent.

    We solve the system $P_1 x_1+P_4 x_4= \begin{bmatrix}
    4\\
    2
    \end{bmatrix}$ and we get $x_1=4, x_4=6$.

    $(4,0,0,6) $ -> basic feasible solution
  • $P_2, P_3$ are linearly independent.

    We solve the system $P_2 x_2+P_3 x_3= \begin{bmatrix}
    4\\
    2
    \end{bmatrix}$ and we get $x_1=-2, x_3=3$, which does not give a basic faesible solution.
  • $P_2, P_4$ are linearly independent.

    We solve the system $P_2 x_2+P_4 x_4= \begin{bmatrix}
    4\\
    2
    \end{bmatrix}$ and we get $x_2=4, x_4=-6$, which does not give a basic faesible solution.
  • $P_3, P_4$ are linearly independent.

    We solve the system $P_3 x_3+P_4 x_4= \begin{bmatrix}
    4\\
    2
    \end{bmatrix}$ and we get $x_3=4, x_4=-2$, which does not give a basic faesible solution.
Is the above right? Or can't we accept for example $(2,0,2,0)$ as a basic feasible solution since $x_3$ doesn't appear at the function that we want to maximize? (Thinking)
 
Physics news on Phys.org
  • #2
evinda said:
Is the above right? Or can't we accept for example $(2,0,2,0)$ as a basic feasible solution since $x_3$ doesn't appear at the function that we want to maximize? (Thinking)

Hey evinda! (Smile)

All is well.
It it normal that not all variables appear in the objective function. (Mmm)
 
  • #3
I like Serena said:
Hey evinda! (Smile)

All is well.
It it normal that not all variables appear in the objective function. (Mmm)

So the maximum of the objective function is $4$ and is achieved for the basic feasible solution $(4,0,0,6)$, right? (Thinking)
 
  • #4
evinda said:
So the maximum of the objective function is $4$ and is achieved for the basic feasible solution $(4,0,0,6)$, right? (Thinking)

Right! (Nod)
 
  • #5
I like Serena said:
Right! (Nod)

Nice... Thank you! (Smirk)
 

1. What are basic feasible solutions?

Basic feasible solutions are possible solutions to a linear programming problem that satisfy all the constraints of the problem and result in non-negative values for all decision variables.

2. How are basic feasible solutions determined?

Basic feasible solutions are determined by finding the intersection of the constraint boundaries in the feasible region of a linear programming problem.

3. Are all basic feasible solutions accepted as optimal solutions?

No, not all basic feasible solutions are accepted as optimal solutions. It is possible for a linear programming problem to have multiple basic feasible solutions, but only one of them will be the optimal solution.

4. Can basic feasible solutions change during the course of solving a linear programming problem?

Yes, basic feasible solutions can change during the course of solving a linear programming problem. This can happen when constraints are added or removed, or when the objective function is changed.

5. How do basic feasible solutions impact the overall linear programming problem?

Basic feasible solutions are crucial to the overall linear programming problem as they represent the feasible solutions that satisfy all constraints and allow for the determination of the optimal solution. They also help in identifying the feasible region and the direction of improvement towards the optimal solution.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
32
Views
5K
Replies
3
Views
740
  • Set Theory, Logic, Probability, Statistics
2
Replies
42
Views
6K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
Replies
21
Views
1K
  • Introductory Physics Homework Help
Replies
4
Views
741
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
2K
Back
Top