> For the complete documentation index, see [llms.txt](https://knowmayus.gitbook.io/chemistry/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowmayus.gitbook.io/chemistry/unit-1/development-of-periodic-table.md).

# Development Of Periodic Table

**J.W. Dobereiner ( 1780 - 1849 )**&#x20;

* Law of Triads ( 1817)

  * In groups of 3 --> Organized based on Atomic Weight & similar properties

**J.A.R.** **Newlands ( 1837-1898 )**&#x20;

* Law of Octaves ( 1865 )&#x20;
  * When organized by atomic weight, he noticed that elements have similar properties in 7 intervals. ( Octaves of 7 elements )

**Lothar Meyer ( 1864 )**&#x20;

* Organized 28 elements into 6 different families with having similar Physical & Chemical Properties.
* Used the Valence Electrons to help organize and keep the families maintained in a set pattern ( Not specified how )

**Dmitri Mendeleev ( 1834 - 1907 ) :**&#x20;

* Periodic Law (1869 )&#x20;
  * Elements were sorted by Atomic Weight
    * Similar Physical & chemical properties.
  * Able to predict existence & properties of other elements

**Henry Mosely ( 1887 - 1915 )**

* **Modern** Periodic Table ( 1913 )&#x20;
  * Arranged in order of increasing atomic number ( Z )&#x20;
    * Properties recurred periodically
*


---

# 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:

```
GET https://knowmayus.gitbook.io/chemistry/unit-1/development-of-periodic-table.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
