This repository has been archived by the owner on Feb 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
leadingq.html
50 lines (44 loc) · 2.4 KB
/
leadingq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Leading Question - TfOH</title>
<link rel="stylesheet" type="text/css" href="mainlayout.css">
</head>
<body>
<center>
<div class="mainBody">
<div class="pageTitle">
<br>
<img src="images/title.png" alt="Anthony Sottile" title="Anthony Sottile">
</div>
<div class="contentBody">
<div class="imageleft">
<center>
<a href="index.html"><img src="images/home.png" alt="Home"></a><br><br>
<a href="nmr.html"><img src="images/nmr.png" alt="NMR"></a><br><br>
<a href="procedure.html"><img src="images/procedure.png" alt="Procedure"></a><br><br>
<a href="mechanism.html"><img src="images/mechanism.png" alt="Mechanism"></a><br><br>
<a href="reference.html"><img src="images/reference.png" alt="References"></a><br><br>
<a href="leadingq.html"><img src="images/leadingq.png" alt="Leading Question TfOH"></a><br><br>
<a href="aboutus.html"><img src="images/aboutus.png" alt="About Us"></a>
</center>
<div></div>
</div>
<div class="subtitle">
<img src="images/leadingqsub.png" alt="Leading Question - TfOH Catalysis">
<div></div>
</div>
<br><br>
TfOH or triflic acid (trifluoromethanesulfonic acid), is often used in organic synthesis as an acid catalyst. Having a pKa of about -15 it is considered a superacid and is among the strongest of acids. Its extreme acidity can be derived from the extreme amount of resonance between the sulfur and three oxygen atoms coupled with the extremely electron-withdrawing qualities of the fluorocarbon group. Triflic acid is also very effective because its conjugate base does not act as a nucleophile. Triflic acid is used in cyclization reactions either by protonating a multiple bond. This creates a carbocation which then reacts with a pi system similar to a Friedel-Crafts reaction. The subsequent product is then deprotonated, usually to re-establish an aromatic system. Below is an example reaction showing this concept.
<img src="images/resonance.png" alt="Triflic Resonance" width="100%">
<br><br>
Here is a sample reaction:
<br>
<img src="images/samplereaction.png" alt="Sample Reaction" width="100%">
<br><br>
</div>
</div>
</center>
</body>
</html>