> For the complete documentation index, see [llms.txt](https://docs.rplpeptides.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rplpeptides.com/docs/glossary/chemical-terms/molecular-weight.md).

# Molecular Weight

## Definition

Molecular weight (MW) is the sum of the atomic weights of all atoms in a peptide molecule, expressed in Daltons (Da). It is a fundamental identifier used to confirm peptide identity by mass spectrometry.

## Overview

The molecular weight of a peptide is calculated from its amino acid sequence plus any chemical modifications. It is the primary parameter measured by mass spectrometry to confirm identity.

## Technical Explanation

**Average vs. Monoisotopic Mass:**

| Type              | Definition                                           | Use                |
| ----------------- | ---------------------------------------------------- | ------------------ |
| Average Mass      | Weighted average of all natural isotopes             | General reference  |
| Monoisotopic Mass | Mass using the most abundant isotope of each element | MS peak assignment |

**Calculation:** MW = Sum of residue masses + mass of terminal groups + mass of modifications

**Example:** For a peptide with sequence A-B-C:

* Sum individual amino acid residue masses (each residue mass = amino acid MW − 18 Da for water loss)
* Add H₂O at ends (18 Da)
* Add modification masses (if any)

**Impact of Counter-Ion:** The molecular weight reported is typically the peptide free base or peptide salt, depending on convention. Always verify which form is being reported.

## Importance in Peptide Documentation

Theoretical and experimental (MS-observed) molecular weights are compared on the COA to confirm identity. A match within ±0.5 Da confirms correct peptide synthesis and modification.

## Related Terms

* [Mass Spectrometry](/docs/glossary/analytical-terms/mass-spectrometry.md)
* [Identity](/docs/glossary/analytical-terms/identity.md)
* [Counter-Ion](/docs/glossary/chemical-terms/counter-ion.md)
* [Molecular Formula](/docs/glossary/chemical-terms/molecular-formula.md)

## Frequently Asked Questions

**Q: What is the molecular weight range of research peptides?** A: Most research peptides range from \~200 Da (dipeptides) to \~5000 Da (50-mers), though longer sequences are possible.

**Q: Why might observed and theoretical MW not match exactly?** A: Differences can indicate incorrect sequence, incomplete or excessive modifications, counter-ion presence, or adduct formation (sodium, potassium) during MS analysis.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rplpeptides.com/docs/glossary/chemical-terms/molecular-weight.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
