Search the web
Sign In
New User? Sign Up
mathc · Math C language Numeric Symbolic TeX
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Area in polar coordinate.   Message List  
Reply | Forward Message #237 of 640 |

freeware http://groups.yahoo.com/group/mathc/

* Calculus : Area in polar coordinate.

************

Windows : Dev-C++ 4
Linux : gcc abc.c -lm Return
a.out Return

************

* You can compile the *.c files directly without create a project.

************

If f is continuous and f(k) >= 0 on [a,b],

where 0 <= a < b <= 2Pi,

then the area A of the region bounded by the
graphs of r = f(k) with k = a and k = b is

/ b / b
| |
A = | 1/2 f(k)^2 dk = | 1/2 r^2 dk
| |
/ a / a

************

c13d_1a.c fa.h : r= 2+2cos(k)
c13d_1b.c fb.h : r= 2cos(k)
c13d_1c.c fd.h : r= exp(k)

c13d_2d.c fd.h : r= 2+2sin(k)
c13d_2e.c fe.h : r= sin(2k)


************

The area A of the region bounded by the graph of
two polar equations r = f(k) and r = g(k) and
the line k = a and k = b is

/ b / b
| |
A = | 1/2 f(k)^2 dk - | 1/2 g(k)^2 dk
| |
/ a / a

************

c13d_3g.c fg.h : r=2+2cos(k); r=3;
c13d_3h.c fh.h : r=4*cos(2k); r=2;


************

The members can try these links :

http://groups.yahoo.com/group/mathc/files/C/D/c13d.zip











Fri Jul 7, 2006 11:35 am

xhungab
Offline Offline
Send Email Send Email

Forward
Message #237 of 640 |
Expand Messages Author Sort by Date

freeware http://groups.yahoo.com/group/mathc/ * Calculus : Area in polar coordinate. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return a.out...
xhumga bernard
xhungab
Offline Send Email
Jul 7, 2006
11:47 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help