Categories
Algebra 2

Power Steering Fluid

I was replacing the power steering fluid in my car when I stumbled upon some exponential decay math.  First, some background:  There is no drain plug on a power steering system.  You need to siphon out fluid from the reservoir and replace it with new fluid.  This new fluid then mixes into the rest of the system to create a slightly cleaner mixture.  This idea is that if you repeat this a few times, you’ll replace most of the old fluid with new fluid.

So, as you can see, there exists some sort of formula that can determine exactly how many times you need to extract and replace to reach X% replacement.

My car’s entire power steering system holds about 1 liter, and the reservoir itself holds .4 liters of that. So, 40% of the steering fluid is replaced each time I drain and refill the reservoir, and 60% of the old fluid remains elsewhere in the system.  I can do this repeatedly, each time replacing 40% of the “mixed” fluid with brand new fluid.

Let p = Percentage of the system replaced each time you empty the reservoir.
Let n = number of times you empty/fill the reservoir (“flush”)
Let FD = Percentage of dirty fluid in the system.
Let FN = Percentage of new fluid in the system.

If p = percentage of new fluid introduced by a flush, then (1-p) is percentage of old fluid remaining.  (eg: if \(p = .40, then (1-.40) = .60)\)

\(FD_0 = 1\)  (initial proportion that is dirty)
\(FD_1 = (1-p)\)
\(FD_2 = (FD_1)(1-p) = (1-p)(1-p)\)
\(FD_3 = (FD_2)(1-p) = (1-p)(1-p)(1-p)\)

\(FD_n = (FD_{n-1})(1-p) = (1-p)^n\)

 

\(FD = (1-p)^n\)
\(FN = 1 – FD\)

 

For my car, p=.40 so \(FD = (1-.40)^n\)

How many times do I need to empty and fill the reservoir to get to 80% clean?
Just set \(FN = .8\) and solve for n:

\(.80 = 1- (1-.40)^n\)
\(.80 = 1- (.60)^n\)
\(.6^n = .2\)
\(log(.6)^n = log(.2)\)
\(n*log(.6) = log(.2)\)
\(n = \frac{log(.2)}{log(.6)}\)
\(n = 3.15\)

 

With a reservoir that holds 40% of capacity, I need to empty and replace it about 3 times to get 80% of the old fluid replaced.

You can also use the formula to figure out what percentage of the system contains old vs. new fluid, based on the number of flushes you’ve done.  For this, you just plug in n and calculate \(FD\)  eg:  If you’ve done 5 flushes, \(FD = (1-.4)^5 = .08\)   So, after 7 refills, 8% is dirty, and 92% is new.