What is the Area Between Two Polar Curves?

  • Thread starter Thread starter Charismaztex
  • Start date Start date
  • Tags Tags
    Area Curves Polar
Click For Summary
SUMMARY

The area between the polar curves defined by r=2sin(θ) and r=2(1-sin(θ)) is calculated using the formula A=1/2 ∫ r² dθ. The points of intersection are confirmed at (1, π/6) and (1, 5π/6). The correct area is determined to be 7/3 - 4√3, aligning with the textbook solution. The MATLAB code used for verification integrates the squared functions over the specified limits to find the area of one lobe, which is then doubled for the total area.

PREREQUISITES
  • Understanding of polar coordinates and curves
  • Knowledge of integration techniques in calculus
  • Familiarity with MATLAB for computational verification
  • Ability to identify points of intersection between curves
NEXT STEPS
  • Study polar coordinate systems and their applications in calculus
  • Learn advanced integration techniques, particularly in polar form
  • Explore MATLAB functions for numerical integration and plotting
  • Research cycloidal curves and their properties in polar coordinates
USEFUL FOR

Students studying calculus, particularly those focusing on polar coordinates, as well as educators and tutors looking for examples of area calculations between curves.

Charismaztex
Messages
45
Reaction score
0

Homework Statement



Find the area between the two curves:

r=2sin(\theta), r=2(1-sin(\theta))

Homework Equations



<br /> A=\frac{1}{2} \int_{\beta}^{\alpha} r^2 d\theta<br />

The Attempt at a Solution



I've got the points of intersection at (1,\frac{1}{6}\pi) and (1,\frac{5}{6}\pi) and worked out the answer to be \frac{8}{3}-4\sqrt{3} using the angles in the above polar co-ordinates as the limits, however my textbook says that the answer is \frac{7}{3}-4\sqrt{3} Is anyone able to confirm which is the correct answer.

Thanks in advance
Charismaztex
 
Physics news on Phys.org
your book is right

2sin(t) is a circle
next is a kind of cycloidal
this is the formula i used in matlab
int((2*sin(t))^2,0,pi/6)+int((2-2*sin(t))^2,pi/6,pi/2)
gives area of one lobe
multiply by 2 for both the lobes
 
Last edited:
Ahhh, got the answer thanks!
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
7
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K