|
|
|
|
| View previous topic :: View next topic |
| Is it ok to have an incosistent scale? |
| Yes, as long as everything is correctly labeled. |
|
35% |
[ 5 ] |
| No, pick a scale and stick with it. |
|
42% |
[ 6 ] |
| Definitely, in cases where it is called for, as Zag brilliantly describes below. :grin: |
|
21% |
[ 3 ] |
|
| Total Votes : 14 |
|
| Author |
Message |
dethwing
DeTheeThaw
|
Posted: Tue May 24, 2011 1:27 am Post subject: 1 |
|
|
Kind of an obscure question, but it came up tonight when a student turned in his project. To quickly sum up, his horizontal axis included the points: 2, 4, 8, 16, 32, all with the same amount of space.
That is, it "looked" like each space was the same length, but the label indicated it wasn't.
Now, his vertical axis was done in the same way, and the points did indeed match up, but this strikes me as a cop out. Instead of making a reasonable scale for both directions, he just forced each point to be what he wanted. End result, the line "looked" like y = x, even though he was graphing y = 9x.
Now I told him I didn't think it was realistic and he went nuts on me, swearing and storming out, so I wanted to get some other opinions on it.
Thoughts? |
|
| Back to top |
|
 |
Lucresia
Sheds Titles
|
Posted: Tue May 24, 2011 1:59 am Post subject: 2 |
|
|
I think it should be consistent; I disagree with this student. In my opinion, the inconsistency does not provide a true graphical representation of the data. I mean, yes it includes the correct data, but I think the realism and representation of the graph itself is distorted. It kinda ruins the point of having a graph imo.. _________________ "And All anybody knows, is you're not like them" -Elliott Smith |
|
| Back to top |
|
 |
Quailman
His Postmajesty
|
Posted: Tue May 24, 2011 2:03 am Post subject: 3 |
|
|
| Would an exponential scale have worked in this situation? |
|
| Back to top |
|
 |
Zag
Tired of his old title
|
Posted: Tue May 24, 2011 2:48 am Post subject: 4 |
|
|
| A logarithmic scale is reasonable for lots of applications. It was consistently logarithmic, so I think it should be ok. |
|
| Back to top |
|
 |
dethwing
DeTheeThaw
|
Posted: Tue May 24, 2011 2:50 am Post subject: 5 |
|
|
| If it was an exponential, or logarithmic, function, sure. But this was linear. |
|
| Back to top |
|
 |
bgg1996
BeeGees are awesome!
|
Posted: Tue May 24, 2011 3:08 am Post subject: 6 |
|
|
| dethwing wrote: |
| his horizontal axis included the points: 2, 4, 8, 16, 32, all with the same amount of space. |
| dethwing wrote: |
| End result, the line "looked" like y = x, even though he was graphing y = 9x. |
It should be fine to have:
| Code: |
45 *
36 *
27 *
18 *
9 *
0 1 2 3 4 5 |
After all, you see in graphs, all the time saying things like Dollars spent (in millions) such as when displaying charts for large sums of money. The graph looks like y=x, but is really y=1,000,000x. In fact, I'm usually encouraged to scale it when I run out of room to write on a graph.
This:
| Code: |
32 *
16 *
8 *
4 *
2 *
0 1 2 3 4 5 |
Should not be used. _________________ The one member below 18 |
|
| Back to top |
|
 |
Dread Pirate Westley
Daedalian Member
|
Posted: Tue May 24, 2011 3:12 am Post subject: 7 |
|
|
| What Zag said. When the situation calls for it, I have been known to plot things on a log scale. We have at least one instrument at work for which it is the default. Granted, I usually use base 10. |
|
| Back to top |
|
 |
dethwing
DeTheeThaw
|
Posted: Tue May 24, 2011 4:25 am Post subject: 8 |
|
|
| The equation in question was V = 9I [Volts and Current]. I'm not sure how a logarithmic scale is useful in that context. |
|
| Back to top |
|
 |
Thok*
Guest
|
Posted: Tue May 24, 2011 10:44 am Post subject: 9 |
|
|
If y=9x, then ln y = ln x + ln 9, or in the new variables y'=x'+ln9.
So it's consistent, and it might save some space.
(32*9=288 units is a lot, and the other alternative is to compress the y axis by using a different vertical scale to the horizontal scale.) |
|
| Back to top |
|
 |
Zag
Tired of his old title
|
Posted: Tue May 24, 2011 11:35 am Post subject: 10 |
|
|
You're going to be unhappy with me, here, but I'm going to say that it was exactly the right scale to use for that purpose (graphing voltage vs. current).
Obviously, when graphing algebraic equations, it doesn't actually matter what scale you use, because you aren't really intending to 'learn' something from the graph. (You're just supposed to learn algebra from the process, not anything from the graph itself.) So I got to thinking about what sorts of cases does it make sense to use a logarithmic graph.
The first case I thought of was for a linear-log scale, which is used when graphing something that you expect to have roughly constant growth, and what you are looking for is the deviations from that. For instance, here is the entire history of the Dow Jones Industrial Average, on a linear-log scale. (I guess our url command doesn't like that url -- you'll have to copy/paste.)
http://finance.yahoo.com/echarts?s=^DJI+Interactive#chart2:symbol=^dji;range=my;indicator=volume;charttype=line;crosshair=on;ohlcvalues=0;logscale=on;source=undefined
This is something that would have, in a perfect world, a straight line on a linear-log scale like this. It is the differences that are illuminating. There are two important effects of the scale: first, it makes exponential growth a straight line, so it is easy to see deviations from it. Second, it collapses the high end, so you can still see deviations at the low end. Consider if it were on a linear-linear scale and the straight line on the graph were there as a parabola. The deviations at the top end would still be visible, but the ones at the low end would be so tiny they'd be less than the width of your line.
So that got me thinking about what would be the purpose of a log-log scale like your student used. Something where the deviations, as a fraction of the value, were the important thing. So, if you were testing a voltmeter which is supposed to have a very large range and have, say, 5% accuracy in the entire range, this is exactly the sort of scale you would want. If it ranged from one-tenth volt up to 10,000 volts, then you would be making measurements in exponentially jumping increments. On a pure linear scale which could fit 10,000 volts, then the dozen or so measurements that you made under 120V would all be one tiny cluster of dots, and their error from the true value would be too small to see. So the scale you want would be exactly a log-log scale. You could see a 7% variation at the tenth-volt range and still be able to fit the 10,000 volt range on a reasonable piece of paper. |
|
| Back to top |
|
 |
Lepton*
Guest
|
Posted: Tue May 24, 2011 3:13 pm Post subject: 11 |
|
|
What Zag said.
I used to worry about scales on graphs a lot, because it is easy to see trends in lin-log or log-log graphs that aren't necessarily meaningful. Astrophysics is a good example of this, as many measurements are made in a way that is naturally polynomial to the variables in the underlying equations.
In a lab setting, I think I agree with the student's logic: it seems that s/he was asked to perform exponentially-increasing measurements, so a logarithmic scale would be appropriate. However, on finding that the slope of that log-log graph is approximately 1 (which means the relationship is y = ax^1) the next step is to see how well a straight line fits on a lin-lin graph.
And in real life, it's moot, because you'd use a least-squares algorithm (or something better) to do it all numerically. |
|
| Back to top |
|
 |
dethwing
DeTheeThaw
|
Posted: Tue May 24, 2011 5:15 pm Post subject: 12 |
|
|
| Looks like I'm wrong and owe my student an apology. Thanks everyone. |
|
| Back to top |
|
 |
Zag
Tired of his old title
|
Posted: Tue May 24, 2011 5:51 pm Post subject: 13 |
|
|
| Lepton* wrote: |
| And in real life, it's moot, because you'd use a least-squares algorithm (or something better) to do it all numerically. |
I disagree. Often a picture can carry more information that numbers can. In my example above, imagine that the values are just a little out of the acceptable error range, high, in the 1V - 80V range, and they are a little out of acceptable, low, in the 300V-750V range. Looking at the numbers and using algorithms on it would eventually tell you that result, but nowhere near as quickly as seeing it graphed on a log-log scale with the expected value line also drawn in. (I tried to make such a graph in Excel, but it wouldn't make a log-log graph for me.) |
|
| Back to top |
|
 |
Zag
Tired of his old title
|
Posted: Tue May 24, 2011 5:56 pm Post subject: 14 |
|
|
| dethwing wrote: |
| Looks like I'm wrong and owe my student an apology. Thanks everyone. |
Baah! Rather than do that, you should let him know that an engineer friend of yours came up with an example experiment in which that is the right approach, and challenge him to come up with one of his own. Tell him that if he can do it, he'll get extra credit. |
|
| Back to top |
|
 |
Quailman
His Postmajesty
|
Posted: Tue May 24, 2011 6:45 pm Post subject: 15 |
|
|
| Zag wrote: |
(I tried to make such a graph in Excel, but it wouldn't make
a log-log graph for me.) |
I just tried a scatter graph and changed the axes to be logarithmic base 2 (you can make it any base you want). I didn't see how to make one axis logarithmic. I used two columns of data headed by 1 and 1.1 respectively. Each data point was double the one above it. I got a straight line when I edited the graph, as opposed to one that laid flat along the bottom and shot up at the right.
[edit] You can click each axis and change it independently.[/e]
[edit part deux] The first time I had a line graph that shot up on the right. When I did a scatter graph with even scales the line was straight but almost al the points were in the lower left corner. When I made both logarithmic base 2 they were evenly spaced along the slope. [/e2] |
|
| Back to top |
|
 |
LordKinbote
Daedalian Member
|
Posted: Tue May 24, 2011 7:07 pm Post subject: 16 |
|
|
I think, more important of a question than "What scale does the graph use?" is "What does the graph tell me?"
If he can legitimately explain to you what kind of relationship the graph shows, then it doesn't matter. If the graph he drew confuses him into thinking that an addition on the X axis causes the exact same addition on the Y axis, then it definitely DOES matter.
I'm guessing you provided the values 2,4,8,etc and had the students calculate the voltage. And I'm guessing that no matter what numbers you provided for the student, he still would have evenly spaced the numbers provided on the graph. *Every* graph the student will ever draw will look like y=x if he uses his method, and therefore almost every graph will be worthless. |
|
| Back to top |
|
 |
Dragon Phoenix
Judge Doom
|
Posted: Tue May 24, 2011 7:48 pm Post subject: 17 |
|
|
I would not accept a graph like that in a report by one of my staff. There is a difference between clearly marking an axis as ln(x) and just stating x on the axis with non-equidistant points. You make graphs to quickly convey a message - and by tempering with the graphs in this way you are conveying the wrong message. _________________ My photography:
http://www.flickr.com/photos/artrock2006/ |
|
| Back to top |
|
 |
L'lanmal
Daedalian Member
|
Posted: Wed May 25, 2011 2:50 am Post subject: 18 |
|
|
I'm fine with non-linear scales and see them all the time. You certainly can buy log-log graph paper, and even more exotic ones like log-normal paper and Weibull paper.
However, if this were a math class, every graph submitted in a project must have clear axes and unit labels. And use of a non-linear scale is notable enough to need to be included in the axes labels. (Although if no standard method was used and he included the standardized test staple disclaimer of "This graph not drawn to scale", then we'd have another whole discussion.)
Also Thok's calculation raises a good point. If it was graphed on a consistant log
2
scale on both axes, then the graph would not appear to go through the origin like y=x does. |
|
| Back to top |
|
 |
Courk
Daedalian Member
|
Posted: Wed May 25, 2011 7:59 am Post subject: 19 |
|
|
| I didn't understand all the technicalities about log scales and whatnot in this debate, but it seems to me that if the student is able to explain to you why he did it that way, with sound reasoning, then he should get credit. However, since his response to being told it was unrealistic was to swear and storm out, my gut reaction is that he cannot explain it, otherwise he would have already done so as his initial reaction. |
|
| Back to top |
|
 |
raekuul
Lives under a bridge & tells stories.
|
Posted: Thu May 26, 2011 12:47 pm Post subject: 20 |
|
|
| Or he's an irrational hormonal teenager that thinks he knows what he's doing. Same result either way, but we do need to get the motive and reasoning out of him to be sure. |
|
| Back to top |
|
 |
Jack_Ian
Big Endian
|
Posted: Thu May 26, 2011 1:57 pm Post subject: 21 |
|
|
Choosing the axis scale should be a deliberate action.
If the default linear scale is not chosen then there should be a reason and that reason should be defensible.
At minimum, the non-linear scale should have been highlighted on the graph by a label. |
|
| Back to top |
|
 |
Quailman
His Postmajesty
|
Posted: Thu May 26, 2011 2:42 pm Post subject: 22 |
|
|
| Courk wrote: |
| ...since his response to being told it was unrealistic was to swear and storm out, my gut reaction is that he cannot explain it, otherwise he would have already done so as his initial reaction. |
I'm also guessing he counldn't explain it. Is there a way to buy math project answers like students can buy term papers or essays? Maybe we should check VSP to see if it's there. |
|
| Back to top |
|
 |
Zag
Tired of his old title
|
Posted: Thu May 26, 2011 3:01 pm Post subject: 23 |
|
|
It turns out that Excel can do that sort of graph. I just needed to poke around a little more.
Courk, consider the data set. The top graph is with linear scales. Note how only the highest couple of data points are useful. The bottom graph is with log-log scales.
 |
|
| Back to top |
|
 |
dethwing
DeTheeThaw
|
Posted: Fri May 27, 2011 12:44 am Post subject: 24 |
|
|
Follow up: Student came in the next day and was very apologetic, said he was out of line, etc.
Also, he's not a teenager. I teach mostly older people. People who have been out of school for some time. |
|
| Back to top |
|
 |
LordKinbote
Daedalian Member
|
Posted: Fri May 27, 2011 3:47 am Post subject: 25 |
|
|
| dethwing wrote: |
Follow up: Student came in the next day and was very apologetic, said he was out of line, etc.
Also, he's not a teenager. I teach mostly older people. People who have been out of school for some time. |
Yes, but did he know what he was doing when he scaled the graph in such a way, or didn't he? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|