{"id":9005,"date":"2025-02-01T16:44:35","date_gmt":"2025-02-01T11:14:35","guid":{"rendered":"https:\/\/physicscatalyst.com\/article\/?p=9005"},"modified":"2025-02-01T16:44:41","modified_gmt":"2025-02-01T11:14:41","slug":"definite-integration-formulas","status":"publish","type":"post","link":"https:\/\/physicscatalyst.com\/article\/definite-integration-formulas\/","title":{"rendered":"Definite integration formulas"},"content":{"rendered":"\n<p>Definite integration involves finding the integral of a function over a specific interval. This process yields a number that represents the net area under the curve of the function between the two endpoints of the interval. Here are some fundamental formulas and properties related to definite integrals:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Fundamental Theorem of Calculus<\/h3>\n\n\n\n<p>The Fundamental Theorem of Calculus links the concept of differentiation with integration and consists of two parts:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>First Part<\/strong>: If ( f ) is continuous on ([a, b]) and ( F ) is an antiderivative of ( f ) on ([a, b]), then:<br>\\[<br>\\int_a^b f(x) \\, dx = F(b) &#8211; F(a)<br>\\]<\/li>\n\n\n\n<li><strong>Second Part<\/strong>: If ( f ) is a continuous function on ([a, b]), then the function ( g ) defined by:<br>\\[<br>g(x) = \\int_a^x f(t) \\, dt<br>\\]<br>is continuous on ([a, b]), differentiable on ((a, b)), and ( g'(x) = f(x) ).<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Properties of Definite Integrals<\/h2>\n\n\n\n<p>(I) $\\int_{a}^{b} f(x) dx= \\int_{a}^{b} f(t) dt $<\/p>\n\n\n\n<p> (II) $\\int_{a}^{b} f(x) dx=- \\int_{b}^{a} f(x) dx $<\/p>\n\n\n\n<p>(III) $\\int_{a}^{b} f(x) dx= \\int_{a}^{c} f(x) dx + \\int_{c}^{b} f(x) dx &nbsp;$<\/p>\n\n\n\n<p>where a&lt;c &lt;b<\/p>\n\n\n\n<p>(IV) $\\int_{a}^{b} f(x) dx=\\int_{a}^{b} f((a+b-x)) dx$<\/p>\n\n\n\n<p>(V) $\\int_{0}^{a} f(x) dx=\\int_{0}^{a} f((a-x)) dx$<\/p>\n\n\n\n<p>(VI) $\\int_{0}^{2a} f(x) dx=\\int_{0}^{a} f((x)) dx + \\int_{0}^{a} f((2a-x)) dx$<\/p>\n\n\n\n<p>(VII)  $\\int_{0}^{2a} f(x) dx= \\begin{cases}<br>2 \\int_{0}^{a} f(x) dx &amp; ,&nbsp; f(2a-x) =f(x) \\\\<br>0 &amp;, f(2a-x) =-f(x)<br>\\end{cases} $<\/p>\n\n\n\n<p>(VIII) $\\int_{-a}^{a} f(x) dx= \\begin{cases}<br>2 \\int_{0}^{a} f(x) dx &amp; ,&nbsp; f(x) =f(-x) \\\\<br>0 &amp;, f(x) =-f(x)<br>\\end{cases} $<\/p>\n\n\n\n<p>(IX) $f(x) \\geq 0$, then $\\int_{a}^{b} f(x) dx \\geq 0$<\/p>\n\n\n\n<p>(X) $f(x) \\geq g(x) $, then $\\int_{a}^{b} f(x) dx \\geq  \\int_{a}^{b} g(x) dx $<\/p>\n\n\n\n<p>(IX) $|\\int_{a}^{b} f(x) dx| \\leq \\int_{a}^{b} |f(x)| dx$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Other formula&#8217;s<\/h2>\n\n\n\n<p>For any real number $n \\neq -1$,<br>$$<br>\\int_{a}^{b} x^n \\, dx = \\frac{b^{n+1} &#8211; a^{n+1}}{n+1}<br>$$<\/p>\n\n\n\n<p>$$<br>\\int_{a}^{b} e^x \\, dx = e^b &#8211; e^a<br>$$<\/p>\n\n\n\n<p>$$<br>\\int_{1}^{b} \\frac{1}{x} \\, dx = \\ln(b)<br>$$<\/p>\n\n\n\n<p>$$<br>\\int_{a}^{b} \\sin(x) \\, dx = -\\cos(b) + \\cos(a)<br>$$<br>$$<br>\\int_{a}^{b} \\cos(x) \\, dx = \\sin(b) &#8211; \\sin(a)<br>$$<br>$$<br>\\int_{a}^{b} \\tan(x) \\, dx = -\\ln|\\cos(b)| + \\ln|\\cos(a)|<br>$$<\/p>\n\n\n\n<p>A special case using polar coordinates:<br>$$<br>\\int_{0}^{2\\pi} \\frac{1}{2} r^2 \\, d\\theta = \\pi r^2<br>$$<\/p>\n\n\n\n<p>$$<br>\\int_{a}^{\\infty} \\frac{1}{a^2 + x^2} \\, dx = \\frac {\\pi}{2a}<br>$$<\/p>\n\n\n\n<p>$$<br>\\int_{a}^{\\infty} \\frac{1}{\\sqrt {a^2 &#8211; x^2}} \\, dx = \\frac {\\pi}{2}<br>$$<\/p>\n\n\n\n<p>$$<br>\\int_{a}^{\\infty} \\sqrt {a^2 &#8211; x^2} \\, dx = \\frac {\\pi a^2}{4}<br>$$<\/p>\n\n\n\n<p><strong>Example<\/strong><\/p>\n\n\n\n<p>Calculate the definite integral of ( f(x) = x^3 ) from ( x = 1 ) to ( x = 2 ):<\/p>\n\n\n\n<p>\\[<br>\\int_1^2 x^3 \\, dx = \\left[ \\frac{x^4}{4} \\right]_1^2 = \\frac{2^4}{4} &#8211; \\frac{1^4}{4} = \\frac{16}{4} &#8211; \\frac{1}{4} = 4 &#8211; 0.25 = 3.75<br>\\]<\/p>\n\n\n\n<p>We hope that these Definite integration formulas will help in your preparation.<\/p>\n\n\n\n<div class=\"wp-block-group has-ast-global-color-4-background-color has-background is-layout-constrained wp-container-core-group-is-layout-ca99af60 wp-block-group-is-layout-constrained\" style=\"border-radius:17px;margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--50)\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-medium-font-size\">Other Integration Related Articles<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-regular\" style=\"padding-right:0;padding-left:0;font-size:16px\"><table style=\"border-style:none;border-width:0px\"><tbody><tr><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-tan-inverse-x\/\">Integration of tan inverse x<\/a><\/td><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-cos-inverse-x\/\">Integration of cos inverse x<\/a><\/td><\/tr><tr><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-cos-square-x\/\">Integration of cos square x<\/a><\/td><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-fractional-part-of-x\/\">Integration of fractional part of x<\/a><\/td><\/tr><tr><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-uv-formula\/\">integration of uv formula<\/a><\/td><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-log-x\/\">integration of log x<\/a><\/td><\/tr><tr><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-sin-inverse-x\/\">integration of sin inverse x<\/a><\/td><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-constant\/\">Integration of constant term<\/a><\/td><\/tr><tr><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-hyperbolic-functions\/\">integration of hyperbolic functions<\/a><\/td><td><a data-type=\"post\" data-id=\"5701\" href=\"https:\/\/physicscatalyst.com\/article\/integration-formulas-list\/\">List of Integration Formulas <\/a><\/td><\/tr><tr><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-log-sinx\/\">integration of log sinx<\/a><\/td><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-sin-x-cos-x-dx\/\">integration of sin x cos x dx<\/a><\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Definite integration involves finding the integral of a function over a specific interval. This process yields a number that represents the net area under the curve of the function between the two endpoints of the interval. Here are some fundamental formulas and properties related to definite integrals: Fundamental Theorem of Calculus The Fundamental Theorem of [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[498],"tags":[],"class_list":["post-9005","post","type-post","status-publish","format-standard","hentry","category-maths"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Definite integration formulas - physicscatalyst&#039;s Blog<\/title>\n<meta name=\"description\" content=\"Definite integration formulas summarize key properties: linearity, interval additivity, limits reversal, and common integral values.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/physicscatalyst.com\/article\/definite-integration-formulas\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Definite integration formulas - physicscatalyst&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"Definite integration formulas summarize key properties: linearity, interval additivity, limits reversal, and common integral values.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/physicscatalyst.com\/article\/definite-integration-formulas\/\" \/>\n<meta property=\"og:site_name\" content=\"physicscatalyst&#039;s Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PhysicsCatalyst\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/PhysicsCatalyst\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-01T11:14:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-01T11:14:41+00:00\" \/>\n<meta name=\"author\" content=\"physicscatalyst\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"physicscatalyst\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Definite integration formulas - physicscatalyst&#039;s Blog","description":"Definite integration formulas summarize key properties: linearity, interval additivity, limits reversal, and common integral values.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/physicscatalyst.com\/article\/definite-integration-formulas\/","og_locale":"en_US","og_type":"article","og_title":"Definite integration formulas - physicscatalyst&#039;s Blog","og_description":"Definite integration formulas summarize key properties: linearity, interval additivity, limits reversal, and common integral values.","og_url":"https:\/\/physicscatalyst.com\/article\/definite-integration-formulas\/","og_site_name":"physicscatalyst&#039;s Blog","article_publisher":"https:\/\/www.facebook.com\/PhysicsCatalyst","article_author":"https:\/\/www.facebook.com\/PhysicsCatalyst","article_published_time":"2025-02-01T11:14:35+00:00","article_modified_time":"2025-02-01T11:14:41+00:00","author":"physicscatalyst","twitter_misc":{"Written by":"physicscatalyst","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/physicscatalyst.com\/article\/definite-integration-formulas\/#article","isPartOf":{"@id":"https:\/\/physicscatalyst.com\/article\/definite-integration-formulas\/"},"author":{"name":"physicscatalyst","@id":"https:\/\/physicscatalyst.com\/article\/#\/schema\/person\/9b302efdc9b32e459cb1e61ab7506d3f"},"headline":"Definite integration formulas","datePublished":"2025-02-01T11:14:35+00:00","dateModified":"2025-02-01T11:14:41+00:00","mainEntityOfPage":{"@id":"https:\/\/physicscatalyst.com\/article\/definite-integration-formulas\/"},"wordCount":498,"commentCount":0,"publisher":{"@id":"https:\/\/physicscatalyst.com\/article\/#organization"},"articleSection":["Maths"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/physicscatalyst.com\/article\/definite-integration-formulas\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/physicscatalyst.com\/article\/definite-integration-formulas\/","url":"https:\/\/physicscatalyst.com\/article\/definite-integration-formulas\/","name":"Definite integration formulas - physicscatalyst&#039;s Blog","isPartOf":{"@id":"https:\/\/physicscatalyst.com\/article\/#website"},"datePublished":"2025-02-01T11:14:35+00:00","dateModified":"2025-02-01T11:14:41+00:00","description":"Definite integration formulas summarize key properties: linearity, interval additivity, limits reversal, and common integral values.","breadcrumb":{"@id":"https:\/\/physicscatalyst.com\/article\/definite-integration-formulas\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/physicscatalyst.com\/article\/definite-integration-formulas\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/physicscatalyst.com\/article\/definite-integration-formulas\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/physicscatalyst.com\/article\/"},{"@type":"ListItem","position":2,"name":"Maths","item":"https:\/\/physicscatalyst.com\/article\/maths\/"},{"@type":"ListItem","position":3,"name":"Definite integration formulas"}]},{"@type":"WebSite","@id":"https:\/\/physicscatalyst.com\/article\/#website","url":"https:\/\/physicscatalyst.com\/article\/","name":"physicscatalyst's Blog","description":"Learn free for class 9th, 10th science\/maths , 12th and IIT-JEE Physics and maths.","publisher":{"@id":"https:\/\/physicscatalyst.com\/article\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/physicscatalyst.com\/article\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/physicscatalyst.com\/article\/#organization","name":"physicscatalyst","url":"https:\/\/physicscatalyst.com\/article\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/physicscatalyst.com\/article\/#\/schema\/logo\/image\/","url":"https:\/\/physicscatalyst.com\/article\/wp-content\/uploads\/2024\/08\/cropped-logo-1.jpg","contentUrl":"https:\/\/physicscatalyst.com\/article\/wp-content\/uploads\/2024\/08\/cropped-logo-1.jpg","width":96,"height":96,"caption":"physicscatalyst"},"image":{"@id":"https:\/\/physicscatalyst.com\/article\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PhysicsCatalyst","https:\/\/x.com\/physicscatalyst","https:\/\/www.youtube.com\/user\/thephysicscatalyst","https:\/\/www.instagram.com\/physicscatalyst\/"]},{"@type":"Person","@id":"https:\/\/physicscatalyst.com\/article\/#\/schema\/person\/9b302efdc9b32e459cb1e61ab7506d3f","name":"physicscatalyst","sameAs":["https:\/\/physicscatalyst.com","https:\/\/www.facebook.com\/PhysicsCatalyst","https:\/\/x.com\/physicscatalyst"]}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"shareaholic-thumbnail":false},"uagb_author_info":{"display_name":"physicscatalyst","author_link":"https:\/\/physicscatalyst.com\/article\/author\/physicscatalyst\/"},"uagb_comment_info":0,"uagb_excerpt":"Definite integration involves finding the integral of a function over a specific interval. This process yields a number that represents the net area under the curve of the function between the two endpoints of the interval. Here are some fundamental formulas and properties related to definite integrals: Fundamental Theorem of Calculus The Fundamental Theorem of&hellip;","_links":{"self":[{"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/posts\/9005","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/comments?post=9005"}],"version-history":[{"count":4,"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/posts\/9005\/revisions"}],"predecessor-version":[{"id":9241,"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/posts\/9005\/revisions\/9241"}],"wp:attachment":[{"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/media?parent=9005"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/categories?post=9005"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/tags?post=9005"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}