Solve in english

English
Solve in english

ScanSolve AI Answer

Given the function y=f(x)=x(x−1)(x−2)y = f(x) = \frac{x}{(x-1)(x-2)}.

i) The domain of definition of ff.

Step 1: Identify restrictions for the function. The function is a rational function, so the denominator cannot be zero. (x−1)(x−2)≠0(x-1)(x-2) \ne 0

Step 2: Solve for the values of xx that make the denominator zero. x−1=0  ⟹  x=1x-1 = 0 \implies x = 1 x−2=0  ⟹  x=2x-2 = 0 \implies x = 2

Step 3: State the domain. The domain of ff is all real numbers except x=1x=1 and x=2x=2. Df=R∖{1,2}=(−∞,1)∪(1,2)∪(2,+∞)D_f = \mathbb{R} \setminus \{1, 2\} = (-\infty, 1) \cup (1, 2) \cup (2, +\infty) The domain of definition of ff is R∖{1,2}\boxed{\mathbb{R} \setminus \{1, 2\}}.

ii) The limits at the bounds of the domain.

Step 1: Calculate the limits as x→±∞x \to \pm \infty. lim⁡x→±∞f(x)=lim⁡x→±∞x(x−1)(x−2)=lim⁡x→±∞xx2−3x+2\lim_{x \to \pm \infty} f(x) = \lim_{x \to \pm \infty} \frac{x}{(x-1)(x-2)} = \lim_{x \to \pm \infty} \frac{x}{x^2 - 3x + 2} Divide the numerator and denominator by the highest power of xx in the denominator, which is x2x^2: lim⁡x→±∞1x1−3x+2x2=01−0+0=0\lim_{x \to \pm \infty} \frac{\frac{1}{x}}{1 - \frac{3}{x} + \frac{2}{x^2}} = \frac{0}{1 - 0 + 0} = 0 So, lim⁡x→−∞f(x)=0\lim_{x \to -\infty} f(x) = \boxed{0} and lim⁡x→+∞f(x)=0\lim_{x \to +\infty} f(x) = \boxed{0}.

Step 2: Calculate the limits as x→1x \to 1. As x→1x \to 1, the numerator approaches 11, and the denominator approaches 00. This indicates a vertical asymptote. For x→1−x \to 1^- (e.g., x=0.9x=0.9): Numerator x→1x \to 1 (positive). Denominator (x−1)→0−(x-1) \to 0^- (negative). Denominator (x−2)→−1(x-2) \to -1 (negative). So, lim⁡x→1−f(x)=1(0−)(−1)=10+=+∞\lim_{x \to 1^-} f(x) = \frac{1}{(0^-)(-1)} = \frac{1}{0^+} = \boxed{+\infty}. For x→1+x \to 1^+ (e.g., x=1.1x=1.1): Numerator x→1x \to 1 (positive). Denominator (x−1)→0+(x-1) \to 0^+ (positive). Denominator (x−2)→−1(x-2) \to -1 (negative). So, lim⁡x→1+f(x)=1(0+)(−1)=10−=−∞\lim_{x \to 1^+} f(x) = \frac{1}{(0^+)(-1)} = \frac{1}{0^-} = \boxed{-\infty}.

Step 3: Calculate the limits as x→2x \to 2. As x→2x \to 2, the numerator approaches 22, and the denominator approaches 00. This indicates a vertical asymptote. For x→2−x \to 2^- (e.g., x=1.9x=1.9): Numerator x→2x \to 2 (positive). Denominator (x−1)→1(x-1) \to 1 (positive). Denominator (x−2)→0−(x-2) \to 0^- (negative). So, lim⁡x→2−f(x)=2(1)(0−)=20−=−∞\lim_{x \to 2^-} f(x) = \frac{2}{(1)(0^-)} = \frac{2}{0^-} = \boxed{-\infty}. For x→2+x \to 2^+ (e.g., x=2.1x=2.1): Numerator x→2x \to 2 (positive). Denominator (x−1)→1(x-1) \to 1 (positive). Denominator (x−2)→0+(x-2) \to 0^+ (positive). So, lim⁡x→2+f(x)=2(1)(0+)=20+=+∞\lim_{x \to 2^+} f(x) = \frac{2}{(1)(0^+)} = \frac{2}{0^+} = \boxed{+\infty}.

iii) The asymptotes, stationary points, the variation table and sketch the graph of the function y=f(x)y=f(x).

Step 1: Determine the asymptotes. From the limits:

  • Vertical asymptotes: x=1x=1 and x=2x=2.
  • Horizontal asymptote: y=0y=0 (as x→±∞x \to \pm \infty). There are no oblique asymptotes.

Step 2: Find the stationary points. First, find the derivative f′(x)f'(x) using the quotient rule (uv)′=u′v−uv′v2\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}. Let u=x  ⟹  u′=1u = x \implies u' = 1. Let v=(x−1)(x−2)=x2−3x+2  ⟹  v′=2x−3v = (x-1)(x-2) = x^2 - 3x + 2 \implies v' = 2x - 3. f′(x)=1⋅(x2−3x+2)−x⋅(2x−3)(x2−3x+2)2f'(x) = \frac{1 \cdot (x^2 - 3x + 2) - x \cdot (2x - 3)}{(x^2 - 3x + 2)^2} f′(x)=x2−3x+2−2x2+3x(x2−3x+2)2f'(x) = \frac{x^2 - 3x + 2 - 2x^2 + 3x}{(x^2 - 3x + 2)^2} f′(x)=−x2+2(x2−3x+2)2f'(x) = \frac{-x^2 + 2}{(x^2 - 3x + 2)^2} Set f′(x)=0f'(x) = 0 to find critical points: −x2+2=0  ⟹  x2=2  ⟹  x=±2-x^2 + 2 = 0 \implies x^2 = 2 \implies x = \pm \sqrt{2} Now, find the corresponding yy-values: For x=2x = \sqrt{2}: f(2)=2(2−1)(2−2)=22−22−2+2=24−32f(\sqrt{2}) = \frac{\sqrt{2}}{(\sqrt{2}-1)(\sqrt{2}-2)} = \frac{\sqrt{2}}{2 - 2\sqrt{2} - \sqrt{2} + 2} = \frac{\sqrt{2}}{4 - 3\sqrt{2}} Rationalize the denominator: f(2)=2(4+32)(4−32)(4+32)=42+3(2)16−9(2)=42+616−18=42+6−2=−22−3f(\sqrt{2}) = \frac{\sqrt{2}(4 + 3\sqrt{2})}{(4 - 3\sqrt{2})(4 + 3\sqrt{2})} = \frac{4\sqrt{2} + 3(2)}{16 - 9(2)} = \frac{4\sqrt{2} + 6}{16 - 18} = \frac{4\sqrt{2} + 6}{-2} = -2\sqrt{2} - 3 So, one stationary point is (2,−22−3)≈(1.41,−5.83)(\sqrt{2}, -2\sqrt{2}-3) \approx (1.41, -5.83).

For x=−2x = -\sqrt{2}: f(−2)=−2(−2−1)(−2−2)=−2(2+1)(2+2)=−22+22+2+2=−24+32f(-\sqrt{2}) = \frac{-\sqrt{2}}{(-\sqrt{2}-1)(-\sqrt{2}-2)} = \frac{-\sqrt{2}}{(\sqrt{2}+1)(\sqrt{2}+2)} = \frac{-\sqrt{2}}{2 + 2\sqrt{2} + \sqrt{2} + 2} = \frac{-\sqrt{2}}{4 + 3\sqrt{2}} Rationalize the denominator: f(−2)=−2(4−32)(4+32)(4−32)=−42+3(2)16−9(2)=−42+616−18=−42+6−2=22−3f(-\sqrt{2}) = \frac{-\sqrt{2}(4 - 3\sqrt{2})}{(4 + 3\sqrt{2})(4 - 3\sqrt{2})} = \frac{-4\sqrt{2} + 3(2)}{16 - 9(2)} = \frac{-4\sqrt{2} + 6}{16 - 18} = \frac{-4\sqrt{2} + 6}{-2} = 2\sqrt{2} - 3 So, the other stationary point is (−2,22−3)≈(−1.41,−0.17)(-\sqrt{2}, 2\sqrt{2}-3) \approx (-1.41, -0.17).

Step 3: Construct the variation table. The sign of f′(x)=−x2+2(x2−3x+2)2f'(x) = \frac{-x^2 + 2}{(x^2 - 3x + 2)^2} is determined by the numerator −x2+2-x^2 + 2, as the denominator is always positive for x≠1,2x \ne 1, 2. −x2+2>0  ⟹  x2<2  ⟹  −2<x<2-x^2 + 2 > 0 \implies x^2 < 2 \implies -\sqrt{2} < x < \sqrt{2}. −x2+2<0  ⟹  x2>2  ⟹  x<−2-x^2 + 2 < 0 \implies x^2 > 2 \implies x < -\sqrt{2} or x>2x > \sqrt{2}. The critical points are −2≈−1.41-\sqrt{2} \approx -1.41, 11, 2≈1.41\sqrt{2} \approx 1.41, 22.

xx−∞-\infty−2-\sqrt{2}112\sqrt{2}22+∞+\infty
Sign of −x2+2-x^2+2−-−-00++++++00−-−-−-−-
Sign of f′(x)f'(x)−-−-00++Undefined++00−-Undefined−-−-
Variation of f(x)f(x)00↘\searrow22−32\sqrt{2}-3 (Min)↗\nearrow−∞-\infty↗\nearrow−22−3-2\sqrt{2}-3 (Max)↘\searrow+∞+\infty↘\searrow00
≈−0.17\approx -0.17+∞+\infty≈−5.83\approx -5.83−∞-\infty

Step 4: Sketch the graph. Based on the analysis:

  • The graph approaches the horizontal asymptote y=0y=0 from above as x→−∞x \to -\infty.
  • It decreases to a local minimum at (−2,22−3)≈(−1.41,−0.17)(-\sqrt{2}, 2\sqrt{2}-3) \approx (-1.41, -0.17).
  • It then increases, crossing the x-axis at x=0x=0 (since f(0)=0f(0)=0), and approaches +∞+\infty as x→1−x \to 1^-.
  • Between x=1x=1 and x=2x=2, the graph starts from −∞-\infty as x→1+x \to 1^+.
  • It increases to a local maximum at (2,−22−3)≈(1.41,−5.83)(\sqrt{2}, -2\sqrt{2}-3) \approx (1.41, -5.83).
  • It then decreases and approaches −∞-\infty as x→2−x \to 2^-.
  • For x>2x > 2, the graph starts from +∞+\infty as x→2+x \to 2^+.
  • It decreases and approaches the horizontal asymptote y=0y=0 from above as x→+∞x \to +\infty.

(A visual sketch cannot be provided in this text format, but the description above outlines the shape and key points for plotting.)

Was this helpful?

Still stuck on this one?

Ask a follow-up, and the answer starts from this question.

Got a different question?Ask your own question