"Express in Terms of"

Useful algebra, or just confusion?


Page Contents



Has this topic been confusing for you?
Many students have struggled with this topic in particular. I often thought this was because it takes some time and practice to get better at this skill. But some of your comments and questions got me wondering if part of the problem might be a lack of motivation. Why would you want to do something like this? Are we just trying to make you practice more random algebra by giving you these difficult algebra-related problems? Thankfully, no.



The Goal

The goal of this page is to help you understand the process and to give you an idea of why you would want to use this tool.



Example 1: She refused to use the quadratic formula?

I have a friend that I used to take math classes and tutor with. One day we were talking about the quadratic formula and she told me that she never, ever used it. She had always been a very strong Math student, finishing the SBCC calculus sequence when she was 14 or 15. I asked her how she solved the quadratic formula problems and she told me that she just completed the square every time. I was surprised by this, and she asked me, "Didn't you know that the quadratic formula comes from completing the square?" I did not know that. I thought it was just a formula we were randomly told to memorize. The next time our Math Lab shift was slow, I set up the generic equation

ax2+bx+c=0.ax^2 + bx + c = 0.

Then I slowly tried to solve for xx in terms of the other unknown numbers -- unknown numbers that represented the coefficients of the quadratic polynomial. It started with

x2+bax+ca=0,x^2 + \frac{b}{a}x + \frac{c}{a} = 0,

and then I completed the square and continued. Each step looked like I was just completing the square for a regular polynomial, except instead of computing things with the specific numbers, I had to carefully keep track of how these unknowns were changing. I got something like

(x2+2b2ax+b24a2)b24a2+4a4aca=0\left( x^2 + 2\frac{b}{2a}x + \frac{b^2}{4a^2} \right) - \frac{b^2}{4a^2} + \frac{4a}{4a} \cdot \frac{c}{a} = 0

which has the square form

(x+b2a)2=b24ac4a2\left( x + \frac{b}{2a} \right)^2 = \frac{b^2 - 4ac}{4a^2}

and finally, after a LOT of chalk and blackboard space,

x=b±b24ac2a. x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.

And there it was, the quadratic formula. You apply the steps of completing the square, slowly and carefully without limiting aa, bb, or cc to specific numbers, and you get an answer for every single possible quadratic polynomial.



Expressing in terms of only one variable

Okay, so you can express one unknown in terms of the others by just solving the equation for that unknown. But these problems seem different. And you're right to think that. The "express in terms of" problems often don't just let you express one unknown in terms of several other unknowns. Instead, they ask you to express one unknown in terms of just one unkown. This begs two questions:
1) How in the world do you do that?
2) Why would we do something like this?



The answer to the first question is that we need extra information that connects the unknowns to each other. Then we use it to write all the extra unknowns in terms of just the unknown we want to use.


For example, if we are only considering quadratic functions where aa and bb were negatives of each other and cc is twice as much as aa, then we would know that

b=a and c=2a b = -a \text{ and } c = 2a

for all of the quadratics we are considering. So every quadratic in question can be expressed in terms of just aa as:

ax2+bx+c=ax2+(a)x+(2a).ax^2 + bx + c = ax^2 + (-a)x + (2a).

So if we wanted to express xx in terms of aa only, we could write

x=b±b24ac2a=(a)±(a)24a(2a)2a.x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} = \frac{-(-a) \pm \sqrt{(-a)^2 - 4a(2a)}}{2a}.

We could simplify, but the big win here is that we know what xx is in terms of just aa, not either of the other unknowns. The information connecting aa with bb and cc was what allowed us to do that.


The answer to the second question is that it is much simpler and easier to work with only one unknown.
Take a look at the next example to see how this is benificial.




Example 2: Finding the best fencing setup

Imagine you are a farmer and you want to build a pen for your animals. You know that you can use the side of your barn as one of the sides, so you will only need fencing for 3 sides. You can make the length and width pretty much whatever you want (you have a big barn, so you won't run out of space for the 4th side).

Pen with barn as one side




Problem 1: Express the area of the pen in terms of the length \ell and width ww.




Answer: Okay, this part is probably really easy. Area for a rectangle is length times width, so it's just

A=w. A = \ell w.

Now, if this is all the information we have, this is all we can do! By having to consider all possible arrangements, we can't really norrow down any fencing relationships to force a relationship between \ell and ww. But what if we did have a constraint on the fencing arrangements that forced a relationship between \ell and ww?



Problem 2: Suppose you have exactly 600 feet of fencing. If ww (the width) represents how far the pen goes out away from the barn, can you express the area of the pen in terms of just ww?




Answer: Now that you are only considering fencing setups that match the amount of fencing you have, the fencing arrangements you would consider all force a relationship between \ell and w,w, namely:

2w+=600. 2w + \ell = 600.

This means that once we make a decision about what ww would be, \ell is forced to be a certain number. And we can find this number (in terms of ww) by solving for \ell:

=6002w. \ell = 600 - 2w.

And there we go! Once we know what \ell has to be, we can find the area in terms of just ww:

A=w=(6002w)w=600w2w2. A = \ell w = ( 600 - 2w ) w = 600w - 2w^2.
So why do this? Imagine you, as a farmer, want to get the most out your fencing. If you had to worry about both dimensions of your fencing, you would have a complicated thing to consider. But if you have the area in terms of just the width you can just look at a graph of the area in terms of the width.
We can plot the pen's area in terms of w on this graph.
We can plot the pen's area in terms of w on this graph.


Problem 3: What is the most amount of area you could have for your pen?







Answer: At the end of the quarter, we'll learn a fancy calculus way of determining the answer to this question. In the meantime, if you haven't already, click the "Try it" button above and slide ww along the ww-axis until you line it up with the highest point on the graph. What number did you see? The number you see should be the maximum number of square feet you could have for your pen.



That's it!

Do you have a better understanding of how this works and why it is useful?