f(x)=5sin^2x-8cos^5x [0,5 1.5]

nice graph, what about it ?

http://www.wolframalpha.com/input/?i=f(x)%3D5sin%5E2x-8cos%5E5x

To find the maximum and minimum values of the function f(x) in the interval [0,5], we need to first find the critical points of the function by taking the derivative of f(x) and setting it equal to zero.

Step 1: Find the derivative of f(x):
f'(x) = d/dx [5sin^2x - 8cos^5x]
Using the chain rule, we get:
f'(x) = 2 * 5sinx * cosx - 5 * 8cos^4x * (-5sinx)
Simplifying:
f'(x) = 10sinx * cosx + 40cos^4x * sinx

Step 2: Set f'(x) = 0 and solve for x:
10sinx * cosx + 40cos^4x * sinx = 0
Factor out sinx:
sinx * (10cosx + 40cos^4x) = 0
Setting each factor to zero gives us two possibilities:
1. sinx = 0 (which occurs at x = 0, π, and 2π)
2. 10cosx + 40cos^4x = 0

We need to solve the equation 10cosx + 40cos^4x = 0 for the values of x in the interval [0,5]. Note that sinx = 0 does not affect the function because it is squared, which means it is always positive or zero.

To solve the equation numerically, you can use a graphing calculator or a computer software to find approximate solutions.