document.write( "Question 1209971: The function f : \mathbb{R} \rightarrow \mathbb{R} satisfies
\n" ); document.write( "xf(x) + f(1 - x)/x = x^3 + 3x^2 + 14x - 13
\n" ); document.write( "for all real x. Find f(x).
\n" ); document.write( "

Algebra.Com's Answer #851282 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
Absolutely, let's solve this functional equation.\r
\n" ); document.write( "\n" ); document.write( "**Understanding the Problem**\r
\n" ); document.write( "\n" ); document.write( "We're given a functional equation that relates f(x) and f(1 - x). Our goal is to find an explicit expression for f(x).\r
\n" ); document.write( "\n" ); document.write( "**Solving the Functional Equation**\r
\n" ); document.write( "\n" ); document.write( "1. **Original Equation:**\r
\n" ); document.write( "\n" ); document.write( " $$xf(x) + \frac{f(1 - x)}{x} = x^3 + 3x^2 + 14x - 13 \quad (*)$$\r
\n" ); document.write( "\n" ); document.write( "2. **Substitute (1 - x) for x:**\r
\n" ); document.write( "\n" ); document.write( " Replace every instance of 'x' with '(1 - x)' in the original equation:\r
\n" ); document.write( "\n" ); document.write( " $$(1 - x)f(1 - x) + \frac{f(1 - (1 - x))}{1 - x} = (1 - x)^3 + 3(1 - x)^2 + 14(1 - x) - 13$$\r
\n" ); document.write( "\n" ); document.write( " Simplify:\r
\n" ); document.write( "\n" ); document.write( " $$(1 - x)f(1 - x) + \frac{f(x)}{1 - x} = (1 - 3x + 3x^2 - x^3) + 3(1 - 2x + x^2) + 14 - 14x - 13$$\r
\n" ); document.write( "\n" ); document.write( " $$(1 - x)f(1 - x) + \frac{f(x)}{1 - x} = 1 - 3x + 3x^2 - x^3 + 3 - 6x + 3x^2 + 14 - 14x - 13$$\r
\n" ); document.write( "\n" ); document.write( " $$(1 - x)f(1 - x) + \frac{f(x)}{1 - x} = -x^3 + 6x^2 - 23x + 5 \quad (**)$$\r
\n" ); document.write( "\n" ); document.write( "3. **Multiply (*) by (1 - x):**\r
\n" ); document.write( "\n" ); document.write( " Multiply the original equation (*) by (1 - x):\r
\n" ); document.write( "\n" ); document.write( " $$x(1 - x)f(x) + \frac{(1 - x)f(1 - x)}{x} = (1 - x)(x^3 + 3x^2 + 14x - 13) \quad (***)$$\r
\n" ); document.write( "\n" ); document.write( "4. **Multiply (**) by x:**\r
\n" ); document.write( "\n" ); document.write( " Multiply the substituted equation (**) by x:\r
\n" ); document.write( "\n" ); document.write( " $$x(1 - x)f(1 - x) + f(x) = x(-x^3 + 6x^2 - 23x + 5) \quad (****)$$\r
\n" ); document.write( "\n" ); document.write( "5. **Solve for f(1-x) in (***):**\r
\n" ); document.write( "\n" ); document.write( " $$(1-x)f(1-x) = x(x^3 + 3x^2 + 14x - 13) - x^2(1-x)f(x)$$\r
\n" ); document.write( "\n" ); document.write( " Divide by (1-x):\r
\n" ); document.write( "\n" ); document.write( " $$f(1-x) = \frac{x(x^3 + 3x^2 + 14x - 13) - x^2(1-x)f(x)}{1-x}$$\r
\n" ); document.write( "\n" ); document.write( "6. **Substitute f(1-x) into (****):**\r
\n" ); document.write( "\n" ); document.write( " $$x(1 - x)\left(\frac{x(x^3 + 3x^2 + 14x - 13) - x^2(1-x)f(x)}{1-x}\right) + f(x) = x(-x^3 + 6x^2 - 23x + 5)$$\r
\n" ); document.write( "\n" ); document.write( " $$x(x^3 + 3x^2 + 14x - 13) - x^2(1-x)f(x) + f(x) = x(-x^3 + 6x^2 - 23x + 5)$$\r
\n" ); document.write( "\n" ); document.write( " $$x^4 + 3x^3 + 14x^2 - 13x - x^2(1-x)f(x) + f(x) = -x^4 + 6x^3 - 23x^2 + 5x$$\r
\n" ); document.write( "\n" ); document.write( " $$f(x)(1 - x^2(1-x)) = -x^4 + 6x^3 - 23x^2 + 5x - x^4 - 3x^3 - 14x^2 + 13x$$\r
\n" ); document.write( "\n" ); document.write( " $$f(x)(1 - x^2 + x^3) = -2x^4 + 3x^3 - 37x^2 + 18x$$\r
\n" ); document.write( "\n" ); document.write( " $$f(x) = \frac{-2x^4 + 3x^3 - 37x^2 + 18x}{x^3 - x^2 + 1}$$\r
\n" ); document.write( "\n" ); document.write( "7. **Polynomial Long Division**
\n" ); document.write( "Perform long division to simplify the rational function:\r
\n" ); document.write( "\n" ); document.write( "$$f(x) = -2x - 1 + \frac{-36x^2 + 20x +1}{x^3-x^2+1}$$\r
\n" ); document.write( "\n" ); document.write( "**Final Answer**\r
\n" ); document.write( "\n" ); document.write( "$$f(x) = -2x-1 + \frac{-36x^2 + 20x}{x^3-x^2+1}$$
\n" ); document.write( "
\n" ); document.write( "
\n" );