Jump to content

inequality solution

Featured Replies

Hi everybody. I want to find suitable range for four parameters: x(1), x(2), x(3) and x(4); in a way that:

 

326.705<x(1)*x(2)*(1+x(4))^2*(1-x(4))*x(3)^3<378.29

 

What should i do?

Is there any way to find the answer by MATLAB?

Have I got this right?

 

I have transposed you formula using A,B,C,D for the parameters

 

326.705 < ABC3(1-D)(1+D)2 < 378.29

 

You can use the superscript icon for the powers

 

Since you have a (1-D) can the parameters take on negative values (do you understand why I am asking this)?

Edited by studiot

  • Author

I know that non of the parameters are negative and D is less than 1. you got the formula right.

 

p.s. this is part of an optimization problem for a generator design, so I know the amount of parameters approximately but I need to know in which range I could change them to earn optimize result.

You have too much freedom as the problem is stated. For example x(2) = 1/x(1) allows x(1) to be anything (except 0).

Archived

This topic is now archived and is closed to further replies.

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.