From 3e265a90df46126d86ab992afbb6d1dbee6dc103 Mon Sep 17 00:00:00 2001 From: eggy Date: Mon, 11 Apr 2022 10:21:17 -0400 Subject: [PATCH] chem: Add retrosynthesis --- docs/snc4mz.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/snc4mz.md b/docs/snc4mz.md index 1570c4d..8bea93d 100644 --- a/docs/snc4mz.md +++ b/docs/snc4mz.md @@ -696,6 +696,22 @@ $$\ce{nitrile ->[LiAlH4, ether, then acid] amine}$$ ### Retro-synthesis +Retro-synthesis is basically a language of math but for chem, with products on the left and reactants on the right. The bottom right contains initial reactant(s) and the top left contains the product(s). + +"A is made from B which is made from C": + +$$\ce{ +A => B react with alcohol using H2SO4 in reflux \\ +B => C +}$$ + + +!!! example + $$\ce{ + ethanoic acid => ethanol (react w/K2Cr2O7 in H+) \\ + ethanol => chloroethane (react w/warm dilute hydroxide) + }$$ + ### Simple polymers ### Polyesters and polyamides