ADVERTISEMENT

Gut feels

Published Oct 19, 2021 04:00 pm

Your gut-brain connection

For once in your life, you most probably have experienced diarrhea or constipation during a very stressful life event. Have you ever wondered how a situation that involves your mental state and brain could also affect your digestive tract? What does your anxiety have to do with your bowel movement?

The gastrointestinal tract, also known as the digestive tract or simply referred to as the gut, is responsible for the digestion of food, absorption of nutrients, and metabolism or the process of turning food into energy in the body. The gut also houses majority of the body’s immune cells. Therefore, it plays a significant role in immunity. The complexity of the gut’s function goes beyond just nourishing the body and helping it ward off threats of infection. In fact, the gut is referred to as the second brain.

The brain communicates with the gut through the vagus nerve. Chemical signals are sent from your brain to your gut through the vagus nerve when you are mentally and emotionally distressed. The gut then responds by manifesting undesirable symptoms. This is why you may feel dizzy, get nauseated, vomit, have diarrhea or constipation when anxiety attacks. And vice versa, when the gut is unhealthy or damaged, an individual may manifest psychological symptoms like sleep problems, mood imbalances, anxiety, and other mental conditions. This phenomenon is brought about by the gut-brain axis. The sooner we embrace this connection, the better we will be in coping with the stresses thrown our way.

Did you know that your gut is home to trillions of microbes, collectively referred to as the gut microbiome? These beneficial microorganisms, most of which are beneficial bacteria, are critical in maintaining physical and mental health. The friendly bacteria are involved in the process of digestion, extracting and producing nutrients and vitamins, and ensuring that your gut lining, which is the first line of defense against “invaders,” is intact. Moreover, these good bacteria are involved in the production of 95 percent of serotonin. It is a brain chemical or hormone that enhances learning and memory, stabilizes mood, regulates sleep, eating and digestion. Serotonin is a major happy hormone.

When you are mentally and emotionally distressed, the brain sends chemical signals via the vagus nerve. The gut then responds by manifesting undesirable symptoms.

Aside from serotonin, the gut also produces the brain chemical GABA, which helps control feelings of fear and anxiety. Another neurotransmitter that is produced by the gut microbiome is the feel-good hormone, dopamine. This hormone is involved in movement, memory, pleasure, reward and gratification, learning, sleep, mood, behavior, attention, and many more.

Now that science recognizes the impact of gut microbiome in relation to mental health, it is essential to protect these minute creatures thriving inside of us to prevent an imbalance known as gut dysbiosis.

Dysbiosis happens as a result of poor diet composed of high consumption of refined sugar, excessive alcohol intake, excess animal protein, chemicals, food additives, inadequate intake of plant foods, and fiber. Intake of some medications, especially antibiotics, can also affect the gut microbiome. High level of stress, poor sleep, and even unprotected sex can contribute to dysbiosis. Extreme physical stress, such as excessive exercise, can also alter the gut microbiome.

How then should we take care of our gut health in order to promote a healthier mind? Begin by feeding the good bacteria in your gut with prebiotics. Prebiotic is a type of dietary fiber that serves as food for the good bacteria. Banana, apple psyllium husk, garlic, onion, honey, eggplant, peas, legumes, whole grains like brown, red or black rice, or quinoa, asparagus, green tea, maple syrup, soy, and oats are considered prebiotic.

As the saying goes, food is medicine. Heal from within. Listen to your “gut feel” and achieve a healthier mind and more stable mood.

[email protected]

Related Tags

health cheshire que wellbeing stomach tummy gut brain
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.