{"id":8926,"date":"2024-01-28T18:00:06","date_gmt":"2024-01-28T12:30:06","guid":{"rendered":"https:\/\/physicscatalyst.com\/article\/?p=8926"},"modified":"2024-01-28T18:00:11","modified_gmt":"2024-01-28T12:30:11","slug":"integration-of-rational-functions","status":"publish","type":"post","link":"https:\/\/physicscatalyst.com\/article\/integration-of-rational-functions\/","title":{"rendered":"integration of rational functions"},"content":{"rendered":"\n<p>Integration of rational functions, which are quotients of polynomials, is a fundamental concept in calculus. The general form of a rational function is:<\/p>\n\n\n\n<p>$$ \\frac{P(x)}{Q(x)} $$<\/p>\n\n\n\n<p>where ( P(x) ) and ( Q(x) ) are polynomials.<\/p>\n\n\n\n<p>The strategy for integrating such functions typically involves a few steps:<\/p>\n\n\n\n<p>(1) Polynomial Division: If the degree of ( P(x) ) is greater than or equal to the degree of ( Q(x) ), divide ( P(x) ) by ( Q(x) ). This step simplifies the function into a polynomial (which can be integrated directly) plus a rational function where the degree of the numerator is less than the degree of the denominator.<\/p>\n\n\n\n<p>$f(x) = \\frac {p(x)}{q(x)} = t(x) +\\frac {p'(x)}{q'(x)} $<\/p>\n\n\n\n<p>Let&#8217;s consider a rational function<\/p>\n\n\n\n<p>$$ \\frac{P(x)}{Q(x)} = \\frac{x^3 &#8211; 2x^2 + 5x &#8211; 3}{x &#8211; 1} $$<\/p>\n\n\n\n<p>The division of the polynomial  $ x^3 &#8211; 2x^2 + 5x &#8211; 3 $ by ( x &#8211; 1 ) results in a quotient of $ x^2 &#8211; x + 4 $ and a remainder of ( 1 ).<\/p>\n\n\n\n<p>So, the division can be expressed as:<\/p>\n\n\n\n<p>$$ \\frac{x^3 &#8211; 2x^2 + 5x &#8211; 3}{x &#8211; 1} = x^2 &#8211; x + 4 + \\frac{1}{x &#8211; 1} $$<\/p>\n\n\n\n<p>Here, $ x^2 &#8211; x + 4 $ is the polynomial part of the division, and $ \\frac{1}{x &#8211; 1} $ is the fractional remainder.<\/p>\n\n\n\n<p>(2)Factorization: Factorize the denominator ( Q(x) ) into its irreducible factors. This is crucial for the next step, partial fraction decomposition.<\/p>\n\n\n\n<p>Lets consider a rational function<\/p>\n\n\n\n<p>$$ \\frac {1}{x^3 +6x^2+11x+6}$$<\/p>\n\n\n\n<p>We can factorize the denominator  as $x^3 +6x^2+11x+6=(x+1)(x+2)(x+3)$<\/p>\n\n\n\n<p>Therefore<\/p>\n\n\n\n<p>$$ \\frac {1}{x^3 +6x^2+11x+6}= \\frac {1}{(x+1)(x+2)(x+3)}$$<\/p>\n\n\n\n<p>(3) Partial Fraction Decomposition: The goal here is to express the rational function as a sum of simpler fractions whose denominators are the factors of ( Q(x) ) and whose numerators are usually constants or linear polynomials. This step is based on the principle that any rational function can be expressed as a sum of simpler fractions.<\/p>\n\n\n\n<p>A. $\\frac {px +q}{(x-a)(x-b)}= \\frac {A}{x-a} + \\frac {B}{x-b} $<br>and $ \\int \\frac {px +q}{(x-a)(x-b)} dx =\\int \\left \\{ \\frac {A}{x-a} + \\frac {B}{x-b} \\right \\} dx$<\/p>\n\n\n\n<p>B. $\\frac {px^2 +qx + r}{(x-a)(x-b)(x-c)} = \\frac {A}{x-a} + \\frac {B}{x-b} + \\frac {C}{x-c}$<br>and $ \\int \\frac {px^2 +qx + r}{(x-a)(x-b)(x-c)} dx =\\int \\left \\{ \\frac {A}{x-a} + \\frac {B}{x-b} + \\frac {C}{x-c} \\right \\} dx$<\/p>\n\n\n\n<p>C $\\frac {px +q}{(x-a)^2} = \\frac {A}{x-a} + \\frac {B}{(x-a)^2}$<br>and $ \\int \\frac {px +q}{(x-a)^2} dx =\\int \\left \\{ \\frac {A}{x-a} + \\frac {B}{(x-a)^2} \\right \\} dx$<\/p>\n\n\n\n<p>D $\\frac {px^2 +qx + r}{(x-a)^2(x-c)}=\\frac {A}{x-a} + \\frac {B}{(x-a)^2} + \\frac {C}{x-c}$<br>and $ \\int \\frac {px^2 +qx + r}{(x-a)^2(x-c)} dx =\\int \\left \\{ \\frac {A}{x-a} + \\frac {B}{(x-a)^2} + \\frac {C}{x-c} \\right \\} dx$<\/p>\n\n\n\n<p>E. $ \\frac {px^2 +q+r}{(x-a)(x^2 + bx +c)}= \\frac {A}{x-a} + \\frac {Bx +C}{x^2 + bx +c} $<br>and $ \\int \\frac {px^2 +q+r}{(x-a)(x^2 + bx +c)} dx =\\int \\left \\{ \\frac {A}{x-a} + \\frac {Bx +C}{x^2 + bx +c} \\right \\} dx$<br>where $x^2 + bx +c$ is a irreducible quadratic<\/p>\n\n\n\n<p>(4) Integration of Each Term: Once the rational function is decomposed into simpler fractions, integrate each term separately. The integration techniques for these simpler fractions often involve basic antiderivatives, logarithms, or inverse trigonometric functions, depending on the form of the fraction.<\/p>\n\n\n\n<p>Some formulas to remember based on that<\/p>\n\n\n\n<p>I. $\\int \\frac {1}{x^2 &#8211; a^2} dx = \\frac {1}{2a} ln |\\frac {x-a}{x+a}| + C$<br><strong>Proof<\/strong><br>$\\frac {1}{x^2 &#8211; a^2} =\\frac {1}{2a}[ \\frac {1}{x-a} &#8211; \\frac {1}{x+a}]$<br>So<br>$\\int \\frac {1}{x^2 &#8211; a^2} dx $<br>$=\\frac {1}{2a}[ \\int \\frac {1}{x-a} dx &#8211; \\int \\frac {1}{x+a}]$<br>$= \\frac {1}{2a}[ln |x-a| &#8211; ln |x+a| + C$<br>$=\\frac {1}{2a} ln |\\frac {x-a}{x+a}| + C$<\/p>\n\n\n\n<p>II. B. $\\int \\frac {1}{a^2 &#8211; x^2} dx = \\frac {1}{2a} ln |\\frac {a+x}{a-x}| + C$<br><strong>Proof<\/strong><br>$\\frac {1}{a^2 &#8211; x^2} =\\frac {1}{2a}[ \\frac {1}{a-x} + \\frac {1}{a+x}]$<br>So<br>$\\int \\frac {1}{a^2 &#8211; x^2} dx $<br>$=\\frac {1}{2a}[ \\int \\frac {1}{a-x} dx + \\int \\frac {1}{x+a}]$<br>$= \\frac {1}{2a}[-ln |a-x| + ln |a+x| + C$<br>$=\\frac {1}{2a} ln |\\frac {a+x}{a-x}| + C$<\/p>\n\n\n\n<p>(5)Recombination: Finally, combine the integrals of the simpler fractions to obtain the integral of the original rational function.<\/p>\n\n\n\n<p>It&#8217;s important to note that while the steps above are generally applicable, the specific method of partial fraction decomposition and integration can vary greatly depending on the nature of the rational function, particularly the form of its denominator. Some cases might require more advanced techniques like completing the square or trigonometric substitution<\/p>\n\n\n\n<p>III. $\\int \\frac {1}{x^2 + a^2} dx = \\frac {1}{a} \\tan ^{-1} (\\frac {x}{a}) + C$<br><strong>Proof<\/strong><br>Put $x =a tan \\theta$ then $dx= a sec^2 \\theta d\\theta$<br>Therefore<br>$\\int \\frac {1}{x^2 + a^2} dx$<br>$=\\int \\frac {asec^2 \\theta}{a^2 tan^2 \\theta + a^2} d\\theta$<br>$=\\frac {1}{a} \\int d\\theta= \\frac {1}{a} \\theta + C = \\frac {1}{a} \\tan ^{-1} (\\frac {x}{a}) + C$<\/p>\n\n\n\n<p>(6) Completing the square technique<\/p>\n\n\n\n<p>Some times, you may not able to factorize the denominator normally, then you might consider using the  Completing the square technique<\/p>\n\n\n\n<p><strong>Example<\/strong> 1<\/p>\n\n\n\n<p>$\\int \\frac {1}{ax^2 + bx + c} dx$<br><br>This integral can be converted to the form I,II, III given above and can be evaluated using the formula<\/p>\n\n\n\n<p><strong>Example 2<\/strong><\/p>\n\n\n\n<p>$\\int \\frac {px + q}{ax^2 + bx + c} dx$<br>Here we can decompose this integral using the below formula<br>$px+q = A \\frac {d}{dx} (ax^2 + bx + c) + B$<br>Then integral is converted as<br>$=A \\int \\frac {\\frac {d}{dx} (ax^2 + bx + c)} {ax^2 + bx + c} dx + B \\int \\frac {1}{ax^2 + bx + c} dx $<\/p>\n\n\n\n<p>The first integral is of the form<br>$\\int \\frac {f'(x)}{f(x)} dx$ which can be easily evaluated<br>The second integral is of the form of example 1<br>$\\int \\frac {1}{ax^2 + bx + c} dx$ which can be easily evaluated<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Solved Examples of integration of rational functions<\/h2>\n\n\n\n<p><strong>Question 1<\/strong><\/p>\n\n\n\n<p>$$ \\int \\frac{1}{x^2 &#8211; 4} \\, dx $$<\/p>\n\n\n\n<p><strong>Solution<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Factorize the Denominator:<br>$$ x^2 &#8211; 4 = (x + 2)(x &#8211; 2) $$<\/li>\n\n\n\n<li>Partial Fraction Decomposition:<br>$$ \\frac{1}{x^2 &#8211; 4} = \\frac{A}{x + 2} + \\frac{B}{x &#8211; 2} $$<br>Find ( A ) and ( B ) by setting up equations. $$ =\\frac{-1}{4(x + 2)} + \\frac{1}{4(x &#8211; 2)} $$<\/li>\n\n\n\n<li>Integrate Each Term:<br>$$ \\int \\frac{-1}{4(x + 2)} \\, dx + \\int \\frac{1}{4(x &#8211; 2)} \\, dx = \\frac{\\log(x &#8211; 2)}{4} &#8211; \\frac{\\log(x + 2)}{4} $$<br>So, the integral of (\\frac{1}{x^2 &#8211; 4}) is:<\/li>\n<\/ol>\n\n\n\n<p>$$ \\frac{\\log(x &#8211; 2)}{4} &#8211; \\frac{\\log(x + 2)}{4} + C $$<\/p>\n\n\n\n<p><strong>Question 2<\/strong><\/p>\n\n\n\n<p>$$ \\int \\frac{x}{x^2 + 2x + 2} \\, dx $$<\/p>\n\n\n\n<p><strong>Solution<\/strong><\/p>\n\n\n\n<p>Complete the Square for the Denominator:<br>$$ x^2 + 2x + 2 = (x+1)^2 + 1 $$<\/p>\n\n\n\n<p>After completing the square, the denominator of the rational function (\\frac{x}{x^2 + 2x + 2}) becomes ((x + 1)^2 + 1). Therefore, the integral becomes:<\/p>\n\n\n\n<p>$$ \\int \\frac{x}{(x + 1)^2 + 1} \\, dx $$<\/p>\n\n\n\n<p>Now we can use the above technique in (6)<\/p>\n\n\n\n<p>$ x = A \\frac {d}{dx} ((x + 1)^2 + 1) + B$<br>Solving for A and B, we get<br>$ x = \\frac {1}{2} \\frac {d}{dx} ((x + 1)^2 + 1) -1$<br>Thus<br>$ \\int \\frac{x}{(x + 1)^2 + 1} \\, dx = \\int \\frac {1}{2} \\frac {\\frac {d}{dx} ((x + 1)^2 + 1)}{(x + 1)^2 + 1} &#8211; \\frac {1}{(x + 1)^2 + 1} \\; dx$<\/p>\n\n\n\n<p>Integrating this expression, we obtain:<\/p>\n\n\n\n<p>$$ \\frac{\\log(x^2 + 2x + 2)}{2} &#8211; \\arctan(x + 1) + C $$<\/p>\n\n\n\n<p>where ( C ) is the constant of integration.<\/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-modulus-function\/\" data-type=\"post\" data-id=\"8632\">Integration of modulus function<\/a><\/td><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-tan-x\/\" data-type=\"post\" data-id=\"8622\">Integration of tan x<\/a><\/td><td><\/td><td><\/td><\/tr><tr><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-sec-x\/\" data-type=\"post\" data-id=\"8628\">Integration of sec x<\/a><\/td><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-greatest-integer-function\/\" data-type=\"post\" data-id=\"8599\">Integration of greatest integer function<\/a><\/td><td><\/td><td><\/td><\/tr><tr><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-trigonometric-functions\/\" data-type=\"post\" data-id=\"8595\">Integration of trigonometric functions<\/a><\/td><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-cot-x\/\" data-type=\"post\" data-id=\"8591\">Integration of cot x<\/a><\/td><td><\/td><td><\/td><\/tr><tr><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-cosec-x\/\" data-type=\"post\" data-id=\"8548\">Integration of cosec x<\/a><\/td><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-sinx\/\" data-type=\"post\" data-id=\"8530\">Integration of sinx<\/a><\/td><td><\/td><td><\/td><\/tr><tr><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-irrational-functions\/\">Integration of irrational functions<\/a><\/td><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-root-x\/\">integration of root x<\/a><\/td><td><\/td><td><\/td><\/tr><tr><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-fractional-part-of-x\/\">Integration of fractional part of x<\/a><\/td><td><a href=\"https:\/\/physicscatalyst.com\/article\/integration-of-cos-square-x\/\">Integration of cos square x<\/a><\/td><td><\/td><td><\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Integration of rational functions, which are quotients of polynomials, is a fundamental concept in calculus. The general form of a rational function is: $$ \\frac{P(x)}{Q(x)} $$ where ( P(x) ) and ( Q(x) ) are polynomials. The strategy for integrating such functions typically involves a few steps: (1) Polynomial Division: If the degree 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-8926","post","type-post","status-publish","format-standard","hentry","category-maths"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>integration of rational functions - physicscatalyst&#039;s Blog<\/title>\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\/integration-of-rational-functions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"integration of rational functions - physicscatalyst&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"Integration of rational functions, which are quotients of polynomials, is a fundamental concept in calculus. The general form of a rational function is: $$ frac{P(x)}{Q(x)} $$ where ( P(x) ) and ( Q(x) ) are polynomials. The strategy for integrating such functions typically involves a few steps: (1) Polynomial Division: If the degree of ( [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/physicscatalyst.com\/article\/integration-of-rational-functions\/\" \/>\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=\"2024-01-28T12:30:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-28T12:30:11+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=\"6 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"integration of rational functions - physicscatalyst&#039;s Blog","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\/integration-of-rational-functions\/","og_locale":"en_US","og_type":"article","og_title":"integration of rational functions - physicscatalyst&#039;s Blog","og_description":"Integration of rational functions, which are quotients of polynomials, is a fundamental concept in calculus. The general form of a rational function is: $$ frac{P(x)}{Q(x)} $$ where ( P(x) ) and ( Q(x) ) are polynomials. The strategy for integrating such functions typically involves a few steps: (1) Polynomial Division: If the degree of ( [&hellip;]","og_url":"https:\/\/physicscatalyst.com\/article\/integration-of-rational-functions\/","og_site_name":"physicscatalyst&#039;s Blog","article_publisher":"https:\/\/www.facebook.com\/PhysicsCatalyst","article_author":"https:\/\/www.facebook.com\/PhysicsCatalyst","article_published_time":"2024-01-28T12:30:06+00:00","article_modified_time":"2024-01-28T12:30:11+00:00","author":"physicscatalyst","twitter_misc":{"Written by":"physicscatalyst","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/physicscatalyst.com\/article\/integration-of-rational-functions\/#article","isPartOf":{"@id":"https:\/\/physicscatalyst.com\/article\/integration-of-rational-functions\/"},"author":{"name":"physicscatalyst","@id":"https:\/\/physicscatalyst.com\/article\/#\/schema\/person\/9b302efdc9b32e459cb1e61ab7506d3f"},"headline":"integration of rational functions","datePublished":"2024-01-28T12:30:06+00:00","dateModified":"2024-01-28T12:30:11+00:00","mainEntityOfPage":{"@id":"https:\/\/physicscatalyst.com\/article\/integration-of-rational-functions\/"},"wordCount":1136,"commentCount":0,"publisher":{"@id":"https:\/\/physicscatalyst.com\/article\/#organization"},"articleSection":["Maths"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/physicscatalyst.com\/article\/integration-of-rational-functions\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/physicscatalyst.com\/article\/integration-of-rational-functions\/","url":"https:\/\/physicscatalyst.com\/article\/integration-of-rational-functions\/","name":"integration of rational functions - physicscatalyst&#039;s Blog","isPartOf":{"@id":"https:\/\/physicscatalyst.com\/article\/#website"},"datePublished":"2024-01-28T12:30:06+00:00","dateModified":"2024-01-28T12:30:11+00:00","breadcrumb":{"@id":"https:\/\/physicscatalyst.com\/article\/integration-of-rational-functions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/physicscatalyst.com\/article\/integration-of-rational-functions\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/physicscatalyst.com\/article\/integration-of-rational-functions\/#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":"integration of rational functions"}]},{"@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":"Integration of rational functions, which are quotients of polynomials, is a fundamental concept in calculus. The general form of a rational function is: $$ \\frac{P(x)}{Q(x)} $$ where ( P(x) ) and ( Q(x) ) are polynomials. The strategy for integrating such functions typically involves a few steps: (1) Polynomial Division: If the degree of (&hellip;","_links":{"self":[{"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/posts\/8926","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=8926"}],"version-history":[{"count":3,"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/posts\/8926\/revisions"}],"predecessor-version":[{"id":8929,"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/posts\/8926\/revisions\/8929"}],"wp:attachment":[{"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/media?parent=8926"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/categories?post=8926"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/physicscatalyst.com\/article\/wp-json\/wp\/v2\/tags?post=8926"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}