{"id":3395,"date":"2017-02-22T20:59:24","date_gmt":"2017-02-22T20:59:24","guid":{"rendered":"https:\/\/courses.lumenlearning.com\/waymakercollegealgebra\/?post_type=chapter&#038;p=3395"},"modified":"2017-04-14T19:14:25","modified_gmt":"2017-04-14T19:14:25","slug":"divide-complex-numbers","status":"publish","type":"chapter","link":"https:\/\/courses.lumenlearning.com\/ivytech-wmopen-collegealgebra\/chapter\/divide-complex-numbers\/","title":{"raw":"Divide Complex Numbers","rendered":"Divide Complex Numbers"},"content":{"raw":"<div class=\"textbox learning-objectives\">\r\n<h3>Learning Objectives<\/h3>\r\n<ul>\r\n \t<li>Identify and write the complex conjugate of a complex number<\/li>\r\n \t<li>Divide complex numbers<\/li>\r\n \t<li>Simplify powers of\u00a0<em>i<\/em><\/li>\r\n<\/ul>\r\n<\/div>\r\n<a href=\"https:\/\/s3-us-west-2.amazonaws.com\/oerfiles\/College+Algebra\/calculator.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-3370\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/896\/2017\/02\/13193222\/calculator.png\" alt=\"\" width=\"251\" height=\"46\" \/><\/a>\r\n<h2>Dividing Complex Numbers<\/h2>\r\nDivision of two complex numbers is more complicated than addition, subtraction, and multiplication because we cannot divide by an imaginary number, meaning that any fraction must have a real-number denominator. We need to find a term by which we can multiply the numerator and the denominator that will eliminate the imaginary portion of the denominator so that we end up with a real number as the denominator. This term is called the <strong>complex conjugate<\/strong> of the denominator, which is found by changing the sign of the imaginary part of the complex number. In other words, the complex conjugate of [latex]a+bi[\/latex] is [latex]a-bi[\/latex].\r\n\r\nNote that complex conjugates have a reciprocal relationship: The complex conjugate of [latex]a+bi[\/latex] is [latex]a-bi[\/latex], and the complex conjugate of [latex]a-bi[\/latex] is [latex]a+bi[\/latex]. Further, when a quadratic equation with real coefficients has complex solutions, the solutions are always complex conjugates of one another.\r\n\r\nSuppose we want to divide [latex]c+di[\/latex] by [latex]a+bi[\/latex], where neither <em>a<\/em>\u00a0nor <em>b<\/em>\u00a0equals zero. We first write the division as a fraction, then find the complex conjugate of the denominator, and multiply.\r\n\r\n[latex]\\frac{c+di}{a+bi}\\text{ where }a\\ne 0\\text{ and }b\\ne 0[\/latex]\r\n\r\nMultiply the numerator and denominator by the complex conjugate of the denominator.\r\n\r\n[latex]\\frac{\\left(c+di\\right)}{\\left(a+bi\\right)}\\cdot \\frac{\\left(a-bi\\right)}{\\left(a-bi\\right)}=\\frac{\\left(c+di\\right)\\left(a-bi\\right)}{\\left(a+bi\\right)\\left(a-bi\\right)}[\/latex]\r\n\r\nApply the distributive property.\r\n\r\n[latex]=\\frac{ca-cbi+adi-bd{i}^{2}}{{a}^{2}-abi+abi-{b}^{2}{i}^{2}}[\/latex]\r\n\r\nSimplify, remembering that [latex]{i}^{2}=-1[\/latex].\r\n\r\n[latex]\\begin{array}{l}=\\frac{ca-cbi+adi-bd\\left(-1\\right)}{{a}^{2}-abi+abi-{b}^{2}\\left(-1\\right)}\\hfill \\\\ =\\frac{\\left(ca+bd\\right)+\\left(ad-cb\\right)i}{{a}^{2}+{b}^{2}}\\hfill \\end{array}[\/latex]\r\n<div class=\"textbox\">\r\n<h3>A General Note: The Complex Conjugate<\/h3>\r\nThe <strong>complex conjugate<\/strong> of a complex number [latex]a+bi[\/latex] is [latex]a-bi[\/latex]. It is found by changing the sign of the imaginary part of the complex number. The real part of the number is left unchanged.\r\n<ul>\r\n \t<li>When a complex number is multiplied by its complex conjugate, the result is a real number.<\/li>\r\n \t<li>When a complex number is added to its complex conjugate, the result is a real number.<\/li>\r\n<\/ul>\r\n<\/div>\r\n<div class=\"textbox exercises\">\r\n<h3>Example: Finding Complex Conjugates<\/h3>\r\nFind the complex conjugate of each number.\r\n<ol>\r\n \t<li>[latex]2+i\\sqrt{5}[\/latex]<\/li>\r\n \t<li>[latex]-\\frac{1}{2}i[\/latex]<\/li>\r\n<\/ol>\r\n[reveal-answer q=\"349660\"]Solution[\/reveal-answer]\r\n[hidden-answer a=\"349660\"]\r\n<ol>\r\n \t<li>The number is already in the form [latex]a+bi[\/latex]. The complex conjugate is [latex]a-bi[\/latex], or [latex]2-i\\sqrt{5}[\/latex].<\/li>\r\n \t<li>We can rewrite this number in the form [latex]a+bi[\/latex] as [latex]0-\\frac{1}{2}i[\/latex]. The complex conjugate is [latex]a-bi[\/latex], or [latex]0+\\frac{1}{2}i[\/latex]. This can be written simply as [latex]\\frac{1}{2}i[\/latex].<\/li>\r\n<\/ol>\r\n<h4>Analysis of the Solution<\/h4>\r\nAlthough we have seen that we can find the complex conjugate of an imaginary number, in practice we generally find the complex conjugates of only complex numbers with both a real and an imaginary component. To obtain a real number from an imaginary number, we can simply multiply by <em>i<\/em>.\r\n\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<div class=\"textbox\">\r\n<h3>How To: Given two complex numbers, divide one by the other.<\/h3>\r\n<ol>\r\n \t<li>Write the division problem as a fraction.<\/li>\r\n \t<li>Determine the complex conjugate of the denominator.<\/li>\r\n \t<li>Multiply the numerator and denominator of the fraction by the complex conjugate of the denominator.<\/li>\r\n \t<li>Simplify.<\/li>\r\n<\/ol>\r\n<\/div>\r\n<div class=\"textbox exercises\">\r\n<h3>Example: Dividing Complex Numbers<\/h3>\r\nDivide [latex]\\left(2+5i\\right)[\/latex] by [latex]\\left(4-i\\right)[\/latex].\r\n\r\n[reveal-answer q=\"932961\"]Solution[\/reveal-answer]\r\n[hidden-answer a=\"932961\"]\r\nWe begin by writing the problem as a fraction.\r\n\r\n[latex]\\frac{\\left(2+5i\\right)}{\\left(4-i\\right)}[\/latex]\r\n\r\nThen we multiply the numerator and denominator by the complex conjugate of the denominator.\r\n\r\n[latex]\\frac{\\left(2+5i\\right)}{\\left(4-i\\right)}\\cdot \\frac{\\left(4+i\\right)}{\\left(4+i\\right)}[\/latex]\r\n\r\nTo multiply two complex numbers, we expand the product as we would with polynomials (the process commonly called FOIL).\r\n\r\n[latex]\\begin{array}{l}\\frac{\\left(2+5i\\right)}{\\left(4-i\\right)}\\cdot \\frac{\\left(4+i\\right)}{\\left(4+i\\right)}=\\frac{8+2i+20i+5{i}^{2}}{16+4i - 4i-{i}^{2}}\\hfill &amp; \\hfill \\\\ \\text{ }=\\frac{8+2i+20i+5\\left(-1\\right)}{16+4i - 4i-\\left(-1\\right)}\\hfill &amp; \\text{Because } {i}^{2}=-1\\hfill \\\\ \\text{ }=\\frac{3+22i}{17}\\hfill &amp; \\hfill \\\\ \\text{ }=\\frac{3}{17}+\\frac{22}{17}i\\hfill &amp; \\text{Separate real and imaginary parts}.\\hfill \\end{array}[\/latex]\r\n\r\nNote that this expresses the quotient in standard form.\r\n\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Try It<\/h3>\r\n<iframe id=\"mom10\" class=\"resizable\" src=\"https:\/\/www.myopenmath.com\/multiembedq.php?id=61715&amp;theme=oea&amp;iframe_resize_id=mom10\" width=\"100%\" height=\"150\" data-mce-fragment=\"1\"><\/iframe>\r\n\r\n<\/div>\r\n<div class=\"textbox exercises\">\r\n<h3>Example: Substituting a Complex Number into a Polynomial Function<\/h3>\r\nLet [latex]f\\left(x\\right)={x}^{2}-5x+2[\/latex]. Evaluate [latex]f\\left(3+i\\right)[\/latex].\r\n\r\n[reveal-answer q=\"323196\"]Solution[\/reveal-answer]\r\n[hidden-answer a=\"323196\"]\r\n<img class=\"aligncenter wp-image-2536 size-full\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/896\/2016\/10\/24212009\/CNX_Precalc_Figure_03_01_0072.jpg\" alt=\"Substitute 3 plus i for x. Multiply. Substitute negative 1 for i squared. Combine like terms.\" width=\"731\" height=\"124\" \/>\r\n\r\nSubstitute [latex]x=3+i[\/latex] into the function [latex]f\\left(x\\right)={x}^{2}-5x+2[\/latex] and simplify.\r\n<h4>Analysis of the Solution<\/h4>\r\nWe write [latex]f\\left(3+i\\right)=-5+i[\/latex]. Notice that the input is [latex]3+i[\/latex] and the output is [latex]-5+i[\/latex].\r\n\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Try It<\/h3>\r\nLet [latex]f\\left(x\\right)=2{x}^{2}-3x[\/latex]. Evaluate [latex]f\\left(8-i\\right)[\/latex].\r\n\r\n[reveal-answer q=\"324665\"]Solution[\/reveal-answer]\r\n[hidden-answer a=\"324665\"][latex]102 - 29i[\/latex][\/hidden-answer]\r\n<iframe id=\"mom1\" class=\"resizable\" src=\"https:\/\/www.myopenmath.com\/multiembedq.php?id=120193&amp;theme=oea&amp;iframe_resize_id=mom1\" width=\"100%\" height=\"250\" data-mce-fragment=\"1\"><\/iframe>\r\n\r\n<\/div>\r\n<div class=\"textbox exercises\">\r\n<h3>Example: Substituting an Imaginary Number in a Rational Function<\/h3>\r\nLet [latex]f\\left(x\\right)=\\frac{2+x}{x+3}[\/latex]. Evaluate [latex]f\\left(10i\\right)[\/latex].\r\n\r\n[reveal-answer q=\"462657\"]Solution[\/reveal-answer]\r\n[hidden-answer a=\"462657\"]\r\nSubstitute [latex]x=10i[\/latex] and simplify.\r\n\r\n[latex]\\begin{array}{l}\\frac{2+10i}{10i+3}\\hfill &amp; \\text{Substitute }10i\\text{ for }x.\\hfill \\\\ \\frac{2+10i}{3+10i}\\hfill &amp; \\text{Rewrite the denominator in standard form}.\\hfill \\\\ \\frac{2+10i}{3+10i}\\cdot \\frac{3 - 10i}{3 - 10i}\\hfill &amp; \\text{Prepare to multiply the numerator and}\\hfill \\\\ \\hfill &amp; \\text{denominator by the complex conjugate}\\hfill \\\\ \\hfill &amp; \\text{of the denominator}.\\hfill \\\\ \\frac{6 - 20i+30i - 100{i}^{2}}{9 - 30i+30i - 100{i}^{2}}\\hfill &amp; \\text{Multiply using the distributive property or the FOIL method}.\\hfill \\\\ \\frac{6 - 20i+30i - 100\\left(-1\\right)}{9 - 30i+30i - 100\\left(-1\\right)}\\hfill &amp; \\text{Substitute }-1\\text{ for } {i}^{2}.\\hfill \\\\ \\frac{106+10i}{109}\\hfill &amp; \\text{Simplify}.\\hfill \\\\ \\frac{106}{109}+\\frac{10}{109}i\\hfill &amp; \\text{Separate the real and imaginary parts}.\\hfill \\end{array}[\/latex]\r\n\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Try It<\/h3>\r\nLet [latex]f\\left(x\\right)=\\frac{x+1}{x - 4}[\/latex]. Evaluate [latex]f\\left(-i\\right)[\/latex].\r\n\r\n[reveal-answer q=\"453508\"]Solution[\/reveal-answer]\r\n[hidden-answer a=\"453508\"][latex]-\\frac{3}{17}+\\frac{5i}{17}[\/latex][\/hidden-answer]\r\n\r\n<\/div>\r\nhttps:\/\/youtu.be\/XBJjbJAwM1c\r\n<h2>Simplifying Powers of <em>i<\/em><\/h2>\r\nThe powers of <em>i<\/em>\u00a0are cyclic. Let\u2019s look at what happens when we raise <em>i<\/em>\u00a0to increasing powers.\r\n\r\n[latex]\\begin{array}{l}{i}^{1}=i\\\\ {i}^{2}=-1\\\\ {i}^{3}={i}^{2}\\cdot i=-1\\cdot i=-i\\\\ {i}^{4}={i}^{3}\\cdot i=-i\\cdot i=-{i}^{2}=-\\left(-1\\right)=1\\\\ {i}^{5}={i}^{4}\\cdot i=1\\cdot i=i\\end{array}[\/latex]\r\n\r\nWe can see that when we get to the fifth power of <em>i<\/em>, it is equal to the first power. As we continue to multiply <em>i<\/em>\u00a0by itself for increasing powers, we will see a cycle of 4. Let\u2019s examine the next 4 powers of <em>i<\/em>.\r\n\r\n[latex]\\begin{array}{l}{i}^{6}={i}^{5}\\cdot i=i\\cdot i={i}^{2}=-1\\\\ {i}^{7}={i}^{6}\\cdot i={i}^{2}\\cdot i={i}^{3}=-i\\\\ {i}^{8}={i}^{7}\\cdot i={i}^{3}\\cdot i={i}^{4}=1\\\\ {i}^{9}={i}^{8}\\cdot i={i}^{4}\\cdot i={i}^{5}=i\\end{array}[\/latex]\r\n<div class=\"textbox exercises\">\r\n<h3>Example: Simplifying Powers of\u00a0<em>i<\/em><\/h3>\r\nEvaluate [latex]{i}^{35}[\/latex].\r\n\r\n[reveal-answer q=\"879646\"]Solution[\/reveal-answer]\r\n[hidden-answer a=\"879646\"]\r\nSince [latex]{i}^{4}=1[\/latex], we can simplify the problem by factoring out as many factors of [latex]{i}^{4}[\/latex] as possible. To do so, first determine how many times 4 goes into 35: [latex]35=4\\cdot 8+3[\/latex].\r\n\r\n[latex]{i}^{35}={i}^{4\\cdot 8+3}={i}^{4\\cdot 8}\\cdot {i}^{3}={\\left({i}^{4}\\right)}^{8}\\cdot {i}^{3}={1}^{8}\\cdot {i}^{3}={i}^{3}=-i[\/latex]\r\n\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<div class=\"textbox\">\r\n<h3>Q &amp; A<\/h3>\r\n<strong>Can we write [latex]{i}^{35}[\/latex] in other helpful ways?<\/strong>\r\n\r\n<em>As we saw in Example: Simplifying Powers of i, we reduced [latex]{i}^{35}[\/latex] to [latex]{i}^{3}[\/latex] by dividing the exponent by 4 and using the remainder to find the simplified form. But perhaps another factorization of [latex]{i}^{35}[\/latex] may be more useful. The table below\u00a0shows some other possible factorizations.<\/em>\r\n<table summary=\"..\">\r\n<tbody>\r\n<tr>\r\n<td><strong>Factorization of [latex]{i}^{35}[\/latex]<\/strong><\/td>\r\n<td>[latex]{i}^{34}\\cdot i[\/latex]<\/td>\r\n<td>[latex]{i}^{33}\\cdot {i}^{2}[\/latex]<\/td>\r\n<td>[latex]{i}^{31}\\cdot {i}^{4}[\/latex]<\/td>\r\n<td>[latex]{i}^{19}\\cdot {i}^{16}[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Reduced form<\/strong><\/td>\r\n<td>[latex]{\\left({i}^{2}\\right)}^{17}\\cdot i[\/latex]<\/td>\r\n<td>[latex]{i}^{33}\\cdot \\left(-1\\right)[\/latex]<\/td>\r\n<td>[latex]{i}^{31}\\cdot 1[\/latex]<\/td>\r\n<td>[latex]{i}^{19}\\cdot {\\left({i}^{4}\\right)}^{4}[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Simplified form<\/strong><\/td>\r\n<td>[latex]{\\left(-1\\right)}^{17}\\cdot i[\/latex]<\/td>\r\n<td>[latex]-{i}^{33}[\/latex]<\/td>\r\n<td>[latex]{i}^{31}[\/latex]<\/td>\r\n<td>[latex]{i}^{19}[\/latex]<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<em>Each of these will eventually result in the answer we obtained above but may require several more steps than our earlier method.<\/em>\r\n\r\n<\/div>","rendered":"<div class=\"textbox learning-objectives\">\n<h3>Learning Objectives<\/h3>\n<ul>\n<li>Identify and write the complex conjugate of a complex number<\/li>\n<li>Divide complex numbers<\/li>\n<li>Simplify powers of\u00a0<em>i<\/em><\/li>\n<\/ul>\n<\/div>\n<p><a href=\"https:\/\/s3-us-west-2.amazonaws.com\/oerfiles\/College+Algebra\/calculator.html\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-3370\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/896\/2017\/02\/13193222\/calculator.png\" alt=\"\" width=\"251\" height=\"46\" \/><\/a><\/p>\n<h2>Dividing Complex Numbers<\/h2>\n<p>Division of two complex numbers is more complicated than addition, subtraction, and multiplication because we cannot divide by an imaginary number, meaning that any fraction must have a real-number denominator. We need to find a term by which we can multiply the numerator and the denominator that will eliminate the imaginary portion of the denominator so that we end up with a real number as the denominator. This term is called the <strong>complex conjugate<\/strong> of the denominator, which is found by changing the sign of the imaginary part of the complex number. In other words, the complex conjugate of [latex]a+bi[\/latex] is [latex]a-bi[\/latex].<\/p>\n<p>Note that complex conjugates have a reciprocal relationship: The complex conjugate of [latex]a+bi[\/latex] is [latex]a-bi[\/latex], and the complex conjugate of [latex]a-bi[\/latex] is [latex]a+bi[\/latex]. Further, when a quadratic equation with real coefficients has complex solutions, the solutions are always complex conjugates of one another.<\/p>\n<p>Suppose we want to divide [latex]c+di[\/latex] by [latex]a+bi[\/latex], where neither <em>a<\/em>\u00a0nor <em>b<\/em>\u00a0equals zero. We first write the division as a fraction, then find the complex conjugate of the denominator, and multiply.<\/p>\n<p>[latex]\\frac{c+di}{a+bi}\\text{ where }a\\ne 0\\text{ and }b\\ne 0[\/latex]<\/p>\n<p>Multiply the numerator and denominator by the complex conjugate of the denominator.<\/p>\n<p>[latex]\\frac{\\left(c+di\\right)}{\\left(a+bi\\right)}\\cdot \\frac{\\left(a-bi\\right)}{\\left(a-bi\\right)}=\\frac{\\left(c+di\\right)\\left(a-bi\\right)}{\\left(a+bi\\right)\\left(a-bi\\right)}[\/latex]<\/p>\n<p>Apply the distributive property.<\/p>\n<p>[latex]=\\frac{ca-cbi+adi-bd{i}^{2}}{{a}^{2}-abi+abi-{b}^{2}{i}^{2}}[\/latex]<\/p>\n<p>Simplify, remembering that [latex]{i}^{2}=-1[\/latex].<\/p>\n<p>[latex]\\begin{array}{l}=\\frac{ca-cbi+adi-bd\\left(-1\\right)}{{a}^{2}-abi+abi-{b}^{2}\\left(-1\\right)}\\hfill \\\\ =\\frac{\\left(ca+bd\\right)+\\left(ad-cb\\right)i}{{a}^{2}+{b}^{2}}\\hfill \\end{array}[\/latex]<\/p>\n<div class=\"textbox\">\n<h3>A General Note: The Complex Conjugate<\/h3>\n<p>The <strong>complex conjugate<\/strong> of a complex number [latex]a+bi[\/latex] is [latex]a-bi[\/latex]. It is found by changing the sign of the imaginary part of the complex number. The real part of the number is left unchanged.<\/p>\n<ul>\n<li>When a complex number is multiplied by its complex conjugate, the result is a real number.<\/li>\n<li>When a complex number is added to its complex conjugate, the result is a real number.<\/li>\n<\/ul>\n<\/div>\n<div class=\"textbox exercises\">\n<h3>Example: Finding Complex Conjugates<\/h3>\n<p>Find the complex conjugate of each number.<\/p>\n<ol>\n<li>[latex]2+i\\sqrt{5}[\/latex]<\/li>\n<li>[latex]-\\frac{1}{2}i[\/latex]<\/li>\n<\/ol>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"q349660\">Solution<\/span><\/p>\n<div id=\"q349660\" class=\"hidden-answer\" style=\"display: none\">\n<ol>\n<li>The number is already in the form [latex]a+bi[\/latex]. The complex conjugate is [latex]a-bi[\/latex], or [latex]2-i\\sqrt{5}[\/latex].<\/li>\n<li>We can rewrite this number in the form [latex]a+bi[\/latex] as [latex]0-\\frac{1}{2}i[\/latex]. The complex conjugate is [latex]a-bi[\/latex], or [latex]0+\\frac{1}{2}i[\/latex]. This can be written simply as [latex]\\frac{1}{2}i[\/latex].<\/li>\n<\/ol>\n<h4>Analysis of the Solution<\/h4>\n<p>Although we have seen that we can find the complex conjugate of an imaginary number, in practice we generally find the complex conjugates of only complex numbers with both a real and an imaginary component. To obtain a real number from an imaginary number, we can simply multiply by <em>i<\/em>.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"textbox\">\n<h3>How To: Given two complex numbers, divide one by the other.<\/h3>\n<ol>\n<li>Write the division problem as a fraction.<\/li>\n<li>Determine the complex conjugate of the denominator.<\/li>\n<li>Multiply the numerator and denominator of the fraction by the complex conjugate of the denominator.<\/li>\n<li>Simplify.<\/li>\n<\/ol>\n<\/div>\n<div class=\"textbox exercises\">\n<h3>Example: Dividing Complex Numbers<\/h3>\n<p>Divide [latex]\\left(2+5i\\right)[\/latex] by [latex]\\left(4-i\\right)[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"q932961\">Solution<\/span><\/p>\n<div id=\"q932961\" class=\"hidden-answer\" style=\"display: none\">\nWe begin by writing the problem as a fraction.<\/p>\n<p>[latex]\\frac{\\left(2+5i\\right)}{\\left(4-i\\right)}[\/latex]<\/p>\n<p>Then we multiply the numerator and denominator by the complex conjugate of the denominator.<\/p>\n<p>[latex]\\frac{\\left(2+5i\\right)}{\\left(4-i\\right)}\\cdot \\frac{\\left(4+i\\right)}{\\left(4+i\\right)}[\/latex]<\/p>\n<p>To multiply two complex numbers, we expand the product as we would with polynomials (the process commonly called FOIL).<\/p>\n<p>[latex]\\begin{array}{l}\\frac{\\left(2+5i\\right)}{\\left(4-i\\right)}\\cdot \\frac{\\left(4+i\\right)}{\\left(4+i\\right)}=\\frac{8+2i+20i+5{i}^{2}}{16+4i - 4i-{i}^{2}}\\hfill & \\hfill \\\\ \\text{ }=\\frac{8+2i+20i+5\\left(-1\\right)}{16+4i - 4i-\\left(-1\\right)}\\hfill & \\text{Because } {i}^{2}=-1\\hfill \\\\ \\text{ }=\\frac{3+22i}{17}\\hfill & \\hfill \\\\ \\text{ }=\\frac{3}{17}+\\frac{22}{17}i\\hfill & \\text{Separate real and imaginary parts}.\\hfill \\end{array}[\/latex]<\/p>\n<p>Note that this expresses the quotient in standard form.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"textbox key-takeaways\">\n<h3>Try It<\/h3>\n<p><iframe loading=\"lazy\" id=\"mom10\" class=\"resizable\" src=\"https:\/\/www.myopenmath.com\/multiembedq.php?id=61715&amp;theme=oea&amp;iframe_resize_id=mom10\" width=\"100%\" height=\"150\" data-mce-fragment=\"1\"><\/iframe><\/p>\n<\/div>\n<div class=\"textbox exercises\">\n<h3>Example: Substituting a Complex Number into a Polynomial Function<\/h3>\n<p>Let [latex]f\\left(x\\right)={x}^{2}-5x+2[\/latex]. Evaluate [latex]f\\left(3+i\\right)[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"q323196\">Solution<\/span><\/p>\n<div id=\"q323196\" class=\"hidden-answer\" style=\"display: none\">\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2536 size-full\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/896\/2016\/10\/24212009\/CNX_Precalc_Figure_03_01_0072.jpg\" alt=\"Substitute 3 plus i for x. Multiply. Substitute negative 1 for i squared. Combine like terms.\" width=\"731\" height=\"124\" \/><\/p>\n<p>Substitute [latex]x=3+i[\/latex] into the function [latex]f\\left(x\\right)={x}^{2}-5x+2[\/latex] and simplify.<\/p>\n<h4>Analysis of the Solution<\/h4>\n<p>We write [latex]f\\left(3+i\\right)=-5+i[\/latex]. Notice that the input is [latex]3+i[\/latex] and the output is [latex]-5+i[\/latex].<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"textbox key-takeaways\">\n<h3>Try It<\/h3>\n<p>Let [latex]f\\left(x\\right)=2{x}^{2}-3x[\/latex]. Evaluate [latex]f\\left(8-i\\right)[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"q324665\">Solution<\/span><\/p>\n<div id=\"q324665\" class=\"hidden-answer\" style=\"display: none\">[latex]102 - 29i[\/latex]<\/div>\n<\/div>\n<p><iframe loading=\"lazy\" id=\"mom1\" class=\"resizable\" src=\"https:\/\/www.myopenmath.com\/multiembedq.php?id=120193&amp;theme=oea&amp;iframe_resize_id=mom1\" width=\"100%\" height=\"250\" data-mce-fragment=\"1\"><\/iframe><\/p>\n<\/div>\n<div class=\"textbox exercises\">\n<h3>Example: Substituting an Imaginary Number in a Rational Function<\/h3>\n<p>Let [latex]f\\left(x\\right)=\\frac{2+x}{x+3}[\/latex]. Evaluate [latex]f\\left(10i\\right)[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"q462657\">Solution<\/span><\/p>\n<div id=\"q462657\" class=\"hidden-answer\" style=\"display: none\">\nSubstitute [latex]x=10i[\/latex] and simplify.<\/p>\n<p>[latex]\\begin{array}{l}\\frac{2+10i}{10i+3}\\hfill & \\text{Substitute }10i\\text{ for }x.\\hfill \\\\ \\frac{2+10i}{3+10i}\\hfill & \\text{Rewrite the denominator in standard form}.\\hfill \\\\ \\frac{2+10i}{3+10i}\\cdot \\frac{3 - 10i}{3 - 10i}\\hfill & \\text{Prepare to multiply the numerator and}\\hfill \\\\ \\hfill & \\text{denominator by the complex conjugate}\\hfill \\\\ \\hfill & \\text{of the denominator}.\\hfill \\\\ \\frac{6 - 20i+30i - 100{i}^{2}}{9 - 30i+30i - 100{i}^{2}}\\hfill & \\text{Multiply using the distributive property or the FOIL method}.\\hfill \\\\ \\frac{6 - 20i+30i - 100\\left(-1\\right)}{9 - 30i+30i - 100\\left(-1\\right)}\\hfill & \\text{Substitute }-1\\text{ for } {i}^{2}.\\hfill \\\\ \\frac{106+10i}{109}\\hfill & \\text{Simplify}.\\hfill \\\\ \\frac{106}{109}+\\frac{10}{109}i\\hfill & \\text{Separate the real and imaginary parts}.\\hfill \\end{array}[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"textbox key-takeaways\">\n<h3>Try It<\/h3>\n<p>Let [latex]f\\left(x\\right)=\\frac{x+1}{x - 4}[\/latex]. Evaluate [latex]f\\left(-i\\right)[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"q453508\">Solution<\/span><\/p>\n<div id=\"q453508\" class=\"hidden-answer\" style=\"display: none\">[latex]-\\frac{3}{17}+\\frac{5i}{17}[\/latex]<\/div>\n<\/div>\n<\/div>\n<p><iframe loading=\"lazy\" id=\"oembed-1\" title=\"Ex:  Dividing Complex Numbers\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/XBJjbJAwM1c?feature=oembed&#38;rel=0\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<h2>Simplifying Powers of <em>i<\/em><\/h2>\n<p>The powers of <em>i<\/em>\u00a0are cyclic. Let\u2019s look at what happens when we raise <em>i<\/em>\u00a0to increasing powers.<\/p>\n<p>[latex]\\begin{array}{l}{i}^{1}=i\\\\ {i}^{2}=-1\\\\ {i}^{3}={i}^{2}\\cdot i=-1\\cdot i=-i\\\\ {i}^{4}={i}^{3}\\cdot i=-i\\cdot i=-{i}^{2}=-\\left(-1\\right)=1\\\\ {i}^{5}={i}^{4}\\cdot i=1\\cdot i=i\\end{array}[\/latex]<\/p>\n<p>We can see that when we get to the fifth power of <em>i<\/em>, it is equal to the first power. As we continue to multiply <em>i<\/em>\u00a0by itself for increasing powers, we will see a cycle of 4. Let\u2019s examine the next 4 powers of <em>i<\/em>.<\/p>\n<p>[latex]\\begin{array}{l}{i}^{6}={i}^{5}\\cdot i=i\\cdot i={i}^{2}=-1\\\\ {i}^{7}={i}^{6}\\cdot i={i}^{2}\\cdot i={i}^{3}=-i\\\\ {i}^{8}={i}^{7}\\cdot i={i}^{3}\\cdot i={i}^{4}=1\\\\ {i}^{9}={i}^{8}\\cdot i={i}^{4}\\cdot i={i}^{5}=i\\end{array}[\/latex]<\/p>\n<div class=\"textbox exercises\">\n<h3>Example: Simplifying Powers of\u00a0<em>i<\/em><\/h3>\n<p>Evaluate [latex]{i}^{35}[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"q879646\">Solution<\/span><\/p>\n<div id=\"q879646\" class=\"hidden-answer\" style=\"display: none\">\nSince [latex]{i}^{4}=1[\/latex], we can simplify the problem by factoring out as many factors of [latex]{i}^{4}[\/latex] as possible. To do so, first determine how many times 4 goes into 35: [latex]35=4\\cdot 8+3[\/latex].<\/p>\n<p>[latex]{i}^{35}={i}^{4\\cdot 8+3}={i}^{4\\cdot 8}\\cdot {i}^{3}={\\left({i}^{4}\\right)}^{8}\\cdot {i}^{3}={1}^{8}\\cdot {i}^{3}={i}^{3}=-i[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"textbox\">\n<h3>Q &amp; A<\/h3>\n<p><strong>Can we write [latex]{i}^{35}[\/latex] in other helpful ways?<\/strong><\/p>\n<p><em>As we saw in Example: Simplifying Powers of i, we reduced [latex]{i}^{35}[\/latex] to [latex]{i}^{3}[\/latex] by dividing the exponent by 4 and using the remainder to find the simplified form. But perhaps another factorization of [latex]{i}^{35}[\/latex] may be more useful. The table below\u00a0shows some other possible factorizations.<\/em><\/p>\n<table summary=\"..\">\n<tbody>\n<tr>\n<td><strong>Factorization of [latex]{i}^{35}[\/latex]<\/strong><\/td>\n<td>[latex]{i}^{34}\\cdot i[\/latex]<\/td>\n<td>[latex]{i}^{33}\\cdot {i}^{2}[\/latex]<\/td>\n<td>[latex]{i}^{31}\\cdot {i}^{4}[\/latex]<\/td>\n<td>[latex]{i}^{19}\\cdot {i}^{16}[\/latex]<\/td>\n<\/tr>\n<tr>\n<td><strong>Reduced form<\/strong><\/td>\n<td>[latex]{\\left({i}^{2}\\right)}^{17}\\cdot i[\/latex]<\/td>\n<td>[latex]{i}^{33}\\cdot \\left(-1\\right)[\/latex]<\/td>\n<td>[latex]{i}^{31}\\cdot 1[\/latex]<\/td>\n<td>[latex]{i}^{19}\\cdot {\\left({i}^{4}\\right)}^{4}[\/latex]<\/td>\n<\/tr>\n<tr>\n<td><strong>Simplified form<\/strong><\/td>\n<td>[latex]{\\left(-1\\right)}^{17}\\cdot i[\/latex]<\/td>\n<td>[latex]-{i}^{33}[\/latex]<\/td>\n<td>[latex]{i}^{31}[\/latex]<\/td>\n<td>[latex]{i}^{19}[\/latex]<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><em>Each of these will eventually result in the answer we obtained above but may require several more steps than our earlier method.<\/em><\/p>\n<\/div>\n\n\t\t\t <section class=\"citations-section\" role=\"contentinfo\">\n\t\t\t <h3>Candela Citations<\/h3>\n\t\t\t\t\t <div>\n\t\t\t\t\t\t <div id=\"citation-list-3395\">\n\t\t\t\t\t\t\t <div class=\"licensing\"><div class=\"license-attribution-dropdown-subheading\">CC licensed content, Shared previously<\/div><ul class=\"citation-list\"><li>Ex: Dividing Complex Numbers. <strong>Authored by<\/strong>: James Sousa (Mathispower4u.com) . <strong>Located at<\/strong>: <a target=\"_blank\" href=\"https:\/\/youtu.be\/XBJjbJAwM1c\">https:\/\/youtu.be\/XBJjbJAwM1c<\/a>. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">CC BY: Attribution<\/a><\/em><\/li><\/ul><\/div>\n\t\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div>\n\t\t\t <\/section>","protected":false},"author":21,"menu_order":5,"template":"","meta":{"_candela_citation":"[{\"type\":\"cc\",\"description\":\"Ex: Dividing Complex Numbers\",\"author\":\"James Sousa (Mathispower4u.com) \",\"organization\":\"\",\"url\":\"https:\/\/youtu.be\/XBJjbJAwM1c\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"}]","CANDELA_OUTCOMES_GUID":"9b67846d-4636-49f6-8785-1f1f09c24de5","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-3395","chapter","type-chapter","status-publish","hentry"],"part":764,"_links":{"self":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-wmopen-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/3395","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-wmopen-collegealgebra\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-wmopen-collegealgebra\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-wmopen-collegealgebra\/wp-json\/wp\/v2\/users\/21"}],"version-history":[{"count":3,"href":"https:\/\/courses.lumenlearning.com\/ivytech-wmopen-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/3395\/revisions"}],"predecessor-version":[{"id":4175,"href":"https:\/\/courses.lumenlearning.com\/ivytech-wmopen-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/3395\/revisions\/4175"}],"part":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-wmopen-collegealgebra\/wp-json\/pressbooks\/v2\/parts\/764"}],"metadata":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-wmopen-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/3395\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-wmopen-collegealgebra\/wp-json\/wp\/v2\/media?parent=3395"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-wmopen-collegealgebra\/wp-json\/pressbooks\/v2\/chapter-type?post=3395"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-wmopen-collegealgebra\/wp-json\/wp\/v2\/contributor?post=3395"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-wmopen-collegealgebra\/wp-json\/wp\/v2\/license?post=3395"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}