Buncha polar graph/integral stuff

  • Thread starter Thread starter Pi Face
  • Start date Start date
  • Tags Tags
    Polar
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
8 replies · 3K views
Pi Face
Messages
76
Reaction score
0

Homework Statement


1.

put in polar form

x2+y2-3x+4y=0

my work:
x2+y2=3x-4y
r2=3rcos[tex]\theta[/tex]-4rsin[tex]\theta[/tex]
r=3cos[tex]\theta[/tex]-4sin[tex]\theta[/tex]

2.
put in cartesian form

r2=tan[tex]\theta[/tex]
r2=y/x
r=sqrt(y/x)

3.
find slope at [tex]\theta[/tex]=[tex]\pi[/tex]/2
then find points where tangent line is horizontal
3/(2+2cos[tex]\theta[/tex])

using the long formula which I don't feel like typing out, I get -1 as the slope when I plug in [tex]\pi[/tex]/2 for theta.

for the part with the horizontal tangent line, I set the numerator of the derivative to 0, but couldn't get an answer. the graph of the original function seems to be like the graph of +-sqrt(x) reflected about the y axis, like the graph of a backwards c. because the graph continuously increased/decreased as i moved left, there were no places where the slope was 0

4.
find the area of one loop of the graph
2sin(5[tex]\theta[/tex])

first off, i have one question. what does one loop mean? does it mean simply the graph i get when I graph the graph from 0 to 2 pi? or is one loop just one petal of the graph? 2sin5[tex]\theta[/tex] gives me a graph of a rose curve with 5 petals, so to find the area of one loop would I find the area of 5 petals or just one?

now that that's out of the way, I'm having a little trouble finding the limits of integration. no idea where to start on this one. do I set the original equation to 0 or something?

5.
find the area in common b/w both graphs.
-6cos[tex]\theta[/tex]
2-2cos[tex]\theta[/tex]

the 2 graphs where a circle and a limacon.
kinda hard to really explain the graph but here's my integral

i worked with only the part above the x-axis so everything is mnultipled by 2

2[[tex]\int[/tex][[tex]\pi[/tex]/2 to [tex]\pi[/tex]] (1/2)(-6cos[tex]\theta[/tex])2 d[tex]\theta[/tex] - [tex]\int[/tex][2[tex]\pi[/tex]/3 to [tex]\pi[/tex]] (1/2)(2-2cos[tex]\theta[/tex])2 d[tex]\theta[/tex] - [tex]\int[/tex][0 to 2[tex]\pi[/tex]/3] (1/2)(-6cos[tex]\theta[/tex])2 d[tex]\theta[/tex]


dunno if that will come out correctly. basically, if i did it right, there should be 3 integrals there. the first integral gives you the area of the cirlce. the second integral subtracts...fuuu...

alright, actually, while i am just typing this i realized I possible mistake. I won't erase what i just typed just in case its really correct or w/e. here's my new integral

2([tex]\int[/tex][2[tex]\pi[/tex]/3 to [tex]\pi[/tex]] (1/2)(2-2cos[tex]\theta[/tex])2 d[tex]\theta[/tex]+[tex]\int[/tex][0 to 2[tex]\pi[/tex]/3](1/2)(-6cos[tex]\theta[/tex])2) d[tex]\theta[/tex])

here, I find the area of most of the common area using the area of the limacon , and add the area of a small sliver that is missed by using the integral of the circle. i probably didnt explain this well, but w/e.

anyways, for the first integral i attempted (the one i decided had a mistake), i got -5[tex]\pi[/tex]. should my answer even be negative? for the second integral i get 14 pi...does that seem right?

I know its a lot of problems, but any help would be appreciated. thanks.


Homework Equations


I did my work in part 1 b/c it was just easier that way.


The Attempt at a Solution


work in part 1...

EDIT: integrals came out poorly. how do I do the limits of integration in latex again? also, the 2s in fron tof the integrals should be distributed to all the integrals, as in its 2 times all the integrals, which should have been bracketed
 
Physics news on Phys.org
How about you give us one problem at a time? People are more likely to respond if there's not a whole laundry list of stuff to look at.

Also, here's a definite integral in LaTeX:

[tex]\int_{\theta = \pi/2}^{\pi} (1/2)(2 - cos(\theta))^2 d\theta[/tex]

Click it to see my code.
 
Well, for the first two I think I'm right, I just need someone to verify. I guess I can start with the third one. The only real help I need with the third one is the part with the horizontal tangent line.
 
#1 and #2 look fine.
For #3, I don't think there are any points where the tangent line is horizontal. I converted the equation r = 3/(2 + 2 cos(theta)) to rectangular coordinates, and got y^2 = -3x + 9/4. I differentiated implicitly to get dy/dx. The graph is a parabola that opens to the left, with its vertex at (3/4, 0). At (0, 3/2) -- which corresponds to theta = pi/2, I got dy/dx = -1, which agrees with what you got.
 
alright thanks.

what about number 4 and 5?
for number 4 what i need help with the most are understanding what "one loop" is and how to find the limits of integration.

i might've worded 5 weirdly, but any help would be appreciated. is my integral at least right?
 
For 4, you have the equation r = 2sin(5theta). r = 0 when theta = 0 and r = 0 again when theta = pi/5, and there are no other values of theta in [0, pi/5] for which r = 0. That's a loop. You get one loop on this interval.

For 5, you need only two integrals, not three. Your idea of calculating half of the area and doubling it is a good one. I believe your integrals should look like this:
[tex](1/2)\int_{\theta = ?}^? (-6cos(\theta))^2 d\theta~+~(1/2)\int_{\theta = ?}^{?}(-2cos(\theta) + 2)^2 d\theta[/tex]

EDIT: Revised integrands in integrals above.
You need to fill in the missing values of theta in the limits of integration and also double the value in the sum above.

It might be easier to work with r = 6cos(theta) and r= 2cos(theta)-2, so that both graphs are in the first and fourth quadrants. The graphs are just the reflections across the y-axis, the the areas involved are the same. Be careful with the limits of integration. It looks like both graphs start out at the origin, but the circle doesn't.
 
Last edited:
oh so a loop is just one "petal"? that makes sense now.

as for the integrals you put, why is it just the original function being integrated? shouldn't it be like int of (1/2) r^2 or something?

the integral i got was

2(LaTeX Code: \\int [2LaTeX Code: \\pi /3 to LaTeX Code: \\pi ] (1/2)(2-2cosLaTeX Code: \\theta )2 dLaTeX Code: \\theta +LaTeX Code: \\int [0 to 2LaTeX Code: \\pi /3](1/2)(-6cosLaTeX Code: \\theta )2) dLaTeX Code: \\theta )

which is pretty much the same as yours, except I multiply the functions by 1/2 after squaring them.
 
one last thing.
i looked over number 2 and got confused.

express in x and y

r^2=tan(theta)
i know that tan(theta)= y/x

so r^2=y/x
r=sqrt(y/x)

how do i eliminate the r?

EDIT:
also, doesn't r^2 =x^2 +y^2?

even so, how do i get rid of the r there?

EDIT2:

nvm.

x^2+y^2=tan(theta)
x^2+y^2=(rsin(theta))/(rcos(theta))
x&2+y^2=y/x
 
Last edited: