Properties of generalized trigonometric functions

Size: px
Start display at page:

Download "Properties of generalized trigonometric functions"

Transcription

1 University of West Bohemia Faculty of Alied Sciences Deartment of Mathematics Proerties of generalized trigonometric functions Bachelor thesis Pilsen 6 Martina Vašinová

2 Declaration I hereby declare that the entire bachelor thesis is my original work and that I have used only the cited sources. In Pilsen......

3 Acknowledgement I would like to thank Doc. Ing. Petr Girg, Ph.D., the suervisor of the thesis, for his valuable advice and exert guidance. I would also like to thank Ing. Jan Čeička, Ph.D., for useful consultation of the imlementation art of the thesis. And finally I am very grateful to Radovan Šrámek for a lot of grammatical corrections.

4 Abstract The main goal is to summarize known roerties of generalized trigonometric functions and aly them on comutation of integrals with these functions. Other imortant arts are code imlementation in Matlab, visualization of the functions and analysis of the numerical art of the roblem.

5 Contents Introduction. Analytic oint of view. Boundary and corresonding initial value roblem 3.3 Generalized trigonometric functions with two arameters 5.4 Structure of the thesis 5 Grahs 6 3 Integrals with generalized trigonometric functions 3. Basic substitutions 3. Further comutations 3.3 Functions with two arameters 3 4 Numerical art 4 4. Runge-Kutta method 4 4. Matlab ode solvers comarison 5 5 Imlementation 7 5. Values and grah of sin x and cos x 7 5. Values and grah of π,q 6 Conclusion 4

6 Introduction. Analytic oint of view A trigonometric function sin x is a π-eriodic function bounded by and. The inverse function, arcsin x, is described by the following formula: arcsin x = x We can generalize this function for < < : arcsin x = x which is an injective function from, to, π. We will describe π by the following equalities: dt, x. () t dt, x, () t dt = [arcsin t t] = π π = dt, t π = dt. (3) t We can tell from the relation above that π = π. The inverse function to arcsin x on, π is sin x. Let sin x be extended on x π, π symetrically: sin x = sin (π x). The function sin x is odd, that extends it for x π, and a π -eriodic function, that defines it for whole R. As we can see, sin x = sin x. These definitons for sin x and π are analogous to Edmunds and Lang s [5] and to Elbert s [6]. But the definition of cos x is different: Edmunds and Lang s [5] definition is and Elbert s [6] definition is cos x def = d dx sin x (4) cos x def = π x sin y dy. (5) In this thesis the first definition will be used. The function cos x is even and π -eriodic and cos x = cos x. We will define tan x just as tan x is defined: tan x def = sin x cos x, (6)

7 then tan x is odd and π -eriodic and tan x = tan x. We have to mention that tan x is not defined for x = (k + )π, k Z. The definitions of functions sec, cosec and cotan follow: cosec x sec x cotan x def = def = def = sin x, (7) cos x, (8) tan x. (9) Now we can examine if some well known roerties of sin x, cos x and tan x fit for generalized trigonometric functions too: sin ( x) = sin x, x R (sin x is odd) () cos ( x) = cos x, x R (cos x is even) () tan ( x) = tan x, x R (tan x is odd) () sin x + cos x =, x R (sin x and cos x are symmetric and eriodic) (3) sec x tan x =, x R \ (k + )π, k Z (4) We will rove (4): Let x R \ (k + )π, k Z: sin x + cos x = cos x = sin x. By dividing the equation by cos x and suosing cos x we obtain = sin x cos x = cos x tan x sec x tan x =.. Boundary and corresonding initial value roblem Let us consider following boundary value roblem: ( u u ) + λ u u =, (5) u() = u(π ) =, (6) where >, λ > are given real numbers. We will show the origin of arcsin (x) and sin (x) by rewriting (5): ( u ) u + λ u uu = ( ) u u u + λ u uu = ( u (x) u () ) + λ ( u(x) u() ) = u (x) + u(x) λ = 3

8 We assume λ =. u (x) + u(x) = We assume x [ ], π. (u (x)) + (u(x)) = t Let us substitute y = u(x), dy = u (x)dx. u(t) u (x) = ( u (x)) u (x) ( u (x)) = u (x) ( u (x)) dx = t ( y ) dy = t, which we have already mentioned in (). Let us find the corresonding initial value roblem to (5)-(6). We will aly following substitution: v = u, Obviously sgn(w) = sgn(v ), then: w = u u = v v = v sgn(v ). w = v w = v v = w sgn(w). By substitution w = u u in (5) we obtain: From boundary conditions (6) we obtain: w + λ v v = w = λ v sgn(v). v() =, w() = α, where α must be chosen according to condititon v(π ) =. This requirement meets α =. Previously we have asuumed λ =. The final corresonding initial value roblem follows: v = w sgn(w), (7) w = ( ) v sgn(v), v() =, w() =. Using Matlab function ode45 we solved Equation (7). 4

9 .3 Generalized trigonometric functions with two arameters In this thesis we will also consider sine and cosine functions with two arameters, and q. A version of the boundary value roblem (5)-(6) for two arameters follows: ( u u ) + λ u q u =, (8) u() = u(π,q ) =, (9) where >, q >, λ > are given real numbers. Using stes according to Section. we obtain following corresonding initial value roblem: v = w sgn(w), () w = λ v q sgn(v), v() =, w() =. Takeuchi [] showed, that sin,q x is the solution of (8) for λ = q( ). Definition of π,q follows:.4 Structure of the thesis def π,q = dt. () t q In Chater, we resent grahs of sin x, whose origin is based on (5)-(6), and cos x. We will also introduce π,q, whose value we found by exeriment using (). In Chater 3, we study integrals of generalized trigonometric functions and assemble them into the form of classical "Table of Integrals" by e.g. Gradshteyn and Ryzhik [7] and/or Prudnikov, Brychkov, Marichev [], []. In Chater 4, we make a remark about the numerical art of the roblem and in Chater 5, we introduce our Matlab codes, which were a significant art of the research. 5

10 Grahs We will introduce figures of our Matlab codes. As we know from Matlab documentation [9], the lot function connects oints by line segments. This fact could affect final grah. We will focus on Matlab codes and comutation of values of π,q, sin x and cos x in the Imlementation section. As we can see, the curve of sin x has secific shae for aroaching one and infinity [3]. Figure : sin x, on the left, = in between, on the right Figure : sin x 6

11 Figure 3: cos x It is not a surrise that for different there is a different eriod of the trigonometric function. Generally, sin x and cos x have eriod π. For the visualization of sine and cosine function above we have π 6 = π, π 3. = π and of course π 3 = π. In the code below you can see the comutation in Matlab as well as the code for lotting π. We used the formula from (3). Listing : Values and grah of π syms x; format long i6=*int(sf(6),x,,) %i_ definition, =6 i=*int(sf(.),x,,) %i_ definition, =. i=*int(sf(),x,,) %i_ definition, = Y=zeros(,37); %matrix will be used for saving i_ values i=; f o r =:.5: Y(,i)=*int(sf(),x,,); i=i+; end axis=:.5:; %values on -axis axis([ 3.]); hold on; lot(axis,y(,:),'black--o','linewidth',.),xlabel(''),ylabel('\i_'); 7

12 Listing : Function sf f u n c t i o n fun = sf() %suort function for comutation of integral in i_ definition syms x; fun=/(( - x^)^(/)); end We used codes in Listing and Listing to comute several values of π and to visualize π as a function of. You can see the final grah in Figure 4 below. Figure 4: π As we can see from the grah above, lim π = and lim π =, see [5]. In this context, there is an interesting fact about generalized sine and cosine function. We know that sin( π) = cos( π ). But for generalized sine and cosine the equation does not hold true. We 4 4 can see it in Figure 5, where we chose = 6, and in Figure 6, where we chose =.. The values of sine and cosine in π are circled in the grah. We used format long with 5 digits after 4 the decimal oint and we obtained following values: sin 6 ( π 6 4 ) = , cos 6 ( π 6 4 ) = , sin. ( π. 4 ) = , cos. ( π. 4 ) =

13 Figure 5: sin 6 x and cos 6 x Figure 6: sin. x and cos. x In figures above we set the scale of the x-axis to π. According to this we can get an idea of the intersection oint of sine and cosine functions. The exact comutation could be an object of further research. 9

14 Figure 7: π,q with fixed values of q In Figure 7 we can see a grah of π,q as a function of q. This means, that we fixed the value of and lotted the values of π,q for q {,.5, 3, 3.5, 4, 4.5, 5, 5.5, 6}. Figure 8: π,q with fixed values of In figure 8 there is a grah of π,q as a function of. We found the values of both grahs above by exeriment, which will be fully described in Chater 5.

15 3 Integrals with generalized trigonometric functions While solving integrals with trigonometric functions we usually use substitution. There are simle rules how to substitute in the table below. Table : Basic substitutions Tye of integral Substitution z dz dx dz f(sin x) cos x dx sin x cos x dx cos x f(cos x) sin x dx cos x sin x dx dz sin x f(tan x) cos x dx tan x dx cos x dz cos x We will study whether these methods are alicable for integrals with generalized trigonometric functions. Firstly, we will find solutions of several derivatives. We will use them later in the integral comutations. These solutions have been already showed in [3] and [], but we will show them ste by ste. We will also use the identity (3) and its variation with two arameters: sin x + cos x q =, see [3]. We assume x (, π ). d dx cos x = d dx ( sin x) = cos x sin = cos x sin x ( sin x) = () x = sin x x cos x = tan cos x cos d dx tan x = d sin x dx cos x = cos x sin x cos x cos x = + tan x = sin x cos x tan cos x cos x = (3) d dx cos,q x = d dx ( sin,q x) q = q ( sin,q x) q q = q cos q,q x sin,q x sin,q x cos,q x = (4) From the results above we assume that the methods of comuting integrals with generalized trigonometric functions will be a bit different from those in the chart.

16 3. Basic substitutions Let >, n >. An equal sign with a star means comutation by Wolfram Mathematica. 3.. cos x dx = sin x [Holds for x (, π π ) by definition, then for x (, π ) by cosine roerty cos x = cos ( x) (cosine is even) and for R by π -eriodicity.] 3.. f(sin x) cos x dx z = sin x, dz = cos x dx = f(z) dz = F (sin x) [Where x ( π, π ), f : (, ) R, F (x) = f(x).] 3..a π f(sin x) cos x dx z = sin x, sin dz = cos x dx = = F () F () [Where x ( π, π ), f : (, ) R, F (x) = f(x).] 3..b 3..3 π π f(z) dz = sin x cos x dx z = sin x, [ ] z dz = cos x dx = z dz = = z = sin x, sin n x dx dz = cos x dx, cos x = ( sin x) = z n dz = ( z ) ( ), n+; n+ + ; z = zn+ F n + [Where x ( π, π ).] π 3..3a sin n x dx ( = sinn+ x n + F z = sin x, dz = cos x dx, cos x = ( sin x) =, n + ; n + + ; sin x z n ( z ) ( Γ dz = f(z) dz = ) ) ( nγ ( Γ ) n n+ ) 3. Further comutations 3.. = tan x dx = sin x z ( z ) sin [Where x (, π 3.. sin x cos x dz = ). See () and [].] tan x dx = tan x x [Where x (, π ). See (3) and [].] x dx z = cos x, dz = cos dz = z sin x sin x dx x dx, z dz = ln z = ln cos x =

17 3..3 = cos x sin z = cos x, x dx dz = cos z dz = z+ cos+ + = + ). See ().] [Where x (, π dz = z sin x x sin x dx x dx, = z sin x z sin x dz = 3.3 Functions with two arameters 3.3. = tan,q x dx = sin,q x z q z q sin q = ( q) cosq,q x [Where x (, π 3.3. ). See (4).] cos,q x sin,q sin,q x cos,q x dz = q x dx z = cos,q x, dz = q cos q,q x sin,q x dx, dz = q z q sin,q x dx = z dz = q q+ z = cos,q x, x dx dz = q cos q,q dz = q z q sin,q z q+ q x sin,q x dx = q z q dz = q q + = (q + ) cosq+,q x [Where x (, π ). See (4).] x dx, z q dz = qzq (q ) = = z sin,q x q z q sin,q x dz = 3

18 4 Numerical art For comuting values of sin x, cos x and sin,q x we used Matlab solver ode45. From Matlab documentation [9] we know that the solver ode45 is based on Runge-Kutta (4,5) formula, the Dormand-Prince air. 4. Runge-Kutta method Runge-Kutta methods have roerties similar to the Taylor exansion, but they do not require analytic derivation. General Runge-Kutta method can be described by following equations [8]: k = hf(x n, y n ) k = hf(x n + α h, y n + β k ) k 3 = hf(x n + α h, y n + β k + β k ). k j+ = hf(x n + α j h, y n + β j k + β j k β jj k j ) y n+ = y n + γ k + γ k γ j+ k j+, where y = f(x, y), y(x ) = y is the initial value roblem, h is ste size. Coefficients α j and β jj are usually given in the following form. Table : Dormand-Prince coefficients scheme α β α β β α β 3 β 3 β 33. α 6 β 6 β 6 β 63 β 64 β 65 β 66 γ γ γ 3 γ 4 γ 5 γ 6 γ 7 γ γ γ3 γ4 γ5 γ6 γ7 Coefficients γ j give the fifth-order accurate method, coefficients γ j give the fourth-order accurate method. Dormand s and Prince s [4] research brought three sets of coefficients α j and β jj. For ode45 following coefficients are used. 4

19 Table 3: Dormand-Prince coefficients Matlab ode solvers comarison There are other solvers for numerical comuting differential equations in Matlab. We will comare ode3, ode45, ode3 and ode3t. We will solve differential equation v = w sgn(w), w = ( ) v sgn(v), v() =, w() = and we will comare values of sin x for = 6 and x = π 6 and values of sin x for x = π. The exact solutions are sin 6 (π 6 ) = and sin(π) =. Matlab solutions follow in the tables below. We used format long with 5 digits after the decimal oint. Table 4: Matlab ode solutions for sin 6 (π 6 ) Solver sin 6 (π 6 ) Error ode ode3t ode ode

20 Table 5: Matlab ode solutions for sin(π) Solver sin(π) Error ode ode3t ode ode Difference between exact values and comuted values is quite small. The least recise solver is ode3t. The reason might be the fact, that ode3t is determined to solve stiff equations. Other used solvers, ode3, ode45 and ode3, are set to solve non-stiff equations. We will not discuss stiffness of the equations in this thesis. We also comared values of sin x for x = π 4. The exact solution is sin( π 4 ) =. Table 6: Matlab ode solutions for sin( π) 4 Solver sin( π) Error 4 ode ode3t ode ode According to the tables above we can note that the error of ode45 solutions is for each examle on the th digit after the decimal oint. In the first two examles, ode3 is the most recise solver, but in the third examle the most recise one is ode45. 6

21 5 Imlementation We will introduce codes which were used to visualize generalized trigonometric functions in this thesis. We used MATLAB R4a, version 8.3 on rocessor Intel(R) Core(TM)i3-3M GHz. By using ode45 we solved the initial value roblem (7). Using odeset function we set relative tolerance and absolute tolerance RelTol = X Y min( X, Y ) AbsTol = X Y to 6. By choosing the tolerances we control the errors: e(i) max(relt ol y(i), AbsT ol(i)), where e(i) is error at ste i and y(i) is current solution [9]. 5. Values and grah of sin x and cos x The code in Listing 3 comutes values of sin x on, for different values of. Functions (Listing 5) and (Listing 6) stand for the initial value roblem (7) with = 6 and =.. The code in Listing 4 is analogous to the code in Listing 3, but comutes values of cos x on,. By solving first order differential equations we obtain two columns. The first column Y (:, ) stands for sin x. As we have defined in Chater, cos x def = d sin dx x. The second column is Y (:, ), we will name it y. Then we obtain: cos x = sgn(y ) y. The final grahs we can see in Figure and Figure 3. 7

22 Listing 3: Values and grah of sin x % initial value roblem: % y'=sign(y) y ^(/(-)) % y'=-lambda*sgn(y) y ^(-) % y()=,y()= otions=odeset('reltol',e-6,'abstol',e-6); t=[,]; init_y=; init_y=; figure('name', 'Sine'); axis([ - ]); hold on; [T,Y]=ode45(@,t,[init_y init_y],otions); %function sets =6 lot(t,y(:,),'black-','linewidth',.),ylabel('sin_x'),xlabel('x'); %grah of sin_6(x) [T,Y]=ode45(@,t,[init_y init_y],otions); %function sets =. lot(t,y(:,),'black:','linewidth',.),ylabel('sin_x'),xlabel('x'); %grah of sin_.(x) x=linsace(,,); y=sin(x); lot(x,y,'black-.','linewidth',.),ylabel('sin_x'),xlabel('x'); %grah of sin(x) legend('sin_6x','sin_{.}x','sin x','location','northeast'); hold off; 8

23 Listing 4: Values and grah of cos x % initial value roblem: % y'=sign(y) y ^(/(-)) % y'=-lambda*sgn(y) y ^(-) % y()=,y()= otions=odeset('reltol',e-6,'abstol',e-6); t=[,]; init_y=; init_y=; figure('name','cosine'); axis([ - ]); hold on; [T,Y]=ode45(@,t,[init_y init_y],otions); y=y(:,); %root y, see initial value roblem c=(sign(y)).*(abs(y)).^(/(6-)); %c is equivalent to cosine, see y' in initial value roblem lot(t,c,'black-','linewidth',.),ylabel('cos_x'),xlabel('x'); %grah of cos_6(x) [T,Y]=ode45(@,t,[init_y init_y],otions); y=y(:,); c=(sign(y)).*(abs(y)).^(/(.-)); lot(t,c,'black:','linewidth',.),ylabel('cos_x'),xlabel('x'); %grah of cos_.(x) y=cos(x); lot(x,y,'black-.','linewidth',.),ylabel('cos_x'),xlabel('x'); %grah of cos(x) legend('cos_6x','cos_{.}x','cos x','location','northeast'); hold off; 9

24 Listing 5: Function f u n c t i o n dy = (t,y) %suort function for ode45 =6; lambda=-; dy=[(sign(y())).*(abs(y())).^(/(-)); -*lambda*(sign(y())).*(abs(y())).^(-)]; end Listing 6: Function f u n c t i o n dy = (t,y) %suort function for ode45 =.; lambda=-; dy=[(sign(y())).*(abs(y())).^(/(-)); -*lambda*(sign(y())).*(abs(y())).^(-)]; end

25 5. Values and grah of π,q We wanted to find values of π,q and lot the grah for several fixed values of and q. We know that sin,q x = for x = kπ,q, k Z. We used bisection method with accuracy 3. The boundaries s and t were set to and 4. The while method continues till the current accuracy (mis = t s ) is bigger than 3. The variable tend (current x) is set to s+t. The boundaries change according to value of sin,q x in current tend. In Listing 7, {,.5, 3, 3.5, 4}, q {,.5, 3, 3.5, 4, 4.5, 5, 5.5, 6}. In Listing 8, q {,.5, 3, 3.5, 4}, {,.5, 3, 3.5, 4, 4.5, 5, 5.5, 6}. Both codes use the same functions search, containing the bisection method, and q, the suort function for ode45. We chose the figures for only, q {, 3.5, 4}. The final grahs are in Figure 7 and Figure 8. Other (easier) method of lotting grah of π,q is to visualize it according to definition (). However, the method we used would be suitable if the definition was unknown. Listing 7: Values and grah of π,q with fixed g l o b a l ; g l o b a l q; M=zeros(5,9); k=; %k values are used for indexing rows of M f o r j=:.5:4 %for each is made a vector of i_(q) l=; %l values are used for indexing columns of M f o r i=:.5:6 =j; q=i; tend=search(,4); M(k,l)=tEnd; l=l+; end k=k+; end m=:.5:6; axis([ 6 3.]); hold on; %values on x-axis lot(m,m(,:),'black--o','linewidth',.); %grah of i_,q as a function of q, = hold on lot(m,m(4,:),'black-.o','linewidth',.); %grah of i_,q as a function of q, =3.5 hold on lot(m,m(5,:),'black:o'),xlabel('q'),ylabel('\i_{,q}','linewidth',.); %grah of i_,q as a function of q, =4 legend('=','=3.5','=4') hold off

26 Listing 8: Values and grah of π,q with fixed q g l o b a l ; g l o b a l q; M=zeros(5,9); k=; %k values are used for indexing rows of M f o r j=:.5:4 %for each q is made a vector of i_q() l=; %l values are used for indexing columns of M f o r i=:.5:6 =i; q=j; tend=search(,4); M(k,l)=tEnd; l=l+; end k=k+; end m=:.5:6; axis([ 6 3.]); hold on; %values on x-axis lot(m,m(,:),'black--o','linewidth',.); %grah of i_,q as a function of, q= hold on lot(m,m(4,:),'black-.o','linewidth',.); %grah of i_,q as a function of, q=3.5 hold on lot(m,m(5,:),'black:o'),xlabel(''),ylabel('\i_{,q}','linewidth',.); %grah of i_,q as a function of, q=4 legend('q=','q=3.5','q=4') hold off

27 Listing 9: Function search f u n c t i o n [tend] = search(s,t) %finds value of i_,q by bisection method tend=; acc=.; %accuracy mis=; %mistake otions = odeset('reltol',e-6,'abstol',e-6); while mis>acc tend=(s+t)/; [T,Y]=ode45(@q,[,tEnd],[,],otions); mis=abs(t-s)/; i f Y(length(Y),)< %Y(length(Y),) is a value of sin_,q in tend t=tend; e l s e s=tend; end end end Listing : Function q f u n c t i o n dy = q(t,y) %suort function for ode45 g l o b a l ; g l o b a l q; lambda=q*(-)/; dy=[(sign(y())).*(abs(y())).^(/(-)); -*lambda*(sign(y())).*(abs(y())).^(q-)]; end 3

28 6 Conclusion We exlained the terms sin x, cos x, sin,q x, π and π,q and showed them from different oints of view, esecially in grahs. We also comared roerties of generalized trigonometric functions with roerties of their basic forms and tried to aly well known methods of comuting integrals with trigonometric functions to comutations of integrals with generalized trigonometric functions. According to the results of Chater 3 we can say that the only rule, which can be alied on integrals with both functions, basic and generalized, is the rule for f(sin x) cos x dx (Table ). We also showed the imlementation of the roblem in Matlab and described it in the numerical context. This thesis might initiate further research of the intersection of generalized sine and cosine function for different values of. Other follow-u might be a discussion of stiffness of the initial value roblem. Finally, more extensive research of the ode solvers in this context might be also useful. 4

29 References [] BHAYO, B. A., SÁNDOR, J.: Inequalities connecting generalized trigonometric functions with their inverses. Issues of analysis. (3), no.. [] BUSHELL, P. J., EDMUNDS, D. E.: Remarks on generalized trigonometric functions. Rocky Mountain J. Math. 4 (), no., [3] ČEPIČKA, J.: Comarison of analytical and numerical results for the -Lalace equation. Proceedings of the 7 Conference on Variational and Toological Methods: Theory, Alications, Numerical Simulations, and Oen Problems. Northern Arizona University, Flagstaff, Arizona. May 3-7, 7. [4] DORMAND, J. R., PRINCE, P. J.: A family of embedded Runge-Kutta formulae. J. Com. Al. Math., Vol. 6, 98, [5] EDMUNDS, D. E., LANG, J.: Generalizing trigonometric functions from different oints of view. Progresses in Mathematics, Physics and Astronomy (Pokroky MFA), vol. 4, 9, (in Czech). [6] ELBERT, Á.: A Half-linear second order differential equation. Colloq. Math. Soc. János Bolyai 3 (979), [7] GRADSHTEYN, I. S., RYZHIK, I. M.: Table of Integrals, Series, and Products. Elsevier/Academic Press, Amsterdam, 7. [8] KUBÍČEK, M., DUBCOVÁ, M., JANOVSKÁ, D.: Numerické metody a algoritmy. VŠCHT Praha,. ISBN [9] MathWorks - Makers of MATLAB and Simulink. URL: <htt:// [cit ] [] PRUDNIKOV, A. P., BRYCHKOV, Y. A., MARICHEV, O. I.: Integrals and series. Vol.. Elementary functions. Translated from the Russian and with a reface by N. M. Queen. Gordon and Breach Science Publishers, New York, 986. ISBN: [] PRUDNIKOV, A. P., BRYCHKOV, Y. A., MARICHEV, O. I.: Integrals and series. Vol.. Secial functions. Translated from the Russian by N. M. Queen. Second edition. Gordon and Breach Science Publishers, New York, 988. ISBN: [] TAKEUCHI, S.: Generalized ellitic functions and their alication to a nonlinear eigenvalue roblem with -Lalacian. Journal of Mathematical Analysis and Alications, vol. 358, no., 4-35, January. [3] WEI, D., LIU, Y.: Some generalized trigonometric sine functions and their alications. Alied mathematical sciences. 6 (), no.,

Inequalities for the generalized trigonometric and hyperbolic functions with two parameters

Inequalities for the generalized trigonometric and hyperbolic functions with two parameters Available online at www.tjnsa.com J. Nonlinear Sci. Al. 8 5, 35 33 Research Article Inequalities for the generalized trigonometric and hyerbolic functions with two arameters Li Yin a,, Li-Guo Huang a a

More information

1. Introduction. ( u p 2 u ) (p 1) u p 2 u = 0, u(0) = 0, u (0) = 1,

1. Introduction. ( u p 2 u ) (p 1) u p 2 u = 0, u(0) = 0, u (0) = 1, Electronic Journal of Differential Equations, Vol. 208 (208), No. 35,.. ISSN: 072-669. URL: htt://ejde.math.txstate.edu or htt://ejde.math.unt.edu MACLAURIN SERIES FOR sin WITH AN INTEGER GREATER THAN

More information

MATH 2710: NOTES FOR ANALYSIS

MATH 2710: NOTES FOR ANALYSIS MATH 270: NOTES FOR ANALYSIS The main ideas we will learn from analysis center around the idea of a limit. Limits occurs in several settings. We will start with finite limits of sequences, then cover infinite

More information

Inequalities for finite trigonometric sums. An interplay: with some series related to harmonic numbers

Inequalities for finite trigonometric sums. An interplay: with some series related to harmonic numbers Kouba Journal of Inequalities and Alications 6 6:73 DOI.86/s366-6-- R E S E A R C H Oen Access Inequalities for finite trigonometric sums. An interlay: with some series related to harmonic numbers Omran

More information

A generalized Fucik type eigenvalue problem for p-laplacian

A generalized Fucik type eigenvalue problem for p-laplacian Electronic Journal of Qualitative Theory of Differential Equations 009, No. 18, 1-9; htt://www.math.u-szeged.hu/ejqtde/ A generalized Fucik tye eigenvalue roblem for -Lalacian Yuanji Cheng School of Technology

More information

Math 121: Calculus 1 - Fall 2012/2013 Review of Precalculus Concepts

Math 121: Calculus 1 - Fall 2012/2013 Review of Precalculus Concepts Introduction Math : Calculus - Fall 0/0 Review of Precalculus Concets Welcome to Math - Calculus, Fall 0/0! This roblems in this acket are designed to hel you review the toics from Algebra and Precalculus

More information

= =5 (0:4) 4 10 = = = = = 2:005 32:4 2: :

= =5 (0:4) 4 10 = = = = = 2:005 32:4 2: : MATH LEC SECOND EXAM THU NOV 0 PROBLEM Part (a) ( 5 oints ) Aroximate 5 :4 using a suitable dierential. Show your work carrying at least 6 decimal digits. A mere calculator answer will receive zero credit.

More information

PHYS 301 HOMEWORK #9-- SOLUTIONS

PHYS 301 HOMEWORK #9-- SOLUTIONS PHYS 0 HOMEWORK #9-- SOLUTIONS. We are asked to use Dirichlet' s theorem to determine the value of f (x) as defined below at x = 0, ± /, ± f(x) = 0, - < x

More information

ON FREIMAN S 2.4-THEOREM

ON FREIMAN S 2.4-THEOREM ON FREIMAN S 2.4-THEOREM ØYSTEIN J. RØDSETH Abstract. Gregory Freiman s celebrated 2.4-Theorem says that if A is a set of residue classes modulo a rime satisfying 2A 2.4 A 3 and A < /35, then A is contained

More information

FOURIER SERIES PART III: APPLICATIONS

FOURIER SERIES PART III: APPLICATIONS FOURIER SERIES PART III: APPLICATIONS We extend the construction of Fourier series to functions with arbitrary eriods, then we associate to functions defined on an interval [, L] Fourier sine and Fourier

More information

Math 181, Exam 2, Study Guide 2 Problem 1 Solution. 1 + dx. 1 + (cos x)2 dx. 1 + cos2 xdx. = π ( 1 + cos π 2

Math 181, Exam 2, Study Guide 2 Problem 1 Solution. 1 + dx. 1 + (cos x)2 dx. 1 + cos2 xdx. = π ( 1 + cos π 2 Math 8, Exam, Study Guide Problem Solution. Use the trapezoid rule with n to estimate the arc-length of the curve y sin x between x and x π. Solution: The arclength is: L b a π π + ( ) dy + (cos x) + cos

More information

Periodic and antiperiodic eigenvalues for half-linear version of Hill s equation

Periodic and antiperiodic eigenvalues for half-linear version of Hill s equation INERNAIONAL JOURNAL OF MAHEMAICAL MODELS AND MEHODS IN APPLIED SCIENCES INERNAIONAL JOURNAL OF MAHEMAICAL MODELS AND MEHODS IN APPLIED SCIENCES Periodic antieriodic eigenvalues for half-linear version

More information

2 K. ENTACHER 2 Generalized Haar function systems In the following we x an arbitrary integer base b 2. For the notations and denitions of generalized

2 K. ENTACHER 2 Generalized Haar function systems In the following we x an arbitrary integer base b 2. For the notations and denitions of generalized BIT 38 :2 (998), 283{292. QUASI-MONTE CARLO METHODS FOR NUMERICAL INTEGRATION OF MULTIVARIATE HAAR SERIES II KARL ENTACHER y Deartment of Mathematics, University of Salzburg, Hellbrunnerstr. 34 A-52 Salzburg,

More information

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21 Trimester 1 Pretest (Otional) Use as an additional acing tool to guide instruction. August 21 Beyond the Basic Facts In Trimester 1, Grade 8 focus on multilication. Daily Unit 1: Rational vs. Irrational

More information

Trigonometry (Addition,Double Angle & R Formulae) - Edexcel Past Exam Questions. cos 2A º 1 2 sin 2 A. (2)

Trigonometry (Addition,Double Angle & R Formulae) - Edexcel Past Exam Questions. cos 2A º 1 2 sin 2 A. (2) Trigonometry (Addition,Double Angle & R Formulae) - Edexcel Past Exam Questions. (a) Using the identity cos (A + B) º cos A cos B sin A sin B, rove that cos A º sin A. () (b) Show that sin q 3 cos q 3

More information

16.2. Infinite Series. Introduction. Prerequisites. Learning Outcomes

16.2. Infinite Series. Introduction. Prerequisites. Learning Outcomes Infinite Series 6.2 Introduction We extend the concet of a finite series, met in Section 6., to the situation in which the number of terms increase without bound. We define what is meant by an infinite

More information

Multiplicity of weak solutions for a class of nonuniformly elliptic equations of p-laplacian type

Multiplicity of weak solutions for a class of nonuniformly elliptic equations of p-laplacian type Nonlinear Analysis 7 29 536 546 www.elsevier.com/locate/na Multilicity of weak solutions for a class of nonuniformly ellitic equations of -Lalacian tye Hoang Quoc Toan, Quô c-anh Ngô Deartment of Mathematics,

More information

Series Handout A. 1. Determine which of the following sums are geometric. If the sum is geometric, express the sum in closed form.

Series Handout A. 1. Determine which of the following sums are geometric. If the sum is geometric, express the sum in closed form. Series Handout A. Determine which of the following sums are geometric. If the sum is geometric, exress the sum in closed form. 70 a) k= ( k ) b) 50 k= ( k )2 c) 60 k= ( k )k d) 60 k= (.0)k/3 2. Find the

More information

Solution sheet ξi ξ < ξ i+1 0 otherwise ξ ξ i N i,p 1 (ξ) + where 0 0

Solution sheet ξi ξ < ξ i+1 0 otherwise ξ ξ i N i,p 1 (ξ) + where 0 0 Advanced Finite Elements MA5337 - WS7/8 Solution sheet This exercise sheets deals with B-slines and NURBS, which are the basis of isogeometric analysis as they will later relace the olynomial ansatz-functions

More information

On Introducing Asymmetry into Circular Distributions

On Introducing Asymmetry into Circular Distributions Statistics in the Twenty-First Century: Secial Volume In Honour of Distinguished Professor Dr. Mir Masoom Ali On the Occasion of his 75th Birthday Anniversary PJSOR, Vol. 8, No. 3, ages 531-535, July 2012

More information

F(p) y + 3y + 2y = δ(t a) y(0) = 0 and y (0) = 0.

F(p) y + 3y + 2y = δ(t a) y(0) = 0 and y (0) = 0. Page 5- Chater 5: Lalace Transforms The Lalace Transform is a useful tool that is used to solve many mathematical and alied roblems. In articular, the Lalace transform is a technique that can be used to

More information

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules. Introduction: The is widely used in industry to monitor the number of fraction nonconforming units. A nonconforming unit is

More information

Location of solutions for quasi-linear elliptic equations with general gradient dependence

Location of solutions for quasi-linear elliptic equations with general gradient dependence Electronic Journal of Qualitative Theory of Differential Equations 217, No. 87, 1 1; htts://doi.org/1.14232/ejqtde.217.1.87 www.math.u-szeged.hu/ejqtde/ Location of solutions for quasi-linear ellitic equations

More information

Worksheet on Derivatives. Dave L. Renfro Drake University November 1, 1999

Worksheet on Derivatives. Dave L. Renfro Drake University November 1, 1999 Worksheet on Derivatives Dave L. Renfro Drake University November, 999 A. Fun With d d (n ) = n n : Find y In case you re interested, the rimary urose of these roblems (Section A) is to review roerties

More information

A Method of Setting the Penalization Constants in the Suboptimal Linear Quadratic Tracking Method

A Method of Setting the Penalization Constants in the Suboptimal Linear Quadratic Tracking Method XXVI. ASR '21 Seminar, Instruments and Control, Ostrava, Aril 26-27, 21 Paer 57 A Method of Setting the Penalization Constants in the Subotimal Linear Quadratic Tracking Method PERŮTKA, Karel Ing., Deartment

More information

Solutions to Problem Set 5

Solutions to Problem Set 5 Solutions to Problem Set Problem 4.6. f () ( )( 4) For this simle rational function, we see immediately that the function has simle oles at the two indicated oints, and so we use equation (6.) to nd the

More information

Using this definition, it is possible to define an angle of any (positive or negative) measurement by recognizing how its terminal side is obtained.

Using this definition, it is possible to define an angle of any (positive or negative) measurement by recognizing how its terminal side is obtained. Angle in Standard Position With the Cartesian plane, we define an angle in Standard Position if it has its vertex on the origin and one of its sides ( called the initial side ) is always on the positive

More information

Math 308 Week 8 Solutions

Math 308 Week 8 Solutions Math 38 Week 8 Solutions There is a solution manual to Chapter 4 online: www.pearsoncustom.com/tamu math/. This online solutions manual contains solutions to some of the suggested problems. Here are solutions

More information

Chapter 6. Phillip Hall - Room 537, Huxley

Chapter 6. Phillip Hall - Room 537, Huxley Chater 6 6 Partial Derivatives.................................................... 72 6. Higher order artial derivatives...................................... 73 6.2 Matrix of artial derivatives.........................................74

More information

MORE TRIGONOMETRIC FUNCTIONS

MORE TRIGONOMETRIC FUNCTIONS CHAPTER MORE TRIGONOMETRIC FUNCTIONS The relationshis among the lengths of the sides of an isosceles right triangle or of the right triangles formed by the altitude to a side of an equilateral triangle

More information

Elementary Analysis in Q p

Elementary Analysis in Q p Elementary Analysis in Q Hannah Hutter, May Szedlák, Phili Wirth November 17, 2011 This reort follows very closely the book of Svetlana Katok 1. 1 Sequences and Series In this section we will see some

More information

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points.

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points. Solved Problems Solved Problems P Solve the three simle classification roblems shown in Figure P by drawing a decision boundary Find weight and bias values that result in single-neuron ercetrons with the

More information

An Estimate For Heilbronn s Exponential Sum

An Estimate For Heilbronn s Exponential Sum An Estimate For Heilbronn s Exonential Sum D.R. Heath-Brown Magdalen College, Oxford For Heini Halberstam, on his retirement Let be a rime, and set e(x) = ex(2πix). Heilbronn s exonential sum is defined

More information

ME scope Application Note 16

ME scope Application Note 16 ME scoe Alication Note 16 Integration & Differentiation of FFs and Mode Shaes NOTE: The stes used in this Alication Note can be dulicated using any Package that includes the VES-36 Advanced Signal Processing

More information

16.2. Infinite Series. Introduction. Prerequisites. Learning Outcomes

16.2. Infinite Series. Introduction. Prerequisites. Learning Outcomes Infinite Series 6. Introduction We extend the concet of a finite series, met in section, to the situation in which the number of terms increase without bound. We define what is meant by an infinite series

More information

Generalized logistic map and its application in chaos based cryptography

Generalized logistic map and its application in chaos based cryptography Journal of Physics: Conference Series PAPER OPEN ACCESS Generalized logistic ma and its alication in chaos based crytograhy To cite this article: M Lawnik 207 J. Phys.: Conf. Ser. 936 0207 View the article

More information

Solvability and Number of Roots of Bi-Quadratic Equations over p adic Fields

Solvability and Number of Roots of Bi-Quadratic Equations over p adic Fields Malaysian Journal of Mathematical Sciences 10(S February: 15-35 (016 Secial Issue: The 3 rd International Conference on Mathematical Alications in Engineering 014 (ICMAE 14 MALAYSIAN JOURNAL OF MATHEMATICAL

More information

Chapter 7: Techniques of Integration

Chapter 7: Techniques of Integration Chapter 7: Techniques of Integration MATH 206-01: Calculus II Department of Mathematics University of Louisville last corrected September 14, 2013 1 / 43 Chapter 7: Techniques of Integration 7.1. Integration

More information

Analysis of some entrance probabilities for killed birth-death processes

Analysis of some entrance probabilities for killed birth-death processes Analysis of some entrance robabilities for killed birth-death rocesses Master s Thesis O.J.G. van der Velde Suervisor: Dr. F.M. Sieksma July 5, 207 Mathematical Institute, Leiden University Contents Introduction

More information

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK Comuter Modelling and ew Technologies, 5, Vol.9, o., 3-39 Transort and Telecommunication Institute, Lomonosov, LV-9, Riga, Latvia MATHEMATICAL MODELLIG OF THE WIRELESS COMMUICATIO ETWORK M. KOPEETSK Deartment

More information

A NOTE ON RECURRENCE FORMULA FOR VALUES OF THE EULER ZETA FUNCTIONS ζ E (2n) AT POSITIVE INTEGERS. 1. Introduction

A NOTE ON RECURRENCE FORMULA FOR VALUES OF THE EULER ZETA FUNCTIONS ζ E (2n) AT POSITIVE INTEGERS. 1. Introduction Bull. Korean Math. Soc. 5 (4), No. 5,. 45 43 htt://dx.doi.org/.434/bkms.4.5.5.45 A NOTE ON RECURRENCE FORMULA FOR VALUES OF THE EULER ZETA FUNCTIONS ζ E (n) AT POSITIVE INTEGERS Hui Young Lee and Cheon

More information

Calculus II Practice Test 1 Problems: , 6.5, Page 1 of 10

Calculus II Practice Test 1 Problems: , 6.5, Page 1 of 10 Calculus II Practice Test Problems: 6.-6.3, 6.5, 7.-7.3 Page of This is in no way an inclusive set of problems there can be other types of problems on the actual test. To prepare for the test: review homework,

More information

INFINITELY MANY SOLUTIONS FOR KIRCHHOFF TYPE PROBLEMS WITH NONLINEAR NEUMANN BOUNDARY CONDITIONS

INFINITELY MANY SOLUTIONS FOR KIRCHHOFF TYPE PROBLEMS WITH NONLINEAR NEUMANN BOUNDARY CONDITIONS Electronic Journal of Differential Equations, Vol. 2016 2016, No. 188,. 1 9. ISSN: 1072-6691. URL: htt://ejde.math.txstate.edu or htt://ejde.math.unt.edu INFINITELY MANY SOLUTIONS FOR KIRCHHOFF TYPE PROBLEMS

More information

Topic 30 Notes Jeremy Orloff

Topic 30 Notes Jeremy Orloff Toic 30 Notes Jeremy Orloff 30 Alications to oulation biology 30.1 Modeling examles 30.1.1 Volterra redator-rey model The Volterra redator-rey system models the oulations of two secies with a redatorrey

More information

CC-32 Trigonometric Identities

CC-32 Trigonometric Identities CC-32 Common Core State Standards MACC.92.F-TF.3.8 Prove the Pythagorean identity sin2(x) + cos2(x) and se it to find sin(x), cos(x), or tan(x), given sin(x), cos(x), or tan(x), and the qadrant of the

More information

ANALYTIC APPROXIMATE SOLUTIONS FOR FLUID-FLOW IN THE PRESENCE OF HEAT AND MASS TRANSFER

ANALYTIC APPROXIMATE SOLUTIONS FOR FLUID-FLOW IN THE PRESENCE OF HEAT AND MASS TRANSFER Kilicman, A., et al.: Analytic Aroximate Solutions for Fluid-Flow in the Presence... THERMAL SCIENCE: Year 8, Vol., Sul.,. S59-S64 S59 ANALYTIC APPROXIMATE SOLUTIONS FOR FLUID-FLOW IN THE PRESENCE OF HEAT

More information

Central Force Motion Challenge Problems

Central Force Motion Challenge Problems Central Force Motion Challenge Problems Problem 1: Ellitic Orbit A satellite of mass m s is in an ellitical orbit around a lanet of mass m which is located at one focus of the ellise. The satellite has

More information

A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST BASED ON THE WEIBULL DISTRIBUTION

A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST BASED ON THE WEIBULL DISTRIBUTION O P E R A T I O N S R E S E A R C H A N D D E C I S I O N S No. 27 DOI:.5277/ord73 Nasrullah KHAN Muhammad ASLAM 2 Kyung-Jun KIM 3 Chi-Hyuck JUN 4 A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST

More information

Existence of solutions to a superlinear p-laplacian equation

Existence of solutions to a superlinear p-laplacian equation Electronic Journal of Differential Equations, Vol. 2001(2001), No. 66,. 1 6. ISSN: 1072-6691. URL: htt://ejde.math.swt.edu or htt://ejde.math.unt.edu ft ejde.math.swt.edu (login: ft) Existence of solutions

More information

Department of Mathematics

Department of Mathematics Deartment of Mathematics Ma 3/03 KC Border Introduction to Probability and Statistics Winter 209 Sulement : Series fun, or some sums Comuting the mean and variance of discrete distributions often involves

More information

Applied Mathematics and Computation

Applied Mathematics and Computation Alied Mathematics and Comutation 217 (2010) 1887 1895 Contents lists available at ScienceDirect Alied Mathematics and Comutation journal homeage: www.elsevier.com/locate/amc Derivative free two-oint methods

More information

Lilian Markenzon 1, Nair Maria Maia de Abreu 2* and Luciana Lee 3

Lilian Markenzon 1, Nair Maria Maia de Abreu 2* and Luciana Lee 3 Pesquisa Oeracional (2013) 33(1): 123-132 2013 Brazilian Oerations Research Society Printed version ISSN 0101-7438 / Online version ISSN 1678-5142 www.scielo.br/oe SOME RESULTS ABOUT THE CONNECTIVITY OF

More information

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson JUST THE MATHS UNIT NUMBER.5 DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) by A.J.Hobson.5. Maclaurin s series.5. Standard series.5.3 Taylor s series.5.4 Exercises.5.5 Answers to exercises

More information

Worksheet 7, Math 10560

Worksheet 7, Math 10560 Worksheet 7, Math 0560 You must show all of your work to receive credit!. Determine whether the following series and sequences converge or diverge, and evaluate if they converge. If they diverge, you must

More information

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued)

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Prove this Result How Can a Derivative Not Exist? Remember that the derivative at a point (or slope of a tangent line) is a LIMIT, so it doesn t exist whenever

More information

On the minimax inequality and its application to existence of three solutions for elliptic equations with Dirichlet boundary condition

On the minimax inequality and its application to existence of three solutions for elliptic equations with Dirichlet boundary condition ISSN 1 746-7233 England UK World Journal of Modelling and Simulation Vol. 3 (2007) No. 2. 83-89 On the minimax inequality and its alication to existence of three solutions for ellitic equations with Dirichlet

More information

integral invariant relations is not limited to one or two such

integral invariant relations is not limited to one or two such The Astronomical Journal, 126:3138 3142, 2003 December # 2003. The American Astronomical Society. All rights reserved. Printed in U.S.A. EFFICIENT ORBIT INTEGRATION BY SCALING AND ROTATION FOR CONSISTENCY

More information

GIVEN an input sequence x 0,..., x n 1 and the

GIVEN an input sequence x 0,..., x n 1 and the 1 Running Max/Min Filters using 1 + o(1) Comarisons er Samle Hao Yuan, Member, IEEE, and Mikhail J. Atallah, Fellow, IEEE Abstract A running max (or min) filter asks for the maximum or (minimum) elements

More information

C3 A Booster Course. Workbook. 1. a) Sketch, on the same set of axis the graphs of y = x and y = 2x 3. (3) b) Hence, or otherwise, solve the equation

C3 A Booster Course. Workbook. 1. a) Sketch, on the same set of axis the graphs of y = x and y = 2x 3. (3) b) Hence, or otherwise, solve the equation C3 A Booster Course Workbook 1. a) Sketch, on the same set of axis the graphs of y = x and y = 2x 3. b) Hence, or otherwise, solve the equation x = 2x 3 (3) (4) BlueStar Mathematics Workshops (2011) 1

More information

An extension to the theory of trigonometric functions as exact periodic solutions to quadratic Liénard type equations

An extension to the theory of trigonometric functions as exact periodic solutions to quadratic Liénard type equations An extension to the theory of trigonometric functions as exact eriodic solutions to quadratic Liénard tye equations D. K. K. Adjaï a, L. H. Koudahoun a, J. Akande a, Y. J. F. Komahou b and M. D. Monsia

More information

A Model for Randomly Correlated Deposition

A Model for Randomly Correlated Deposition A Model for Randomly Correlated Deosition B. Karadjov and A. Proykova Faculty of Physics, University of Sofia, 5 J. Bourchier Blvd. Sofia-116, Bulgaria ana@hys.uni-sofia.bg Abstract: A simle, discrete,

More information

Spectral Properties of Schrödinger-type Operators and Large-time Behavior of the Solutions to the Corresponding Wave Equation

Spectral Properties of Schrödinger-type Operators and Large-time Behavior of the Solutions to the Corresponding Wave Equation Math. Model. Nat. Phenom. Vol. 8, No., 23,. 27 24 DOI:.5/mmn/2386 Sectral Proerties of Schrödinger-tye Oerators and Large-time Behavior of the Solutions to the Corresonding Wave Equation A.G. Ramm Deartment

More information

Meshless Methods for Scientific Computing Final Project

Meshless Methods for Scientific Computing Final Project Meshless Methods for Scientific Comuting Final Project D0051008 洪啟耀 Introduction Floating island becomes an imortant study in recent years, because the lands we can use are limit, so eole start thinking

More information

SUPER-GEOMETRIC CONVERGENCE OF A SPECTRAL ELEMENT METHOD FOR EIGENVALUE PROBLEMS WITH JUMP COEFFICIENTS *

SUPER-GEOMETRIC CONVERGENCE OF A SPECTRAL ELEMENT METHOD FOR EIGENVALUE PROBLEMS WITH JUMP COEFFICIENTS * Journal of Comutational Mathematics Vol.8, No.,, 48 48. htt://www.global-sci.org/jcm doi:.48/jcm.9.-m6 SUPER-GEOMETRIC CONVERGENCE OF A SPECTRAL ELEMENT METHOD FOR EIGENVALUE PROBLEMS WITH JUMP COEFFICIENTS

More information

IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES

IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES OHAD GILADI AND ASSAF NAOR Abstract. It is shown that if (, ) is a Banach sace with Rademacher tye 1 then for every n N there exists

More information

Inverse Trigonometric Functions. September 5, 2018

Inverse Trigonometric Functions. September 5, 2018 Inverse Trigonometric Functions September 5, 08 / 7 Restricted Sine Function. The trigonometric function sin x is not a one-to-one functions..0 0.5 Π 6, 5Π 6, Π Π Π Π 0.5 We still want an inverse, so what

More information

Multiplicative group law on the folium of Descartes

Multiplicative group law on the folium of Descartes Multilicative grou law on the folium of Descartes Steluţa Pricoie and Constantin Udrişte Abstract. The folium of Descartes is still studied and understood today. Not only did it rovide for the roof of

More information

Math 205A - Fall 2015 Homework #4 Solutions

Math 205A - Fall 2015 Homework #4 Solutions Math 25A - Fall 25 Homework #4 Solutions Problem : Let f L and µ(t) = m{x : f(x) > t} the distribution function of f. Show that: (i) µ(t) t f L (). (ii) f L () = t µ(t)dt. (iii) For any increasing differentiable

More information

INVERSE TRIGONOMETRIC FUNCTION. Contents. Theory Exercise Exercise Exercise Exercise

INVERSE TRIGONOMETRIC FUNCTION. Contents. Theory Exercise Exercise Exercise Exercise INVERSE TRIGONOMETRIC FUNCTION Toic Contents Page No. Theory 0-06 Eercise - 07 - Eercise - - 6 Eercise - 7-8 Eercise - 8-9 Answer Key 0 - Syllabus Inverse Trigonometric Function (ITF) Name : Contact No.

More information

ASYMPTOTIC BEHAVIOR FOR THE BEST LOWER BOUND OF JENSEN S FUNCTIONAL

ASYMPTOTIC BEHAVIOR FOR THE BEST LOWER BOUND OF JENSEN S FUNCTIONAL 75 Kragujevac J. Math. 25 23) 75 79. ASYMPTOTIC BEHAVIOR FOR THE BEST LOWER BOUND OF JENSEN S FUNCTIONAL Stojan Radenović and Mirjana Pavlović 2 University of Belgrade, Faculty of Mechanical Engineering,

More information

Numerical Methods for Particle Tracing in Vector Fields

Numerical Methods for Particle Tracing in Vector Fields On-Line Visualization Notes Numerical Methods for Particle Tracing in Vector Fields Kenneth I. Joy Visualization and Grahics Research Laboratory Deartment of Comuter Science University of California, Davis

More information

On a Fuzzy Logistic Difference Equation

On a Fuzzy Logistic Difference Equation On a Fuzzy Logistic Difference Euation QIANHONG ZHANG Guizhou University of Finance and Economics Guizhou Key Laboratory of Economics System Simulation Guiyang Guizhou 550025 CHINA zianhong68@163com JINGZHONG

More information

Derivatives of Trig and Inverse Trig Functions

Derivatives of Trig and Inverse Trig Functions Derivatives of Trig and Inverse Trig Functions Math 102 Section 102 Mingfeng Qiu Nov. 28, 2018 Office hours I m planning to have additional office hours next week. Next Monday (Dec 3), which time works

More information

REGULARITY OF SOLUTIONS TO DOUBLY NONLINEAR DIFFUSION EQUATIONS

REGULARITY OF SOLUTIONS TO DOUBLY NONLINEAR DIFFUSION EQUATIONS Seventh Mississii State - UAB Conference on Differential Equations and Comutational Simulations, Electronic Journal of Differential Equations, Conf. 17 2009,. 185 195. ISSN: 1072-6691. URL: htt://ejde.math.txstate.edu

More information

Eötvös Loránd University Faculty of Informatics. Distribution of additive arithmetical functions

Eötvös Loránd University Faculty of Informatics. Distribution of additive arithmetical functions Eötvös Loránd University Faculty of Informatics Distribution of additive arithmetical functions Theses of Ph.D. Dissertation by László Germán Suervisor Prof. Dr. Imre Kátai member of the Hungarian Academy

More information

C3 Revision Questions. (using questions from January 2006, January 2007, January 2008 and January 2009)

C3 Revision Questions. (using questions from January 2006, January 2007, January 2008 and January 2009) C3 Revision Questions (using questions from January 2006, January 2007, January 2008 and January 2009) 1 2 1. f(x) = 1 3 x 2 + 3, x 2. 2 ( x 2) (a) 2 x x 1 Show that f(x) =, x 2. 2 ( x 2) (4) (b) Show

More information

{ sin(t), t [0, sketch the graph of this f(t) = L 1 {F(p)}.

{ sin(t), t [0, sketch the graph of this f(t) = L 1 {F(p)}. EM Solved roblems Lalace & Fourier transform c Habala 3 EM Solved roblems Lalace & Fourier transform Find the Lalace transform of the following functions: ft t sint; ft e 3t cos3t; 3 ft e 3s ds; { sint,

More information

The Value of Even Distribution for Temporal Resource Partitions

The Value of Even Distribution for Temporal Resource Partitions The Value of Even Distribution for Temoral Resource Partitions Yu Li, Albert M. K. Cheng Deartment of Comuter Science University of Houston Houston, TX, 7704, USA htt://www.cs.uh.edu Technical Reort Number

More information

CMSC 425: Lecture 4 Geometry and Geometric Programming

CMSC 425: Lecture 4 Geometry and Geometric Programming CMSC 425: Lecture 4 Geometry and Geometric Programming Geometry for Game Programming and Grahics: For the next few lectures, we will discuss some of the basic elements of geometry. There are many areas

More information

Introduction to Probability and Statistics

Introduction to Probability and Statistics Introduction to Probability and Statistics Chater 8 Ammar M. Sarhan, asarhan@mathstat.dal.ca Deartment of Mathematics and Statistics, Dalhousie University Fall Semester 28 Chater 8 Tests of Hyotheses Based

More information

#A64 INTEGERS 18 (2018) APPLYING MODULAR ARITHMETIC TO DIOPHANTINE EQUATIONS

#A64 INTEGERS 18 (2018) APPLYING MODULAR ARITHMETIC TO DIOPHANTINE EQUATIONS #A64 INTEGERS 18 (2018) APPLYING MODULAR ARITHMETIC TO DIOPHANTINE EQUATIONS Ramy F. Taki ElDin Physics and Engineering Mathematics Deartment, Faculty of Engineering, Ain Shams University, Cairo, Egyt

More information

Principles of Computed Tomography (CT)

Principles of Computed Tomography (CT) Page 298 Princiles of Comuted Tomograhy (CT) The theoretical foundation of CT dates back to Johann Radon, a mathematician from Vienna who derived a method in 1907 for rojecting a 2-D object along arallel

More information

On Isoperimetric Functions of Probability Measures Having Log-Concave Densities with Respect to the Standard Normal Law

On Isoperimetric Functions of Probability Measures Having Log-Concave Densities with Respect to the Standard Normal Law On Isoerimetric Functions of Probability Measures Having Log-Concave Densities with Resect to the Standard Normal Law Sergey G. Bobkov Abstract Isoerimetric inequalities are discussed for one-dimensional

More information

MATH 101: PRACTICE MIDTERM 2

MATH 101: PRACTICE MIDTERM 2 MATH : PRACTICE MIDTERM INSTRUCTOR: PROF. DRAGOS GHIOCA March 7, Duration of examination: 7 minutes This examination includes pages and 6 questions. You are responsible for ensuring that your copy of the

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

Math 113 (Calculus 2) Exam 4

Math 113 (Calculus 2) Exam 4 Math 3 (Calculus ) Exam 4 November 0 November, 009 Sections 0, 3 7 Name Student ID Section Instructor In some cases a series may be seen to converge or diverge for more than one reason. For such problems

More information

Short Solutions to Practice Material for Test #2 MATH 2421

Short Solutions to Practice Material for Test #2 MATH 2421 Short Solutions to Practice Material for Test # MATH 4 Kawai (#) Describe recisely the D surfaces listed here (a) + y + z z = Shere ( ) + (y ) + (z ) = 4 = The center is located at C (; ; ) and the radius

More information

Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various Families of R n Norms and Some Open Problems

Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various Families of R n Norms and Some Open Problems Int. J. Oen Problems Comt. Math., Vol. 3, No. 2, June 2010 ISSN 1998-6262; Coyright c ICSRS Publication, 2010 www.i-csrs.org Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various

More information

Uniformly best wavenumber approximations by spatial central difference operators: An initial investigation

Uniformly best wavenumber approximations by spatial central difference operators: An initial investigation Uniformly best wavenumber aroximations by satial central difference oerators: An initial investigation Vitor Linders and Jan Nordström Abstract A characterisation theorem for best uniform wavenumber aroximations

More information

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Technical Sciences and Alied Mathematics MODELING THE RELIABILITY OF CISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Cezar VASILESCU Regional Deartment of Defense Resources Management

More information

Diophantine Equations and Congruences

Diophantine Equations and Congruences International Journal of Algebra, Vol. 1, 2007, no. 6, 293-302 Diohantine Equations and Congruences R. A. Mollin Deartment of Mathematics and Statistics University of Calgary, Calgary, Alberta, Canada,

More information

Topic 7: Using identity types

Topic 7: Using identity types Toic 7: Using identity tyes June 10, 2014 Now we would like to learn how to use identity tyes and how to do some actual mathematics with them. By now we have essentially introduced all inference rules

More information

THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK. Summer Examination 2009.

THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK. Summer Examination 2009. OLLSCOIL NA héireann, CORCAIGH THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK Summer Examination 2009 First Engineering MA008 Calculus and Linear Algebra

More information

ON THE LEAST SIGNIFICANT p ADIC DIGITS OF CERTAIN LUCAS NUMBERS

ON THE LEAST SIGNIFICANT p ADIC DIGITS OF CERTAIN LUCAS NUMBERS #A13 INTEGERS 14 (014) ON THE LEAST SIGNIFICANT ADIC DIGITS OF CERTAIN LUCAS NUMBERS Tamás Lengyel Deartment of Mathematics, Occidental College, Los Angeles, California lengyel@oxy.edu Received: 6/13/13,

More information

y = x 3 and y = 2x 2 x. 2x 2 x = x 3 x 3 2x 2 + x = 0 x(x 2 2x + 1) = 0 x(x 1) 2 = 0 x = 0 and x = (x 3 (2x 2 x)) dx

y = x 3 and y = 2x 2 x. 2x 2 x = x 3 x 3 2x 2 + x = 0 x(x 2 2x + 1) = 0 x(x 1) 2 = 0 x = 0 and x = (x 3 (2x 2 x)) dx Millersville University Name Answer Key Mathematics Department MATH 2, Calculus II, Final Examination May 4, 2, 8:AM-:AM Please answer the following questions. Your answers will be evaluated on their correctness,

More information

On a class of Rellich inequalities

On a class of Rellich inequalities On a class of Rellich inequalities G. Barbatis A. Tertikas Dedicated to Professor E.B. Davies on the occasion of his 60th birthday Abstract We rove Rellich and imroved Rellich inequalities that involve

More information

Z x. integrals of given integrands. These ways include memorizing a table of simple integrals, applying

Z x. integrals of given integrands. These ways include memorizing a table of simple integrals, applying This aer aeared in Mathematics Magazine Vol 67 (1994) 94{300. The agination of this coy follows the original. The Imortance of Being Continuous D.J. Jerey The University of Western Ontario, London, Ontario,

More information

Homogeneous and Inhomogeneous Model for Flow and Heat Transfer in Porous Materials as High Temperature Solar Air Receivers

Homogeneous and Inhomogeneous Model for Flow and Heat Transfer in Porous Materials as High Temperature Solar Air Receivers Excert from the roceedings of the COMSOL Conference 1 aris Homogeneous and Inhomogeneous Model for Flow and Heat ransfer in orous Materials as High emerature Solar Air Receivers Olena Smirnova 1 *, homas

More information

TO EARN ANY CREDIT, YOU MUST SHOW STEPS LEADING TO THE ANSWER

TO EARN ANY CREDIT, YOU MUST SHOW STEPS LEADING TO THE ANSWER Prof. Israel N. Nwaguru MATH 11 CHAPTER,,, AND - REVIEW WORKOUT EACH PROBLEM NEATLY AND ORDERLY ON SEPARATE SHEET THEN CHOSE THE BEST ANSWER TO EARN ANY CREDIT, YOU MUST SHOW STEPS LEADING TO THE ANSWER

More information

1 Question related to polynomials

1 Question related to polynomials 07-08 MATH00J Lecture 6: Taylor Series Charles Li Warning: Skip the material involving the estimation of error term Reference: APEX Calculus This lecture introduced Taylor Polynomial and Taylor Series

More information