Math Problem Statement

Find the two values of b for which f is a continuous function at 5.

Solution

To ensure that the function f(x)f(x) is continuous at x=5x = 5, the left-hand limit and the right-hand limit of f(x)f(x) at x=5x = 5 must be equal to the function's value at x=5x = 5. Here's how we approach this problem step-by-step:

Step 1: Left-hand limit

For x<5x < 5, we are given: f(x)=b2xf(x) = b - 2x The left-hand limit of f(x)f(x) as xx approaches 5 is: limx5f(x)=b2(5)=b10\lim_{x \to 5^-} f(x) = b - 2(5) = b - 10

Step 2: Right-hand limit

For x5x \geq 5, we are given: f(x)=150xbf(x) = \frac{150}{x - b} The right-hand limit of f(x)f(x) as xx approaches 5 is: limx5+f(x)=1505b\lim_{x \to 5^+} f(x) = \frac{150}{5 - b}

Step 3: Continuity at x=5x = 5

For f(x)f(x) to be continuous at x=5x = 5, we need the left-hand limit to equal the right-hand limit: b10=1505bb - 10 = \frac{150}{5 - b}

Step 4: Solve for bb

Multiply both sides of the equation by 5b5 - b to eliminate the denominator: (b10)(5b)=150(b - 10)(5 - b) = 150 Expand the left-hand side: (b10)(5b)=5bb250+10b=b2+15b50(b - 10)(5 - b) = 5b - b^2 - 50 + 10b = -b^2 + 15b - 50 Thus, the equation becomes: b2+15b50=150-b^2 + 15b - 50 = 150 Move all terms to one side: b2+15b200=0-b^2 + 15b - 200 = 0 Multiply through by -1 to simplify: b215b+200=0b^2 - 15b + 200 = 0 Now, solve this quadratic equation using the quadratic formula: b=(15)±(15)24(1)(200)2(1)b = \frac{-(-15) \pm \sqrt{(-15)^2 - 4(1)(200)}}{2(1)} b=15±2258002b = \frac{15 \pm \sqrt{225 - 800}}{2} b=15±5752b = \frac{15 \pm \sqrt{-575}}{2} Since the discriminant is negative, this equation has no real solutions, meaning that the approach we have taken to solve the problem does not lead to real solutions for bb.

Would you like to try understanding this approach

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Continuity
Limits
Piecewise Functions
Algebra

Formulas

Left-hand limit: \lim_{x \to 5^-} f(x) = b - 10
Right-hand limit: \lim_{x \to 5^+} f(x) = \frac{150}{5 - b}
Quadratic equation: ax^2 + bx + c = 0

Theorems

Continuity Theorem
Quadratic Formula

Suitable Grade Level

Grades 11-12