Can You Find a Root of f(x) with Only f(x_1)==y and f ' (x)?

  • Context: Undergrad 
  • Thread starter Thread starter soandos
  • Start date Start date
  • Tags Tags
    Roots
Click For Summary

Discussion Overview

The discussion revolves around the question of whether it is possible to find a root of a function f(x) given only the value of f at a specific point x_1 and the derivative f'(x). Participants explore various methods and theoretical implications related to this problem, including integration, the Newton-Raphson algorithm, and the limitations of finding exact roots.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants suggest that by integrating the derivative f'(x) and using the known value f(x_1) = y, one can recover the function f(x).
  • There is a proposal to use the Newton-Raphson algorithm to find roots, starting from an initial guess and iterating until convergence.
  • One participant questions whether exact roots can be found with the given information, noting that in general, functions cannot be inverted to find roots.
  • Another participant discusses the relationship between the derivative and the change in x needed to find a root, suggesting that simple slope calculations might not apply.
  • There is mention of the impossibility of finding exact solutions for polynomials of degree five or higher, referencing Galois' theorem, but this is contested with the assertion that calculus might provide alternative methods.
  • Some participants express confusion about the implications of the derivative and how it relates to finding roots, indicating a need for clarification.

Areas of Agreement / Disagreement

Participants do not reach a consensus on whether exact roots can be found with the given information. There are competing views on the applicability of calculus and the limitations imposed by the nature of the function.

Contextual Notes

The discussion highlights limitations regarding the assumptions made about the function f(x) and its derivative, as well as the conditions under which roots can be found. The relationship between the derivative and root-finding methods remains unresolved.

soandos
Messages
166
Reaction score
0
Is it possible to find a root of f(x), given just f(x_1)==y and f ' (x)?
if so, how would one go about it?
If this is in the wrong forum can a mod please move it?
thanks.
 
Physics news on Phys.org
Yes, by the fundamental theorem of calculus.
 
Elaborate please.
 
[tex]\int_{x_1}^{x} f'(t) dt = f(x)-f(x_1)[/tex]

So effectively you have found f(x).
 
so solve that for x?
 
Why do you think you would solve for x? How would you normally find the roots of an equation once you know what the equation is?
 
Im sorry, I am confused.
I think to solve for x, as that was the original variable.
I generally solve equations by setting them to zero and then using inverses.
I was asking for a different method.
 
Oh I see what your saying -- sorry I misunderstood.

You're saying solve for x such that f(x) = 0 right?
 
yes.
 
  • #10
soandos said:
Is it possible to find a root of f(x), given just f(x_1)==y and f ' (x)?
if so, how would one go about it?
If this is in the wrong forum can a mod please move it?
thanks.
Feldoh assumed you meant you were given the value of f at the single point [itex]x_1[/itex] and the derivative for all x. His point was that you can then integrate the derivative, using that one point to determine the constant of integration, to recover the function itself:
[tex]f(x)= \int_{x_1}^x f'(x)dx+ y[/itex]<br /> Set that equal to 0 and solve. <br /> <br /> Probably the best way to solve that equation, given the information you have, would be the Newton-Raphson Algorithm.<br /> <br /> Starting with any convenient value of x, perhaps [itex]x_1[/itex], Do <br /> [tex]x_{n+1}= x_n- \frac{f(x_n)}{f'(x_n}= x_n-\frac{\int_{x_1}^{x_n} f'(x)dx+ y}{f'(x)}[/tex]<br /> repeatedly until two succesive values are within your error tolerance of each other.[/tex]
 
  • #11
But is there a way to get exact roots using that information?
 
  • #12
In general you can't invert functions/find roots. For many useful specific cases, you can. Whether you can find exact roots depends on what your function f'(x) is
 
  • #13
here was my thinking.
a root is determined by f(x)=0
in general, f(x_1)=y, so f(x)-y = 0
can the derivative of f(x) tell us how much x had to change.
If this was simple slope, it would be easy, distance to change/slope.
cant seem to do it with the derivative.
I also know that there is a way to solve for the roots of an n degree polynomial exactly, but i don't quite get it. thing is, it shows that its always possible even when the function has no inverse.
yes i realize that broadening it to f(x) is not quite the same thing
wondering if its possible though.
 
  • #14
soandos said:
here was my thinking.
a root is determined by f(x)=0
in general, f(x_1)=y, so f(x)-y = 0
can the derivative of f(x) tell us how much x had to change.
If this was simple slope, it would be easy, distance to change/slope.
cant seem to do it with the derivative.
I also know that there is a way to solve for the roots of an n degree polynomial exactly, but i don't quite get it.
Then you know something no mathematician knows! It was proved, by Galois in the nineteenth century, that there cannot exist a formula for solutions of polynomials of degree five or greater.

thing is, it shows that its always possible even when the function has no inverse.
yes i realize that broadening it to f(x) is not quite the same thing
wondering if its possible though.
Thing is, you are completely wrong.
 
  • #16
Yes, it is easy to derive a series expansion or write down the differential equation the inverse function has to satisfy.
 
  • #17
How is that done?
 

Similar threads

  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 24 ·
Replies
24
Views
4K