From 4647bdafb37a998870b0473f2adbe2baee3bb10d Mon Sep 17 00:00:00 2001 From: eggy Date: Mon, 11 Apr 2022 10:11:28 -0400 Subject: [PATCH] chem: Add reduction reactions --- docs/snc4mz.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/snc4mz.md b/docs/snc4mz.md index 827268e..1729803 100644 --- a/docs/snc4mz.md +++ b/docs/snc4mz.md @@ -669,6 +669,33 @@ $$\ce{R-X + C#N- -> R-C#N + X-}$$ ### Reduction reactions +**Hydride reagents** include $\ce{LiAlH4}$ and $\ce{NaBH4}$, the former of which requires ether because it reacts violently with water. Always use $\ce{LiAlH4}$ unless specified otherwise. + +**Aldehydes** can be reduced to **primary alcohols**. + +$$\ce{aldehyde ->[LiAlH4, ether, then acid] 1^\circ alcohol}$$ + +**Amides** can be reduced to their **amines**, reacting twice such that the O pops off. The name is a simple `amide.replace("amide", "amine")`. + +$$\ce{amide ->[LiAlH4, ether, then acid] amine}$$ + +**Carboxylic acids** can be reduced to **primary alcohols** with the $\ce{C=O}$ plopping off. + +$$\ce{carboxylic acid ->[LiAlH4, ether, then acid] 1^\circ alcohol}$$ + +**Esters** can be reduced to **two primary alcohols** with each alcohol keeping an O and gaining an H to make OH. + +$$\ce{ester ->[LiAlH4, ether, then acid] 1^\circ alcohol + 1^\circ alcohol}$$ + +**Nitriles** can be double reduced to **amines**. + +$$\ce{nitrile ->[LiAlH4, ether, then acid] amine}$$ + +!!! warning + $\ce{LiAlH4}$ is required for this reaction. + + + ### Retro-synthesis ### Simple polymers