In science proving something by making it linear is a common?

  • Context: Undergrad 
  • Thread starter Thread starter lonerider
  • Start date Start date
  • Tags Tags
    Linear Science
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
lonerider
Messages
12
Reaction score
0
In science proving something by making it linear is a cmmon approach.

For instance you can write some laws on this form.

y=a*log(x)+b

But there lies my problem, because I cannot see how this should represent a linear line. So please does this represent a line? ANd if yes how come?
 
Mathematics news on Phys.org
That does not represent a linear function of x.
 
If you let X= log(x), then y= aX+ b is certainly linear. I imagine that is what you are thinking of. If you have data that does not appear to fall on a straight line when you plot (x,y), plotting (X, y) with X= log(x) may help. Sometimes plotting (log(x), log(y)) will help.

Stationery stores used to sell "semi-log graph paper" and "log-log graph paper" that already had one or both axes marked in term of the logarithm so that the conversion was automatic.
 
Are you thinking of a linear approximation? Scientists and engineers use frequently use a linear approximation to make a problem more amenable to analysis.

In general, one makes a linear approximation to some function about some central point as the first-order Taylor expansion of the function at that point. For a one-dimensional function [itex]y(x)[/itex], the linear approximation for [itex]x\approx x_0[/itex] is

[tex]y(x) \approx y(x_0) + (x-x_0)\left.\frac{dy}{dx}\right|_{x=x_0}[/tex]

For your simple example, [itex]y=a\log x + b[/itex], the linear approximation for [itex]x\approx x_0[/itex] is

[tex]y(x) \approx a \log x_0 + b + a\frac {x-x_0}{x_0} = \frac a {x_0} x + a(\log x_0-1) + b[/tex]

Linearizing around [itex]x_0=1[/itex] yields a very simple result:

[tex]y(x) \approx a (x-1) + b[/tex]
 
Last edited: