2.15 Semi-Log Plots

Introduction to Semi-Log Plots

  • Topic: Understanding and using semi-log plots through an example.

  • Mentioned a humorous picture unrelated to the topic, setting a light tone.

Personal Anecdote

  • Introduced "Sully" as a character ready to open a butcher shop, named "New York Metai".

  • Signature product: spicy salami ("sulami, PTI spicy P spicy salami").

Cooling Process Experiment

  • Recorded temperature data while cooling salami after cooking.

  • Time (in minutes) vs. Temperature (above room temperature): Data plotted.

  • User prompted to pause and plot the points to identify the function type.

Function Analysis

  • Observations: The plot is decreasing but is not linear; it resembles an exponential curve.

Introduction to Semi-Log Plots

  • Definition: One axis of a semi-log plot is scaled using logarithmic values.

  • Example of scaling:

    • First axis (y): scaled as follows: 10, 100, 1,000 (10^1, 10^2, 10^3).

    • Increments: 10 (1-10), 10 (10-100), 100 (100-1,000).

Plotting on Semi-Log Graph

  • Initial points plotted to illustrate the exponential nature that transforms into linear when using semi-log.

  • Conclusion: An exponential function plotted on a semi-log graph results in a linear appearance—key concept highlighted.

Regression Analysis

  • Task: Find the regression equation for the exponential data using exponential regression methods.

    • Concepts of two lists: x's (time) and y's (temperature).

  • Equation type found: The form a * b^x.

  • Continuation of log transformation: log(Y) = log(110.95) + log(0.94^x).

Understanding Linear Model from Logarithmic Transformation

  • Expanded equation: log(Y) = log(110.95) + x * log(0.94).

  • Numerical values obtained:

    • log(110.95) ≈ 2.05

    • log(0.94) ≈ -0.03.

  • Resulting linear equation: y = mx + b, demonstrating linearity from logarithmic transformation of exponential data.

Proof by Reversal

  • Process highlighted of transforming back to check linearity by taking logs of the y-values.

  • Confirmation of linearity in data post-log transformation.

Example Exercise

  • Instruction given to plot data on both normal and semi-log graphs.

  • Understanding the properties of exponential vs. linear when examining plots.

  • Activity recap:

    • Identify linear and exponential data through graph characteristics (linear vs. semi-log).

    • Find regression equations and logs of values.

Conclusion

  • Key takeaways:

    • Semi-log plots provide linear representation for exponential data.

    • Practical application in regression analysis to confirm exponential relationships.

  • Encouragement to practice, seek help, and understand the process of working with these mathematical tools.