{"id":1348,"date":"2024-05-10T02:36:50","date_gmt":"2024-05-10T02:36:50","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/?post_type=chapter&#038;p=1348"},"modified":"2024-11-25T18:14:49","modified_gmt":"2024-11-25T18:14:49","slug":"other-types-of-equations-apply-it-2","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/chapter\/other-types-of-equations-apply-it-2\/","title":{"raw":"Other Types of Equations: Apply It 2","rendered":"Other Types of Equations: Apply It 2"},"content":{"raw":"<h2><strong>Solving Rational Equations That Lead to Quadratics<\/strong><\/h2>\r\nWe've looked at how to solve rational equations before. Sometimes, when you're working through a rational equation, you end up with a quadratic equation. If that happens, you can simplify and solve the quadratic using the methods we've learned, like factoring or using the quadratic formula. Keep in mind that sometimes, after solving, you might find that there are no valid solutions.\r\n\r\n<section class=\"textbox example\">Solve the following rational equation:\r\n<p style=\"text-align: center;\">[latex]\\dfrac{-4x}{x - 1}+\\dfrac{4}{x+1}=\\dfrac{-8}{{x}^{2}-1}[\/latex]<\/p>\r\n\r\n\r\n<hr \/>\r\n\r\nRecall an important concept in working with rational expressions: To add or subtract fractions, we first need to find a <strong>common denominator<\/strong>. This ensures that the fractions have the same base, allowing us to combine them effectively.\r\n\r\nLet's write the equation with this common denominator and simplify the terms:\r\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\r\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><span style=\"font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;\">[latex]\\begin{align*} \\text{Original equation} &amp; : &amp; \\frac{-4x}{x-1} + \\frac{4}{x+1} &amp;= \\frac{-8}{x^2 - 1} \\\\ \\text{Recognize common denominator} &amp; : &amp; x^2 - 1 &amp;= (x-1)(x+1) \\\\ \\text{Rewrite with common denominator} &amp; : &amp; \\\\ \\text{Multiply the first term by } \\frac{x+1}{x+1} &amp; : &amp; \\frac{-4x(x+1)}{x^2-1} &amp;= \\frac{-4x^2 - 4x}{x^2-1} \\\\ \\text{Multiply the second term by } \\frac{x-1}{x-1} &amp; : &amp; \\frac{4(x-1)}{x^2-1} &amp;= \\frac{4x - 4}{x^2-1} \\\\ \\text{Combine terms over common denominator} &amp; : &amp; \\frac{-4x^2 - 4x + 4x - 4}{x^2-1} &amp;= \\frac{-8}{x^2-1} \\\\ \\text{Simplify numerator} &amp; : &amp; \\frac{-4x^2 - 4}{x^2-1} &amp;= \\frac{-8}{x^2-1} \\\\ \\end{align*}[\/latex]<\/span><\/div>\r\n<\/div>\r\nNow that we have matching denominators, we equate the numerators:\r\n\r\n<center>[latex]\\begin{align*} \\text{Equate numerators} &amp; : &amp; -4x^2 - 4 &amp;= -8 \\\\ \\text{Simplify} &amp; : &amp; -4x^2 - 4 + 8 &amp;= 0 \\\\ &amp; : &amp; -4x^2 + 4 &amp;= 0 \\\\ \\text{Divide by -4} &amp; : &amp; x^2 - 1 &amp;= 0 \\\\ \\text{Factor} &amp; : &amp; (x-1)(x+1) &amp;= 0 \\\\ \\end{align*}[\/latex]<\/center>Finally, solve for [latex]x[\/latex]:\r\n\r\n<center>[latex]\\begin{align*} x-1 &amp;= 0 &amp; x+1 &amp;= 0 \\\\ x &amp;= 1 &amp; x &amp;= -1 \\end{align*}[\/latex]<\/center>Lastly, check for extraneous solution:\r\n\r\nRemember: we must check for extraneous solutions because the original equation had denominators that could be undefined for certain values of [latex]x[\/latex].\r\n\r\nBoth [latex]x=1[\/latex] and [latex]x=-1[\/latex] make the original denominators zero, so they are not valid solutions.\r\n\r\nTherefore, this equation actually has <strong>no solution<\/strong>.\r\n\r\n<\/section><section class=\"textbox example\">Solve the rational equation:\r\n<p style=\"text-align: center;\">[latex]\\dfrac{3x+2}{x - 2}+\\dfrac{1}{x}=\\dfrac{-2}{{x}^{2}-2x}[\/latex]<\/p>\r\n[reveal-answer q=\"662482\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"662482\"]\r\n\r\n[latex]\\begin{align*} \\text{Original equation} &amp; : \u00a0 \\frac{3x+2}{x - 2} + \\frac{1}{x} = \\frac{-2}{x^2-2x} \\\\ \\text{Factor the denominator on the right-hand side}\u00a0 &amp; : \u00a0 x^2 - 2x = x(x-2) \\\\ \\text{Rewrite each fraction with the common denominator } x(x-2) &amp; : \\\\ \\frac{3x+2}{x-2} = \\frac{(3x+2)x}{x(x-2)} \\\\ \\frac{1}{x} = \\frac{x-2}{x(x-2)} \\\\ \\text{Combine and simplify the numerators} &amp; : \\frac{3x^2 + 2x + x - 2}{x(x-2)} = \\frac{-2}{x(x-2)} \\\\ \\text{Simplify further} &amp; : \\frac{3x^2 + 3x - 2}{x(x-2)} = \\frac{-2}{x(x-2)} \\\\ \\text{Set the numerators equal to each other} &amp; : 3x^2 + 3x - 2 = -2 \\\\ \\text{Simplify this to form a quadratic equation} &amp; : 3x^2 + 3x = 0 \\\\ \\text{Factor out } x \\text{ from the quadratic} &amp; : x(3x + 3)= 0 \\\\ \\text{Solve for } x &amp; : x = 0 \\quad \\text{or} \\quad 3x + 3 = 0 \\\\ \\text{If } 3x + 3 = 0 &amp; : x = -1 \\end{align*}[\/latex]\r\n\r\n<strong>Check for extraneous solution:<\/strong>\r\n\r\nBased on the original denominators [latex]x(x-2)[\/latex], [latex]x \\ne 0[\/latex] and [latex]x \\ne 2[\/latex].\r\n\r\nThis means that [latex]x=0[\/latex] is an extraneous solution.\r\n\r\nThis leaves us with the solution: [latex]x=-1[\/latex].\r\n\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox tryIt\">[ohm2_question hide_question_numbers=1]18983[\/ohm2_question]<\/section><section class=\"textbox tryIt\">[ohm2_question hide_question_numbers=1]18984[\/ohm2_question]<\/section>","rendered":"<h2><strong>Solving Rational Equations That Lead to Quadratics<\/strong><\/h2>\n<p>We&#8217;ve looked at how to solve rational equations before. Sometimes, when you&#8217;re working through a rational equation, you end up with a quadratic equation. If that happens, you can simplify and solve the quadratic using the methods we&#8217;ve learned, like factoring or using the quadratic formula. Keep in mind that sometimes, after solving, you might find that there are no valid solutions.<\/p>\n<section class=\"textbox example\">Solve the following rational equation:<\/p>\n<p style=\"text-align: center;\">[latex]\\dfrac{-4x}{x - 1}+\\dfrac{4}{x+1}=\\dfrac{-8}{{x}^{2}-1}[\/latex]<\/p>\n<hr \/>\n<p>Recall an important concept in working with rational expressions: To add or subtract fractions, we first need to find a <strong>common denominator<\/strong>. This ensures that the fractions have the same base, allowing us to combine them effectively.<\/p>\n<p>Let&#8217;s write the equation with this common denominator and simplify the terms:<\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><span style=\"font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;\">[latex]\\begin{align*} \\text{Original equation} & : & \\frac{-4x}{x-1} + \\frac{4}{x+1} &= \\frac{-8}{x^2 - 1} \\\\ \\text{Recognize common denominator} & : & x^2 - 1 &= (x-1)(x+1) \\\\ \\text{Rewrite with common denominator} & : & \\\\ \\text{Multiply the first term by } \\frac{x+1}{x+1} & : & \\frac{-4x(x+1)}{x^2-1} &= \\frac{-4x^2 - 4x}{x^2-1} \\\\ \\text{Multiply the second term by } \\frac{x-1}{x-1} & : & \\frac{4(x-1)}{x^2-1} &= \\frac{4x - 4}{x^2-1} \\\\ \\text{Combine terms over common denominator} & : & \\frac{-4x^2 - 4x + 4x - 4}{x^2-1} &= \\frac{-8}{x^2-1} \\\\ \\text{Simplify numerator} & : & \\frac{-4x^2 - 4}{x^2-1} &= \\frac{-8}{x^2-1} \\\\ \\end{align*}[\/latex]<\/span><\/div>\n<\/div>\n<p>Now that we have matching denominators, we equate the numerators:<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{align*} \\text{Equate numerators} & : & -4x^2 - 4 &= -8 \\\\ \\text{Simplify} & : & -4x^2 - 4 + 8 &= 0 \\\\ & : & -4x^2 + 4 &= 0 \\\\ \\text{Divide by -4} & : & x^2 - 1 &= 0 \\\\ \\text{Factor} & : & (x-1)(x+1) &= 0 \\\\ \\end{align*}[\/latex]<\/div>\n<p>Finally, solve for [latex]x[\/latex]:<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{align*} x-1 &= 0 & x+1 &= 0 \\\\ x &= 1 & x &= -1 \\end{align*}[\/latex]<\/div>\n<p>Lastly, check for extraneous solution:<\/p>\n<p>Remember: we must check for extraneous solutions because the original equation had denominators that could be undefined for certain values of [latex]x[\/latex].<\/p>\n<p>Both [latex]x=1[\/latex] and [latex]x=-1[\/latex] make the original denominators zero, so they are not valid solutions.<\/p>\n<p>Therefore, this equation actually has <strong>no solution<\/strong>.<\/p>\n<\/section>\n<section class=\"textbox example\">Solve the rational equation:<\/p>\n<p style=\"text-align: center;\">[latex]\\dfrac{3x+2}{x - 2}+\\dfrac{1}{x}=\\dfrac{-2}{{x}^{2}-2x}[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q662482\">Show Answer<\/button><\/p>\n<div id=\"q662482\" class=\"hidden-answer\" style=\"display: none\">\n<p>[latex]\\begin{align*} \\text{Original equation} & : \u00a0 \\frac{3x+2}{x - 2} + \\frac{1}{x} = \\frac{-2}{x^2-2x} \\\\ \\text{Factor the denominator on the right-hand side}\u00a0 & : \u00a0 x^2 - 2x = x(x-2) \\\\ \\text{Rewrite each fraction with the common denominator } x(x-2) & : \\\\ \\frac{3x+2}{x-2} = \\frac{(3x+2)x}{x(x-2)} \\\\ \\frac{1}{x} = \\frac{x-2}{x(x-2)} \\\\ \\text{Combine and simplify the numerators} & : \\frac{3x^2 + 2x + x - 2}{x(x-2)} = \\frac{-2}{x(x-2)} \\\\ \\text{Simplify further} & : \\frac{3x^2 + 3x - 2}{x(x-2)} = \\frac{-2}{x(x-2)} \\\\ \\text{Set the numerators equal to each other} & : 3x^2 + 3x - 2 = -2 \\\\ \\text{Simplify this to form a quadratic equation} & : 3x^2 + 3x = 0 \\\\ \\text{Factor out } x \\text{ from the quadratic} & : x(3x + 3)= 0 \\\\ \\text{Solve for } x & : x = 0 \\quad \\text{or} \\quad 3x + 3 = 0 \\\\ \\text{If } 3x + 3 = 0 & : x = -1 \\end{align*}[\/latex]<\/p>\n<p><strong>Check for extraneous solution:<\/strong><\/p>\n<p>Based on the original denominators [latex]x(x-2)[\/latex], [latex]x \\ne 0[\/latex] and [latex]x \\ne 2[\/latex].<\/p>\n<p>This means that [latex]x=0[\/latex] is an extraneous solution.<\/p>\n<p>This leaves us with the solution: [latex]x=-1[\/latex].<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\"><iframe loading=\"lazy\" id=\"ohm18983\" class=\"resizable\" src=\"https:\/\/ohm.one.lumenlearning.com\/multiembedq.php?id=18983&theme=lumen&iframe_resize_id=ohm18983&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<section class=\"textbox tryIt\"><iframe loading=\"lazy\" id=\"ohm18984\" class=\"resizable\" src=\"https:\/\/ohm.one.lumenlearning.com\/multiembedq.php?id=18984&theme=lumen&iframe_resize_id=ohm18984&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n","protected":false},"author":12,"menu_order":17,"template":"","meta":{"_candela_citation":"[]","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":92,"module-header":"apply_it","content_attributions":[],"internal_book_links":[],"video_content":null,"cc_video_embed_content":{"cc_scripts":"","media_targets":[]},"try_it_collection":null,"_links":{"self":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1348"}],"collection":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/users\/12"}],"version-history":[{"count":12,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1348\/revisions"}],"predecessor-version":[{"id":6464,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1348\/revisions\/6464"}],"part":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/parts\/92"}],"metadata":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1348\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/media?parent=1348"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapter-type?post=1348"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/contributor?post=1348"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/license?post=1348"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}