Solving a Logarithmic Spiral Puzzle - Martine

martine
Messages
27
Reaction score
1

Homework Statement



a logarithmic spiral is given. The center lies on the x-axis. after a turn of 180 degrees counterclockwise I am 86.23m away from the starting point, after 360 degrees I'm 75.41m away from the start (radius, not along the spiral). Where am I after I walked exactly 3km along the spiral trajectory?

Homework Equations



equation: r=ae^b*theta
starting point corresponds to theta=0


The Attempt at a Solution



Um.. that's my problem. I never really learned how to solve logarithmic calculations. Btw, this is not a homework, but part of a puzzle. I got the numbers from previous steps and found the equation online.

I understand that r=distance from origin, theta = angle with x-axis, a and b some constants. Right. But I don't see any way of working with this this equation or any of the expressions connected to it :blushing: I could need a little push in the right direction.

Thanks a lot,
Martine
 
Physics news on Phys.org
martine said:

Um.. that's my problem. I never really learned how to solve logarithmic calculations. Btw, this is not a homework, but part of a puzzle. I got the numbers from previous steps and found the equation online.

I understand that r=distance from origin, theta = angle with x-axis, a and b some constants. Right. But I don't see any way of working with this this equation or any of the expressions connected to it :blushing: I could need a little push in the right direction.

Why don't you just write the two equations (with the known values of "r,theta" you have) and divide one equation by the other to eliminate "a" and solve for "b".

Hint1: "b" is negative in this case.

After you solve for the parameters "a" and "b" you then have to work out how to find the length of a path along the spiral.

Hint2: dl = \left( \sqrt{r^2 + \left( dr/d\theta \right)^2} \right) d\theta
 
You say "180 degrees" and "360 degrees" but radian measure should be use here.
when \theta= \pi, r= 86.23 so 86.23= ae^{b\pi}. When \theta= 2\pi, r= 75.42 so 75.41= ae^{2b\pi}. As uart says, dividing one equation by the other will cancel the 'a's leaving
\frac{75.41}{86.23}= \frac{e^{2b\pi}}{e^{b\pi}}= e^{b\pi}
that is easy to solve for b. Then use that value of b with either of the first equations to find a.

For the final problem you will need to integrate the "differential of arc length" that uart gave from 0 to \theta and set it equal to 3000 to solve for \theta.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top