Bbiochemtools

Michaelis-Menten Fitter

Paste your enzyme kinetics data and instantly get Km, Vmax, and R² with a fitted curve drawn through your points, the Lineweaver-Burk regression, done for you and shown step by step.

Vmax
,
Km
,
R² (fit quality)
,

your data   , fitted Michaelis-Menten curve. Dashed lines mark Vmax and Km (where v = ½Vmax).

How to find Km and Vmax from data

Raw enzyme data is a curve, which is hard to fit by eye, so the classic trick is to linearize it. Taking reciprocals of the Michaelis-Menten equation gives 1/v = (Km/Vmax)(1/[S]) + 1/Vmax, which is a straight line (the Lineweaver-Burk plot). Fit a line to your reciprocal points: the y-intercept is 1/Vmax, so Vmax = 1/intercept, and the slope is Km/Vmax, so Km = slope × Vmax. This tool does that regression for you and draws the resulting curve back over your original data so you can see how well it fits.

Method note: this uses the Lineweaver-Burk (double-reciprocal) linear fit, which is the standard textbook approach and shows its work clearly. It weights low-[S] points more heavily; for a publication you would use nonlinear regression, but for coursework and checking a lab this matches what you're taught.

Curious why this fitter uses reciprocals instead of fitting the curve directly? See Michaelis-Menten vs. Lineweaver-Burk: when to use each.

Related tools: Enzyme kinetics simulator · all biochem tools.

Worked example: fitting the default 6-point dataset

Using the data preloaded in the tool above, reciprocals of both columns give the Lineweaver-Burk points:

[S]v1/[S]1/v
0.5212.0000.0476
1341.0000.0294
2490.5000.0204
4670.2500.0149
8790.1250.0127
16900.06250.0111
Sum x (1/S) = 3.9375 Sum y (1/v) = 0.1361 Sum xy = 0.1409 Sum x² = 5.3320 n = 6 slope = (n·Σxy − Σx·Σy) / (n·Σx² − (Σx)²) = 0.0187 intercept = (Σy − slope·Σx) / n = 0.01038 Vmax = 1/intercept = 1/0.01038 = 96.3 Km = slope × Vmax = 0.0187 × 96.3 = 1.81 R² = 0.9992

This matches what the calculator above shows for the preloaded data: Vmax ≈ 96.3, Km ≈ 1.81, R² ≈ 0.9992. The R² this close to 1 means these six points sit almost exactly on a Michaelis-Menten curve, real lab data is rarely this clean, so expect a somewhat lower R² on your own measurements.

FAQ

What does Km actually mean?
The substrate concentration at which velocity is half of Vmax. Low Km ≈ high apparent affinity for the substrate; high Km ≈ the enzyme needs more substrate around to work near its max speed.

Why linearize instead of fitting the curve directly?
The raw v vs [S] curve is a hyperbola, hard to fit by eye or by hand. Reciprocals turn it into a straight line a simple linear regression can solve, the standard method taught in coursework, even though nonlinear regression is more accurate for publication data.

What's a good R² here?
Above ~0.98 is typical for clean data. A noticeably lower R² usually means measurement noise, or that the enzyme doesn't follow simple Michaelis-Menten kinetics (allosteric/cooperative enzymes give a sigmoidal curve instead).

Why does Lineweaver-Burk overweight low-substrate points?
A reciprocal exaggerates small numbers: a small error in v at low [S] becomes a large error in 1/v. That's a known weakness of the double-reciprocal method, labs preparing publication data often fit the untransformed curve with nonlinear regression instead.

I have Km and Vmax, what's next, kcat or kcat/Km?
Vmax depends on how much enzyme was in your assay, so it isn't directly comparable between experiments. Dividing by the total enzyme concentration gives kcat (turnover number, in s⁻¹), a property of one enzyme molecule. Going further, kcat/Km (the specificity constant) combines turnover speed with binding affinity into the single number most exam questions actually want when they ask how "efficient" an enzyme is. See the enzyme kinetics simulator for a live kcat/kcat-Km calculator built on exactly the Km and Vmax you just fit here.

Practice problems

1. Fit this data: (1, 10), (2, 17), (4, 25), (8, 32), (16, 36). Find Vmax, Km, and R².

Show answer
Lineweaver-Burk regression (1/v vs 1/[S], 5 points): slope = 0.07765 intercept = 0.02148 Vmax = 1/intercept = 46.56 µM/min Km = slope × Vmax = 0.07765 × 46.56 = 3.615 µM R² = 0.9983 Paste this data into the tool above to reproduce these exact numbers.

2. Fit this noisier data: (2, 15), (5, 28), (10, 38), (20, 45), (40, 50). Find Vmax, Km, and R².

Show answer
Vmax = 59.14 µM/min Km = 5.839 µM R² = 0.9988 Even points that don't sit perfectly on a smooth curve fit well here, R² this close to 1 still means the data follows Michaelis-Menten kinetics closely.