document.write( "Question 1184440: Create a function piecewise and verify that the function is uniform throughout the domain and has continuity.\r
\n" );
document.write( "\n" );
document.write( "f(x)={g(x), if 0≤x≤a
\n" );
document.write( "-----{w(x), if a < x < b
\n" );
document.write( "-----{h(x), if b≤x≤c
\n" );
document.write( "where w (x) must be equal to one of the following functions:
\n" );
document.write( "e^(x^2)
\n" );
document.write( "sen(x^2)
\n" );
document.write( "cos(x^2)
\n" );
document.write( "ln(x^2)
\n" );
document.write( "sen(e^x) \n" );
document.write( "
Algebra.Com's Answer #815043 by robertb(5830) You can put this solution on YOUR website! One such function is \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This will ensure continuity at the separation points x = a and x = b. \n" ); document.write( "This will also make f(x) continuous over the closed interval [0, c], which by theorem makes it uniformly continuous.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "NOTE: As long as the continuity at the separation points are guaranteed, you may use any of the other choice functions, \n" ); document.write( "and the function f(x) will be uniformly continuous over the interval [0,c], by the (Heine-Cantor) theorem. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "***By the way, you have a funny way of writing the sine function! \n" ); document.write( " |