Point of slope at certain distance

  • Thread starter Thread starter duki
  • Start date Start date
  • Tags Tags
    Point Slope
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
11 replies · 2K views
duki
Messages
264
Reaction score
0
Hey Everyone,

Another question for you. Is there a way to find the point on a slope at a certain distance? For example, suppose I had a slope that was previously calculated from point A to point B. I want to find at what point Y is at distance X. Does that make sense?
 
Physics news on Phys.org
duki said:
Hey Everyone,

Another question for you. Is there a way to find the point on a slope at a certain distance? For example, suppose I had a slope that was previously calculated from point A to point B. I want to find at what point Y is at distance X. Does that make sense?

Linear equation?

y = ax+b

you can get it from point A and B.

Slope's not a good work in my opinion. It means finding a point on dy/dx ...
 
duki said:
Hey Everyone,

Another question for you. Is there a way to find the point on a slope at a certain distance? For example, suppose I had a slope that was previously calculated from point A to point B. I want to find at what point Y is at distance X. Does that make sense?

No, it doesn't really make sense. What's the real question?
 
a being point A and b being point B?
 
edit: my example doesn't work. I'll post a new example shortly
 
Ok here's a more precise example:

I need to calculate the slope from elevation A to elevation B from X1 to X2. Once the slope is determined, the user inputs a distance X3 and a new elevation.

I need to find the distance between the new elevation and the elevation at point X3 of the original slope.Example:

Find slope from y = 1720.85 feet to y = 1738.34 feet (which starts at x = 2 feet and ends at x = 82 feet).
Plot this line
The user inputs a new distance, in this example 64 feet, and a new elevation at 64, 1736.54.
I need to find the distance between this point (on the new elevation) and the same point (64) on the original slope from A to B.

Does that make sense?
 
That makes perfect sense. Thanks. Why don't you just write an equation for the line whose slope you have computed, i.e. y=m*x+b. Then you just need to compute the vertical distance from new elevation to m*X3+b.
 
Thanks for the help.
I'm a little confused.

I got a slope of .2186
Then I do y = .2186(64)+b?
 
I think I did something wrong. I got a distance of 2.1368

[tex]b=1720.85-.2186*2[/tex]
[tex]b=1720.4128[/tex]
[tex]b2=1736.10-.2186*64[/tex]
[tex]b2=1722.5496[/tex]

[tex]d = b - b2[/tex]
[tex]d = 2.1368[/tex]
 
If b and b2 are different, it's only because you are rounding off the slope to four decimal places. 1720 and 1736 aren't that different. Try keeping more accuracy around.