Mean value thereom application

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
Arnoldjavs3
Messages
191
Reaction score
3

Homework Statement


Suppose that x,y are in (0,0.5). Show that:
$$\left|\frac{1}{x^3}-\frac{1}{y^3}\right| ≥ 48|x-y|$$

Homework Equations

The Attempt at a Solution


I think that we need a function ##f(t) = t^{-3}## & ##f'(t) = -3t^{-4}##. Now we use the MVT here to show that there is some c that makes the expression in the problem correct right? My question is how do I incorporate the absolute value notations in the statement here?
$$-3c^{-4} = \frac{f(y) - f(x)}{y-x}$$
I think we have to assume that either x or y is greater than the other(because if they were equal then the above owuld be proven). Do I just input c for 0.5? I'm unsure.
 
Physics news on Phys.org
Arnoldjavs3 said:

Homework Statement


Suppose that x,y are in (0,0.5). Show that:
$$\left|\frac{1}{x^3}-\frac{1}{y^3}\right| ≥ 48|x-y|$$

Homework Equations

The Attempt at a Solution


I think that we need a function ##f(t) = t^{-3}## & ##f'(t) = -3t^{-4}##. Now we use the MVT here to show that there is some c that makes the expression in the problem correct right? My question is how do I incorporate the absolute value notations in the statement here?
$$-3c^{-4} = \frac{f(y) - f(x)}{y-x}$$
I think we have to assume that either x or y is greater than the other(because if they were equal then the above owuld be proven). Do I just input c for 0.5? I'm unsure.

It's not clear why the MVT would help here.
 
PeroK said:
It's not clear why the MVT would help here.

I forgot to add that they are differentiable on the interval (x,y)
 
Arnoldjavs3 said:

Homework Statement


Suppose that x,y are in (0,0.5). Show that:
$$\left|\frac{1}{x^3}-\frac{1}{y^3}\right| ≥ 48|x-y|$$

Homework Equations

The Attempt at a Solution


I think that we need a function ##f(t) = t^{-3}## & ##f'(t) = -3t^{-4}##. Now we use the MVT here to show that there is some c that makes the expression in the problem correct right? My question is how do I incorporate the absolute value notations in the statement here?
$$-3c^{-4} = \frac{f(y) - f(x)}{y-x}$$
I think we have to assume that either x or y is greater than the other(because if they were equal then the above owuld be proven). Do I just input c for 0.5? I'm unsure.
Remember that all your variables are in ##(0,\frac 1 2)##. If you take the absolute value of both sides of what you have written you get$$
\frac 3 {c^4} =\frac{|f(y) - f(x)|}{|y-x |}$$which can be rewritten$$
\frac 3 {c^4} |y-x| =\left | \frac 1 {x^3} - \frac 1 {y^3}\right |$$Think about how large or small the left side can be.
 
  • Like
Likes   Reactions: Arnoldjavs3
LCKurtz said:
Remember that all your variables are in ##(0,\frac 1 2)##. If you take the absolute value of both sides of what you have written you get$$
\frac 3 {c^4} =\frac{|f(y) - f(x)|}{|y-x |}$$which can be rewritten$$
\frac 3 {c^4} |y-x| =\left | \frac 1 {x^3} - \frac 1 {y^3}\right |$$Think about how large or small the left side can be.

Since c is an element of x,y then it can't be larger than 0.5 or smaller than 0? And as such this proves that since 48|y-x| will be greater since y is greater than c? So the side with c will always be smaller.
 
Last edited:
Arnoldjavs3 said:
Since c is an element of x,y

That doesn't make any sense. ##c## is a number in ##(0,.5)##, not an "element" of x,y, whatever that means.

then it can't be larger than 0.5 or smaller than 0? And as such this proves that since 48|y-x| will be greater since y is greater than c? So the side with c will always be smaller.

Stating the result doesn't prove anything. You need to show some inequalities.