Finding coordinates along an arc, given arc length

Click For Summary
SUMMARY

The discussion focuses on calculating the coordinates of a point along an arc given specific parameters: an arc length of 22.4472, a radius of 25, starting coordinates at (125,100), and ending coordinates at (115.6994,119.6301). Participants suggest using trigonometric methods and polar coordinates to derive the angle and subsequently the coordinates of the desired point. The conversion of the coordinate system to center at (0,0) is recommended for simplification. Newton's method is mentioned but deemed unnecessary for this calculation.

PREREQUISITES
  • Understanding of trigonometric functions and laws, particularly the cosine law.
  • Familiarity with polar coordinates and their conversion to Cartesian coordinates.
  • Basic knowledge of arc length calculations and their relationship to angles.
  • Experience with coordinate transformations in geometry.
NEXT STEPS
  • Study the relationship between arc length and angle using the formula s = rθ.
  • Learn about polar to Cartesian coordinate conversion techniques.
  • Explore trigonometric methods for finding angles in geometric problems.
  • Investigate the application of Newton's method in solving geometric equations.
USEFUL FOR

Mathematicians, engineering students, and anyone involved in geometric calculations or arc-related problems will benefit from this discussion.

jjj888
Messages
23
Reaction score
0

Homework Statement



Find coordinates of a piont on an arc from beginning coordinates at the arc distance of 6.6821. Given Radius of 25 at (100,100), Begining coordinates at (125,100), Ending Coordinates at (115.6994,119.6301), with an overall arc length of 22.4472.

Homework Equations



Newton's method, maybe?


The Attempt at a Solution



I can think of a way to do it with trig, finding the chords between the end points and the length to the desired point then using the cosign law to find my angles, but I tried drawing this up in CAD as a check and my answer didn't match exactly. I can't figure out how to set it up using calculus methods.
 
Physics news on Phys.org
I don't understand the significance of the "Ending Coordinates" data.

You can convert arc length to a radian measure of an angle theta between two radii that go to the ends of the arc.

If a circle has center at point (Cx,Cy) and point (Px,Py) is on it then the radius drawn to (Px,Py) makes some angle phi with x_axis ( and also with a horizontal line drawn through (Cx,Cy)) You can find phi. The end of the arc is on a radius that makes angle (phi + theta) with that line. So you can find it's coordinates.

The problem will be simpler to visualize if you convert to a coordinate system where the center of the origin is at (0,0). This amounts to subtracting the coordinates of the circle from the given coordinate data and then adding them back after you find the answer.
 
jjj888 said:

Homework Statement



Find coordinates of a piont on an arc from beginning coordinates at the arc distance of 6.6821. Given Radius of 25 at (100,100), Begining coordinates at (125,100), Ending Coordinates at (115.6994,119.6301), with an overall arc length of 22.4472.

Homework Equations



Newton's method, maybe?


The Attempt at a Solution



I can think of a way to do it with trig, finding the chords between the end points and the length to the desired point then using the cosign law to find my angles, but I tried drawing this up in CAD as a check and my answer didn't match exactly. I can't figure out how to set it up using calculus methods.

You don't need much calculus. You know the radius and arc length to the second point so you can calculate the angle between by s = rθ. Then you can use the fact that the arc length is proportional to the angle to calculate the angle β to your other point.

Then just use polar coordinates at (100,100) to get the x and y coordinates.
 

Similar threads

Replies
4
Views
6K
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
8
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
7K