Line Length Between (0,0) & (1,1): Y=X^2

  • Thread starter Thread starter Little ant
  • Start date Start date
  • Tags Tags
    Length Line
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
Little ant
Messages
21
Reaction score
0
How long is the line tended between points (0,0) and (1,1) if Y=X^2?
 
Physics news on Phys.org
Little ant said:
How long is the line tended between points (0,0) and (1,1) if Y=X^2?

I'm not sure why y=x^2 matters, but the distance between (0,0) and (1,1) is [itex]\sqrt{2}[/itex].
 
thanks, but i know that distance, i want know the long of the line.
 
Little ant said:
thanks, but i know that distance, i want know the long of the line.

You just got the length of the line between the points. Do you mean this: how long is the portion of the graph of [tex]y = x^2[/tex] from [tex]x = 0[/tex] to [tex]x = 1[/tex]? (That graph is not a line - that could be the cause of the confusion).
 
Little ant said:
How long is the line tended between points (0,0) and (1,1) if Y=X^2?
If I understand what you're asking (which confused a couple of other people), you are asking about the arc length along the curve y = x2 between x = 0 and x = 1. This calculation involves an integral.

What have you done to start this problem?
 
statdad said:
You just got the length of the line between the points. Do you mean this: how long is the portion of the graph of [tex]y = x^2[/tex] from [tex]x = 0[/tex] to [tex]x = 1[/tex]? (That graph is not a line - that could be the cause of the confusion).

Sorry, how is it not a line? Does line have some extra meaning that I'm missing?
 
"Sorry, how is it not a line? Does line have some extra meaning that I'm missing?"

A line is a graph generated by a linear function. The function [itex]y = x^2[/itex] is quadratic; you are looking a piece of its graph, which is a parabola.
 
Ahh, I was thinking more "A line is a path that joins two points", regardless of generating function