Hi, I have an optimization question that should be solved with the constraints which are written. λ is a constant greater than one and ρ is total power budget that we have.

1 view (last 30 days)
Total Power Constraint: Let ρ be a given constant, and it is referred to as the total power budget. Solve the following optimization problem:
maxRb( ρ1,ρ2)
Rb = (1 + 1/( λ- 1))log2(1 +β1*ρ1/(1 +β2*ρ2))
subject to the following constraints:
ρ1 +ρ2 ≤ρ
β1  , β2 > 0
ρ1,ρ2 ≥ 0
ρ=constant& λ> 1 ,constant

Answers (2)

Walter Roberson
Walter Roberson on 7 Jan 2022
Make β1 infinite and ρ1 ,ρ2 > 0 . Then 1+β1*ρ1/(1 +β2*ρ2) will be infinite, and log2() of that will be infinite, so Rb will be infinite.
  1 Comment
Sajjad Emdadi
Sajjad Emdadi on 8 Jan 2022
β1, β2 are two constant given values, I should find a relation between ρ1,ρ2 based on value that ρ has to maximize the function. below is question:
Total Power Constraint: Let ρ be a given constant, and it is referred to as the total power budget. Solve the following optimization problem. subject the following constraint ρ1 +ρ2 ≤ρ.

Sign in to comment.


Torsten
Torsten on 8 Jan 2022
Edited: Torsten on 8 Jan 2022
Solution is simple:
rho1 = rho, rho2 = 0.

Categories

Find more on Get Started with Optimization Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!