How to compute this line integral

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
4 replies · 2K views
jakey
Messages
51
Reaction score
0
Hi guys, can anyone help me with evaluating this:
[tex]\int^{}_C |y| \,ds[/tex] where [tex]C[/tex] is the curve [tex](x^2+y^2)^2=r^2(x^2-y^2)[/tex]

any hints with the parametrization?
 
Physics news on Phys.org
Are we to take it that r is some fixed constant? I'm going to call it "a" because I want to change to polar coordinates.

Would you believe the path is a straight line?

With [itex]x= r \cos(\theta)[/itex] and [itex]y= r \sin(\theta)[/itex], the equation of the curve becomes [itex]r^2= a^2(r^2 cos(2\theta))[/itex] or [itex]\cos(2\theta)= 1/a^2[/itex].

If [itex]a^2< 1[/itex], then that is impossible- there is no such curve. If [itex]a^2\ge 1[/itex], that is a straight line through the origin making angle [itex]\theta= (1/2)cos^{-1}(1/a^2)[/itex]. In particular, for a= 1, the graph is the x-axis.

More generally, from
[tex]tan(\theta/2)= \sqrt{\frac{1- cos(\theta)}{1+ cos(\theta)}}[/tex]
with [itex]cos(2\theta)= 1/a^2[/itex]

[tex]tan(\theta)= \sqrt{\frac{1- \frac{1}{a^2}}{1+ \frac{1}{a^2}}}= \sqrt{\frac{a^2- 1}{a^2+ 1}}[/tex]

So the path is a straight line, through the origin, with slope
[tex]\sqrt{\frac{a^2- 1}{a^2+ 1}}[/tex].
 
Last edited by a moderator:
HallsofIvy said:
Are we to take it that r is some fixed constant? I'm going to call it "a" because I want to change to polar coordinates.

Would you believe the path is a straight line?

With [itex]x= r \cos(\theta)[/itex] and [itex]y= r \sin(\theta)[/itex], the equation of the curve becomes [itex]r^2= a^2(r^2 cos(2\theta))[/itex] or [itex]\cos(2\theta)= 1/a^2[/itex].

If [itex]a^2< 1[/itex], then that is impossible- there is no such curve. If [itex]a^2\ge 1[/itex], that is a straight line through the origin making angle [itex]\theta= (1/2)cos^{-1}(1/a^2)[/itex]. In particular, for a= 1, the graph is the x-axis.

More generally, from
[tex]tan(\theta/2)= \sqrt{\frac{1- cos(\theta)}{1+ cos(\theta)}}[/tex]
with [itex]cos(2\theta)= 1/a^2[/itex]

[tex]tan(\theta)= \sqrt{\frac{1- \frac{1}{a^2}}{1+ \frac{1}{a^2}}}= \sqrt{\frac{a^2- 1}{a^2+ 1}}[/tex]

So the path is a straight line, through the origin, with slope
[tex]\sqrt{\frac{a^2- 1}{a^2+ 1}}[/tex].

Hi hallsofivy, thanks for the reply.

but it seems that substituting [tex]x=t[/tex] and [tex]y = t\sqrt{\frac{a^2-1}{a^2+1}}[/tex] doesn't satisfy the curve above...
 
jakey said:
Hi hallsofivy, thanks for the reply.

but it seems that substituting [tex]x=t[/tex] and [tex]y = t\sqrt{\frac{a^2-1}{a^2+1}}[/tex] doesn't satisfy the curve above...

The problem is the line in HallsofIvy's derivation below:
HallsofIvy said:
With [itex]x= r \cos(\theta)[/itex] and [itex]y= r \sin(\theta)[/itex], the equation of the curve becomes [itex]r^2= a^2(r^2 cos(2\theta))[/itex]

HallsofIvy accidentally missed that the right hand side was raised to another power of two, meaning the actual curve in polar coordinates is paramatrized by

[tex]r^4 = a^2 r^2 \cos(2\theta)[/tex]
or
[tex]r^2= a^2 \cos(2\theta)[/tex]

The curve is thus not as pleasent as a simple straight line through the origin.