Processing math: 100%


jQuery UI Dialog - Default functionality

CUBIC. Local graph near a regular bounded input

that is an input for which height-sign comes from h0 and slope-sign comes from h1 and concavity-sign comes from h2.
As opposed to critical bounded inputs which are inputs for which height-sign comes from h1 or higher, or slope-sign comes from h2 or higher, or concavity-sign comes from h3 or higher.

At this time, only the first three buttons, namely the local graph button, the declare button and the execute button, work.
At the bottom of this page is the---very clunky---animation of the top of the page. I hope that my next attempt will give better results.
Clicking on a band opens it and closes the previous one. The first one is already open.
Finally, give your browser a bit of time to compile the math. You will know when it's done because the math will then look really good.


GIVEN: The function CUBIC specified by the global input-output rule

xCUBICCUBIC(x)=4x310x2+7x15

WANTED: The jQuery UI Dialog functionality of CUBIC for inputs near +2 .

PLANNING AHEAD: What is going to be your overall line of attack to get what is wanted?
  1. Get the global graph of CUBIC and highlight the local graph near +2 ?
  2. Get the local graph near of the power function xaa(x)=4x3 ?
  3. Get the local input-output rule near +2 from the global input-output rule of CUBIC?
  4. Get the global graph of the power function xaa(x)=4x3 ?


DO:
  1. In the given global input-output rule, jQuery UI Dialog functionality the input to be near +2 :

    x|x+2+hCUBICCUBIC(x)|x+2+h=4x310x2+7x15|x+2+h

  2. jQuery UI Dialog functionality the declaration.

    +2+hCUBICCUBIC(+2+h)=4(+2+h)310(+2+h)2+7(+2+h)15

  3. CUBIC(+2+h) using the for (x0+h)3 and for (x0+h)2:

    +2+hCUBICCUBIC(+2+h)=4((+2)3+3(+2)2h+3(+2)h2+h3)10((+2)2+2(+2)h+h2)+7(+2+h)15

  4. =4(+8+12h+6h2+h3)10(+4+4h+h2)+7(+2+h)15

    =(3248h24h24h3)+(4040h10h2)+(+14+7h)15

    =(32h048h+124h+24h+3)+(40h040h+110h+2)+(+14h0+7h+1)15h0

  5. CUBIC(+2+h) in terms of h0, h1, h2, h3 :

    +2+hCUBICCUBIC(+2+h)=[3240+1415]h0+[4840+7]h+1+[2410]h+2+[4]h+3

    =[73]h0+[81]h+1+[34]h+2+[4]h+3

  6. CUBIC(+2+h)

    =[73]h0+[1]h+1+[1]h+2+[1]h+3

  7. CUBIC(+2+h)

    =[73]h0+[1]h+1+[1]h+2+[...]

  8. Graph each power function near 0

    1. the power function xPP(x)=1x0.
      Since the exponent is 0 and the coefficient is negative, the local graph of P near 0 is:

      power image

    2. the power function xQQ(x)=1x+1.
      Since the exponent is +1 and the coefficient is negative, the local graph of Q near 0 is:

      power image

    3. the power function xRR(x)=1x+2.
      Since the exponent is positive even and the coefficient is negative, the local graph of R near 0 is:

      power image

  9. the local graphs from 0 to +2, and the local graphs near +2

    power image
    power image
    power image



jQuery UI Accordion - Default functionality

x|x+2+hCUBICCUBIC(x)|x+2+h=4x310x2+7x15|x+2+h