Using the mean value theorem on trig functions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 5K views
magik heepo
Messages
2
Reaction score
0

Homework Statement



let g be a function mapping x to xcosx-sinx.
use the mean value theorem to prove that g(x) < 0 for x in (0,pi]

Homework Equations



well the function is both continuous and differentiable on the interval so that's a start...

The Attempt at a Solution



basically i thought i'd separate the interval into smaller sections coinciding with the roots of xcosx and sinx, ie:

i ticked off the interval [pi/2,pi] as xcosx is negative and sinx is still positive so g(x) <0;

currently considering xcosx for x in (0,1) and trying to find a turning point but I'm not seeing anywhere i can actually apply the MVT at the moment... halp!
 
Last edited:
Physics news on Phys.org
Thanks for the reply micromass!

So now I write out the mvt as

((acos(a)-sin(a))-(bcos(b)-sin(b)))/a-b = -csin(c) and state that

since sin(c)>0 for c in [0,pi] and c>0 so -c<0. Also we've set a>b so a-b is positive, leaving

(acos(a)-sin(a))-(bcos(b)-sin(b)) = (b-a)csin(c) < 0

so g(x) <0...

well I'm convinced, thanks again :)