ADVERTISEMENT

Wrecked jaw

Published Feb 3, 2019 12:43 am
IF SYMPTOMS PERSIST By DR. JOSE PUJALTE JR. “My noble friend, chew upon this.” — William Shakespeare (1564–1616), English dramatist, poet. Brutus, in Julius Caesar, Act 1, sc. 2, l. 171. Dr. Jose Pujalte Jr. Dr. Jose Pujalte Jr. Ok, never mind if the Bard meant “reflect” or “ruminate” for “chew.” It just sounded appropriate for an article on the TMJ or the temporo-mandibular joint. This articulation is what makes it possible for us to gnaw on meat, talk and shout, and do a hundred other things that involve opening and closing the jaws. And, as in most of our anatomy, we only know it exists when it hurts. The TMJ. It’s easy to mislabel the TMJ as a ginglymus or hinge joint. But it doesn’t move like the elbow or ankle. These joints move only in plane (uniaxial). The TMJ is in fact a ball-and-socket joint. Its movement is more complex – the lower part hinges yes, but the upper part slides. The lower jaw (mandible) has rounded ends or condyles that articulate with the socket ends of the temporal bone of the skull (maxilla). The condyles move in and out in talking, yawning, chewing, etc. These movements are incredibly precise but they don’t double hinge. Any larger jaw opening and you’d be a boa constrictor. Besides being covered by slippery cartilage, a disc is in between the joint to absorb shock and add to smooth movement. Strong muscles – one of the strongest in the human body – complete the TMJs. My TMJ Hurts.  The jaw can hurt occasionally right there at the articulations. TMJ pain becomes bothersome when it lasts for weeks and when it begins to interfere with activities we take for granted (eating and talking). I don’t have local figures but in the US, the National Institute of Dental and Craniofacial Research estimates that 5 to 15% of the population has TMJ disorders. More women than men are affected. The most frequent causes are: trauma to the jaw – as in a knock-out punch, joint degeneration, rheumatoid arthritis. However, the most common cause of TMJ disorders is stress.Under a lot of stress, a person my involuntarily strain her back, sweat, knit her brow, upset her stomach, OR clench her jaw. This clenching is associated with a stiff neck or grinding of the teeth. The problem worsens with habit. Add to this other bad habits like biting on pencils and chewing gum that overuse the jaw muscles and you have a full-blown TMJ pain in the you-know-where. Signs and Symptoms. TMJ disorders present with the following:
  • Joint locks – making it an effort to close or open the mouth.
  • Facial pain.
  • Difficulty masticating (chewing) and discomfort as well.
  • Pain around the ears.
  • Clicking or grating when chewing or just opening the mouth.
  • Pain around the jaw and tenderness too.
  • Headache.
  • Uneven bite (some teeth meet or touch prematurely).
  • Uncomfortable bite.
Diagnosis. Fortunately, there are many health professionals to approach – your favorite dentist, oral and maxillofacial surgeon, ENT specialist, or head and neck surgeon. X-rays, CT Scan, or an MRI – standard imaging workhorses will guide the good dentist (or doctor) on what to do next. A TMJ specialist (could be any of the above) checks the jaw’s range of motion – any abnormality in movement whether there’s catching or clicking. Dental treatment may be necessary and in some cases, surgery of the TMJs. Treatment. Rest and avoiding chewing gum or sticky food are all that may be needed to relieve TMJ symptoms. Other conservative steps focus on treating pain by warm compress on the tender areas of the jaw, the use of over-the-counter pain killers, stretching exercises, and massage for jaw muscles. A dentist may recommend a biteplate or plastic device worn over teeth to align the upper and lower jaws. This kind of splint reduces pressure on the TMJs. If teeth grinding is noted, a night guard appliance is used during sleep. Other treatments include corticosteroid injection into the joint space in severe inflammation, corrective dental work, athrocentesis or the irrigation of the joint for infection or inflammation. In degenerative arthritis, partial or total joint replacement for the TMJ is now available. But don’t underestimate the healing power of relaxation. Make sure there’s time to relax those tight jaws. E-mail: [email protected]    
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.