Linearity of Functions on Different Graphs

AI Thread Summary
A function that appears linear on a log-log graph is not necessarily linear on a standard scale for both axes; it may take a different form, such as exponential or polynomial. When plotted with a regular x-axis and a log-scaled y-axis, the function can appear as a square root form, while a log-scaled x-axis with a regular y-axis can yield an exponential appearance. The confusion often arises from misunderstanding how log scales affect the representation of functions, particularly with the addition of constants. It's important to recognize that altering the scales affects the visual representation and interpretation of the function's behavior. Understanding these relationships is crucial for accurately analyzing and representing functions across different graph types.
nobahar
Messages
482
Reaction score
2
Am I correct to say that a function that is linear on a log-log graph is also linear when it is plotted on a graph using regular scales on both axes, takes a square root form when plotted with the x-axis scaled regularly and the y-axis with a log scale, and exponential in appearance whn the x-axis is log and the y-axis is regular?
This is based on 'intuition', for want of a better word. How would I represent this mathematically?
 
Physics news on Phys.org
Hi nobahar! :smile:
nobahar said:
Am I correct to say that a function that is linear on a log-log graph is also linear when it is plotted on a graph using regular scales on both axes …

Nooo :redface: … if logy = Alogx + B, then y = … ? :wink:
 
Hi Tiny Tim!
Haven't had a response from you for a while!

y = x^a + 10^b

10^b is a constant, say, 10^b = C.

Then y = x^a + C

So it's exponential.

What confuses me is that if I had a y = mx + c function, then this would be a straight line. If I altered both axes so that they increase by the same increments, say 10^1, 10^2, 10^3, etc., then the graph should still appear straight, shouldn't it? After all, the m value hasn't changed, nor the c value, and the two axes have been altered by the same scale. I think I've misunderstood how a log-log scale works...
 
Hi nobahar! :smile:

I've been swimming around in my little bowl, keeping an eye on the world! :wink:
nobahar said:
y = x^a + C

No, it's y = Cxa.
What confuses me is that if I had a y = mx + c function, then this would be a straight line. If I altered both axes so that they increase by the same increments, say 10^1, 10^2, 10^3, etc., then the graph should still appear straight, shouldn't it? After all, the m value hasn't changed, nor the c value, and the two axes have been altered by the same scale. I think I've misunderstood how a log-log scale works...

hmm …

y = mx would be a straight line (at 45º), but y = mx + c would be slightly curved.

You're just going to have to think about this some more. :smile:
 
Sorry!

To show that I've made an effort to understand why it is y = Cx^a:

\log{y} = a.\log{x} + b \left \left then \left \left y = 10^{a.\log{x} + b}

y = 10^{a.\log{x}} * 10^b = (10^{\log{x}})^a * 10^b = x^a * 10^b

and since 10^b is a constant

If \left \left 10^b = C, then \left \left y = x^a * C = Cx^a

I think I understand what you mean by slightly curved: the +C component will make 'less and less of a contribution' to the appearance of the graph moving along the x-axis because the evenly spaced intervals actually increase by some factor, and the contirbution by the +C component is much less, erm, 'noticeable'.

I think I understand the idea of log-log scales now: If a function takes the form of a straight line on a log-log scale, it allows you to use the y = mx + c formula to deduce the equation of a line. I also failed to consider that the log scale would mean that each point was the log of the variable! It doesn't just make the scale more compact, it has to be taken into consideration for the value in the equation!
I'm slightly worried about my brain right now...

Thanks Tiny Tim!

Feel free to correct and/or improve my understanding.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top