By the end of this chapter, you will be able to:
Mastering these skills will help you solve real-world problems and make smart decisions in your trade using math and graphs!
This chapter focuses on interpreting and applying linear and nonlinear graphs within the context of Science Laboratory Technology in Kenya. Graphs are essential tools in scientific data analysis, helping laboratory professionals visualize relationships between variables, identify trends, and support decision-making. Mastery of graph types and their applications enhances accuracy in experimental data interpretation and reporting, critical for quality laboratory outcomes.
Graphs represent relationships between variables and are crucial in analyzing experimental data in laboratories. Linear graphs depict relationships where the change between variables is constant, while nonlinear graphs represent more complex relationships where changes vary. Understanding these types enables laboratory technologists to select appropriate graph models for data analysis and prediction.
Linear graphs represent relationships between two variables that have a constant rate of change. The graph of a linear relationship is a straight line. The governing equation for a linear graph is:
$$y = mx + c$$
where:
- \(y\) is the dependent variable,
- \(x\) is the independent variable,
- \(m\) is the slope (rate of change),
- \(c\) is the y-intercept (value of \(y\) when \(x=0\)).
Example 1: A laboratory technician measures absorbance \(y\) of a solution at different concentrations \(x\). When the concentration is 2 mg/L, absorbance is 0.3; when concentration is 5 mg/L, absorbance is 0.8. Find the linear equation relating absorbance to concentration.
Given:
\(x_1 = 2\) mg/L, \(y_1 = 0.3\)
\(x_2 = 5\) mg/L, \(y_2 = 0.8\)
Calculate slope \(m\):
$$m = \frac{y_2 - y_1}{x_2 - x_1}$$
$$m = \frac{0.8 - 0.3}{5 - 2}$$
$$m = \frac{0.5}{3} = 0.1667$$
Calculate intercept \(c\):
$$y = mx + c \Rightarrow c = y, mx$$
Using point \((2, 0.3)\):
$$c = 0.3 - (0.1667)(2)$$
$$c = 0.3 - 0.3334 = -0.0334$$
Answer:
$$y = 0.1667x - 0.0334$$
Example 2: In a titration experiment, the volume of titrant \(y\) required varies linearly with the concentration \(x\) of the analyte. If \(y = 10\) mL when \(x = 0.5\) M and \(y = 18\) mL when \(x = 1.3\) M, find the linear equation.
Given:
\(x_1 = 0.5\) M, \(y_1 = 10\) mL
\(x_2 = 1.3\) M, \(y_2 = 18\) mL
Calculate slope \(m\):
$$m = \frac{18 - 10}{1.3 - 0.5} = \frac{8}{0.8} = 10$$
Calculate intercept \(c\):
$$c = y, mx = 10 - (10)(0.5) = 10 - 5 = 5$$
Answer:
$$y = 10x + 5$$
Example 3: A spectrophotometer reading \(y\) increases linearly with sample concentration \(x\). The equation \(y = 0.4x + 0.1\) is given. Calculate the expected reading when concentration is 7 mg/L.
Given:
\(x = 7\) mg/L
Equation: \(y = 0.4x + 0.1\)
Calculate:
$$y = 0.4(7) + 0.1$$
$$y = 2.8 + 0.1 = 2.9$$
Answer:
$$y = 2.9 \, \text{units}$$
Example 4: A laboratory instrument calibration curve is linear with slope 2.5 and intercept 0.4. Find the concentration when the instrument reading is 7.9.
Given:
Slope \(m = 2.5\), intercept \(c = 0.4\), reading \(y = 7.9\)
Solve for \(x\):
$$y = mx + c \Rightarrow x = \frac{y, c}{m}$$
$$x = \frac{7.9 - 0.4}{2.5} = \frac{7.5}{2.5} = 3.0$$
Answer:
$$x = 3.0 \, \text{units}$$
Example 5: In a chemical reaction, the rate \(y\) depends linearly on temperature \(x\). If the rate increases by 0.05 units per degree Celsius and is 1.2 units at 20°C, find the rate at 35°C.
Given:
Slope \(m = 0.05\), point \((20, 1.2)\), find \(y\) at \(x=35\)
Calculate intercept:
$$c = y, mx = 1.2 - 0.05(20) = 1.2 - 1.0 = 0.2$$
Calculate rate at 35°C:
$$y = 0.05(35) + 0.2 = 1.75 + 0.2 = 1.95$$
Answer:
$$y = 1.95 \, \text{units}$$
Nonlinear graphs represent relationships where the rate of change between variables is not constant. These graphs can take various shapes such as parabolas, exponential curves, or hyperbolas. Common nonlinear relationships in laboratory science include quadratic reactions, enzyme kinetics, and decay processes. The general nonlinear form depends on the specific function, for example quadratic:
$$y = ax^{2} + bx + c$$
or exponential:
$$y = Ae^{kx}$$
where \(a, b, c, A, k\) are constants.
Example 1: The concentration \(y\) of a reactant decreases exponentially with time \(x\) according to \(y = 100e^{-0.3x}\). Find the concentration at \(x = 5\) minutes.
Given:
\(y = 100e^{-0.3x}\), \(x=5\)
Calculate:
$$y = 100 e^{-0.3 \times 5} = 100 e^{-1.5}$$
Calculate \(e^{-1.5}\):
$$e^{-1.5} \approx 0.2231$$
$$y = 100 \times 0.2231 = 22.31$$
Answer:
$$y = 22.31 \, \text{units}$$
Example 2: A quadratic calibration curve for absorbance \(y\) is given by \(y = 0.02x^{2} + 0.1x + 0.05\). Calculate absorbance at concentration \(x = 10\) mg/L.
Given:
\(y = 0.02x^{2} + 0.1x + 0.05\), \(x=10\)
Calculate each term:
$$0.02 \times 10^{2} = 0.02 \times 100 = 2$$
$$0.1 \times 10 = 1$$
Sum all:
$$y = 2 + 1 + 0.05 = 3.05$$
Answer:
$$y = 3.05 \, \text{units}$$
Example 3: The growth of bacterial population \(y\) follows \(y = 50e^{0.4x}\), where \(x\) is time in hours. Find the population after 3 hours.
Given:
\(y = 50e^{0.4x}\), \(x=3\)
Calculate exponent:
$$e^{0.4 \times 3} = e^{1.2} \approx 3.3201$$
Calculate \(y\):
$$y = 50 \times 3.3201 = 166.005$$
Answer:
$$y = 166.0 \, \text{units}$$
Example 4: The rate of enzyme activity \(y\) follows a parabolic relationship: \(y = -0.01x^{2} + 0.4x + 1\). Calculate activity at substrate concentration \(x = 15\) mM.
Given:
\(y = -0.01x^{2} + 0.4x + 1\), \(x=15\)
Calculate terms:
$$-0.01 \times 15^{2} = -0.01 \times 225 = -2.25$$
$$0.4 \times 15 = 6$$
Sum all:
$$y = -2.25 + 6 + 1 = 4.75$$
Answer:
$$y = 4.75 \, \text{units}$$
Example 5: A radioactive sample decays according to \(y = 200e^{-0.05t}\), where \(t\) is time in days. Find the remaining quantity after 10 days.
Given:
\(y = 200e^{-0.05t}\), \(t=10\)
Calculate exponent:
$$e^{-0.05 \times 10} = e^{-0.5} \approx 0.6065$$
Calculate \(y\):
$$y = 200 \times 0.6065 = 121.3$$
Answer:
$$y = 121.3 \, \text{units}$$
Plotting linear graphs involves plotting data points on Cartesian coordinates and drawing the best-fit straight line. The slope indicates the rate of change, and the intercept shows the starting value. Interpretation allows laboratory technologists to quantify relationships such as concentration vs. absorbance or time vs. reaction rate.
Example 1: Given data points for concentration \(x\) (mg/L): 1, 3, 5 and absorbance \(y\): 0.2, 0.6, 1.0, plot the graph and find the slope.
Given:
\(x = [1, 3, 5]\), \(y = [0.2, 0.6, 1.0]\)
Calculate slope \(m\) using two points \((1,0.2)\) and \((5,1.0)\):
$$m = \frac{1.0 - 0.2}{5 - 1} = \frac{0.8}{4} = 0.2$$
Answer:
Slope \(m = 0.2\)
Example 2: For the same data, find the intercept \(c\).
Using point \((1, 0.2)\):
$$c = y, mx = 0.2 - 0.2 \times 1 = 0.2 - 0.2 = 0$$
Answer:
Intercept \(c = 0\)
Example 3: Predict absorbance at concentration 4 mg/L using the equation \(y = 0.2x + 0\).
Calculate:
$$y = 0.2 \times 4 = 0.8$$
Answer:
Absorbance \(y = 0.8\)
Example 4: A linear graph of temperature \(x\) vs. reaction rate \(y\) has slope 0.05 and intercept 0.1. Find rate at 30°C.
Calculate:
$$y = 0.05 \times 30 + 0.1 = 1.5 + 0.1 = 1.6$$
Answer:
Reaction rate \(y = 1.6\)
Example 5: Determine the equation of a line passing through points \((2, 3)\) and \((6, 7)\).
Calculate slope:
$$m = \frac{7 - 3}{6 - 2} = \frac{4}{4} = 1$$
Calculate intercept:
$$c = y, mx = 3 - 1 \times 2 = 3 - 2 = 1$$
Equation:
$$y = 1x + 1$$
Answer:
\(y = x + 1\)
Nonlinear graph plotting requires careful selection of scales and points to capture curvature. Interpretation involves identifying maxima, minima, or rates of change that vary with the independent variable. Laboratory technologists use nonlinear graphs to analyze enzyme kinetics, decay rates, and other complex phenomena.
Example 1: Plot the values of \(y = x^{2}\) for \(x = 1, 2, 3, 4\) and find \(y\) at \(x=3\).
Calculate:
At \(x=1\), \(y = 1^{2} = 1\)
At \(x=2\), \(y = 2^{2} = 4\)
At \(x=3\), \(y = 3^{2} = 9\)
At \(x=4\), \(y = 4^{2} = 16\)
Answer:
\(y = 9\) at \(x=3\)
Example 2: For \(y = 5e^{0.2x}\), calculate \(y\) at \(x=2, 4, 6\).
At \(x=2\):
$$y = 5 e^{0.2 \times 2} = 5 e^{0.4} \approx 5 \times 1.4918 = 7.459$$
At \(x=4\):
$$y = 5 e^{0.8} \approx 5 \times 2.2255 = 11.128$$
At \(x=6\):
$$y = 5 e^{1.2} \approx 5 \times 3.3201 = 16.600$$
Answer:
\(y = 7.46, 11.13, 16.60\) at \(x=2,4,6\) respectively
Example 3: Calculate values of \(y = -0.5x^{2} + 4x + 1\) at \(x=0, 2, 4, 6\).
At \(x=0\):
$$y = -0.5 \times 0 + 4 \times 0 + 1 = 1$$
At \(x=2\):
$$y = -0.5 \times 4 + 8 + 1 = -2 + 8 + 1 = 7$$
At \(x=4\):
$$y = -0.5 \times 16 + 16 + 1 = -8 + 16 + 1 = 9$$
At \(x=6\):
$$y = -0.5 \times 36 + 24 + 1 = -18 + 24 + 1 = 7$$
Answer:
\(y = 1, 7, 9, 7\) at \(x=0, 2, 4, 6\)
Example 4: Given decay \(y = 150e^{-0.1x}\), find \(y\) at \(x=3, 6, 9\).
At \(x=3\):
$$y = 150 e^{-0.3} \approx 150 \times 0.7408 = 111.12$$
At \(x=6\):
$$y = 150 e^{-0.6} \approx 150 \times 0.5488 = 82.32$$
At \(x=9\):
$$y = 150 e^{-0.9} \approx 150 \times 0.4066 = 60.99$$
Answer:
\(y = 111.1, 82.3, 61.0\) at \(x=3, 6, 9\)
Example 5: For enzyme kinetics \(y = \frac{100x}{5 + x}\), calculate \(y\) at \(x=1, 5, 10\).
At \(x=1\):
$$y = \frac{100 \times 1}{5 + 1} = \frac{100}{6} = 16.67$$
At \(x=5\):
$$y = \frac{100 \times 5}{5 + 5} = \frac{500}{10} = 50$$
At \(x=10\):
$$y = \frac{100 \times 10}{5 + 10} = \frac{1000}{15} = 66.67$$
Answer:
\(y = 16.7, 50, 66.7\) at \(x=1, 5, 10\)
A solution's absorbance \(y\) varies linearly with concentration \(x\). When \(x=4\) mg/L, \(y=0.5\); when \(x=10\) mg/L, \(y=1.1\). Find the linear equation relating \(y\) and \(x\). (5 marks)
The decay of a radioactive isotope follows \(y = 120e^{-0.07t}\). Calculate the quantity remaining after 8 days. (4 marks)
Calculate the expected enzyme activity \(y\) at substrate concentration \(x=12\) mM, given \(y = -0.02x^{2} + 0.5x + 1\). (5 marks)
From data points \((2, 5)\) and \((6, 13)\), find the equation of the line and predict \(y\) at \(x=8\). (5 marks)
Using the model \(y = \frac{80x}{4 + x}\), calculate \(y\) when \(x=6\). (4 marks)
Create a free account to open more of this chapter.
Free: practical guides, quick cards, workplace scenarios and more.
Create a free accountThis chapter introduced the concepts of linear and nonlinear graphs, highlighting their distinct characteristics and how they represent relationships between variables. It explained how nonlinear graphs can be transformed into linear forms through various mathematical techniques, facilitating easier analysis and interpretation. The process of reduction involved identifying appropriate transformations to simplify complex relationships into straight-line graphs. Emphasis was placed on understanding the significance of slope and intercept in linear graphs and how these parameters relate to real-world data. The chapter also covered methods for interpreting both linear and nonlinear graphs, focusing on extracting meaningful information such as trends, rates of change, and key points. Through this, learners gained skills to analyze graphical data effectively in scientific and engineering contexts. The overall goal was to equip students with the ability to handle graphical data confidently, whether it involves straightforward linear relationships or more complex nonlinear patterns.
A laboratory technician records the absorbance of a solution at different concentrations and obtains a straight line graph. If the graph passes through points \((0,0)\) and \((5, 0.75)\), find the equation of the line in the form \(y = mx + c\), where \(y\) is absorbance and \(x\) is concentration in mg/L. (2 marks)
The reaction rate \(r\) in a chemical experiment is related to the substrate concentration \(S\) by the equation \(r = kS^2\), where \(k\) is a constant. If \(r = 4\) when \(S = 2\), find the value of \(k\). (2 marks)
A science laboratory technician plots the concentration of a chemical solution against its absorbance and obtains a straight line graph. If the equation of the line is \(y = 2x + 1\), where \(y\) is absorbance and \(x\) is concentration in mol/L, find the absorbance when the concentration is 3 mol/L. (4 marks)
A graph of enzyme activity against substrate concentration shows a curve that can be linearized by plotting the reciprocal of enzyme activity against the reciprocal of substrate concentration (Lineweaver-Burk plot). Explain why this transformation is useful in enzyme kinetics. (4 marks)
At the start of this chapter we promised you would be able to:
Tick each one you can genuinely do.
Sample simulation — try how the simulator works. A version built for this chapter's practical is coming.
Prepare Kenyan PilauLocked ▸Free: practical guides, quick cards, workplace scenarios and more.
Now — are you there yet?
You're competent when you can confidently do 50% or more of what this chapter promised.
Sign in to record how you're doing.