**Topic:** clasiffy dental waxes explain properties and origin uses **Reference:** philps **Format/Marks:** 15 marks Give me a **BDS university-exam-oriented answer** according to the reference, in **very easy language**, following the format/marks I specify. Include **important headings, classifications, tables, examples, mnemonics, flowcharts, and simple hand-drawn-style diagrams** wherever useful, and generate **PNG flowcharts/diagrams** when they would help. End with **⭐ high-yield points, quick revision, likely viva questions, and the most important points to write in the exam**.
mkdir -p /tmp/workspace/dental-waxes && ls /tmp/workspace/dental-waxes/
python3 << 'EOF' import matplotlib.pyplot as plt import matplotlib.patches as mpatches from matplotlib.patches import FancyBboxPatch, FancyArrowPatch import matplotlib.patheffects as pe import numpy as np fig, ax = plt.subplots(figsize=(18, 14)) ax.set_xlim(0, 18) ax.set_ylim(0, 14) ax.axis('off') fig.patch.set_facecolor('#FFFDF5') def box(ax, x, y, w, h, text, facecolor, edgecolor='#333333', fontsize=10, bold=False, radius=0.3): fancy = FancyBboxPatch((x - w/2, y - h/2), w, h, boxstyle=f"round,pad=0.1,rounding_size={radius}", linewidth=1.5, edgecolor=edgecolor, facecolor=facecolor, zorder=3) ax.add_patch(fancy) weight = 'bold' if bold else 'normal' ax.text(x, y, text, ha='center', va='center', fontsize=fontsize, fontweight=weight, color='#1a1a1a', zorder=4, wrap=True, multialignment='center') def arrow(ax, x1, y1, x2, y2, color='#555555'): ax.annotate('', xy=(x2, y2), xytext=(x1, y1), arrowprops=dict(arrowstyle='->', color=color, lw=1.8)) # Title ax.text(9, 13.3, 'CLASSIFICATION OF DENTAL WAXES', ha='center', va='center', fontsize=16, fontweight='bold', color='white', bbox=dict(boxstyle='round,pad=0.5', facecolor='#2C5F8A', edgecolor='#1a3d5c', linewidth=2)) ax.text(9, 12.5, '(Phillips\' Science of Dental Materials)', ha='center', va='center', fontsize=11, fontstyle='italic', color='#555555') # Main node box(ax, 9, 11.5, 3.2, 0.75, 'DENTAL WAXES', '#2C5F8A', '#1a3d5c', fontsize=13, bold=True) # White text override ax.texts[-1].set_color('white') # 3 main branches branch_colors = ['#E8724A', '#4A9E6B', '#7B5EA7'] branches = ['PATTERN WAXES', 'PROCESSING WAXES', 'IMPRESSION WAXES'] bx = [3.5, 9, 14.5] by = [9.5, 9.5, 9.5] for i, (bname, bcolor, x, y) in enumerate(zip(branches, branch_colors, bx, by)): arrow(ax, 9, 11.1, x, y+0.38, color='#888888') box(ax, x, y, 3.0, 0.75, bname, bcolor, bold=True, fontsize=10) ax.texts[-1].set_color('white') # Pattern wax children pattern_children = [ ('Inlay Wax\n(Type I-Direct,\nType II-Indirect)', '#F5C8B8'), ('Casting Wax\n(Thin sheets,\npartial dentures)', '#F5C8B8'), ('Baseplate Wax\n(Record rims,\ndenture bases)', '#F5C8B8'), ] px = [1.0, 3.5, 6.0] py = [7.2, 7.2, 7.2] for i, (txt, col) in enumerate(pattern_children): arrow(ax, bx[0], by[0]-0.38, px[i], py[i]+0.55, color='#E8724A') box(ax, px[i], py[i], 2.2, 1.1, txt, col, '#E8724A', fontsize=8.5) # Processing wax children proc_children = [ ('Boxing Wax\n(Pour impressions)', '#C8E6C9'), ('Utility Wax\n(Periphery wax;\nsoft, pliable)', '#C8E6C9'), ('Sticky Wax\n(Broken parts;\nhard & brittle)', '#C8E6C9'), ] px2 = [7.3, 9.0, 10.7] py2 = [7.2, 7.2, 7.2] for i, (txt, col) in enumerate(proc_children): arrow(ax, bx[1], by[1]-0.38, px2[i], py2[i]+0.55, color='#4A9E6B') box(ax, px2[i], py2[i], 2.2, 1.1, txt, col, '#4A9E6B', fontsize=8.5) # Impression wax children imp_children = [ ('Corrective\nImpression Wax\n(Low-fusing)', '#D9C8F0'), ('Bite\nRegistration Wax\n(Records occlusion)', '#D9C8F0'), ] px3 = [13.3, 15.7] py3 = [7.2, 7.2] for i, (txt, col) in enumerate(imp_children): arrow(ax, bx[2], by[2]-0.38, px3[i], py3[i]+0.55, color='#7B5EA7') box(ax, px3[i], py3[i], 2.5, 1.1, txt, col, '#7B5EA7', fontsize=8.5) # Origin section ax.text(9, 5.8, 'ORIGIN OF DENTAL WAXES', ha='center', va='center', fontsize=13, fontweight='bold', color='white', bbox=dict(boxstyle='round,pad=0.4', facecolor='#5B4A3F', edgecolor='#3a2e28', linewidth=2)) origin_data = [ ('🌿 NATURAL\nWAXES', '#FFF3CD', '#8B6914', 'Mineral: Paraffin, Ceresin, Ozokerite\nAnimal: Beeswax, Spermaceti\nVegetable: Carnauba, Candelilla, Ouricury'), ('🧪 SYNTHETIC\nWAXES', '#D1ECF1', '#0C5460', 'Polyethylene wax\nFischer-Tropsch wax\nChloronaphthalene wax\nHydrocarbon resins'), ('🏭 WAXES WITH\nADDITIVES', '#F8D7DA', '#721C24', 'Gum dammar, Gum acacia\nTurpentine, Rosin\nColorants & pigments\nFatty acids & esters'), ] ox = [3.2, 9, 14.8] for i, (title, fc, ec, desc) in enumerate(origin_data): box(ax, ox[i], 4.3, 4.5, 2.0, f'{title}\n{desc}', fc, ec, fontsize=8.2) # Footer note ax.text(9, 0.5, 'Mnemonic: "P-P-I" → Pattern | Processing | Impression', ha='center', va='center', fontsize=11, fontweight='bold', color='#2C5F8A', bbox=dict(boxstyle='round,pad=0.35', facecolor='#EEF4FF', edgecolor='#2C5F8A', linewidth=1.5)) plt.tight_layout() plt.savefig('/tmp/workspace/dental-waxes/classification_flowchart.png', dpi=150, bbox_inches='tight', facecolor='#FFFDF5') plt.close() print("Saved classification_flowchart.png") EOF
python3 << 'EOF' import matplotlib.pyplot as plt import matplotlib.patches as mpatches from matplotlib.patches import FancyBboxPatch import numpy as np fig, axes = plt.subplots(1, 2, figsize=(18, 11)) fig.patch.set_facecolor('#FFFDF5') # ===== LEFT: Properties of Dental Waxes ===== ax = axes[0] ax.set_xlim(0, 10) ax.set_ylim(0, 14) ax.axis('off') ax.set_facecolor('#FFFDF5') ax.text(5, 13.4, 'PROPERTIES OF DENTAL WAXES', ha='center', va='center', fontsize=13, fontweight='bold', color='white', bbox=dict(boxstyle='round,pad=0.45', facecolor='#2C5F8A', edgecolor='#1a3d5c', linewidth=2)) props = [ ('1. THERMAL EXPANSION', '#FDECEA', '#C0392B', '- Waxes expand on heating\n- Coefficient: ~350 x10⁻⁶/°C\n (highest among dental materials)\n- Causes inaccuracy in castings\n- Compensated by investment expansion'), ('2. FLOW / PLASTICITY', '#FFF9E6', '#D4860A', '- Ability to deform under stress\n- Inlay wax: <1% flow at 23°C\n (Type I); <0.1% at room temp\n- Flow increases rapidly with temp\n- Desirable during pattern making'), ('3. RESIDUAL STRESS\n (Elastic Memory)', '#E8F5E9', '#2E7D32', '- Wax "remembers" prior shape\n- Distortion occurs on storage\n- Cause: internal stress during\n rapid cooling of wax pattern\n- Release by slow cooling or\n heating/reheating cycles'), ('4. THERMAL CONDUCTIVITY', '#E3F2FD', '#1565C0', '- Poor thermal conductors\n- Patient does not feel discomfort\n- Rapid surface cooling traps\n internal stresses (problem!)'), ('5. DUCTILITY &\n BRITTLENESS', '#F3E5F5', '#6A1B9A', '- Brittle at room temperature\n- Ductile near melting point\n- Thin patterns crack if handled\n carelessly at room temp'), ('6. SURFACE DETAIL\n REPRODUCTION', '#E0F7FA', '#00695C', '- Excellent reproduction at\n working temperature\n- ADA Spec No. 4 requires\n accurate surface detail\n- Smooth surface needed for\n accurate casting'), ('7. VAPORISATION\n (Burnout)', '#FFF3E0', '#E65100', '- Must burn out completely\n- Should leave no ash residue\n- Tested at 500°C - 600°C\n- Incompletely burned wax\n causes porous castings'), ] y_positions = [12.2, 10.7, 9.0, 7.5, 6.1, 4.6, 3.0] for (title, fc, ec, desc), y in zip(props, y_positions): fancy = FancyBboxPatch((0.2, y-0.55), 9.6, 1.2, boxstyle="round,pad=0.08,rounding_size=0.2", linewidth=1.5, edgecolor=ec, facecolor=fc, zorder=3) ax.add_patch(fancy) # title rect fancy2 = FancyBboxPatch((0.2, y+0.25), 9.6, 0.45, boxstyle="round,pad=0.05,rounding_size=0.15", linewidth=0, edgecolor=ec, facecolor=ec, zorder=4) ax.add_patch(fancy2) ax.text(5, y+0.47, title, ha='center', va='center', fontsize=8.5, fontweight='bold', color='white', zorder=5) ax.text(0.45, y-0.08, desc, ha='left', va='center', fontsize=7.8, color='#1a1a1a', zorder=5) # ===== RIGHT: Uses Table as visual ===== ax2 = axes[1] ax2.set_xlim(0, 10) ax2.set_ylim(0, 14) ax2.axis('off') ax2.set_facecolor('#FFFDF5') ax2.text(5, 13.4, 'USES OF DENTAL WAXES', ha='center', va='center', fontsize=13, fontweight='bold', color='white', bbox=dict(boxstyle='round,pad=0.45', facecolor='#4A7C59', edgecolor='#2d5c3d', linewidth=2)) uses_data = [ ('INLAY WAX', '#FDECEA', '#C0392B', 'Direct & indirect technique\nFabrication of inlays, onlays,\ncrowns and fixed partial dentures\n(Lost wax technique)'), ('CASTING WAX', '#FFF9E6', '#D4860A', 'Fabrication of metal frameworks\nfor removable partial dentures\nSheet wax - 0.3 to 0.5 mm thick'), ('BASEPLATE WAX', '#E8F5E9', '#2E7D32', 'Construction of record bases\nOcclusal rims for jaw relation\nTrial denture bases\nProvisional restorations'), ('BOXING WAX', '#E3F2FD', '#1565C0', 'Creating a box around impression\nPouring of dental stone/plaster\nContains cast to standard shape\nPreserves borders of impression'), ('UTILITY WAX', '#F3E5F5', '#6A1B9A', 'Periphery / tray border extension\nBleeder holes, wire holders\nModifying custom trays\nOrthod. bracket protection'), ('STICKY WAX', '#E0F7FA', '#00695C', 'Joining broken parts temporarily\nRelating casts to articulators\nAssembling fragile appliances\nHard & brittle - low temp fusion'), ('CORRECTIVE\nIMPRESSION WAX', '#FFF3E0', '#E65100', 'Secondary impression over copper\nband or functional impression\nCopper band wax impression\nLow fusing; flows easily'), ('BITE REGISTRATION\nWAX', '#F8F4FF', '#5B4A9E', 'Recording centric occlusion\nHorse-shoe shape sheet wax\nRecording jaw relations\nHigh-fusing type'), ] y2_pos = [12.2, 10.85, 9.5, 8.15, 6.8, 5.45, 4.0, 2.5] for (title, fc, ec, desc), y in zip(uses_data, y2_pos): fancy = FancyBboxPatch((0.2, y-0.5), 9.6, 1.1, boxstyle="round,pad=0.08,rounding_size=0.18", linewidth=1.5, edgecolor=ec, facecolor=fc, zorder=3) ax2.add_patch(fancy) fancy2 = FancyBboxPatch((0.2, y+0.25), 9.6, 0.38, boxstyle="round,pad=0.05,rounding_size=0.12", linewidth=0, edgecolor=ec, facecolor=ec, zorder=4) ax2.add_patch(fancy2) ax2.text(5, y+0.44, title, ha='center', va='center', fontsize=8.3, fontweight='bold', color='white', zorder=5) ax2.text(0.45, y-0.05, desc, ha='left', va='center', fontsize=7.7, color='#1a1a1a', zorder=5) plt.tight_layout(pad=1.5) plt.savefig('/tmp/workspace/dental-waxes/properties_uses.png', dpi=150, bbox_inches='tight', facecolor='#FFFDF5') plt.close() print("Saved properties_uses.png") EOF
"Dental waxes are mixtures of natural and/or synthetic wax-like substances which at room temperature are solid, but become soft and malleable on gentle warming."
- Phillips' Science of Dental Materials

| P | P | I |
|---|---|---|
| Pattern Waxes | Processing Waxes | Impression Waxes |
| Category | Type | Example | ADA Spec. |
|---|---|---|---|
| Pattern Waxes | Inlay wax | Type I (Direct), Type II (Indirect) | No. 4 |
| Casting wax | Sheet casting wax | No. 4 | |
| Baseplate wax | Hard, Medium, Soft grades | No. 24 | |
| Processing Waxes | Boxing wax | Periphery boxing | - |
| Utility wax | Periphery / tray wax | - | |
| Sticky wax | Shellac + beeswax blend | - | |
| Impression Waxes | Corrective impression wax | Korecta-wax, Iowa wax | No. 18 |
| Bite registration wax | Aluwax, Delar wax | - |
| Wax | Source | Melting Point | Key Use |
|---|---|---|---|
| Paraffin wax | Petroleum distillation | 42-68°C | Base of most dental waxes |
| Ceresin | Purified ozokerite | 61-78°C | Replaces beeswax |
| Ozokerite | Earth/fossil wax | 55-80°C | Added to baseplate wax |
| Microcrystalline wax | Petroleum residue | 60-90°C | Improves flexibility |
| Wax | Source | Melting Point | Key Use |
|---|---|---|---|
| Beeswax | Honeycomb of bees | 63-70°C | Sticky wax; softens other waxes |
| Spermaceti | Sperm whale oil | 42-47°C | Smooth texture; largely obsolete |
| Wax | Source | Melting Point | Key Use |
|---|---|---|---|
| Carnauba wax | Copernicia cerifera palm | 84-91°C | Raises melting point of mixture |
| Candelilla wax | Euphorbia plant | 67-79°C | Alternative to carnauba |
| Ouricury wax | Brazilian palm | 79-84°C | Similar to carnauba |
Exam Tip: Carnauba wax has the HIGHEST melting point among vegetable waxes. It is added to RAISE the melting point and REDUCE flow of the wax mixture.
Synthetic waxes provide more uniform properties and better control of flow.
| Additive | Purpose |
|---|---|
| Gum dammar / Rosin | Improve surface hardness |
| Turpentine | Modify plasticity |
| Fats / fatty acids | Smooth texture |
| Colorants | Identification of wax type |

Clinical Relevance: A wax inlay pattern expanded at oral temperature (37°C) vs. room temperature can cause inaccurate castings.
Flow = % deformation under load for 10 minutes at set temperature
ADA Spec No. 4 for Inlay Wax:
- Type I (Direct): ≤ 1.0% flow at 37°C
≥ 70% flow at 45°C
- Type II (Indirect): ≤ 0.6% flow at 37°C
| Feature | Details |
|---|---|
| Composition | Paraffin (60%), carnauba, ceresin, beeswax |
| ADA Spec | No. 4 |
| Types | Type I - Direct technique (harder, higher flow at 37°C) |
| Type II - Indirect technique (softer) | |
| Colors | Blue, green (easy to see contrast on die) |
| Uses | Wax pattern for inlays, onlays, crowns, bridges (Lost wax technique) |
| Key Property | Low flow at 37°C to prevent distortion in mouth |
| Feature | Details |
|---|---|
| Forms | Sheets (0.3-0.5 mm thick), wires, half-round shapes |
| Composition | Paraffin, carnauba, ceresin |
| Uses | Metal framework wax patterns for removable partial dentures |
| ADA Spec | No. 4 |
| Feature | Details |
|---|---|
| Composition | Paraffin (75-80%), carnauba, beeswax, ceresin |
| Grades | Soft (tropical), Medium (normal), Hard |
| ADA Spec | No. 24 |
| Uses | - Occlusal rims / record bases |
| - Trial denture bases | |
| - Establishing jaw relations | |
| - Provisional restorations | |
| Colors | Pink (mimics gingival color for esthetics) |
| Feature | Details |
|---|---|
| Form | Thin strip, ~150 mm x 38 mm |
| Composition | Soft, low-fusing wax |
| Uses | Creating walls ("box") around impression before pouring stone |
| Purpose | Standardize shape and height of cast, preserve borders |
| Feature | Details |
|---|---|
| Composition | Petrolatum, beeswax, soft pliable mixture |
| Form | Rope/stick form |
| Uses | - Extending tray borders |
| - Orthodontic bracket protection | |
| - Modifying trays for comfort | |
| Key Property | Very soft and pliable at room temperature |
| Feature | Details |
|---|---|
| Composition | Beeswax + shellac (or rosin) |
| Melting Point | ~65-70°C |
| Property | Hard & brittle at room temp; very sticky when melted |
| Uses | - Reassembling broken parts |
| - Relating casts to articulators | |
| - Joining metal parts temporarily | |
| Important | Should not be used near soft tissues (burns) |
| Feature | Details |
|---|---|
| Composition | Low-fusing wax blends |
| ADA Spec | No. 18 |
| Flow | Very high flow at body temperature |
| Uses | - Wash impression over copper bands |
| - Functional (mucocompressive) impressions | |
| - Secondary wash impressions for edentulous cases | |
| Examples | Korecta-Wax No. 4, Iowa Wax |
| Feature | Details |
|---|---|
| Form | Horseshoe-shaped sheet or strips |
| Composition | Aluminum-reinforced wax (Aluwax), or beeswax-based |
| Property | Relatively rigid; low flow after recording |
| Uses | - Recording centric occlusion |
| - Recording eccentric jaw relations | |
| - Transferring casts to articulator | |
| Examples | Aluwax, Delar wax, Beauty-Pink Baseplate Wax |
┌─────────────────────────────────────────────────────────┐
│ KEY NUMBERS TO REMEMBER │
├────────────────────────┬────────────────────────────────┤
│ Inlay wax (Type I) │ ≤ 1% flow at 37°C │
│ Inlay wax (Type I) │ ≥ 70% flow at 45°C │
│ Inlay wax (Type II) │ ≤ 0.6% flow at 37°C │
│ Thermal expansion │ 250-450 × 10⁻⁶ /°C │
│ Burnout temperature │ 500-600°C │
│ Baseplate wax ADA │ Specification No. 24 │
│ Inlay/Casting wax ADA │ Specification No. 4 │
│ Corrective imp. wax │ Specification No. 18 │
│ Carnauba melting pt │ 84-91°C (highest vegetable wax) │
│ Paraffin melting pt │ 42-68°C │
└────────────────────────┴────────────────────────────────┘
Pattern waxes, Processing waxes, Impression waxes
Inlay + Casting + Baseplate
Boxing + Utility + Sticky
Corrective impression + Bite registration
Mineral + Animal + Synthetic/vegetable
Thermal expansion Elastic memory Residual stress Residue (burnout) Adhesion (sticky) Flow Odor-free Reproduction of detail Melting point
| Feature | Pattern | Processing | Impression |
|---|---|---|---|
| Purpose | Make wax pattern for casting | Assist laboratory/clinical procedures | Record tissue/occlusal forms |
| Accuracy | Highest required | Moderate | Highest required |
| Flow | Controlled, low at 37°C | High (utility), low (sticky) | High at body temp |
| Burnout | Complete, no residue | Not cast | Not cast |
| Examples | Inlay, Casting, Baseplate | Boxing, Utility, Sticky | Corrective, Bite reg. |
| Question | Answer (1 line) |
|---|---|
| What is the base of all dental waxes? | Paraffin wax |
| Which wax has highest melting point? | Carnauba wax (84-91°C) |
| What is ADA Spec for inlay wax? | No. 4 |
| What is ADA Spec for baseplate wax? | No. 24 |
| What is flow of Type I inlay wax at 37°C? | ≤ 1% |
| Why are wax patterns distorted? | Residual/internal stress (elastic memory) |
| What is Aluwax used for? | Bite registration |
| What is utility wax also called? | Periphery wax / tray border wax |
| Why add carnauba to dental wax? | Raises melting point, reduces flow |
| What is sticky wax made of? | Beeswax + shellac (or rosin) |
| What temperature is wax burned out? | 500-600°C |
| What is the source of beeswax? | Honeycomb of bees |
Reference: Phillips' Science of Dental Materials (Anusavice KJ, Shen C, Rawls HR) - Chapter on Dental Waxes
Explain properties origin uses and advantages of inlay casting wax
mkdir -p /tmp/workspace/inlay-wax && python3 << 'EOF' import matplotlib.pyplot as plt import matplotlib.patches as mpatches from matplotlib.patches import FancyBboxPatch import numpy as np # ===== DIAGRAM 1: Composition / Origin of Inlay Casting Wax ===== fig, ax = plt.subplots(figsize=(16, 10)) ax.set_xlim(0, 16) ax.set_ylim(0, 10) ax.axis('off') fig.patch.set_facecolor('#FFFDF5') def rbox(ax, x, y, w, h, title, body, fc, ec, title_fc=None, fs_title=9.5, fs_body=8.5): if title_fc is None: title_fc = ec fancy = FancyBboxPatch((x-w/2, y-h/2), w, h, boxstyle="round,pad=0.1,rounding_size=0.2", linewidth=2, edgecolor=ec, facecolor=fc, zorder=3) ax.add_patch(fancy) title_h = 0.52 fancy2 = FancyBboxPatch((x-w/2, y+h/2-title_h), w, title_h, boxstyle="round,pad=0.05,rounding_size=0.15", linewidth=0, facecolor=title_fc, zorder=4) ax.add_patch(fancy2) ax.text(x, y+h/2-title_h/2, title, ha='center', va='center', fontsize=fs_title, fontweight='bold', color='white', zorder=5) ax.text(x, y-h/2+0.25+(h-title_h)/2-0.1, body, ha='center', va='center', fontsize=fs_body, color='#1a1a1a', zorder=5, multialignment='center') # Title ax.text(8, 9.5, 'COMPOSITION & ORIGIN OF INLAY CASTING WAX', ha='center', va='center', fontsize=15, fontweight='bold', color='white', bbox=dict(boxstyle='round,pad=0.5', facecolor='#8B1A1A', edgecolor='#5c0f0f', linewidth=2)) ax.text(8, 8.85, '(ADA Specification No. 4 | Phillips\' Science of Dental Materials)', ha='center', va='center', fontsize=10, fontstyle='italic', color='#666666') # Central node fancy_c = FancyBboxPatch((6.2, 7.7), 3.6, 0.8, boxstyle="round,pad=0.1,rounding_size=0.25", linewidth=2.5, edgecolor='#8B1A1A', facecolor='#8B1A1A', zorder=3) ax.add_patch(fancy_c) ax.text(8, 8.1, 'INLAY CASTING WAX', ha='center', va='center', fontsize=12, fontweight='bold', color='white', zorder=4) # Arrow down ax.annotate('', xy=(8, 7.65), xytext=(8, 7.7), arrowprops=dict(arrowstyle='->', color='#888', lw=1.5)) # 4 components comp_data = [ (2.2, 6.2, 'PARAFFIN WAX\n(Major Component)', '60-75% of mixture\nMelting pt: 42-68°C\nPetroleum distillation\nGives basic plasticity\nEasy to carve at 37°C', '#FFF8E1', '#D4860A'), (6.0, 6.2, 'CARNAUBA WAX\n(Hardener)', 'Vegetable origin\nCopernicia cerifera palm\nMelting pt: 84-91°C\nRaises melting point\nReduces flow at 37°C', '#E8F5E9', '#2E7D32'), (10.0, 6.2, 'CERESIN\n(Stabilizer)', 'Purified ozokerite\nMineral/fossil origin\nMelting pt: 61-78°C\nReplaces beeswax\nImproves uniformity', '#E3F2FD', '#1565C0'), (13.8, 6.2, 'BEESWAX\n(Plasticizer)', 'Animal origin (bees)\nMelting pt: 63-70°C\nImproves cohesion\nAdds pliability\nOld formulations', '#F3E5F5', '#6A1B9A'), ] for (x, y, title, body, fc, ec) in comp_data: rbox(ax, x, y, 3.5, 2.4, title, body, fc, ec) # arrow from central node ax.annotate('', xy=(x, y+1.2), xytext=(8, 7.7), arrowprops=dict(arrowstyle='->', color='#aaa', lw=1.4)) # Bottom note ax.text(8, 0.7, 'Mnemonic for composition: "P C C B" = Paraffin + Carnauba + Ceresin + Beeswax', ha='center', va='center', fontsize=11, fontweight='bold', color='#8B1A1A', bbox=dict(boxstyle='round,pad=0.4', facecolor='#FFF0F0', edgecolor='#8B1A1A', linewidth=1.8)) ax.text(8, 0.2, 'Minor additives: synthetic waxes (polyethylene), gum dammar, rosin, colorants (blue/green/purple)', ha='center', va='center', fontsize=9, color='#444444', bbox=dict(boxstyle='round,pad=0.3', facecolor='#F5F5F5', edgecolor='#aaa', linewidth=1)) plt.tight_layout() plt.savefig('/tmp/workspace/inlay-wax/composition.png', dpi=150, bbox_inches='tight', facecolor='#FFFDF5') plt.close() print("composition.png saved") EOF
python3 << 'EOF' import matplotlib.pyplot as plt from matplotlib.patches import FancyBboxPatch, FancyArrowPatch import matplotlib.patheffects as pe import numpy as np fig, axes = plt.subplots(1, 2, figsize=(20, 13)) fig.patch.set_facecolor('#FFFDF5') # ========== LEFT: Properties ========== ax = axes[0] ax.set_xlim(0, 10) ax.set_ylim(0, 14) ax.axis('off') ax.set_facecolor('#FFFDF5') ax.text(5, 13.5, 'PROPERTIES OF INLAY CASTING WAX', ha='center', va='center', fontsize=13, fontweight='bold', color='white', bbox=dict(boxstyle='round,pad=0.45', facecolor='#8B1A1A', edgecolor='#5c0f0f', linewidth=2)) props = [ ('1. FLOW (Most Important)', '#FFF8E1', '#D4860A', 'Deformation under stress at given temp & time\n' 'Type I (Direct): < 1.0% at 37°C; > 70% at 45°C\n' 'Type II (Indirect): < 0.6% at 37°C\n' 'Tested: load applied for 10 minutes\n' 'LOW flow at 37°C = pattern stays stable in mouth\n' 'HIGH flow at 45°C = adapts to cavity preparation'), ('2. THERMAL EXPANSION', '#FDECEA', '#C0392B', 'Coefficient: ~350 x 10⁻⁶ per °C\n' 'Highest among all dental materials\n' 'Pattern expands at oral temp (37°C) vs room temp\n' 'Leads to INACCURACY in castings\n' 'Compensated by investment expansion'), ('3. RESIDUAL / INTERNAL STRESS\n (Elastic Memory)', '#E8F5E9', '#2E7D32', 'Rapid cooling "locks in" internal stresses\n' 'Released on storage or reheating -> DISTORTION\n' 'Avoid by: slow uniform cooling, single-temp bath\n' 'Store in cool, stable environment\n' 'Do NOT store in extreme temperatures'), ('4. SURFACE DETAIL\n REPRODUCTION', '#E3F2FD', '#1565C0', 'Must reproduce fine cavity preparation details\n' 'Tested by ADA Spec No. 4\n' 'Superior at working temperature\n' 'Smooth, glossy surface desired'), ('5. VAPORIZATION (Burnout)', '#F3E5F5', '#6A1B9A', 'Must burn out COMPLETELY at 500-600°C\n' 'Zero ash / carbonaceous residue allowed\n' 'Residue -> porosity in final casting\n' 'ADA requirement: max 0.10% ash residue'), ('6. THERMAL CONDUCTIVITY', '#FFF3E0', '#E65100', 'POOR thermal conductor\n' 'Surface cools rapidly; core stays hot\n' 'Disadvantage: creates uneven stress gradient\n' 'Advantage: comfortable to handle'), ('7. DUCTILITY / HARDNESS', '#E0F7FA', '#00695C', 'Brittle at room temperature\n' 'Ductile near softening/melting point\n' 'Thin patterns can fracture if mishandled\n' 'Carnauba improves hardness at room temp'), ('8. ODOR & COLOR', '#FCE4EC', '#880E4F', 'Should be free from disagreeable odor\n' 'Available: blue, green, purple, red\n' 'Contrasts with cream/ivory die material\n' 'Color aids in carving fine margins'), ] y_positions = [12.5, 11.1, 9.55, 8.3, 7.05, 5.85, 4.65, 3.5] h_vals = [1.3, 1.2, 1.45, 1.0, 1.0, 1.0, 1.0, 1.0] for (title, fc, ec, desc), y, h in zip(props, y_positions, h_vals): fancy = FancyBboxPatch((0.15, y-h/2), 9.7, h, boxstyle="round,pad=0.08,rounding_size=0.18", linewidth=1.5, edgecolor=ec, facecolor=fc, zorder=3) ax.add_patch(fancy) fancy2 = FancyBboxPatch((0.15, y+h/2-0.4), 9.7, 0.4, boxstyle="round,pad=0.05,rounding_size=0.12", linewidth=0, facecolor=ec, zorder=4) ax.add_patch(fancy2) ax.text(5, y+h/2-0.2, title, ha='center', va='center', fontsize=8.8, fontweight='bold', color='white', zorder=5) ax.text(0.4, y-h/2+0.12+(h-0.4)/2-0.08, desc, ha='left', va='center', fontsize=7.6, color='#1a1a1a', zorder=5, multialignment='left') ax.text(5, 0.35, 'KEY NUMBERS: Flow Type I <1% at 37°C, >70% at 45°C | Burnout: 500-600°C | ADA Spec No. 4', ha='center', va='center', fontsize=8.5, fontweight='bold', color='#8B1A1A', bbox=dict(boxstyle='round,pad=0.3', facecolor='#FFF0F0', edgecolor='#8B1A1A', linewidth=1.5)) # ========== RIGHT: Uses + Advantages ========== ax2 = axes[1] ax2.set_xlim(0, 10) ax2.set_ylim(0, 14) ax2.axis('off') ax2.set_facecolor('#FFFDF5') ax2.text(5, 13.5, 'USES & ADVANTAGES OF INLAY CASTING WAX', ha='center', va='center', fontsize=13, fontweight='bold', color='white', bbox=dict(boxstyle='round,pad=0.45', facecolor='#1A5276', edgecolor='#0d2e45', linewidth=2)) # USES section header ax2.text(5, 12.8, 'A. USES', ha='center', va='center', fontsize=11, fontweight='bold', color='white', bbox=dict(boxstyle='round,pad=0.3', facecolor='#2874A6', edgecolor='#1a5276', linewidth=1.5)) uses = [ ('INLAYS & ONLAYS', '#E3F2FD', '#1565C0', 'Direct: wax pattern made in mouth on prepared tooth\nIndirect: wax pattern made on die outside mouth'), ('CROWNS (Full / Partial)', '#E8F5E9', '#2E7D32', 'Wax pattern for complete and partial metal crowns\nPrecise marginal adaptation critical'), ('FIXED PARTIAL DENTURES\n(Bridges)', '#FFF8E1', '#D4860A', 'Multi-unit FPD wax patterns\nSegmented or one-piece technique\nLost wax technique (cire perdue)'), ('METAL FRAMEWORKS (RPD)', '#F3E5F5', '#6A1B9A', 'Casting wax (sheet form 0.3-0.5 mm)\nMajor and minor connectors\nRest seats, clasps, retentive elements'), ('SPECIAL USES', '#FFF3E0', '#E65100', 'Study of occlusion on articulator\nDiagnostic wax-up\nImplant abutment patterns'), ] uy = [12.05, 11.05, 9.85, 8.6, 7.55] uh = [0.9, 0.9, 1.1, 0.9, 0.9] for (title, fc, ec, desc), y, h in zip(uses, uy, uh): fancy = FancyBboxPatch((0.15, y-h/2), 9.7, h, boxstyle="round,pad=0.08,rounding_size=0.18", linewidth=1.5, edgecolor=ec, facecolor=fc, zorder=3) ax2.add_patch(fancy) fancy2 = FancyBboxPatch((0.15, y+h/2-0.38), 9.7, 0.38, boxstyle="round,pad=0.05,rounding_size=0.12", linewidth=0, facecolor=ec, zorder=4) ax2.add_patch(fancy2) ax2.text(5, y+h/2-0.19, title, ha='center', va='center', fontsize=8.5, fontweight='bold', color='white', zorder=5) ax2.text(0.4, y-h/2+0.12+(h-0.38)/2-0.08, desc, ha='left', va='center', fontsize=7.8, color='#1a1a1a', zorder=5, multialignment='left') # Advantages section ax2.text(5, 6.7, 'B. ADVANTAGES', ha='center', va='center', fontsize=11, fontweight='bold', color='white', bbox=dict(boxstyle='round,pad=0.3', facecolor='#1A7A4A', edgecolor='#0d4d2e', linewidth=1.5)) adv = [ ('Easy to carve & manipulate', '#E8F5E9', '#2E7D32', 'Softens easily with gentle heat\nCan be added or removed at will\nExcellent carving characteristics'), ('Excellent surface reproduction', '#E3F2FD', '#1565C0', 'Reproduces fine margin detail\nGlossy surface reflects preparation margins\nBetter than most other pattern materials'), ('Dimensionally accurate', '#FFF8E1', '#D4860A', 'Low flow at mouth temperature\nRemains stable after carving\nType II: even lower flow for indirect'), ('Complete burnout', '#FFF3E0', '#E65100', 'Burns completely; leaves no residue\nNo interference with casting quality\nPerfect for lost wax technique'), ('Wide availability & low cost', '#F3E5F5', '#6A1B9A', 'Available as sticks and in Kerr cartridges\nInexpensive, widely stocked\nMultiple colors for easy identification'), ] ay_pos = [5.95, 4.95, 3.9, 2.9, 1.9] for (title, fc, ec, desc), y in zip(adv, ay_pos): fancy = FancyBboxPatch((0.15, y-0.42), 9.7, 0.84, boxstyle="round,pad=0.08,rounding_size=0.18", linewidth=1.5, edgecolor=ec, facecolor=fc, zorder=3) ax2.add_patch(fancy) fancy2 = FancyBboxPatch((0.15, y+0.1), 9.7, 0.35, boxstyle="round,pad=0.05,rounding_size=0.12", linewidth=0, facecolor=ec, zorder=4) ax2.add_patch(fancy2) ax2.text(5, y+0.28, title, ha='center', va='center', fontsize=8.5, fontweight='bold', color='white', zorder=5) ax2.text(0.4, y-0.15, desc, ha='left', va='center', fontsize=7.5, color='#1a1a1a', zorder=5, multialignment='left') ax2.text(5, 0.35, 'Limitation: Distortion from residual stress | High thermal expansion | Cannot be re-used', ha='center', va='center', fontsize=8.3, color='#8B1A1A', fontweight='bold', bbox=dict(boxstyle='round,pad=0.3', facecolor='#FFF0F0', edgecolor='#8B1A1A', linewidth=1.5)) plt.tight_layout(pad=1.5) plt.savefig('/tmp/workspace/inlay-wax/properties_uses_adv.png', dpi=150, bbox_inches='tight', facecolor='#FFFDF5') plt.close() print("properties_uses_adv.png saved") EOF
python3 << 'EOF' import matplotlib.pyplot as plt import matplotlib.patches as mpatches from matplotlib.patches import FancyBboxPatch import matplotlib.patheffects as pe import numpy as np # ===== DIAGRAM: Direct vs Indirect Technique + Lost Wax Technique Flowchart ===== fig, axes = plt.subplots(1, 2, figsize=(20, 10)) fig.patch.set_facecolor('#FFFDF5') # ===== LEFT: Type I vs Type II comparison ===== ax = axes[0] ax.set_xlim(0, 10) ax.set_ylim(0, 12) ax.axis('off') ax.set_facecolor('#FFFDF5') ax.text(5, 11.5, 'INLAY WAX: TYPE I vs TYPE II', ha='center', va='center', fontsize=13, fontweight='bold', color='white', bbox=dict(boxstyle='round,pad=0.45', facecolor='#6D3B47', edgecolor='#4a1e2b', linewidth=2)) # Header row for x, label, col in [(2.5, 'TYPE I\n(Direct)', '#C0392B'), (7.5, 'TYPE II\n(Indirect)', '#1565C0')]: fancy = FancyBboxPatch((x-2.3, 10.2), 4.6, 1.0, boxstyle="round,pad=0.1", linewidth=2, edgecolor=col, facecolor=col, zorder=3) ax.add_patch(fancy) ax.text(x, 10.72, label, ha='center', va='center', fontsize=12, fontweight='bold', color='white', zorder=4) rows = [ ('Technique', 'Used in mouth\n(directly on prepared tooth)', 'Used on die\n(outside mouth)'), ('Flow at 37°C', '< 1.0% (ADA Spec No. 4)', '< 0.6% (ADA Spec No. 4)'), ('Softening Temp', 'Lower - more pliable\nat mouth temp', 'Higher - stiffer\nat mouth temp'), ('Hardness', 'Relatively softer\n(more adaptable)', 'Relatively harder\n(more stable)'), ('Working time', 'Longer - needs time\nin oral cavity', 'Shorter - work fast\nin lab'), ('Color', 'Usually blue', 'Usually green / purple'), ('Accuracy', 'Good - direct\nvisualization', 'Excellent - lab\ncontrolled environment'), ('Example', 'Kerr Inlay Wax Type I', 'Kerr Inlay Wax Type II'), ] y_start = 9.7 row_h = 1.05 for i, (feature, t1, t2) in enumerate(rows): y = y_start - i * row_h bg = '#F5F5F5' if i % 2 == 0 else '#FFFFFF' # Feature column fancy_f = FancyBboxPatch((0.1, y - row_h + 0.1), 2.2, row_h - 0.15, boxstyle="round,pad=0.05", linewidth=0.8, edgecolor='#bbb', facecolor='#EEE8F5', zorder=3) ax.add_patch(fancy_f) ax.text(1.2, y - row_h/2 + 0.05, feature, ha='center', va='center', fontsize=8.5, fontweight='bold', color='#333', zorder=4) # Type I fancy_1 = FancyBboxPatch((2.4, y - row_h + 0.1), 3.3, row_h - 0.15, boxstyle="round,pad=0.05", linewidth=0.8, edgecolor='#C0392B', facecolor='#FDECEA', zorder=3) ax.add_patch(fancy_1) ax.text(4.05, y - row_h/2 + 0.05, t1, ha='center', va='center', fontsize=8.0, color='#7B241C', zorder=4, multialignment='center') # Type II fancy_2 = FancyBboxPatch((5.8, y - row_h + 0.1), 3.9, row_h - 0.15, boxstyle="round,pad=0.05", linewidth=0.8, edgecolor='#1565C0', facecolor='#E3F2FD', zorder=3) ax.add_patch(fancy_2) ax.text(7.75, y - row_h/2 + 0.05, t2, ha='center', va='center', fontsize=8.0, color='#0D3B8E', zorder=4, multialignment='center') ax.text(5, 0.5, 'Both types: ADA Specification No. 4 | Composition: Paraffin + Carnauba + Ceresin + Beeswax', ha='center', va='center', fontsize=9, fontweight='bold', color='#6D3B47', bbox=dict(boxstyle='round,pad=0.3', facecolor='#F5EEF8', edgecolor='#6D3B47', linewidth=1.5)) # ===== RIGHT: Lost Wax Technique Flowchart ===== ax2 = axes[1] ax2.set_xlim(0, 10) ax2.set_ylim(0, 12) ax2.axis('off') ax2.set_facecolor('#FFFDF5') ax2.text(5, 11.5, 'LOST WAX TECHNIQUE\n(Cire Perdue - Uses of Inlay Casting Wax)', ha='center', va='center', fontsize=12, fontweight='bold', color='white', bbox=dict(boxstyle='round,pad=0.45', facecolor='#1A5276', edgecolor='#0d2e45', linewidth=2)) steps = [ ('STEP 1', 'CAVITY PREPARATION', '#FFF8E1', '#D4860A', 'Prepare cavity in tooth\nCreate retentive form'), ('STEP 2', 'WAX PATTERN FABRICATION', '#FDECEA', '#C0392B', 'Apply inlay wax to preparation\n(direct or indirect)'), ('STEP 3', 'SPRUE ATTACHMENT', '#E8F5E9', '#2E7D32', 'Attach sprue pin to wax pattern\nFor metal to flow in'), ('STEP 4', 'INVESTMENT', '#E3F2FD', '#1565C0', 'Embed wax pattern in\nphosphate or gypsum investment'), ('STEP 5', 'WAX BURNOUT (500-600°C)', '#F3E5F5', '#6A1B9A', 'Heat mold - wax evaporates\nLeaves wax-shaped space'), ('STEP 6', 'METAL CASTING', '#FFF3E0', '#E65100', 'Molten metal poured/injected\ninto the mold space'), ('STEP 7', 'DIVESTMENT & FINISHING', '#E0F7FA', '#00695C', 'Break investment mold\nFinish and polish restoration'), ] sy_start = 10.7 sh = 1.28 for i, (snum, stitle, fc, ec, sdesc) in enumerate(steps): y = sy_start - i * sh fancy = FancyBboxPatch((0.5, y - sh + 0.12), 9.0, sh - 0.18, boxstyle="round,pad=0.08,rounding_size=0.18", linewidth=1.8, edgecolor=ec, facecolor=fc, zorder=3) ax2.add_patch(fancy) # Step number badge fancy_b = FancyBboxPatch((0.5, y - sh + 0.12), 1.3, sh - 0.18, boxstyle="round,pad=0.05,rounding_size=0.15", linewidth=0, facecolor=ec, zorder=4) ax2.add_patch(fancy_b) ax2.text(1.15, y - sh/2 + 0.12, snum, ha='center', va='center', fontsize=9, fontweight='bold', color='white', zorder=5) ax2.text(2.0, y - sh/2 + 0.22, stitle, ha='left', va='center', fontsize=9.5, fontweight='bold', color=ec, zorder=5) ax2.text(2.0, y - sh/2 - 0.1, sdesc, ha='left', va='center', fontsize=8.0, color='#333', zorder=5, multialignment='left') # Arrow to next step if i < len(steps) - 1: ax2.annotate('', xy=(5, y - sh + 0.1), xytext=(5, y - sh + 0.12), arrowprops=dict(arrowstyle='->', color='#888', lw=1.5)) ax2.text(5, 0.4, 'WAX PATTERN = Positive replica of restoration | MOLD = Negative space after burnout', ha='center', va='center', fontsize=8.5, fontweight='bold', color='#1A5276', bbox=dict(boxstyle='round,pad=0.3', facecolor='#EAF4FB', edgecolor='#1A5276', linewidth=1.5)) plt.tight_layout(pad=1.5) plt.savefig('/tmp/workspace/inlay-wax/type_comparison_lostwax.png', dpi=150, bbox_inches='tight', facecolor='#FFFDF5') plt.close() print("type_comparison_lostwax.png saved") EOF
"Inlay wax is a pattern wax used to fabricate a wax pattern that, when invested and burned out, leaves a mold space into which molten metal is cast to produce a dental restoration."
- Phillips' Science of Dental Materials

Paraffin + Carnauba + Ceresin + Beeswax
| Constituent | % | Source | Melting Point | Role in Wax |
|---|---|---|---|---|
| Paraffin wax | 60-75% | Petroleum distillation (mineral) | 42-68°C | Main body; basic plasticity and flow |
| Carnauba wax | 3-5% | Copernicia cerifera palm leaf (vegetable) | 84-91°C | Raises melting point; reduces flow at 37°C; increases hardness |
| Ceresin | 5-10% | Purified ozokerite (mineral/fossil) | 61-78°C | Improves uniformity; replaces beeswax in modern formulas |
| Beeswax | 2-5% | Honeycomb (animal) | 63-70°C | Adds pliability; improves cohesion |
| Synthetic waxes | Variable | Polyethylene, Fischer-Tropsch | Variable | More uniform properties |
| Additives | Trace | Gum dammar, rosin, colorants | - | Hardness, identification color |
Exam Tip: Carnauba wax is added specifically to raise the melting point and reduce the flow of the wax at oral temperature (37°C). Without it, paraffin alone would flow too much in the mouth.
| Feature | Type I (Direct) | Type II (Indirect) |
|---|---|---|
| Technique | Made inside the mouth on prepared tooth | Made outside the mouth on a die |
| ADA flow at 37°C | < 1.0% | < 0.6% |
| ADA flow at 45°C | > 70% | > 70% |
| Softening temp | Lower (more pliable in mouth) | Higher (stiffer) |
| Hardness | Relatively softer | Relatively harder |
| Color | Usually blue | Usually green/purple |
| Example | Kerr Inlay Wax Type I | Kerr Inlay Wax Type II |

ADA Specification No. 4 - Flow Requirements:
Type I Type II
─────────────────────────────────
At 37°C: <1.0% At 37°C: <0.6%
At 45°C: >70% At 45°C: >70%
(10 minutes load each time)
Note: A 1°C rise in temp causes wax to expand 30x more than gold alloy. This is why distortion of wax patterns is a real clinical problem.
DO: AVOID:
- Slow, uniform cooling - Rapid quenching
- Single-temperature water bath - Extreme storage temperatures
- Immediate investing - Prolonged storage of pattern
- Careful manipulation - Heavy-handed carving

| Restoration | How Used |
|---|---|
| Inlays / Onlays | Direct (Type I) or indirect (Type II) wax pattern on prepared tooth / die |
| Complete metal crowns | Full-contour wax-up on die |
| Partial veneer crowns | 3/4 and 7/8 crown wax patterns |
| Fixed Partial Denture (Bridge) | Multi-unit FPD wax patterns using lost wax technique |
| Metal copings | For PFM crowns and bridges |
| RPD metal frameworks | Casting wax (sheet form, 0.3-0.5 mm) for partial denture frameworks |
| Use | Detail |
|---|---|
| Diagnostic wax-up | Planning tooth morphology before actual preparation |
| Occlusal study | Recording occlusal contacts on articulator |
| Implant abutment patterns | Wax-up for custom cast abutments |
| Post and core patterns | Wax pattern for cast post-cores |
Tooth preparation
|
v
Wax pattern fabrication (inlay wax)
|
v
Sprue pin attachment
|
v
Investment in gypsum / phosphate investment
|
v
Wax burnout at 500-600°C (wax leaves = mold space left)
|
v
Casting: molten alloy injected under pressure/centrifugal force
|
v
Divestment, deflasking
|
v
Finishing & polishing
|
v
Cementation in mouth
| # | Advantage | Why It Matters |
|---|---|---|
| 1 | Easy to soften and manipulate | Softens at gentle heat; can be added/removed with ease |
| 2 | Excellent surface detail | Reproduces fine preparation margins accurately |
| 3 | Dimensionally stable | Low flow at 37°C means pattern stays accurate in oral cavity |
| 4 | Complete burnout | No residue; produces clean, pore-free casting |
| 5 | Wide working range | Can be carved, smoothed, and refined at room temp |
| 6 | Versatile | Used for inlays, crowns, bridges, RPD frameworks |
| 7 | Cost effective | Inexpensive, widely available |
| 8 | Available in multiple colors | Easy to identify margins and distinguish from die |
| 9 | Compatible with all investments | Works with gypsum, phosphate, and ethyl silicate investments |
| 10 | Reversible up to casting | Pattern can be modified at any time before investing |
| # | Disadvantage | Explanation |
|---|---|---|
| 1 | High thermal expansion | Pattern dimensions change with temperature |
| 2 | Residual stress | Causes distortion on storage |
| 3 | Cannot be reused | Once burnout, wax is gone (this is by design) |
| 4 | Brittle at room temp | Thin patterns may crack |
| 5 | Technique sensitive | Type I requires careful intra-oral manipulation |
┌──────────────────────────────────────────────────────────────┐
│ MUST-REMEMBER NUMBERS │
├──────────────────────────────┬───────────────────────────────┤
│ ADA Specification │ No. 4 │
│ Flow Type I at 37°C │ < 1.0% (max) │
│ Flow Type II at 37°C │ < 0.6% (max) │
│ Flow both types at 45°C │ > 70% (min) │
│ Thermal expansion coeff. │ ~350 x 10⁻⁶ per °C │
│ Burnout temperature │ 500-600°C │
│ Maximum ash residue (ADA) │ 0.10% (max) │
│ Paraffin wax % in mix │ 60-75% │
│ Carnauba wax melting point │ 84-91°C │
│ Paraffin wax melting point │ 42-68°C │
└──────────────────────────────┴───────────────────────────────┘
| Mnemonic | Meaning |
|---|---|
| "P C C B" | Paraffin + Carnauba + Ceresin + Beeswax (composition) |
| "Flow FEEls LOW" | Flow Expansion Elastic memory = 3 main property problems |
| "1 and 6" | Type I = 1% flow at 37°C; Type II = 0.6% flow at 37°C |
| "Carnauba RAISES, Paraffin FLOWS" | Carnauba raises melting point; paraffin provides flow |
| "500-600 burns perfect" | Burnout temperature range |
| Question | Short Answer |
|---|---|
| What is the ADA specification for inlay wax? | No. 4 |
| What is the flow of Type I inlay wax at 37°C? | < 1.0% |
| What is the flow of Type II inlay wax at 37°C? | < 0.6% |
| Why is carnauba added to inlay wax? | Raises melting point, reduces flow, increases hardness |
| What is elastic memory / residual stress? | Internal stress locked by rapid cooling, causes distortion on release |
| What temperature is inlay wax burned out? | 500-600°C |
| What is the maximum ash residue allowed by ADA? | 0.10% |
| What is the source of carnauba wax? | Copernicia cerifera palm (vegetable) |
| What is the main constituent of inlay wax? | Paraffin wax (60-75%) |
| What is the principle of lost wax technique? | Wax pattern is invested, burned out, and space filled with molten alloy |
| Type I vs Type II inlay wax? | Type I = direct (in mouth), Type II = indirect (on die); II has lower flow |
| Why is inlay wax poor in thermal conductivity? | Molecular structure of paraffin does not allow easy heat transfer |
Reference: Phillips' Science of Dental Materials, 12th Ed. (Anusavice, Shen, Rawls) - Chapter 8: Dental Waxes
**Topic:** waxes used in dentistry **Reference:** philips **Format/Marks:** [ 15 marks Give me a **BDS university-exam-oriented answer** according to the reference, in **very easy language**, following the format/marks I specify. Include **important headings, classifications, tables, examples, mnemonics, flowcharts, and simple hand-drawn-style diagrams** wherever useful, and generate **PNG flowcharts/diagrams** when they would help. End with **⭐ high-yield points, quick revision, likely viva questions, and the most important points to write in the exam**.
mkdir -p /tmp/workspace/waxes-dentistry && python3 << 'PYEOF' import matplotlib.pyplot as plt import matplotlib.patches as mpatches from matplotlib.patches import FancyBboxPatch import numpy as np fig = plt.figure(figsize=(22, 16)) ax = fig.add_subplot(111) ax.set_xlim(0, 22) ax.set_ylim(0, 16) ax.axis('off') fig.patch.set_facecolor('#FAFAF2') def rbox(ax, x, y, w, h, title, body, fc, ec, tfs=9, bfs=8, bold_title=True): fancy = FancyBboxPatch((x-w/2, y-h/2), w, h, boxstyle="round,pad=0.12,rounding_size=0.22", linewidth=2, edgecolor=ec, facecolor=fc, zorder=3) ax.add_patch(fancy) th = 0.52 fancy2 = FancyBboxPatch((x-w/2, y+h/2-th), w, th, boxstyle="round,pad=0.04,rounding_size=0.15", linewidth=0, facecolor=ec, zorder=4) ax.add_patch(fancy2) fw = 'bold' if bold_title else 'normal' ax.text(x, y+h/2-th/2, title, ha='center', va='center', fontsize=tfs, fontweight=fw, color='white', zorder=5) ax.text(x, y-h/2+0.15+(h-th)/2, body, ha='center', va='center', fontsize=bfs, color='#111', zorder=5, multialignment='center') def arr(ax, x1, y1, x2, y2, col='#777'): ax.annotate('', xy=(x2,y2), xytext=(x1,y1), arrowprops=dict(arrowstyle='->', color=col, lw=2.0)) # ── TITLE ────────────────────────────────────────────────────────────────── ax.add_patch(FancyBboxPatch((1, 15.0), 20, 0.8, boxstyle="round,pad=0.15", linewidth=0, facecolor='#1C2B4A', zorder=3)) ax.text(11, 15.4, 'WAXES USED IN DENTISTRY — Complete Classification', ha='center', va='center', fontsize=17, fontweight='bold', color='white', zorder=5) ax.text(11, 14.65, "(Phillips' Science of Dental Materials | ADA Specifications)", ha='center', va='center', fontsize=10.5, fontstyle='italic', color='#666') # ── ROOT ─────────────────────────────────────────────────────────────────── root_col = '#1C2B4A' ax.add_patch(FancyBboxPatch((8.3, 13.45), 5.4, 0.72, boxstyle="round,pad=0.12", linewidth=2.5, edgecolor=root_col, facecolor=root_col, zorder=3)) ax.text(11, 13.81, 'DENTAL WAXES', ha='center', va='center', fontsize=14, fontweight='bold', color='white', zorder=4) # ── THREE MAIN BRANCHES ───────────────────────────────────────────────── branch = [ (4.0, 12.2, 'PATTERN WAXES', '#8B1A1A', '#FDECEA'), (11.0, 12.2, 'PROCESSING WAXES', '#0D4F2E', '#E8F5E9'), (18.0, 12.2, 'IMPRESSION WAXES', '#1A3B7A', '#E3F2FD'), ] for bx, by, bt, bc, bfc in branch: arr(ax, 11, 13.45, bx, by+0.45, bc) ax.add_patch(FancyBboxPatch((bx-2.8, by-0.45), 5.6, 0.9, boxstyle="round,pad=0.1", linewidth=2.5, edgecolor=bc, facecolor=bc, zorder=3)) ax.text(bx, by, bt, ha='center', va='center', fontsize=12, fontweight='bold', color='white', zorder=4) # ── PATTERN WAX CHILDREN ─────────────────────────────────────────────── p_children = [ (1.5, 10.35, 'INLAY WAX\n(ADA Spec No. 4)', 'Type I - Direct (in mouth)\nType II - Indirect (on die)\nComp: Paraffin+Carnauba\n+Ceresin+Beeswax\nFlow <1% at 37°C', '#FDECEA','#C0392B'), (4.5, 10.35, 'CASTING WAX\n(Sheet Wax)', 'Sheet form: 0.3-0.5 mm\nWire & half-round shapes\nFor RPD metal frameworks\nMajor/minor connectors\nSame comp as inlay wax', '#FCE4EC','#880E4F'), (7.5, 10.35, 'BASEPLATE WAX\n(ADA Spec No. 24)', 'Paraffin 75-80%\n+ Carnauba + Ceresin\n3 grades: Hard/Med/Soft\nOcclusal rims, jaw records\nTrial denture bases', '#FFF3E0','#BF360C'), ] for cx, cy, ct, cb, cfc, cec in p_children: arr(ax, 4.0, 11.75, cx, cy+1.25, cec) rbox(ax, cx, cy, 3.3, 2.5, ct, cb, cfc, cec, tfs=8.5, bfs=7.5) # ── PROCESSING WAX CHILDREN ───────────────────────────────────────────── pr_children = [ (9.0, 10.35, 'BOXING WAX', 'Soft, pliable strip\n~150 x 38 mm\nForms walls around\nimpression for pouring\nPreserves cast borders', '#E8F5E9','#1B5E20'), (11.8, 10.35, 'UTILITY WAX\n(Periphery Wax)', 'Petrolatum + beeswax\nRope / stick form\nSoftest dental wax\nTray border extension\nOrtho bracket protection', '#F1F8E9','#33691E'), (14.5, 10.35, 'STICKY WAX', 'Beeswax + shellac\n(or rosin blend)\nHard & brittle at RT\nSticky when molten\nRejoins broken parts\n~65-70°C melting', '#E0F2F1','#004D40'), ] for cx, cy, ct, cb, cfc, cec in pr_children: arr(ax, 11.0, 11.75, cx, cy+1.25, cec) rbox(ax, cx, cy, 3.1, 2.5, ct, cb, cfc, cec, tfs=8.5, bfs=7.5) # ── IMPRESSION WAX CHILDREN ───────────────────────────────────────────── im_children = [ (16.8, 10.35, 'CORRECTIVE\nIMPRESSION WAX\n(ADA Spec No. 18)', 'Low-fusing wax\nHigh flow at 37°C\nWash impression over\ncopper band\nKorecta-Wax, Iowa Wax', '#E3F2FD','#0D47A1'), (19.8, 10.35, 'BITE REGISTRATION\nWAX', 'Horseshoe-shaped\nAluminum-reinforced\nRecords centric occlusion\nLow flow after set\nAluwax, Delar wax', '#EDE7F6','#4527A0'), ] for cx, cy, ct, cb, cfc, cec in im_children: arr(ax, 18.0, 11.75, cx, cy+1.25, cec) rbox(ax, cx, cy, 3.3, 2.5, ct, cb, cfc, cec, tfs=8.0, bfs=7.5) # ── MNEMONIC BANNER ──────────────────────────────────────────────────── ax.add_patch(FancyBboxPatch((0.5, 6.35), 21, 0.72, boxstyle="round,pad=0.12", linewidth=2, edgecolor='#1C2B4A', facecolor='#EEF2FF', zorder=3)) ax.text(11, 6.71, 'MNEMONIC: "P-P-I" = Pattern | Processing | Impression ' '| Pattern sub: "I-C-B" = Inlay | Casting | Baseplate ' '| Processing sub: "B-U-S" = Boxing | Utility | Sticky', ha='center', va='center', fontsize=9.5, fontweight='bold', color='#1C2B4A', zorder=4) # ── ORIGIN SECTION ────────────────────────────────────────────────────── ax.add_patch(FancyBboxPatch((0.5, 5.55), 21, 0.6, boxstyle="round,pad=0.1", linewidth=0, facecolor='#4A3728', zorder=3)) ax.text(11, 5.85, 'ORIGIN OF DENTAL WAXES', ha='center', va='center', fontsize=12, fontweight='bold', color='white', zorder=4) origin_data = [ (3.8, 4.2, 'MINERAL WAXES', '#FFF8E1', '#D4860A', 'Paraffin (petroleum)\nCeresin (purified ozokerite)\nOzokerite (earth/fossil)\nMicrocrystalline wax'), (8.5, 4.2, 'ANIMAL WAXES', '#FCE4EC', '#AD1457', 'Beeswax (honeycomb)\nSpermaceti (sperm whale)\n[largely obsolete now]'), (12.8, 4.2, 'VEGETABLE WAXES', '#E8F5E9', '#2E7D32', 'Carnauba (Copernicia palm)\nCandelilla (Euphorbia)\nOuricury (Brazilian palm)'), (17.5, 4.2, 'SYNTHETIC WAXES', '#E3F2FD', '#1565C0', 'Polyethylene wax\nFischer-Tropsch wax\nChloronaphthalene\nAcrawax (amide)'), ] for ox, oy, ot, ofc, oec, ob in origin_data: rbox(ax, ox, oy, 4.2, 1.85, ot, ob, ofc, oec, tfs=9, bfs=8) # ── ADDITIVES ROW ──────────────────────────────────────────────────── ax.add_patch(FancyBboxPatch((0.5, 1.85), 21, 1.5, boxstyle="round,pad=0.1", linewidth=1.5, edgecolor='#7B5EA7', facecolor='#F3E5F5', zorder=3)) ax.text(11, 3.1, 'ADDITIVES to modify properties:', ha='center', va='center', fontsize=9.5, fontweight='bold', color='#4A148C', zorder=4) additive_items = [ ('Gum dammar / Rosin', 'Increases surface hardness'), ('Turpentine', 'Modifies plasticity'), ('Fatty acids & esters', 'Smooth texture & sheen'), ('Colorants / Pigments', 'Identification of wax type'), ('Synthetic resins', 'Improve uniformity'), ] for i, (name, role) in enumerate(additive_items): x = 2.2 + i*3.9 ax.text(x, 2.65, name, ha='center', va='center', fontsize=8.5, fontweight='bold', color='#4A148C', zorder=4) ax.text(x, 2.2, role, ha='center', va='center', fontsize=8, color='#333', zorder=4) if i < 4: ax.plot([x+1.55, x+1.55], [2.0, 3.1], color='#bbb', lw=1, zorder=4) plt.tight_layout() plt.savefig('/tmp/workspace/waxes-dentistry/master_classification.png', dpi=150, bbox_inches='tight', facecolor='#FAFAF2') plt.close() print("master_classification.png saved") PYEOF
Search again
Waxes used in dentistry
mkdir -p /tmp/workspace/waxes-dentistry2 && python3 << 'PYEOF' import matplotlib.pyplot as plt from matplotlib.patches import FancyBboxPatch import numpy as np # ============================================================ # DIAGRAM 1 – Master Classification Flowchart # ============================================================ fig = plt.figure(figsize=(24, 17)) ax = fig.add_subplot(111) ax.set_xlim(0, 24); ax.set_ylim(0, 17) ax.axis('off') fig.patch.set_facecolor('#FAFAF2') def rbox(ax, x, y, w, h, title, body, fc, ec, tfs=9.2, bfs=8.0): ax.add_patch(FancyBboxPatch((x-w/2, y-h/2), w, h, boxstyle="round,pad=0.12,rounding_size=0.22", linewidth=2, edgecolor=ec, facecolor=fc, zorder=3)) th = 0.50 ax.add_patch(FancyBboxPatch((x-w/2, y+h/2-th), w, th, boxstyle="round,pad=0.04,rounding_size=0.14", linewidth=0, facecolor=ec, zorder=4)) ax.text(x, y+h/2-th/2, title, ha='center', va='center', fontsize=tfs, fontweight='bold', color='white', zorder=5) ax.text(x, y-h/2+0.12+(h-th)/2, body, ha='center', va='center', fontsize=bfs, color='#111', zorder=5, multialignment='center') def arr(ax, x1,y1,x2,y2,c='#666'): ax.annotate('', xy=(x2,y2), xytext=(x1,y1), arrowprops=dict(arrowstyle='->', color=c, lw=2.2)) # Title bar ax.add_patch(FancyBboxPatch((0.4,16.1),23.2,0.75, boxstyle="round,pad=0.15",linewidth=0,facecolor='#1C2B4A',zorder=3)) ax.text(12,16.48,'WAXES USED IN DENTISTRY — Complete Classification (Phillips\')', ha='center',va='center',fontsize=17,fontweight='bold',color='white',zorder=5) # Subtitle ax.text(12,15.72,"Based on: Phillips' Science of Dental Materials | ADA Spec No. 4 (Inlay/Casting) | No. 18 (Corrective Impression) | No. 24 (Baseplate)", ha='center',va='center',fontsize=9.5,fontstyle='italic',color='#555',zorder=3) # Root node ax.add_patch(FancyBboxPatch((9.2,14.55),5.6,0.82, boxstyle="round,pad=0.12",linewidth=2.5,edgecolor='#1C2B4A',facecolor='#1C2B4A',zorder=3)) ax.text(12,14.96,'DENTAL WAXES',ha='center',va='center', fontsize=14,fontweight='bold',color='white',zorder=4) # 3 branch nodes branches = [ (4.2, 13.2, 'PATTERN WAXES', '#8B1A1A'), (12.0, 13.2, 'PROCESSING WAXES', '#0D4F2E'), (19.8, 13.2, 'IMPRESSION WAXES', '#1A3B7A'), ] for bx,by,bt,bc in branches: arr(ax,12,14.55,bx,by+0.45,bc) ax.add_patch(FancyBboxPatch((bx-2.9,by-0.46),5.8,0.92, boxstyle="round,pad=0.1",linewidth=2.5,edgecolor=bc,facecolor=bc,zorder=3)) ax.text(bx,by,bt,ha='center',va='center', fontsize=12,fontweight='bold',color='white',zorder=4) # PATTERN children pc = [ (1.4, 11.1, 'INLAY WAX\n(ADA No.4)', 'Type I – Direct (in mouth)\nType II – Indirect (on die)\nComp: Paraffin 60-75%\n+ Carnauba + Ceresin\n+ Beeswax\nFlow <1.0% at 37°C\nFlow >70% at 45°C', '#FDECEA','#C0392B'), (4.6, 11.1, 'CASTING WAX\n(ADA No.4)', 'Sheet form: 0.3–0.5 mm\nWire / half-round shapes\nFor RPD frameworks\nMajor/minor connectors\nRest seats & clasps\nSame comp as inlay wax', '#FCE4EC','#880E4F'), (7.8, 11.1, 'BASEPLATE WAX\n(ADA No.24)', 'Paraffin 75–80%\n+ Carnauba + Ceresin\n3 grades: Hard/Med/Soft\nPink color (gingival)\nOcclusal rims, jaw records\nTrial denture bases', '#FFF3E0','#BF360C'), ] for cx,cy,ct,cb,cfc,cec in pc: arr(ax,4.2,12.74,cx,cy+1.45,cec) rbox(ax,cx,cy,3.45,2.9,ct,cb,cfc,cec,tfs=8.5,bfs=7.8) # PROCESSING children prc = [ (9.6, 11.1, 'BOXING WAX', 'Soft, pliable strip\n~150×38 mm in size\nForms walls around\nimpression for pouring\nPreserves cast borders\nStandard cast height', '#E8F5E9','#1B5E20'), (12.3, 11.1, 'UTILITY WAX\n(Periphery Wax)', 'Petrolatum + beeswax\nRope / stick form\nSoftest dental wax\nPliable at room temp\nTray border extension\nOrtho bracket protection', '#F1F8E9','#33691E'), (15.0, 11.1, 'STICKY WAX', 'Beeswax + shellac\n(or rosin blend)\nHard & brittle at RT\nVery sticky when molten\nRejoins broken parts\nRelating casts~65–70°C', '#E0F2F1','#004D40'), ] for cx,cy,ct,cb,cfc,cec in prc: arr(ax,12.0,12.74,cx,cy+1.45,cec) rbox(ax,cx,cy,3.2,2.9,ct,cb,cfc,cec,tfs=8.5,bfs=7.8) # IMPRESSION children imc = [ (18.0, 11.1, 'CORRECTIVE\nIMPRESSION WAX\n(ADA No.18)', 'Low-fusing wax blend\nHigh flow at 37°C\nWash impression /\ncopper band technique\nFunctional impression\nKorecta-Wax, Iowa Wax', '#E3F2FD','#0D47A1'), (21.5, 11.1, 'BITE REGISTRATION\nWAX', 'Horseshoe-shaped sheet\nAluminum-reinforced\nRecords centric occlusion\nLow flow after recording\nRigid after setting\nAluwax, Delar wax', '#EDE7F6','#4527A0'), ] for cx,cy,ct,cb,cfc,cec in imc: arr(ax,19.8,12.74,cx,cy+1.45,cec) rbox(ax,cx,cy,3.5,2.9,ct,cb,cfc,cec,tfs=8.2,bfs=7.8) # ── MNEMONIC BAR ──────────────────────────────────────────── ax.add_patch(FancyBboxPatch((0.4,6.55),23.2,0.75, boxstyle="round,pad=0.1",linewidth=2, edgecolor='#1C2B4A',facecolor='#EEF2FF',zorder=3)) ax.text(12,6.92, 'MNEMONICS: "P-P-I" = Pattern | Processing | Impression ' '| Pattern sub: "I C B" = Inlay · Casting · Baseplate ' '| Processing sub: "B U S" = Boxing · Utility · Sticky', ha='center',va='center',fontsize=10,fontweight='bold',color='#1C2B4A',zorder=4) # ── ORIGIN SECTION ────────────────────────────────────────── ax.add_patch(FancyBboxPatch((0.4,5.65),23.2,0.65, boxstyle="round,pad=0.08",linewidth=0,facecolor='#4A3728',zorder=3)) ax.text(12,5.97,'ORIGIN OF DENTAL WAXES',ha='center',va='center', fontsize=12,fontweight='bold',color='white',zorder=4) orig = [ (3.2, 4.15, 'MINERAL WAXES','#FFF8E1','#D4860A', 'Paraffin wax (petroleum)\nCeresin (purified ozokerite)\nOzokerite (earth/fossil)\nMicrocrystalline wax'), (8.2, 4.15, 'ANIMAL WAXES','#FCE4EC','#AD1457', 'Beeswax (honeycomb)\nSpermaceti (sperm whale)\n[largely obsolete now]'), (13.2,4.15, 'VEGETABLE WAXES','#E8F5E9','#2E7D32', 'Carnauba (Copernicia palm)\nCandelilla (Euphorbia plant)\nOuricury (Brazilian palm)'), (18.8,4.15, 'SYNTHETIC WAXES','#E3F2FD','#1565C0', 'Polyethylene wax\nFischer-Tropsch wax\nChloronaphthalene wax\nAcrawax (amide-based)'), ] for ox,oy,ot,ofc,oec,ob in orig: rbox(ax,ox,oy,4.5,1.9,ot,ob,ofc,oec,tfs=9,bfs=8) # ── ADDITIVES ROW ─────────────────────────────────────────── ax.add_patch(FancyBboxPatch((0.4,1.5),23.2,1.75, boxstyle="round,pad=0.1",linewidth=1.5, edgecolor='#6A1B9A',facecolor='#F3E5F5',zorder=3)) ax.text(12,3.0,'ADDITIVES (to modify wax properties)',ha='center',va='center', fontsize=10,fontweight='bold',color='#4A148C',zorder=4) add_items=[ ('Gum dammar / Rosin','Increases surface\nhardness'), ('Turpentine','Modifies\nplasticity'), ('Fatty acids\n& esters','Smooth texture\n& sheen'), ('Colorants /\nPigments','Color-coded\nidentification'), ('Synthetic resins','Uniform properties\n& stability'), ] for i,(n,r) in enumerate(add_items): x=2.6+i*4.6 ax.text(x,2.5,n,ha='center',va='center',fontsize=8.8, fontweight='bold',color='#4A148C',zorder=4) ax.text(x,2.0,r,ha='center',va='center',fontsize=8.2,color='#333',zorder=4) if i<4: ax.plot([x+1.7,x+1.7],[1.6,3.1],color='#ccc',lw=1,zorder=4) plt.tight_layout() plt.savefig('/tmp/workspace/waxes-dentistry2/master_classification.png', dpi=150,bbox_inches='tight',facecolor='#FAFAF2') plt.close() print("master_classification.png saved") PYEOF
python3 << 'PYEOF' import matplotlib.pyplot as plt from matplotlib.patches import FancyBboxPatch import numpy as np # ============================================================ # DIAGRAM 2 – Properties of Dental Waxes (left) + Key Numbers (right) # ============================================================ fig, axes = plt.subplots(1, 2, figsize=(22, 14)) fig.patch.set_facecolor('#FAFAF2') # ---------- LEFT: 8 Properties ---------- ax = axes[0] ax.set_xlim(0,10); ax.set_ylim(0,14) ax.axis('off'); ax.set_facecolor('#FAFAF2') ax.add_patch(FancyBboxPatch((0.1,13.1),9.8,0.75, boxstyle="round,pad=0.1",linewidth=0,facecolor='#8B1A1A',zorder=3)) ax.text(5,13.47,'GENERAL PROPERTIES OF DENTAL WAXES', ha='center',va='center',fontsize=12.5,fontweight='bold',color='white',zorder=5) props = [ ('1. FLOW (Most Important)', '#FFF8E1','#D4860A', 'Deformation under load for 10 min at set temp\n' 'Inlay Type I: <1.0% at 37°C; >70% at 45°C\n' 'Inlay Type II: <0.6% at 37°C; >70% at 45°C\n' 'Flow INCREASES exponentially with temperature\n' 'Low flow = stable pattern; High flow = good adaptation'), ('2. THERMAL EXPANSION', '#FDECEA','#C0392B', 'Coefficient: ~250–450 x10⁻⁶ per °C\n' 'HIGHEST among ALL dental materials\n' 'Gold alloy: only ~11 x10⁻⁶ per °C (30x less!)\n' 'Pattern expands at oral temp → casting inaccuracy\n' 'Compensated by investment expansion'), ('3. RESIDUAL STRESS\n (Elastic Memory)', '#E8F5E9','#2E7D32', 'Rapid cooling LOCKS internal stress in wax\n' 'On storage/reheating: stress releases → DISTORTION\n' 'Most common cause of wax pattern inaccuracy\n' 'Prevention: slow, uniform cooling; immediate investing\n' 'Store patterns in stable cool environment'), ('4. VAPORIZATION\n (Burnout)', '#F3E5F5','#6A1B9A', 'Must completely vaporize at 500–600°C\n' 'ADA allows max 0.10% residual ash\n' 'Incomplete burnout → POROUS castings\n' 'Paraffin burns to CO₂ + H₂O (complete combustion)\n' 'No carbonaceous residue allowed'), ('5. SURFACE DETAIL', '#E3F2FD','#1565C0', 'Must reproduce fine cavity detail accurately\n' 'Tested per ADA Specification No. 4\n' 'Glossy surface = sharp margin reproduction\n' 'Improves at working temperature\n' 'Deteriorates if wax is overheated'), ('6. THERMAL CONDUCTIVITY', '#FFF3E0','#E65100', 'POOR thermal conductor (like all waxes)\n' 'Advantage: comfortable for patients\n' 'Disadvantage: surface cools fast → inside hot\n' 'Creates thermal gradient → internal stress gradient\n' 'Contributes to residual stress problem'), ('7. DUCTILITY / BRITTLENESS', '#E0F7FA','#006064', 'BRITTLE at room temperature\n' 'DUCTILE near softening point\n' 'Thin patterns can fracture if mishandled\n' 'Carnauba wax improves surface hardness at RT\n' 'Handle with care – do not flex pattern'), ('8. ODOR & COLOR', '#FCE4EC','#880E4F', 'Must be free from disagreeable odor\n' 'Available colors: blue, green, purple, red\n' 'Pattern waxes: blue/green (contrast with die)\n' 'Baseplate wax: pink (mimics gingival tissue)\n' 'Color = identification of wax type'), ] y_pos = [12.35,11.1,9.65,8.25,7.05,5.85,4.65,3.5] h_val = [1.25, 1.25, 1.45, 1.25, 1.0, 1.0, 1.0, 1.0] for (title,fc,ec,desc),y,h in zip(props,y_pos,h_val): ax.add_patch(FancyBboxPatch((0.12,y-h/2),9.76,h, boxstyle="round,pad=0.08,rounding_size=0.18", linewidth=1.5,edgecolor=ec,facecolor=fc,zorder=3)) ax.add_patch(FancyBboxPatch((0.12,y+h/2-0.42),9.76,0.42, boxstyle="round,pad=0.04,rounding_size=0.12", linewidth=0,facecolor=ec,zorder=4)) ax.text(5,y+h/2-0.21,title,ha='center',va='center', fontsize=9.0,fontweight='bold',color='white',zorder=5) ax.text(0.35,y-h/2+0.1+(h-0.42)/2,desc,ha='left',va='center', fontsize=7.8,color='#111',zorder=5,multialignment='left') ax.add_patch(FancyBboxPatch((0.1,0.15),9.8,0.72, boxstyle="round,pad=0.08",linewidth=1.5, edgecolor='#8B1A1A',facecolor='#FFF0F0',zorder=3)) ax.text(5,0.51, 'KEY: Flow < Thermal Expansion < Residual Stress < Burnout = FOUR critical properties', ha='center',va='center',fontsize=8.5,fontweight='bold',color='#8B1A1A',zorder=4) # ---------- RIGHT: Key Numbers Table + Comparison ---------- ax2 = axes[1] ax2.set_xlim(0,10); ax2.set_ylim(0,14) ax2.axis('off'); ax2.set_facecolor('#FAFAF2') ax2.add_patch(FancyBboxPatch((0.1,13.1),9.8,0.75, boxstyle="round,pad=0.1",linewidth=0,facecolor='#1A5276',zorder=3)) ax2.text(5,13.47,'IMPORTANT NUMBERS & COMPARISON TABLE', ha='center',va='center',fontsize=12.5,fontweight='bold',color='white',zorder=5) # Numbers grid nums=[ ('ADA Spec – Inlay/Casting Wax','No. 4','#C0392B'), ('ADA Spec – Corrective Imp. Wax','No. 18','#1565C0'), ('ADA Spec – Baseplate Wax','No. 24','#2E7D32'), ('Inlay Type I flow at 37°C','< 1.0%','#C0392B'), ('Inlay Type II flow at 37°C','< 0.6%','#880E4F'), ('Flow at 45°C (both types)','> 70%','#D4860A'), ('Thermal expansion coeff.','~350 x10⁻⁶/°C','#6A1B9A'), ('Wax burnout temperature','500–600°C','#E65100'), ('Max ash residue (ADA)','0.10%','#006064'), ('Carnauba wax melting pt.','84–91°C','#2E7D32'), ('Paraffin wax melting pt.','42–68°C','#D4860A'), ('Beeswax melting pt.','63–70°C','#AD1457'), ('Sticky wax melting pt.','65–70°C','#004D40'), ('Paraffin % in inlay wax','60–75%','#C0392B'), ] y2=12.7 for label,val,ec in nums: ax2.add_patch(FancyBboxPatch((0.15,y2-0.33),6.2,0.55, boxstyle="round,pad=0.05",linewidth=1,edgecolor='#ccc',facecolor='#FAFAFA',zorder=3)) ax2.add_patch(FancyBboxPatch((6.45,y2-0.33),3.4,0.55, boxstyle="round,pad=0.05",linewidth=1,edgecolor=ec,facecolor=ec,zorder=3)) ax2.text(3.25,y2,label,ha='center',va='center',fontsize=8.5,color='#222',zorder=4) ax2.text(8.15,y2,val,ha='center',va='center',fontsize=9.5, fontweight='bold',color='white',zorder=4) y2-=0.62 # Comparison: Pattern vs Processing vs Impression y3=3.8 ax2.add_patch(FancyBboxPatch((0.1,y3-0.1),9.8,3.95, boxstyle="round,pad=0.1",linewidth=1.5, edgecolor='#1C2B4A',facecolor='#EEF2FF',zorder=3)) ax2.text(5,y3+3.62,'PATTERN vs PROCESSING vs IMPRESSION WAX', ha='center',va='center',fontsize=9,fontweight='bold',color='#1C2B4A',zorder=4) cols_h=['Feature','Pattern','Processing','Impression'] cols_w=[2.0,2.4,2.4,2.4] col_colors=['#1C2B4A','#8B1A1A','#0D4F2E','#1A3B7A'] x_starts=[0.25,2.35,4.85,7.35] for i,(hd,cw,cc,xs) in enumerate(zip(cols_h,cols_w,col_colors,x_starts)): ax2.add_patch(FancyBboxPatch((xs,y3+2.95),cw,0.55, boxstyle="round,pad=0.04",linewidth=0,facecolor=cc,zorder=4)) ax2.text(xs+cw/2,y3+3.22,hd,ha='center',va='center', fontsize=8.3,fontweight='bold',color='white',zorder=5) rows=[ ('Purpose','Wax pattern\nfor casting','Lab/clinical\nassist','Record tissue\n/occlusion'), ('Accuracy','Highest','Moderate','Highest'), ('Flow at 37°C','<1% (controlled)','High/Low\n(varies)','High\n(body temp)'), ('Burnout','Complete\nno residue','Not cast','Not cast'), ('ADA Spec','No. 4','–','No.18/–'), ] for ri,(feat,c1,c2,c3) in enumerate(rows): yrow=y3+2.3-ri*0.58 bg='#F0F4FF' if ri%2==0 else '#FAFAF8' for xs,cw,txt,bg2 in [ (x_starts[0],cols_w[0],feat,'#EEE8F5'), (x_starts[1],cols_w[1],c1,bg), (x_starts[2],cols_w[2],c2,bg), (x_starts[3],cols_w[3],c3,bg), ]: ax2.add_patch(FancyBboxPatch((xs,yrow-0.24),cw,0.48, boxstyle="round,pad=0.03",linewidth=0.5,edgecolor='#ddd',facecolor=bg2,zorder=4)) ax2.text(xs+cw/2,yrow,txt,ha='center',va='center', fontsize=7.5,color='#222',zorder=5,multialignment='center') ax2.add_patch(FancyBboxPatch((0.1,0.15),9.8,0.72, boxstyle="round,pad=0.08",linewidth=1.5, edgecolor='#1A5276',facecolor='#EAF4FB',zorder=3)) ax2.text(5,0.51, 'Remember: Thermal expansion of wax is 30x MORE than gold alloy!', ha='center',va='center',fontsize=9,fontweight='bold',color='#1A5276',zorder=4) plt.tight_layout(pad=1.5) plt.savefig('/tmp/workspace/waxes-dentistry2/properties_numbers.png', dpi=150,bbox_inches='tight',facecolor='#FAFAF2') plt.close() print("properties_numbers.png saved") PYEOF
python3 << 'PYEOF' import matplotlib.pyplot as plt from matplotlib.patches import FancyBboxPatch import numpy as np # ============================================================ # DIAGRAM 3 – Individual Wax Detail Cards (8 waxes, 2 columns) # ============================================================ fig, axes = plt.subplots(4, 2, figsize=(22, 28)) fig.patch.set_facecolor('#FAFAF2') fig.suptitle("INDIVIDUAL DENTAL WAXES — Origin, Composition, Properties & Uses\n(Phillips' Science of Dental Materials)", fontsize=16, fontweight='bold', color='#1C2B4A', y=0.995) wax_data = [ { 'name': '1. INLAY WAX (ADA Spec No. 4)', 'color': '#C0392B', 'fc': '#FDECEA', 'sections': [ ('ORIGIN', 'Mixture of natural mineral (paraffin, ceresin), vegetable (carnauba)\nand animal (beeswax) waxes + synthetic additives'), ('COMPOSITION', 'Paraffin wax: 60–75% (main base)\nCarnauba wax: 3–5% (raises melting pt, reduces flow)\nCeresin: 5–10% (stabilizer)\nBeeswax: 2–5% (plasticizer)\nColorants: Blue (Type I), Green/Purple (Type II)'), ('TYPES', 'Type I (Direct): pattern made inside mouth on prepared tooth; flow <1.0% at 37°C\nType II (Indirect): pattern made on die outside mouth; flow <0.6% at 37°C\nBoth types: flow >70% at 45°C'), ('PROPERTIES', 'Low flow at 37°C (stable in mouth) | High flow at 45°C (adapts to cavity)\nThermal expansion: ~350×10⁻⁶/°C | Burnout: 500–600°C | Max ash: 0.10%\nResidual stress / elastic memory – major cause of distortion'), ('USES', 'Wax patterns for inlays, onlays, crowns, FPDs via Lost Wax Technique\nDirect & indirect technique | Diagnostic wax-up | Post & core patterns'), ] }, { 'name': '2. CASTING WAX (Sheet Wax, ADA No. 4)', 'color': '#880E4F', 'fc': '#FCE4EC', 'sections': [ ('ORIGIN', 'Same mineral/vegetable/animal wax mixture as inlay wax\nFormulated into thin, pliable sheets or wires'), ('COMPOSITION', 'Paraffin wax (base) + Carnauba + Ceresin + Beeswax\nSame ingredients as inlay wax — different physical form\nSheet thickness: 0.3–0.5 mm | Also in wire/half-round forms'), ('TYPES', 'Sheet casting wax: thin flat sheets (0.3–0.5 mm)\nWire wax: cylindrical rods of various diameters\nHalf-round wax: for clasp patterns'), ('PROPERTIES', 'Low enough flow at room temp to be handled\nAdequate flexibility for contouring on refractory cast\nBurns out completely at 500–600°C | ADA Spec No. 4'), ('USES', 'Metal framework wax patterns for Removable Partial Dentures (RPD)\nMajor connectors, minor connectors, rest seats, clasps\nRetentive framework patterns before investing'), ] }, { 'name': '3. BASEPLATE WAX (ADA Spec No. 24)', 'color': '#BF360C', 'fc': '#FFF3E0', 'sections': [ ('ORIGIN', 'Mineral wax (paraffin, ozokerite/ceresin) as base\n+ vegetable wax (carnauba) to harden\nPink pigment added to mimic gingival tissue color'), ('COMPOSITION', 'Paraffin wax: 75–80%\nCarnauba wax: raises melting point\nCeresin / ozokerite: adds firmness\nAdditives: fatty acids, gum dammar, pink colorant'), ('GRADES', 'Hard (pink): warm/tropical climates; soft grade for temperate\nMedium (red): normal temperature use\nSoft (green): cold climates — most pliable'), ('PROPERTIES', 'ADA Spec No. 24 | Available in 3 grades for different climates\nPink color for esthetic trial denture construction\nFirm at room temp; softens uniformly with warm water/flame'), ('USES', 'Occlusal rims / record bases for jaw relation records\nTrial (try-in) denture bases | Provisional dentures\nBuilding up contours for esthetic assessment\nRecording jaw positions on articulators'), ] }, { 'name': '4. BOXING WAX', 'color': '#1B5E20', 'fc': '#E8F5E9', 'sections': [ ('ORIGIN', 'Soft, low-melting mineral wax (petrolatum/paraffin base)\nFormulated as pliable strips for easy wrapping'), ('COMPOSITION', 'Petrolatum + paraffin wax base\nVery low melting point formulation\nSoft, tacky surface for adhesion to impression'), ('FORM', 'Standard strip: ~150 mm long × 38 mm wide × 3 mm thick\nPliable at room temperature'), ('PROPERTIES', 'Very pliable & soft at room temperature\nAdheres easily to impression material\nNo ADA specification number\nLow melting point for easy manipulation'), ('USES', 'Boxing (walling) around an impression before pouring dental stone\nStandardizes the shape and height of the poured cast\nPreserves and protects impression border extensions\nCreates a neatly contained cast without waste of stone'), ] }, { 'name': '5. UTILITY WAX (Periphery Wax / Tray Wax)', 'color': '#33691E', 'fc': '#F1F8E9', 'sections': [ ('ORIGIN', 'Petrolatum (petroleum jelly) + beeswax blend\nSoftest of all dental waxes by design'), ('COMPOSITION', 'Petrolatum (major constituent)\nBeeswax: adds slight firmness\nSoft mineral oils: maintain pliability at room temp\nOrange/red color typical'), ('FORM', 'Rope/stick form: easy to roll and adapt\nFlat strip form also available'), ('PROPERTIES', 'Softest dental wax — pliable at ROOM temperature\nDoes not require heating to soften\nDoes not set rigid at any dental working temp\nHighly tacky surface'), ('USES', 'Extending and modifying custom/stock tray borders\nPeriphery tracing / border moulding of trays\nOrthdontic: protect cheeks from sharp bracket edges\nBlocking out undercuts on study models\nHolding wires, tubes, and small items temporarily'), ] }, { 'name': '6. STICKY WAX', 'color': '#004D40', 'fc': '#E0F2F1', 'sections': [ ('ORIGIN', 'Animal wax (beeswax) + plant resin (shellac or rosin)\nOne of the oldest dental wax formulations'), ('COMPOSITION', 'Beeswax (50–60%): base\nShellac or rosin (40–50%): provides stickiness & brittleness\nOptional: gum dammar for extra hardness\nUsually yellow/orange in color'), ('MELTING POINT', '65–70°C (higher than most waxes)\nFuses cleanly at relatively low temperature'), ('PROPERTIES', 'HARD and BRITTLE at room temperature (unlike other waxes)\nBecomes extremely STICKY (tacky) when melted\nHolds parts rigidly once cooled | Excellent adhesion to metal/acrylic\nRemoves cleanly from surfaces when reheated'), ('USES', 'Rejoining fractured/broken dental appliances temporarily\nRelating two cast segments or casts to articulators\nHolding metal components together for soldering\nTemporary assembly of removable partial denture frameworks\nCaution: Do NOT use near soft tissues — burns!'), ] }, { 'name': '7. CORRECTIVE IMPRESSION WAX (ADA Spec No. 18)', 'color': '#0D47A1', 'fc': '#E3F2FD', 'sections': [ ('ORIGIN', 'Low-fusing wax blend: animal + mineral waxes\nSpecially compounded to flow at body temperature'), ('COMPOSITION', 'Low-melting paraffin + ceresin blend\nBeeswax as plasticizer\nFormulated for very high flow at 37°C\nADA Spec No. 18 governs composition'), ('TYPES', 'ADA Type I: for use over individual copper bands\nADA Type II: for use over other impression bases\nExamples: Korecta-Wax No. 4, Iowa Wax, Adaptol'), ('PROPERTIES', 'ADA Spec No. 18 | Low fusing point\nVery HIGH flow at 37°C (body temperature)\nExcellent mucocompressive properties\nFlows under light masticatory pressure\nCaptures tissue details under function'), ('USES', 'Wash / secondary impression over copper band\n(copper band + corrective wax impression technique)\nFunctional / mucocompressive impressions for complete dentures\nCapturing functional border movements\nCapturing soft tissue detail under occlusal load'), ] }, { 'name': '8. BITE REGISTRATION WAX', 'color': '#4527A0', 'fc': '#EDE7F6', 'sections': [ ('ORIGIN', 'Aluminum-reinforced wax (Aluwax) or beeswax-based\nDesigned to be RIGID after recording — opposite of corrective wax'), ('COMPOSITION', 'Beeswax + aluminum mesh reinforcement (Aluwax)\nOR: Hard paraffin + carnauba blend\nMinimal flow after softening and recording\nExamples: Aluwax, Delar wax, Beauty-Pink Baseplate Wax'), ('FORM', 'Pre-formed horseshoe-shaped sheets\nSized to fit maxillary or mandibular arch'), ('PROPERTIES', 'Softens uniformly in warm water (~45–50°C)\nRecords occlusion accurately\nLow flow once removed from mouth — maintains record\nAluminum reinforcement prevents deformation\nRigid enough to be trimmed and mounted'), ('USES', 'Recording centric occlusion (most common use)\nRecording eccentric jaw positions (protrusive, lateral)\nTransferring mounted casts to semi- or fully-adjustable articulators\nRecording jaw relation for edentulous patients'), ] }, ] for idx, (wax, axi) in enumerate(zip(wax_data, axes.flatten())): axi.set_xlim(0,10); axi.set_ylim(0,12) axi.axis('off'); axi.set_facecolor('#FAFAF2') # Header axi.add_patch(FancyBboxPatch((0.05,11.1),9.9,0.78, boxstyle="round,pad=0.1",linewidth=0,facecolor=wax['color'],zorder=3)) axi.text(5,11.49,wax['name'],ha='center',va='center', fontsize=11.5,fontweight='bold',color='white',zorder=4) # Sections y=10.65 for sec_title, sec_body in wax['sections']: lines = sec_body.count('\n')+1 h = 0.35 + lines*0.42 axi.add_patch(FancyBboxPatch((0.05,y-h),9.9,h, boxstyle="round,pad=0.07,rounding_size=0.15", linewidth=1.2,edgecolor=wax['color'],facecolor=wax['fc'],zorder=3)) axi.add_patch(FancyBboxPatch((0.05,y-0.38),2.2,0.38, boxstyle="round,pad=0.04,rounding_size=0.1", linewidth=0,facecolor=wax['color'],zorder=4)) axi.text(1.15,y-0.19,sec_title,ha='center',va='center', fontsize=7.8,fontweight='bold',color='white',zorder=5) axi.text(2.4,y-h/2-0.06,sec_body,ha='left',va='center', fontsize=7.5,color='#111',zorder=5,multialignment='left') y -= h+0.08 plt.tight_layout(pad=1.0, h_pad=1.5, w_pad=1.5) plt.savefig('/tmp/workspace/waxes-dentistry2/individual_wax_cards.png', dpi=130,bbox_inches='tight',facecolor='#FAFAF2') plt.close() print("individual_wax_cards.png saved") PYEOF
"Dental waxes are mixtures of natural and/or synthetic wax-like substances that are solid at room temperature but become plastic on gentle warming." — Phillips' Science of Dental Materials

| P | P | I |
|---|---|---|
| Pattern Waxes | Processing Waxes | Impression Waxes |
| Category | Sub-types | ADA Spec |
|---|---|---|
| Pattern Waxes | Inlay wax, Casting wax, Baseplate wax | No. 4 / No. 24 |
| Processing Waxes | Boxing wax, Utility wax, Sticky wax | - |
| Impression Waxes | Corrective impression wax, Bite registration wax | No. 18 |
| Wax | Source | Melting Point | Use |
|---|---|---|---|
| Paraffin wax | Petroleum distillation | 42-68°C | Base of all dental waxes (60-75%) |
| Ceresin | Purified ozokerite | 61-78°C | Replaces beeswax; stabilizer |
| Ozokerite | Earth/fossil deposits | 55-80°C | Added to baseplate wax |
| Microcrystalline wax | Petroleum residue | 60-90°C | Improves flexibility |
| Wax | Source | Melting Point | Use |
|---|---|---|---|
| Beeswax | Honeycomb of bees | 63-70°C | Sticky wax; plasticizer |
| Spermaceti | Sperm whale oil | 42-47°C | Largely obsolete today |
| Wax | Source | Melting Point | Use |
|---|---|---|---|
| Carnauba wax | Copernicia cerifera palm | 84-91°C (highest!) | Raises melting pt; reduces flow at 37°C |
| Candelilla | Euphorbia plant | 67-79°C | Alternative to carnauba |
| Ouricury | Brazilian palm | 79-84°C | Similar to carnauba |
Exam Tip: Carnauba wax has the highest melting point among all waxes commonly used in dentistry. It is added specifically to raise the melting point and reduce unwanted flow of the wax mixture.
| Additive | Purpose |
|---|---|
| Gum dammar / Rosin | Increases surface hardness |
| Turpentine | Modifies plasticity |
| Fatty acids & esters | Smooth texture and sheen |
| Colorants / pigments | Color-coded identification |
| Synthetic resins | Improve uniformity |

Type I (Direct): Flow < 1.0% at 37°C | Flow > 70% at 45°C
Type II (Indirect): Flow < 0.6% at 37°C | Flow > 70% at 45°C

Paraffin (60-75%) + Carnauba (3-5%) + Ceresin (5-10%) + Beeswax (2-5%)
| Type | Technique | Flow at 37°C | Color |
|---|---|---|---|
| Type I | Direct - in mouth | < 1.0% | Blue |
| Type II | Indirect - on die | < 0.6% | Green / Purple |
| Grade | Color Code | Climate |
|---|---|---|
| Hard | Pink | Tropical/warm |
| Medium | Red | Normal |
| Soft | Green | Cold |
| Feature | Pattern Waxes | Processing Waxes | Impression Waxes |
|---|---|---|---|
| Purpose | Fabricate wax pattern for casting | Assist clinical/lab procedures | Record tissues / jaw relations |
| Accuracy required | Highest | Moderate | Highest |
| Flow at 37°C | Controlled, <1% (inlay) | Variable (high-utility; low-sticky) | High (corrective) / Low (bite reg.) |
| Burnout required | Yes - complete, no residue | No | No |
| ADA Spec | No. 4 / No. 24 | None | No. 18 / None |
| Examples | Inlay, Casting, Baseplate | Boxing, Utility, Sticky | Korecta-Wax, Aluwax |
Cavity Preparation
|
v
Wax Pattern Fabrication (Inlay Wax)
|
v
Sprue Pin Attachment
|
v
Investment in Mold Material
|
v
WAX BURNOUT at 500-600°C
(Wax vaporizes → leaves hollow mold space)
|
v
Molten Metal Casting (centrifugal / pressure)
|
v
Divestment & Deflasking
|
v
Finishing & Polishing
|
v
Cementation / Delivery
| Mnemonic | Stands For |
|---|---|
| "P-P-I" | Pattern · Processing · Impression |
| "I C B" | Inlay · Casting · Baseplate (Pattern sub-group) |
| "B U S" | Boxing · Utility · Sticky (Processing sub-group) |
| "MAVS" | Mineral · Animal · Vegetable · Synthetic (Origin) |
| "P C C B" | Paraffin · Carnauba · Ceresin · Beeswax (Inlay wax comp.) |
| "1 and 6" | Type I = <1%; Type II = <0.6% flow at 37°C |
| "Carnauba RAISES" | Carnauba raises melting pt. & reduces flow |
| "500-600 burns clean" | Wax burnout temperature range |
┌──────────────────────────────────┬────────────────────────┐
│ ADA Spec – Inlay/Casting wax │ No. 4 │
│ ADA Spec – Corrective Imp. wax │ No. 18 │
│ ADA Spec – Baseplate wax │ No. 24 │
│ Inlay Type I flow at 37°C │ < 1.0% │
│ Inlay Type II flow at 37°C │ < 0.6% │
│ Both types flow at 45°C │ > 70% │
│ Thermal expansion coeff. of wax │ ~350 x 10⁻⁶ per °C │
│ Wax burnout temperature │ 500–600°C │
│ Max ash residue (ADA) │ 0.10% │
│ Carnauba wax melting point │ 84–91°C (highest!) │
│ Paraffin wax melting point │ 42–68°C │
│ Beeswax melting point │ 63–70°C │
│ Sticky wax melting point │ 65–70°C │
│ Paraffin % in inlay wax │ 60–75% │
│ Casting wax sheet thickness │ 0.3–0.5 mm │
└──────────────────────────────────┴────────────────────────┘
| Question | Answer (1-2 lines) |
|---|---|
| Classify dental waxes | Pattern (Inlay, Casting, Baseplate), Processing (Boxing, Utility, Sticky), Impression (Corrective, Bite reg.) |
| ADA spec for inlay wax? | No. 4 |
| ADA spec for baseplate wax? | No. 24 |
| ADA spec for corrective impression wax? | No. 18 |
| What is flow of Type I inlay wax at 37°C? | < 1.0% |
| What is flow of Type II inlay wax at 37°C? | < 0.6% |
| Which wax has highest melting point? | Carnauba wax (84-91°C) |
| Source of carnauba wax? | Copernicia cerifera palm (vegetable origin) |
| What is elastic memory / residual stress? | Internal stress locked by rapid cooling; released as distortion on storage |
| Which is the softest dental wax? | Utility wax (pliable at room temperature) |
| What makes sticky wax different from others? | It is HARD and BRITTLE at room temp; sticky when molten (beeswax + shellac) |
| Why does wax cause casting inaccuracy? | High thermal expansion coefficient (~350 x 10⁻⁶/°C) |
| What temp is wax burned out? | 500-600°C |
| What is maximum ash residue allowed? | 0.10% (ADA Spec No. 4) |
| What is Aluwax used for? | Bite registration (aluminum-reinforced wax) |
| Name corrective impression wax examples | Korecta-Wax No. 4, Iowa Wax, Adaptol |
| What is boxing wax used for? | Walling around impression before pouring dental stone |
| What is the source of beeswax? | Honeycomb of honey bees |
| Why is carnauba wax added to inlay wax? | Raises melting point, reduces flow at 37°C, increases hardness |
Reference: Phillips' Science of Dental Materials, 12th Ed. (Anusavice KJ, Shen C, Rawls HR) - Chapter on Dental Waxes