Lagrange's Theorem ($f(b)-f(a)=f'(c)(b-a)$) problemUse Lagrange Remainder Theorem to Prove InequalityProve...

Will a pinhole camera work with instant film?

How do anti-virus programs start at Windows boot?

Does this property of comaximal ideals always holds?

Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?

Humanity loses the vast majority of its technology, information, and population in the year 2122. How long does it take to rebuild itself?

Current sense amp + op-amp buffer + ADC: Measuring down to 0 with single supply

Making a sword in the stone, in a medieval world without magic

2D counterpart of std::array in C++17

How to simplify this time periods definition interface?

How to generate globally unique ids for different tables of the same database?

Does splitting a potentially monolithic application into several smaller ones help prevent bugs?

What are some nice/clever ways to introduce the tonic's dominant seventh chord?

How can I change step-down my variable input voltage? [Microcontroller]

I need to drive a 7/16" nut but am unsure how to use the socket I bought for my screwdriver

Does the statement `int val = (++i > ++j) ? ++i : ++j;` invoke undefined behavior?

Counting certain elements in lists

Identifying the interval from A♭ to D♯

Can anyone tell me why this program fails?

Where is the 1/8 CR apprentice in Volo's Guide to Monsters?

Is it possible / allowed to upcast ritual spells?

Why are there 40 737 Max planes in flight when they have been grounded as not airworthy?

Be in awe of my brilliance!

Can elves maintain concentration in a trance?

Make a transparent 448*448 image



Lagrange's Theorem ($f(b)-f(a)=f'(c)(b-a)$) problem


Use Lagrange Remainder Theorem to Prove InequalityProve that $frac{1}{(n+5)^3}$ is a Cauchy sequence.A basic question in the definition of limit pointIncreasing function with dense image continuous?The Zeros Localization Theorem and the Extreme value Theoreminflection points of the solution of a Cauchy problemabout the existence-uniqueness theoremConditions to apply variation of constant méthod on a Cauchy problemIs this seemingly new proof that $[0, 1]$ is compact correct?ODE theorem about solutions related to improper integral













2












$begingroup$


Let's consider function $f(x) = sqrt[4]{x}$ on the interval $[a,b]$ with $a,b > 0$. Find point $c in (a,b)$, for which the condition of the Lagrange Theorem holds. (Don't forget to check that the found point is inside of $[a,b]$).



So the Lagrange condition is the following: $f(b)-f(a)=f'(c)(b-a)$.



I have found the solution like this:



$$sqrt[4]{b}-sqrt[4]{a} = frac{1}{4 c^{3/4}}(b-a)$$



Which leads me to the following solution:



$$frac{(b-a)^{4/3}}{(1/4)^{4/3}(b^{1/4}-a^{1/4})^{4/3}}$$



And this apparently is not a correct answer. Plus I have not checked that this point is in $(a,b)$.



Here is how you check:



$$a = left(frac{(sqrt[4]{a} + sqrt[4]{a})(sqrt{a} + sqrt{a})}{4}right)^{4/3} < left(frac{(sqrt[4]{a} + sqrt[4]{b})(sqrt{a} + sqrt{b})}{4}right)^{4/3} < left(frac{(sqrt[4]{b} + sqrt[4]{b})(sqrt{b} + sqrt{b})}{4}right)^{4/3} = b$$










share|cite|improve this question











$endgroup$








  • 2




    $begingroup$
    Should be $4$ in denominator, not $1/4$.
    $endgroup$
    – Nicolas FRANCOIS
    Mar 10 at 14:05










  • $begingroup$
    For $cin(a,b)$, $f$ is concave, $f'$ is decreasing, and $f'(a)>frac{f(b)-f(a)}{b-a}>f'(b)$, so by IVT applied to $f'$, $c$ must be between $a$ and $b$. Doing it by algebra looks tricky...
    $endgroup$
    – Nicolas FRANCOIS
    Mar 10 at 14:12










  • $begingroup$
    thanks @NicolasFRANCOIS
    $endgroup$
    – i squared - Keep it Real
    Mar 10 at 14:31
















2












$begingroup$


Let's consider function $f(x) = sqrt[4]{x}$ on the interval $[a,b]$ with $a,b > 0$. Find point $c in (a,b)$, for which the condition of the Lagrange Theorem holds. (Don't forget to check that the found point is inside of $[a,b]$).



So the Lagrange condition is the following: $f(b)-f(a)=f'(c)(b-a)$.



I have found the solution like this:



$$sqrt[4]{b}-sqrt[4]{a} = frac{1}{4 c^{3/4}}(b-a)$$



Which leads me to the following solution:



$$frac{(b-a)^{4/3}}{(1/4)^{4/3}(b^{1/4}-a^{1/4})^{4/3}}$$



And this apparently is not a correct answer. Plus I have not checked that this point is in $(a,b)$.



Here is how you check:



$$a = left(frac{(sqrt[4]{a} + sqrt[4]{a})(sqrt{a} + sqrt{a})}{4}right)^{4/3} < left(frac{(sqrt[4]{a} + sqrt[4]{b})(sqrt{a} + sqrt{b})}{4}right)^{4/3} < left(frac{(sqrt[4]{b} + sqrt[4]{b})(sqrt{b} + sqrt{b})}{4}right)^{4/3} = b$$










share|cite|improve this question











$endgroup$








  • 2




    $begingroup$
    Should be $4$ in denominator, not $1/4$.
    $endgroup$
    – Nicolas FRANCOIS
    Mar 10 at 14:05










  • $begingroup$
    For $cin(a,b)$, $f$ is concave, $f'$ is decreasing, and $f'(a)>frac{f(b)-f(a)}{b-a}>f'(b)$, so by IVT applied to $f'$, $c$ must be between $a$ and $b$. Doing it by algebra looks tricky...
    $endgroup$
    – Nicolas FRANCOIS
    Mar 10 at 14:12










  • $begingroup$
    thanks @NicolasFRANCOIS
    $endgroup$
    – i squared - Keep it Real
    Mar 10 at 14:31














2












2








2


2



$begingroup$


Let's consider function $f(x) = sqrt[4]{x}$ on the interval $[a,b]$ with $a,b > 0$. Find point $c in (a,b)$, for which the condition of the Lagrange Theorem holds. (Don't forget to check that the found point is inside of $[a,b]$).



So the Lagrange condition is the following: $f(b)-f(a)=f'(c)(b-a)$.



I have found the solution like this:



$$sqrt[4]{b}-sqrt[4]{a} = frac{1}{4 c^{3/4}}(b-a)$$



Which leads me to the following solution:



$$frac{(b-a)^{4/3}}{(1/4)^{4/3}(b^{1/4}-a^{1/4})^{4/3}}$$



And this apparently is not a correct answer. Plus I have not checked that this point is in $(a,b)$.



Here is how you check:



$$a = left(frac{(sqrt[4]{a} + sqrt[4]{a})(sqrt{a} + sqrt{a})}{4}right)^{4/3} < left(frac{(sqrt[4]{a} + sqrt[4]{b})(sqrt{a} + sqrt{b})}{4}right)^{4/3} < left(frac{(sqrt[4]{b} + sqrt[4]{b})(sqrt{b} + sqrt{b})}{4}right)^{4/3} = b$$










share|cite|improve this question











$endgroup$




Let's consider function $f(x) = sqrt[4]{x}$ on the interval $[a,b]$ with $a,b > 0$. Find point $c in (a,b)$, for which the condition of the Lagrange Theorem holds. (Don't forget to check that the found point is inside of $[a,b]$).



So the Lagrange condition is the following: $f(b)-f(a)=f'(c)(b-a)$.



I have found the solution like this:



$$sqrt[4]{b}-sqrt[4]{a} = frac{1}{4 c^{3/4}}(b-a)$$



Which leads me to the following solution:



$$frac{(b-a)^{4/3}}{(1/4)^{4/3}(b^{1/4}-a^{1/4})^{4/3}}$$



And this apparently is not a correct answer. Plus I have not checked that this point is in $(a,b)$.



Here is how you check:



$$a = left(frac{(sqrt[4]{a} + sqrt[4]{a})(sqrt{a} + sqrt{a})}{4}right)^{4/3} < left(frac{(sqrt[4]{a} + sqrt[4]{b})(sqrt{a} + sqrt{b})}{4}right)^{4/3} < left(frac{(sqrt[4]{b} + sqrt[4]{b})(sqrt{b} + sqrt{b})}{4}right)^{4/3} = b$$







real-analysis






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 10 at 14:35







i squared - Keep it Real

















asked Mar 10 at 13:58









i squared - Keep it Reali squared - Keep it Real

1,61311027




1,61311027








  • 2




    $begingroup$
    Should be $4$ in denominator, not $1/4$.
    $endgroup$
    – Nicolas FRANCOIS
    Mar 10 at 14:05










  • $begingroup$
    For $cin(a,b)$, $f$ is concave, $f'$ is decreasing, and $f'(a)>frac{f(b)-f(a)}{b-a}>f'(b)$, so by IVT applied to $f'$, $c$ must be between $a$ and $b$. Doing it by algebra looks tricky...
    $endgroup$
    – Nicolas FRANCOIS
    Mar 10 at 14:12










  • $begingroup$
    thanks @NicolasFRANCOIS
    $endgroup$
    – i squared - Keep it Real
    Mar 10 at 14:31














  • 2




    $begingroup$
    Should be $4$ in denominator, not $1/4$.
    $endgroup$
    – Nicolas FRANCOIS
    Mar 10 at 14:05










  • $begingroup$
    For $cin(a,b)$, $f$ is concave, $f'$ is decreasing, and $f'(a)>frac{f(b)-f(a)}{b-a}>f'(b)$, so by IVT applied to $f'$, $c$ must be between $a$ and $b$. Doing it by algebra looks tricky...
    $endgroup$
    – Nicolas FRANCOIS
    Mar 10 at 14:12










  • $begingroup$
    thanks @NicolasFRANCOIS
    $endgroup$
    – i squared - Keep it Real
    Mar 10 at 14:31








2




2




$begingroup$
Should be $4$ in denominator, not $1/4$.
$endgroup$
– Nicolas FRANCOIS
Mar 10 at 14:05




$begingroup$
Should be $4$ in denominator, not $1/4$.
$endgroup$
– Nicolas FRANCOIS
Mar 10 at 14:05












$begingroup$
For $cin(a,b)$, $f$ is concave, $f'$ is decreasing, and $f'(a)>frac{f(b)-f(a)}{b-a}>f'(b)$, so by IVT applied to $f'$, $c$ must be between $a$ and $b$. Doing it by algebra looks tricky...
$endgroup$
– Nicolas FRANCOIS
Mar 10 at 14:12




$begingroup$
For $cin(a,b)$, $f$ is concave, $f'$ is decreasing, and $f'(a)>frac{f(b)-f(a)}{b-a}>f'(b)$, so by IVT applied to $f'$, $c$ must be between $a$ and $b$. Doing it by algebra looks tricky...
$endgroup$
– Nicolas FRANCOIS
Mar 10 at 14:12












$begingroup$
thanks @NicolasFRANCOIS
$endgroup$
– i squared - Keep it Real
Mar 10 at 14:31




$begingroup$
thanks @NicolasFRANCOIS
$endgroup$
– i squared - Keep it Real
Mar 10 at 14:31










1 Answer
1






active

oldest

votes


















1












$begingroup$

The derivative is $f'(x)=x^{-3/4}/4$, so the point $c$ satisfies
$$
4frac{b^{1/4}-a^{1/4}}{b-a}=c^{-3/4}
$$

Note that the solution is unique. Raise both sides to the power $-4/3$ and find
$$
c=left(frac{b-a}{4(b^{1/4}-a^{1/4})}right)^{!4/3}
$$

Your computation is indeed correct.



There is no need to prove that $a<c<b$, because Lagrange's theorem tells us this holds.



If you have to go with the torture, set $u=a^{1/4}$, $v=b^{1/4}$ and prove that
$$
left(frac{v^4-u^4}{4(v-u)}right)^{!4/3}<v^4
$$

which becomes
$$
frac{v^4-u^4}{4(v-u)}<v^3
$$

that is,
$$
v^3+uv^2+u^2v+u^3<4v^3
$$

Let $u/v=w$, so $0<w<1$. Then the inequality becomes
$$
w^3+w^2+w-3<0
$$

The polynomial factors as $(w-1)(w^2+w+3)$ and the latter factor has no roots. So the only root is $1$ and the polynomial assumes negative values for $w<1$.



Do similarly for the inequality $c>a$.






share|cite|improve this answer









$endgroup$













    Your Answer





    StackExchange.ifUsing("editor", function () {
    return StackExchange.using("mathjaxEditing", function () {
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    });
    });
    }, "mathjax-editing");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "69"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3142404%2flagranges-theorem-fb-fa-fcb-a-problem%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1












    $begingroup$

    The derivative is $f'(x)=x^{-3/4}/4$, so the point $c$ satisfies
    $$
    4frac{b^{1/4}-a^{1/4}}{b-a}=c^{-3/4}
    $$

    Note that the solution is unique. Raise both sides to the power $-4/3$ and find
    $$
    c=left(frac{b-a}{4(b^{1/4}-a^{1/4})}right)^{!4/3}
    $$

    Your computation is indeed correct.



    There is no need to prove that $a<c<b$, because Lagrange's theorem tells us this holds.



    If you have to go with the torture, set $u=a^{1/4}$, $v=b^{1/4}$ and prove that
    $$
    left(frac{v^4-u^4}{4(v-u)}right)^{!4/3}<v^4
    $$

    which becomes
    $$
    frac{v^4-u^4}{4(v-u)}<v^3
    $$

    that is,
    $$
    v^3+uv^2+u^2v+u^3<4v^3
    $$

    Let $u/v=w$, so $0<w<1$. Then the inequality becomes
    $$
    w^3+w^2+w-3<0
    $$

    The polynomial factors as $(w-1)(w^2+w+3)$ and the latter factor has no roots. So the only root is $1$ and the polynomial assumes negative values for $w<1$.



    Do similarly for the inequality $c>a$.






    share|cite|improve this answer









    $endgroup$


















      1












      $begingroup$

      The derivative is $f'(x)=x^{-3/4}/4$, so the point $c$ satisfies
      $$
      4frac{b^{1/4}-a^{1/4}}{b-a}=c^{-3/4}
      $$

      Note that the solution is unique. Raise both sides to the power $-4/3$ and find
      $$
      c=left(frac{b-a}{4(b^{1/4}-a^{1/4})}right)^{!4/3}
      $$

      Your computation is indeed correct.



      There is no need to prove that $a<c<b$, because Lagrange's theorem tells us this holds.



      If you have to go with the torture, set $u=a^{1/4}$, $v=b^{1/4}$ and prove that
      $$
      left(frac{v^4-u^4}{4(v-u)}right)^{!4/3}<v^4
      $$

      which becomes
      $$
      frac{v^4-u^4}{4(v-u)}<v^3
      $$

      that is,
      $$
      v^3+uv^2+u^2v+u^3<4v^3
      $$

      Let $u/v=w$, so $0<w<1$. Then the inequality becomes
      $$
      w^3+w^2+w-3<0
      $$

      The polynomial factors as $(w-1)(w^2+w+3)$ and the latter factor has no roots. So the only root is $1$ and the polynomial assumes negative values for $w<1$.



      Do similarly for the inequality $c>a$.






      share|cite|improve this answer









      $endgroup$
















        1












        1








        1





        $begingroup$

        The derivative is $f'(x)=x^{-3/4}/4$, so the point $c$ satisfies
        $$
        4frac{b^{1/4}-a^{1/4}}{b-a}=c^{-3/4}
        $$

        Note that the solution is unique. Raise both sides to the power $-4/3$ and find
        $$
        c=left(frac{b-a}{4(b^{1/4}-a^{1/4})}right)^{!4/3}
        $$

        Your computation is indeed correct.



        There is no need to prove that $a<c<b$, because Lagrange's theorem tells us this holds.



        If you have to go with the torture, set $u=a^{1/4}$, $v=b^{1/4}$ and prove that
        $$
        left(frac{v^4-u^4}{4(v-u)}right)^{!4/3}<v^4
        $$

        which becomes
        $$
        frac{v^4-u^4}{4(v-u)}<v^3
        $$

        that is,
        $$
        v^3+uv^2+u^2v+u^3<4v^3
        $$

        Let $u/v=w$, so $0<w<1$. Then the inequality becomes
        $$
        w^3+w^2+w-3<0
        $$

        The polynomial factors as $(w-1)(w^2+w+3)$ and the latter factor has no roots. So the only root is $1$ and the polynomial assumes negative values for $w<1$.



        Do similarly for the inequality $c>a$.






        share|cite|improve this answer









        $endgroup$



        The derivative is $f'(x)=x^{-3/4}/4$, so the point $c$ satisfies
        $$
        4frac{b^{1/4}-a^{1/4}}{b-a}=c^{-3/4}
        $$

        Note that the solution is unique. Raise both sides to the power $-4/3$ and find
        $$
        c=left(frac{b-a}{4(b^{1/4}-a^{1/4})}right)^{!4/3}
        $$

        Your computation is indeed correct.



        There is no need to prove that $a<c<b$, because Lagrange's theorem tells us this holds.



        If you have to go with the torture, set $u=a^{1/4}$, $v=b^{1/4}$ and prove that
        $$
        left(frac{v^4-u^4}{4(v-u)}right)^{!4/3}<v^4
        $$

        which becomes
        $$
        frac{v^4-u^4}{4(v-u)}<v^3
        $$

        that is,
        $$
        v^3+uv^2+u^2v+u^3<4v^3
        $$

        Let $u/v=w$, so $0<w<1$. Then the inequality becomes
        $$
        w^3+w^2+w-3<0
        $$

        The polynomial factors as $(w-1)(w^2+w+3)$ and the latter factor has no roots. So the only root is $1$ and the polynomial assumes negative values for $w<1$.



        Do similarly for the inequality $c>a$.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Mar 10 at 15:18









        egregegreg

        184k1486205




        184k1486205






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Mathematics Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3142404%2flagranges-theorem-fb-fa-fcb-a-problem%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

            Fil:Tokke komm.svg

            Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?