Finding the Distance of a Polynomial Function: Help Needed

In summary, the conversation is about finding the distance of a polynomial function using integration. The formula for finding the distance of a curve is given, and it is noted that the function must be continuous on the interval. The user provides their function, which is a fourth degree polynomial, and notes that they are not very good at this type of problem. They then explain how they obtained their function and provide the equation for it.
  • #1
watty08
2
0
Hello
I have a function, and need to find the distance of that polynomial function.
Not sure how to do this any help.
Couldnt figure how to put the formulas up so just put the link up i found on here.
https://www.physicsforums.com/showthread.php?t=100423
Is this the right formula and how do i use it.
 
Physics news on Phys.org
  • #2
You mean the length of the graph, not "distance of a polynomial function"?.
How, exactly are you given the function? Is this in two or three dimensions? Are you given the function as a single equation or as parametric functions.

Yes, the general idea of that link is correct. If, in two dimensions, you are given y= f(x), then the length of the graph from x= a to x= b is given by
[tex]\int_a^b \sqrt{1+ (f'(x))^2} dx[/tex]

If you are given parametric equations, x= x(t), y= y(t), the length of the graph from t0 to t1 is
[tex]\int_{t_0}^{t_1}\sqrt{(x'(t))^2+ (y'(t))^2}dt[/tex]

In three dimensions, a single equation will not define a curve but if you have parametric equations, x= x(t), y= y(t), z= z(t), the length of the graph from t0 to t1 is
[tex]\int_{t_0}^{t_1} \sqrt{(x'(t))^2+ (y'(t))^2+ (z'(t))^2}dt[/tex]
 
  • #3
Use Ivy's arc length function:

If we assume that the function in continuous on [a,b] then the distance between any two points is [tex]\sqrt{x^2+y^2}[/tex] and if we shrink this to an infinitesimal length then [tex]\sqrt{dx^2+dy^2}[/tex]. Next we want to integrate these distances over a to b then sum them up so:

[tex]\int_a^b \sqrt{dx^2 + dy^2}[/tex]

Factor out a dx^2 essentially...

[tex]\int_a^b \sqrt{1+ \frac{dy^2}{dx^2}} dx[/tex]

And notice the second term in the integral is just f'^2, so we obtain the desired result:

[tex]\int_a^b \sqrt{1+ (f'(x))^2} dx[/tex]
 
  • #4
I think its a degree four, it might be a three, i have five points.
Starting fron the origin, (0,0) Point O, Point A (2,-2), Point B (6, 2.15) point c (10,-3) Point E (16,7).
Im not really good at this stuff.
Put it in my calculator and get this
a= 6.555e-03
b=-0.1810119
c=1.44681547
d=-3.2220238
e=5.902e-11
and
r^2=1
Below it, it says
y=ax^4+bx^3+cx^2+dx+e
so i figure i sub a,b,c,d,e into that, and that how i get my function

y=6.555e-03x^4 - 0.1810119x^3 + 1.44681547x^2 - 3.2220238x + 5.902e-11
 

FAQ: Finding the Distance of a Polynomial Function: Help Needed

What is a polynomial function?

A polynomial function is a mathematical function that can be written in the form of ax^n + bx^(n-1) + ... + cx + d, where a, b, c, and d are coefficients and n is a non-negative integer. It is a type of algebraic function that involves variables raised to non-negative integer powers.

How do you find the distance of a polynomial function?

To find the distance of a polynomial function, you can use the distance formula: d = √((x2-x1)^2 + (y2-y1)^2). In this case, the x and y values represent the points on the graph of the polynomial function.

What is the importance of finding the distance of a polynomial function?

Finding the distance of a polynomial function can help in various applications, such as determining the distance traveled by an object, calculating the displacement of an object, or finding the shortest distance between two points on the graph of the polynomial function.

Can you provide an example of finding the distance of a polynomial function?

For example, if we have the polynomial function f(x) = 2x^2 + 4x + 1, and we want to find the distance between the points (1, f(1)) and (3, f(3)), we can use the distance formula: d = √((3-1)^2 + (f(3)-f(1))^2). Plugging in the values, we get d = √(4 + (10-6)^2) = √(4 + 16) = √20 = 2√5.

What are some tips for finding the distance of a polynomial function?

Some tips for finding the distance of a polynomial function include: identifying the points on the graph of the function, using the distance formula, simplifying the equation, and determining the units of measurement for the distance.

Back
Top