Calc Radius of Curvature & Center P(h,k) + Improper Integrals

  • Thread starter Thread starter hawaiidude
  • Start date Start date
  • Tags Tags
    Curvature Radius
hawaiidude
Messages
41
Reaction score
0
how do you calculate the radius of curvature and the center p(h,k) of the circle with respect to the curve and how do you do improper integrals? kinda forgot improper integrals.
 
Physics news on Phys.org
R = \frac{[1 + (\frac{dy}{dx})^2]^\frac{3}{2}}{\frac{d^2y}{dx^2}} = \frac{[1 + f'(x)^2]^\frac{3}{2}}{f''(x)}
 
Do you mean like this?

\int _1 ^\infty \frac{1}{x^2}dx = \lim _{t \rightarrow \infty} \int _1 ^t \frac{1}{x^2}dx = \lim _{t \rightarrow \infty} 1 - \frac{1}{t} = 1
 
yes...i was just wondering for the radius of curvature, why is it the sercond derivative? i can compute the curvature but i walsy wondered why the second derivatie, after all, i believe a book said the first was acceptable..
 
That's not the part that concerns me, I don't understand why the square root of 1 + f'(x)^2 is raised to the power of three.

I tried to find the radius myself. It is given by:
R = \frac{\mbox{arc}}{\theta}

I found \theta using the slopes of the tangent lines. The angle between them is given by the formula:
\tan \theta = \lim_{dx \rightarrow 0}\frac{m_1 - m_2}{1 + m_1m_2}
And since \theta is very small you can say that \tan \theta = \sin \theta = \theta:

\theta = \lim_{dx \rightarrow 0}\frac{f'(x_1) - f'(x_2)}{1 + f'(x)^2}

To find the arc length I just used the normal d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} formula:
\mbox{arc} = \lim_{dx \rightarrow 0}\sqrt{(x_2 - x_1)^2 + (f(x_2) - f(x_1))^2} =
\mbox{arc} = \lim_{dx \rightarrow 0}f(x_2) - f(x_1)

From this R is:

R = \lim_{dx \rightarrow 0}\frac{1 + f'(x)^2}{\frac{f'(x_1) - f'(x_2)}{f(x_2) - f(x_1)}} = \frac{1 + f'(x)^2}{f''(x)}

So where's my mistake?
 
Here's a little drawing that might help you understand what I did... still want to know where my mistake is.
 

Attachments

  • arcs.gif
    arcs.gif
    8.4 KB · Views: 598
Originally posted by Chen
Here's a little drawing that might help you understand what I did... still want to know where my mistake is.

maybe here?

Originally posted by Chen

To find the arc length I just used the normal d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} formula:
\mbox{arc} = \lim_{dx \rightarrow 0}\sqrt{(x_2 - x_1)^2 + (f(x_2) - f(x_1))^2} =
\mbox{arc} = \lim_{dx \rightarrow 0}f(x_2) - f(x_1)

i don't follow that last step, but that is not the normal formula for ds that i know. it should look like:

<br /> ds=\sqrt{1+(f&#039;)^2}dx
 
Originally posted by lethe
i don't follow that last step, but that is not the normal formula for ds that i know. it should look like:

<br /> ds=\sqrt{1+(f&#039;)^2}dx
Well, I just used the formula of distance between two points. I took two points on the graph [x_1, f(x_1)] and [x_2, f(x_2)] with x_2 - x_1 tending to zero... how is that wrong, and how do you get to the formula you posted? :smile:
 
Originally posted by Chen
Well, I just used the formula of distance between two points. I took two points on the graph [x_1, f(x_1)] and [x_2, f(x_2)] with x_2 - x_1 tending to zero... how is that wrong
yeah, dx tends to zero, but so does f(x2)-f(x1), so to zeroth order, ds is just zero. you can't lose one term but keep the other.

but in calculus, we are not interested in zeroth order approximations, we are interested in first order approximations.

and how do you get to the formula you posted? :smile:
multiply and divide the whole thing by x2-x1. do your division inside the radical (which means you are actually dividing by (x2-x1)^2) and your multiplication outside the radical
 
  • #10
Ah-ha! I see now how to get the correct formula for the curvature. Thank you very much.
 
  • #11
thank you all always a great help! now i think i understand the concept of radius of curvature proving
 
Back
Top