#help me with calculus
98 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
For starters use the limit definition of f', then calculate what is (f(x+h)-f(x-h))/h when h tends to zero
Now let f=sqrt(1-x^2) and find c such that f'(c) = 1. Now use this weird limit (fix it a bit) and observe what is happening to gain more intuition
This is just an awkward statement of the mean value theorem, isn't it?
yeah but it's false
...but the mean value theorem is true.
i know but it's given that this statement is wrong in the question, and we have to give a counterexample
It's not, though, unless you wrote it wrong.
But as written, it's just the mean value theorem.
i guess it should be for every c between (a,b) there are 2 points
...can you just take a picture or screenshot of the original text?
not really because it's in a different language, i tried my best to translate it
I expect the part you might have gotten wrong is in the mathematical notation.
Before that.
no, it's anywhere on (a,b)
Then it can be between x_1 and x_2, which then just makes it the normal mean value theorem.
i guess i'll have to ask during the next lecture, thanks anyways
Okay, hang on.
I think I might see the problem.
Or wait, no. The counterexample I thought of is not differentiable on the required interval.
yeah..
i don't even think the statement is wrong personally
since we can always find such x1,x2 if we go closer every time to c
Or wait, I see how it's different from the mean value theorem.
I don't know how that difference makes it false.
i asked chatgpt and it told me the statement is wrong but couldn't understand its counterexample
ChatGPT doesn't know math.
Literally all it knows is what sentences look like.
it really helps me though, it gives me the way to do stuff sometimes and i continue doing them, when im at a deadend
If you ask it something it can recognize as math, it'll ask WolframAlpha, but then that's still worse than you just asking WolframAlpha.
put f(x) = exp(x) in [-1,1] and let c = 0. Then f'(0) = 1. On the other hand we must have (e^b - e^a) / (b-a) = 1 for some a < b in (-1,1). This can't happen. For otherwise e^b-e^a = b-a
@placid panther
for intuition, if you allow rolle's theorem to hold, then you won't find a counterexample
so try something strictly monotone
alright, thanks! i'll try it
as for why said equality can't hold: the only way this holds is if b=a=0
This isn't true?
I mean the theorem is just another way of saying that a secant line parallel to a tangent cuts the function on at least two points in the interval
apparently it isn't
the statement allows one to pick c freely
that's the problem with it
And e^b-e^a = (b-a) has solutions with the lambert function???
the only real solutions are 0
you can probably conjure something with analytic continuation, but that's wandering a bit too far above our paygrade here
unless i made a mistake, you're free to correct
that line of thinking wont work here
A numerical example that of course is not exact but you can try solving for
e^x = x+1.005, this is the secant line 0.005 above the tangent line for x=0, f(x) = e^x
you can prove directly that only a=b=0 works
being able to get (arbitrarily) close to 0 is not sufficient here
Okay so you're saying that if you give me, say, a = -1/2, I can't find b?
really? that was my problem with the question (other than finding a counterexample i mean), i thought that there are always x2 and x1 that can work for every c, since the MVT would work once the x2 and x1 are really close to c
or maybe you guys are talking about different stuff i got no idea my brain stopped when big words came in chat
the mvt states that there exists some c that fits
says nothing about arbitrarily chosen c
For a = -1/2 I found an explicit solution for b.
So you are not correct that only a=b=0 works
hm, indeed, I made a logic error
So I guess my point stands:
Pick a tangent of f(x) at point c, this is possible because f was differentiable. Now adjust the tangent to become a secant by epsilon. The points of intersection of the secant and f(x) are precisely x1, x2.
Or in other words, if you give any x1, x2, then I can find epsilon.
hmm
you pick c and you have to find x1 x2
There are infinitely many different x1, x2
thought about it some more, If we assume continuously differentiable then I believe what you say works
your argument basically says there's a secant line of large slope, and another secant line of small slope, then you squeeze around c and appeal to continuity
but continuity of the derivative
not f
@acoustic light@placid panther
at the very least, continuously differentiable around c
so we must look for counterexamples among non smooth functions
thanks guys, ill think about it tomorrow when i wake up
No, my argument is that the secant exists. Simple as. Existence of secant is guaranteed by f'(c) existing.
And if f is once differentiable on [a,b], then f' is cont...
So f doesn't need to be smooth
certainly not!
f(x) = x^2 sin (1/x^2), f(0) = 0, is a classic example
What about just, say, sin(x) between -pi/4 and pi/4 and c = 0?
since I think the slopes (sin(b) - sin(a))/(b-a) would be strictly upper-bounded by sin'(0) = 1
without mvt:
$$ |\sin b - \sin a| = 2\left\lvert \cos \frac{b+a}{2}\sin\frac{b-a}{2}\right\rvert $$
aL
but then it's leq 1, is it strict actually?
oh wait I think sinx < x is strict for nonzero x
this should work
@acoustic light @placid panther
it is the case if you consider convexity arguments i think
whether or not a and b are both of the same sign
$$ \left\lvert\frac{\sin b -\sin a}{b-a}\right\rvert = \frac{1}{b-a} \left\lvert\int _a^b \cos t dt \right\rvert \leqslant \int _0^1 |\cos (a+s(b-a))|ds < 1 $$
aL
k now I'm convinced