Area under Polar Curves: Where did I go wrong?

  • Thread starter Thread starter CheapFungus
  • Start date Start date
  • Tags Tags
    Area Curves Polar
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
CheapFungus
Messages
3
Reaction score
0
1.Where did I go wrong in finding the area enclosed inside r = 3 cos θ?

Homework Equations



I used the formula 1/2 ∫ ((f(θ)) squared dθ from alpha to beta

The Attempt at a Solution



I looked for the area of the semicircle from 0 to pi and then multiplied the whole thing by 2, since the equation is a circle, so it looks like this:

=>2*1/2 ∫ from 0 to pi (3 cos θ)squared dθ
=> ∫ from 0 to pi (9 cos squared θ) dθ
=> ∫ from 0 to pi (9 (1/2) (1+cos 2θ) dθ [Using half angle identities]
=> 9/2 ∫ from 0 to pi (1+cos 2θ) dθ
Integrating I get :
=> 9/2 (θ + 1/2 sin 2θ ] from 0 to pi)
=> 9/2 [(pi + 1/2 sin 2pi) - (0 + 1/2 sin 2o)]
=> 9/2 [pi + 0 - 0-0]

So I get the final answer of 9/2pi. Thing is, the answer in the book is 9/4pi and I can't figure out they go there. Help, anyone?
 
Last edited:
Physics news on Phys.org
Dick said:
If you trace the curve carefully from theta=0 to pi, you'll realize it's not a semicircle. It's the whole circle. r is negative for theta between pi/2 and pi.

Sorry, I phrased that wrong. I took the area of the half circle first, then multiplied it by two.

Anyway, I am quite confused by the limits. How do you get the limits? >_<
 
Last edited:
CheapFungus said:
Sorry, I phrased that wrong. I took the area of the half circle first, then multiplied it by two.

Anyway, I am quite confused by the limits. How do you get the limits? >_<

You get the limits by sketching the curve. It's starts at (3,0) (in xy coordinates) at theta=0, r=3 and returns to (3,0) at theta=pi, r=(-3). Calling that either a semicircle or a half circle are BOTH wrong. Don't multiply by 2!
 
I see! Is there a general way for finding the limits? It seems that I always get messed up in that part...