f'(x)=sqrt(x)*sin(x)

The first derivative of the function f is given above. If f(0)=0, at which value of x does the function f attain it's minimum value on the closed interval [0,10]?

I know the answer is 6.28, but I need steps as to why. Please and thank you.

At the max/min of f(x), f ' (x) = 0 , so

?x sinx = 0
?x=0 ---> x = 0
or
sinx = 0 ---> x = 0, ?, 2?

We have to find f(x)
? ?x sinx dx ??? ---> nasty

tried integration by parts, got messy

how about this approach?
?xsinx = ? [?x(x - x^3/3! + x^4/4! - x^5/5! + ...]
using MacLaurin series
= ? [x^(3/2) - x^(7/2)/6 + x^(11/2)/24 + ...+ a constant ]
argghhh!! , have to integrate that.

ok, Wolfram to the rescue:
http://www.wolframalpha.com/input/?i=integral+%E2%88%9Ax+sinx

look at the graph of the integral, which they sketched to 2?
notice that 2? = appr 6.28
and the graph appears to have a minimum when x = 2?

Hopefully one of our other tutors will look at this and can see how to obtain the integral

forget the integral. It's not elementary.

besides, no one asked what f(x) was. The question was, where does it achieve its minimum value?

To find the minimum value of the function f(x) on the closed interval [0, 10], we can start by finding the critical points of the function.

Step 1: Find the derivative of f(x)
f'(x) = √(x) * sin(x)

Step 2: Find the critical points by setting the derivative equal to zero and solving for x.
√(x) * sin(x) = 0

Since the product of two factors is zero, one (or both) of the factors must be zero. Therefore, √(x) = 0 or sin(x) = 0.

Solving √(x) = 0, we get x = 0.

To find the other critical points, we solve sin(x) = 0.

Step 3: Solve sin(x) = 0
sin(x) = 0

From the unit circle, we know that sin(x) = 0 at x = 0, π, 2π, 3π, ...

Since we are looking for critical points within the interval [0, 10], we can take x = 0 and x = π.

Step 4: Evaluate f(x) at the critical points and endpoints of the interval.

f(0) = √(0) * sin(0) = 0 * 0 = 0

f(π) = √(π) * sin(π) = √(π) * 0 = 0

f(10) = √(10) * sin(10) ≈ 8.364

Step 5: Compare the values of f(x) to determine the minimum value.

From the calculations above, we can see that f(x) is equal to 0 at x = 0 and x = π. However, f(x) is greater than 0 at x = 10.

Therefore, the minimum value of f(x) on the closed interval [0, 10] is attained at x = π, which is approximately 3.14159.

Note: It seems that there may be a mistake in the given answer as the function does not attain its minimum value at x = 6.28 (as stated). The correct value is x = π (approximately 3.14159).

To find the minimum value of the function f(x) on the closed interval [0, 10], we need to follow these steps:

Step 1: Find the critical points of the function.
- The critical points are the values of x where the derivative is either zero or undefined.
- Set f'(x) = 0 and solve for x:
sqrt(x) * sin(x) = 0
Since sin(x) cannot be zero for any x, we can set sqrt(x) = 0:
x = 0

Step 2: Check the endpoints of the interval.
- Evaluate f(x) at the endpoints of the interval [0, 10].
- f(0) = sqrt(0) * sin(0) = 0
- f(10) = sqrt(10) * sin(10) ≈ 2.489
- Notice that f(0) = 0, so zero is a potential minimum value.

Step 3: Analyze the critical points and endpoints.
- To determine whether a critical point or endpoint is a minimum or maximum, we can employ the first derivative test.
- Take a test value in the interval [0, 10] that is less than 0, such as x = π/2 ≈ 1.571.
- Plug this test value into the derivative expression: sqrt(x) * sin(x) ≈ sqrt(1.571) * sin(1.571) ≈ 1.253
- Since the function value is positive, the function is increasing to the right of the test value.
- Similarly, take a test value in the interval [0, 10] that is greater than 6.28, such as x = 8.
- Plugging x = 8 into the derivative expression gives: sqrt(8) * sin(8) ≈ 7.198
- Since the function value is positive, the function is increasing to the left of the test value.
- Combining the results, we can conclude that x = 6.28 (approximately) is a potential minimum value.

Step 4: Verify if there are any other critical points.
- In this case, there is only one critical point, which we found in Step 1.

Step 5: Evaluate f(x) at the potential minimum value.
- Calculate f(6.28) = sqrt(6.28) * sin(6.28) ≈ 0.006
- Comparing this value with f(0) = 0, we can confirm that x = 6.28 is the minimum value.

Therefore, the function f attains its minimum value at x = 6.28 on the closed interval [0, 10].