Hot to determine which is greater

  • Thread starter ronaldor9
  • Start date
  • Tags
    Hot
In summary, determining which function is greater in a given interval can be done by subtracting the two functions and analyzing the resulting function. Another method is to take the derivative of the difference and determine where it is positive or negative. However, the derivative only tells us about the increasing or decreasing nature of the functions, not their positivity or negativity. Additionally, there is no immediate application of the derivative to root finding, but it can be used with other considerations for certain types of functions. Overall, the subtraction method is a reliable way to determine which function is greater in a given interval.
  • #1
ronaldor9
92
1
lets say we have to functions y(x) and g(x), how would I determine in which interval y(x) would be greater then g(x)? Would i simply subtract them and determine where the function is greater then zero (this seems to make the most sense)

But I also remember that if I subtract them and take the derivative, then determine where the derivative is positive and negative that also tells me something about which function is greater( something different then whether y(x) is greater then g(x).

can anyone help?
 
Physics news on Phys.org
  • #2
Yes, that sounds like a good idea: you could subtract them,

[tex]
h(x) \equiv y(x)-g(x)
[/tex]

and then determine in which intervals the function h(x) is greater than zero and where it is less than zero. For that you need to determine the zeros of h:

[tex]
x [/tex] such that [tex] h(x)=0
[/tex]

You could do this numerically, for example, using a fixed point iteration method such as Newton-Raphson:

initial guess:
[tex]
x^0[/tex]
REPEAT
[tex]
x^{k+1}=x^{k}-\frac{h(x^{k})}{h'(x^{k})}[/tex]
[tex]
k=k+1
[/tex]

UNTIL [tex] |{x^{k+1}-x^{k}}| < Eps [/tex] ,
where Eps is a tolerance, Eps = 10^{-4} (for example)

In general choosing an adequate initial value sufficiently close to the zero, x0, so that the method converges is not an easy task, and neither is determining how many zeros a nonlinear function has :S
 
  • #3
Yea, that method works well! thank you.

I am having troubles remembering what the use of taking the derivative of the subtraction of the two function would determine. I do not exactly remember but, can it be used to prove if the function is increasing or greater then the other. The details I cannot remember.
 
  • #4
The derivative doesn't tell you whether a function is positive or negative, only if it's increasing or decreasing. For example, [tex]e^{-x}[/tex] is always positive yet its derivative is always negative.
 
  • #5
yes i know that but, the derivative of the subtraction of two function tells you something about the nature of how one function is in relation to another. I think it tells you that one function in increasing over another, wherever it is positive
 
  • #6
As Tibarn said, I don't believe the derivative is what you are looking for in this case. What's wrong with the subtraction method you recommended and BobbyBear made more concrete?
 
  • #7
No there is nothing wrong about that. I was just trying to recall the use of the derivative in a related question i had done/read a while back. I know it does not help me answer the question about which function is greater, but I was trying to remember its use in a related question. Thats all.
 
  • #8
ronaldor9: as far as I know (though I don't know very much at all lol), there is no immediate application of the derivative to root finding. Maybe for some special kind of functions you could reach some conclusions by analysing the derivate together with other considerations about the specific function in question . . . but in general all that the derivative tells you as far as I see, is what you and others have said: if h'(x) = f'(x)-g'(x) is positive, it means that f is growing faster than g (or decreasing less rapidly than g), and viceversa.

If you find any further results or remember what you were reading about let us know :)
 
  • #9
BobbyBear said:
ronaldor9: as far as I know (though I don't know very much at all lol), there is no immediate application of the derivative to root finding.

Actually there is an immediate application of the derivative to root finding, its called Newtons method! The method is outlined in the second post, check it out, its very useful.

But yes i will try to consult a book to determine what if there is any use in finding the derivative of the difference of the two functions
 
  • #10
ronaldor9 said:
Actually there is an immediate application of the derivative to root finding, its called Newtons method! The method is outlined in the second post, check it out, its very useful.

ROLF okay okay:P:P

ronaldor9 said:
But yes i will try to consult a book to determine what if there is any use in finding the derivative of the difference of the two functions

mhm, you do that :) It's always nice to learn new things:)
 

Related to Hot to determine which is greater

What is the definition of "greater" in terms of scientific measurement?

In scientific measurement, "greater" refers to a value or quantity that is larger, higher, or more significant than another value or quantity.

How do scientists determine which value is greater?

Scientists use a variety of methods and tools depending on the type of measurement being performed. For example, in experiments, data analysis techniques such as statistical tests are used to determine which value is greater.

What are some factors that can affect the determination of which value is greater?

Some factors that can affect the determination of which value is greater include the precision and accuracy of the measurement tools, the units used to express the values, and potential errors or biases in the measurement process.

Can there be more than one way to determine which value is greater?

Yes, there can be multiple ways to determine which value is greater depending on the context and the specific values being compared. Scientists may also use different methods to confirm their findings and ensure the accuracy of their results.

How is determining which value is greater important in scientific research?

Determining which value is greater is important in scientific research as it allows scientists to make meaningful comparisons and draw conclusions based on their data. It also helps to establish relationships between variables and identify patterns or trends in the data.

Similar threads

  • Calculus
Replies
5
Views
1K
  • Calculus
Replies
9
Views
2K
Replies
1
Views
1K
Replies
2
Views
1K
Replies
8
Views
2K
Replies
4
Views
2K
  • Calculus
Replies
2
Views
2K
Replies
4
Views
2K
Replies
36
Views
4K
Back
Top