Can the Values of a Function be Determined Without Integrating?

  • Thread starter Thread starter NotMrX
  • Start date Start date
  • Tags Tags
    Theorem
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
NotMrX
Messages
97
Reaction score
0
Suppse the following function was written:

[tex] f(x)=\int_{0}^{x} \frac{t-1}{t^4+1} dt[/tex]

Then we could assume there is a solution:
f(x) = F(x) - F(0)

Take the derivative:
f'(x) = F'(x) - F'(0) = F'(x)
[tex] f'(x)=\frac{x-1}{x^4+1}[/tex]

Then we could determine if the function is increasing or decreasing over an interval. Without taking the antiderivative how could we determine what the following values are:
f(0)
f(1)
f(-1)
 
Physics news on Phys.org
NotMrX said:
Suppse the following function was written:

[tex] f(x)=\int_{0}^{x} \frac{t-1}{t^4+1} dt[/tex]

Then we could assume there is a solution:
f(x) = F(x) - F(0)

F(x0) represents the value of the primitive function F at a point x0, not a function. Do not mess up variables x with fixed points, which are conventionally called x0, a, b, c, etc.
 
NotMrX said:
Suppse the following function was written:

[tex] f(x)=\int_{0}^{x} \frac{t-1}{t^4+1} dt[/tex]

Then we could assume there is a solution:
f(x) = F(x) - F(0)

Take the derivative:
f'(x) = F'(x) - F'(0) = F'(x)
[tex] f'(x)=\frac{x-1}{x^4+1}[/tex]

Then we could determine if the function is increasing or decreasing over an interval. Without taking the antiderivative how could we determine what the following values are:
f(0)
f(1)
f(-1)
f(0) is easy:
[tex]F(0)= \int_0^0 \frac{t-1}{t^4-1}dx= 0[/tex]
There is no way to determine f(1) or f(-1) without actually doing the integral.
 
HallsofIvy said:
f(0) is easy:
[tex]F(0)= \int_0^0 \frac{t-1}{t^4-1}dx= 0[/tex]
There is no way to determine f(1) or f(-1) without actually doing the integral.
Thank you for your help.