Calculation of optimal coefficient - function of function

camlrc

New Member
Joined
Mar 14, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello, I contact you because I have some concerns about the calculation of an optimal coefficient. I join you the document opposite because it seems to me that it will be for you simpler to follow my concern in this way.

I explain you: CARPmax;Pmax and CARPmin;Pmin are two couple of points which form me a line of affine of equation :

CAR=(((CARPmax-CARPmin)*(P-Pmax))/(Pmax-Pmin))+CARPmax. So for a given power P, I naturally have my CAR.

I now want to know how to distribute this power on two identical machines to obtain the best global CAR for a given power requirement Pnéc.

So we will have a first machine with a Power Distribution 1 with a Power equal to x*P with x a coefficient between 0 and 1.

On the other hand, we have the second machine which works in addition with a power Distribution Power 2 equal to (1-x)*P.

Each machine has therefore at this given power, a CAR that corresponds to it (calculated with the affine function seen previously).

I am looking for the optimal value of x to have the maximum CAR which is calculated as follows:

(CAR distribution P1*DistributionP1+CAR distribution P2*Distribution P2)/Pnéc and I don't know how to do it :(

I thank you in advance for your precious expertise :) :)

Test3.xlsx
ABCDEFGHIJ
1PmaxCARPmaxPminCARPminPnécDistributionP1Distribution P2CAR Distribution P1CAR Distribution P2CARopt
2P1C1P2C2Px*P(1-x)*PCAR(x*P)CAR((1-x)*P)(CAR Distribution P1*DistributionP1+CAR Distribution P2*Distribution P2)/Pnéc
3P3C3P4C4P'x'*P'
4P5C5P6C6P''x"*P"
5P7C7P8C8P'''x"'*P"'
6P9C9P10C10P""x'"'*P"''
7P11C11P12C12P""'x'''''*P'''''
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Feuil1
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Welcome to the MrExcel Message Board! :)

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at:

There is no need to repeat the link(s) provided above but if you have posted the question at other places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0
Hello, thank you for your message, it will not happen again :)
 
Upvote 0

Forum statistics

Threads
1,215,375
Messages
6,124,580
Members
449,174
Latest member
chandan4057

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top