A Simple Salt Solution Mixing Problem - yet stuck

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.
 
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...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Back
Top