LOGO
General Discussion Undecided where to post - do it here.

Reply to Thread New Thread
Old 08-01-2007, 06:42 PM   #1
advabHixavoip

Join Date
Oct 2005
Posts
362
Senior Member
Default Maple help
How would I go on solving a trigonometric solution in a given interval? We're working on revising local extremes in differential calculus, so I'd, for instance like the solution to

f'(x) := x-> cos(x)+sin(x)

f'(x) > 0 within the interval [0; 2π]

The symbol for f' is fm

I've tried the Ti89 syntax with Maple's solve function, like
solve(fm(x) > 0, x) | 0 < x < 2π

But it doesn't work. Is there a parameter for solve that would give me solutions within a given interval?
advabHixavoip is offline


Old 08-01-2007, 09:23 PM   #2
Zysyewgg

Join Date
Oct 2005
Posts
537
Senior Member
Default
Hi :-) I should know how to do this but I can't remember. I don't think this is exactly what you are looking for:

> restart;
> f1:= x ->cos(x) + sin(x);


> plot(f1(x), x = 0..3*Pi, color = black);

> fsolve(f1(x)=0 , x=0..3);
2.356194490

> fsolve(f1(x)=0 , x=4..7);
5.497787144

Basically, look at the plot and selecting the limits for fsolve, to "guide it in" to the solution you want.

Gareth
Zysyewgg is offline


Old 08-01-2007, 11:33 PM   #3
advabHixavoip

Join Date
Oct 2005
Posts
362
Senior Member
Default
Exactly what I was looking for! Thank you!
advabHixavoip is offline


Old 08-02-2007, 06:15 AM   #4
Zysyewgg

Join Date
Oct 2005
Posts
537
Senior Member
Default
Woohoo, no problem :-)
Gareth
Zysyewgg is offline



Reply to Thread New Thread

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

All times are GMT +1. The time now is 07:15 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2
Design & Developed by Amodity.com
Copyright© Amodity