Solveeit Logo

Question

Question: Given an interval $[a, b]$ that satisfies hypothesis of Rolle's thorem for the function $f(x) = x^4...

Given an interval [a,b][a, b] that satisfies hypothesis of Rolle's thorem for the function

f(x)=x4+x22f(x) = x^4 + x^2 - 2. It is known that a=1a = -1. Find the value of bb.

Answer

1

Explanation

Solution

The problem asks for the value of bb such that the function f(x)=x4+x22f(x) = x^4 + x^2 - 2 satisfies the hypotheses of Rolle's theorem on the interval [a,b][a, b], given that a=1a = -1.

Rolle's theorem states that if a function f(x)f(x) is continuous on the closed interval [a,b][a, b], differentiable on the open interval (a,b)(a, b), and f(a)=f(b)f(a) = f(b), then there exists at least one number cc in (a,b)(a, b) such that f(c)=0f'(c) = 0.

The given function is f(x)=x4+x22f(x) = x^4 + x^2 - 2, which is a polynomial function.

  1. Polynomial functions are continuous everywhere, so f(x)f(x) is continuous on any closed interval [a,b][a, b].
  2. Polynomial functions are differentiable everywhere, so f(x)f(x) is differentiable on any open interval (a,b)(a, b).

For Rolle's theorem hypotheses to be satisfied, the third condition f(a)=f(b)f(a) = f(b) must also hold. We are given a=1a = -1. So, we must have f(1)=f(b)f(-1) = f(b).

First, calculate f(1)f(-1):

f(1)=(1)4+(1)22=1+12=0f(-1) = (-1)^4 + (-1)^2 - 2 = 1 + 1 - 2 = 0.

Now, we need to find the value(s) of bb such that f(b)=0f(b) = 0.

f(b)=b4+b22f(b) = b^4 + b^2 - 2.

Set f(b)=0f(b) = 0:

b4+b22=0b^4 + b^2 - 2 = 0.

This is a quadratic equation in terms of b2b^2. Let y=b2y = b^2. Then the equation becomes:

y2+y2=0y^2 + y - 2 = 0.

We can solve this quadratic equation by factoring:

(y+2)(y1)=0(y + 2)(y - 1) = 0.

This gives two possible values for yy:

y+2=0    y=2y + 2 = 0 \implies y = -2.

y1=0    y=1y - 1 = 0 \implies y = 1.

Substitute back y=b2y = b^2:

Case 1: b2=2b^2 = -2. This equation has no real solutions for bb, since the square of a real number cannot be negative.

Case 2: b2=1b^2 = 1. This equation has two real solutions for bb: b=1=1b = \sqrt{1} = 1 or b=1=1b = -\sqrt{1} = -1.

So, the possible real values for bb such that f(b)=f(1)=0f(b) = f(-1) = 0 are 11 and 1-1.

The interval is given as [a,b]=[1,b][a, b] = [-1, b]. For Rolle's theorem to apply in the usual sense (guaranteeing a cc in the open interval (a,b)(a, b)), we typically require a<ba < b. Given a=1a = -1, we need b>1b > -1.

From the possible values b=1b = 1 and b=1b = -1, only b=1b = 1 satisfies the condition b>1b > -1. If b=1b = -1, the interval is [1,1][-1, -1], which is a single point. While continuity and differentiability hold, the open interval (1,1)(-1, -1) is empty, making the conclusion of Rolle's theorem (existence of c(a,b)c \in (a, b)) trivially true but not useful in finding a critical point in an open interval. Standard applications of Rolle's theorem assume a<ba < b.

Therefore, the value of bb that forms a standard interval [a,b][a, b] with a=1a = -1 satisfying the hypotheses of Rolle's theorem is b=1b = 1. The interval is [1,1][-1, 1].

Let's verify the hypotheses for [1,1][-1, 1]:

  1. f(x)=x4+x22f(x) = x^4 + x^2 - 2 is continuous on [1,1][-1, 1] (as it is a polynomial).
  2. f(x)=x4+x22f(x) = x^4 + x^2 - 2 is differentiable on (1,1)(-1, 1) (as it is a polynomial).
  3. f(1)=0f(-1) = 0 and f(1)=14+122=1+12=0f(1) = 1^4 + 1^2 - 2 = 1 + 1 - 2 = 0. So, f(1)=f(1)f(-1) = f(1).

All hypotheses are satisfied for the interval [1,1][-1, 1].

The value of bb is 11.