A Simple Salt Solution Mixing Problem - yet stuck

AI Thread Summary
A vessel with a capacity of 5 liters contains 2 liters of a 15% salt solution, and the goal is to determine how much 20% salt solution to mix for maximum concentration. The initial approach involved calculating a function for salt concentration and finding its derivative, but the realization came that adding more 20% solution increases concentration without a local maximum. The key insight is that to achieve the highest concentration, one should add as much 20% solution as possible, up to the vessel's capacity. Alternatively, discarding the 15% solution for pure 20% solution is also a valid solution. The problem is now understood and resolved.
Rokas_P
Messages
19
Reaction score
0
Hi, here is a very simple solution mixing problem that I can't solve which I am really ashamed of.

Problem. A vessel whose capacity is 5 liters contains 2 liters of 15% salt solution. How many liters of 20% salt solution have to be mixed to the 15% solution to produce a solution with as high salt concentration as possible?

My solution. I constructed this function for salt concentration in the new solution:

f(x)=\frac{0.3+0.2x}{2+x}

(The amount of salt in the first solution is 2*0.15 = 0.3)

I obtained the derivative of the above function:

f'(x)=\frac{0.2(2+x)-(0.3+0.2x)}{\left(2+x\right)^2}=\frac{0.4+0.2x-0.3-0.2x}{\left(2+x\right)^2}=\frac{0.1}{\left(2+x\right)^2}

I'm stuck at this point. If I try to find points of extremum, there are none. It means that I cannot increase salt concentration in the original solution by adding the said 20% salt solution. But I know the answer is 3 liters, so I must be doing something wrong.

--

As a sidenote, this problem is taken from a national maths exam. As such, you are not expected to think of mass, volume and density of water and salt. Also, I didn't make use of the fact that the vessel can contain up to 5 liters of liquid but just don't see where it fits in. Finally, I am not sure if this problem is even supposed to be solved using optimization techniques (derivatives and minima/maxima) but that was the first idea I got ...
 
Mathematics news on Phys.org
Well, 2 + x must be less than or equal to 5 liters, since that is the maximum capacity of the vessel.
 
Rokas_P said:
Also, I didn't make use of the fact that the vessel can contain up to 5 liters of liquid but just don't see where it fits in.

And that was your mistake...

Think about it - the more 20% solution you add, the closer to 20% is the concentration of the salt in the mixture. So you have to add as much as possible. How much can you add?
 
Alternatively, the answer is to toss out the 15% solution. Just use the full 20% salt solution.
 
Thanks everyone for the explanations.

The problem here was that I expected the function to have a local maximum and when the derivative showed me it had none, I thought I must have done something wrong but now I realize that there is no reason for the function to have a maximum.

We can consider this problem solved.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Back
Top