Orthogonal trajectories in polar coordinates

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
2 replies · 3K views
patric44
Messages
308
Reaction score
40
Homework Statement
in the polar coordinates find the set of curves that intersects with a right angle with the set of curves describes by r^{2} = a^{2}cos(theta)
Relevant Equations
r^{2} = a^{2}cos(θ)
there is a problem in a book that asks to find the orthogonal trajectories to the curves described by the equation :
$$r^{2} = a^{2}\cos(\theta)$$
the attempt of a solution is as following :
1- i defferntiate with respect to ##\theta## :
$$2r \frac{dr}{d\theta} = -a^{2}\;\sin(\theta)$$
2- i eliminated "a" from the two equations and get :
$$\frac{dr}{d\theta} = -\frac{1}{2}tan(\theta)$$
then the book said to set ##\frac{dr}{d\theta} = -r^{2}\frac{d\theta}{dr} ## ! , this step i don't get ? why would i do that , it doesn't seem to be equal ?!
 
Physics news on Phys.org
patric44 said:
Homework Statement:: in the polar coordinates find the set of curves that intersects with a right angle with the set of curves describes by r^{2} = a^{2}cos(theta)
Relevant Equations:: r^{2} = a^{2}cos(θ)

there is a problem in a book that asks to find the orthogonal trajectories to the curves described by the equation :
$$r^{2} = a^{2}\cos(\theta)$$
the attempt of a solution is as following :
1- i defferntiate with respect to ##\theta## :
$$2r \frac{dr}{d\theta} = -a^{2}\;\sin(\theta)$$
2- i eliminated "a" from the two equations

[tex] \frac{dr}{d\theta} = -\frac12 \tan\theta[/tex]

I wouldn't descrive that as "eliminating [itex]a[/itex]", so much as "eliminating [itex]r[/itex]".

then the book said to set ##\frac{dr}{d\theta} = -r^{2}\frac{d\theta}{dr} ## ! , this step i don't get ? why would i do that , it doesn't seem to be equal ?!

There is an abuse of notation here.

A curve [itex]r = f(\theta)[/itex] in plane polar coordinates is given by [itex]\mathbf{r}(\theta) = f(\theta)\mathbf{e}_r(\theta)[/itex]. The tangent vector is, by the product rule, given by [tex] \frac{d\mathbf{r}}{d\theta} = \frac{df}{d\theta}\mathbf{e}_r + f(\theta) \mathbf{e}_\theta[/tex]. If another curve [itex]r = g(\theta)[/itex] is orthogonal to this, then we must have [tex] \frac{df}{d\theta} \frac{dg}{d\theta} + fg = 0,[/tex] but because the curves intersect we have [itex]f(\theta) = g(\theta)[/itex] at this point, and so [tex] \frac{df}{d\theta} = - g(\theta)^2 \frac{d\theta}{dg}.[/tex] By an abuse of notation which suppress the fact that[itex]r[/itex] is given by a different function of [itex]\theta[/itex] on each side, this could be written [tex] \frac{dr}{d\theta} = -r^2 \frac{d\theta}{dr}.[/tex]
 
Last edited:
  • Like
Likes   Reactions: patric44 and etotheipi
thank you so much, it make sense now:smile: