> ##################### FEUILLE N3 237 ###################################### Exercice 1. plot([cos(3*t), sin(2*t), t=-pi..pi]);

Μέγεθος: px
Εμφάνιση ξεκινά από τη σελίδα:

Download "> ##################### FEUILLE N3 237 ###################################### Exercice 1. plot([cos(3*t), sin(2*t), t=-pi..pi]);"

Transcript

1 ##################### FEUILLE N3 37 ###################################### Exercice. plot([cos(3*t), sin(*t), t=-pi..pi]); ###################################### Exercice. restart:plot([*t^4-*t^3,t^-t, t= ]);

2 ###################################### Exercice 3. with(plots): polarplot([sin(*t/3),t,t=0..6*pi],color=blue); Warning, the name changecoords has been redefined

3 ###################################### Exercice 4 with(vectorcalculus): assume(a0): SetCoordinates( 'polar' ); A:=ArcLength( <a*cos(*t), t, t=0..pi/) ; polar A := a~ 3 EllipticE r:=a*cos(*t):simplify(int(sqrt(r^+diff(r,t)^),t)): with(vectorcalculus):assume(a0): SetCoordinates( 'cartesian' ); B:=ArcLength( <*a*cos(t),a*sin(t), t=0..pi/); cartesian B := a~ EllipticE 3

4 simplify(a-b); a~ 3 EllipticE a~ 3 EllipticE with(plots):p:=polarplot([3*sin(*t),t,t=0..4*pi],color=blue): P:=plot([6*cos(t),3*sin(t),t=0..4*Pi],color=red): display(p,p, scaling=constrained); Warning, the name changecoords has been redefined ###################################### Exercice 5. restart:with(plots): P:=polarplot([(cos(*t))^(/), t, t=0..pi/4]): display(p, scaling=constrained); Warning, the name changecoords has been redefined

5 r:=(cos(*t))^(/);rp:=diff(r,t); ds:=simplify((sqrt(r^+rp^)))*dt; r := cos( t ) rp := ds := sin( t ) cos( t ) cos( t ) ########################################### ###################################### Exercice 6. SetCoordinates( 'polar' ); ArcLength( <, t, t=0..*pi) ; polar π dt

6 restart;f:=x^+y^-;fx:=diff(f, x);fy:=diff(f, y); y0:=0.3; x0:=sqrt(-y0^+); F := x + y Fx := x Fy := y y0 := 0.3 x0 := with(plots):b0:=implicitplot(f=0, x=-..,y=-..,color=black, numpoints=000): y0:=0.4; x0:=sqrt(-y0^+); Fx0:=eval( Fx,[x=x0, y=y0]); Fy0:=eval( Fy,[x=x0, y=y0]); l0:=(fx0^+fy0^)^(/); b := arrow(<x0,y0, <-Fy0/l0,Fx0/l0, length=[0.5], width=[0.0, relative], head_length=[0., relative], color=red): b := arrow( <x0,y0, <-Fx0/l0,-Fy0/l0, length=[0.5],width=[0.0,relative], color=blue): display(b0, b, b, scaling=constrained); y0 := 0.4 x0 := Fx0 := Fy0 := 0.8 l0 :=

7 ###################################### Exercice 7. with(vectorcalculus): SetCoordinates( 'cartesian' ): ArcLength( <sin(t),sin(t), t=0..*pi ) ; SetCoordinates( 'cartesian' ):simplify(curvature( <sin(t),sin(t) ))assuming t::real ; 4 0 ###################################### Exercice 8. #Hyperbole restart;f:=x^-y^-;fx:=diff(f, x);fy:=diff(f, y); y0:=; x0:=sqrt(y0^+);

8 F := x y Fx := x Fy := y y0 := x0 := with(plots):b0:=implicitplot(f=0, x=-..,y=-..,color=black, numpoints=000): #y0:=; x0:=sqrt(y0^+); Fx0:=eval( Fx,[x=x0, y=y0]); Fy0:=eval( Fy,[x=x0, y=y0]); l0:=(fx0^+fy0^)^(/); b := arrow(<x0,y0, <-Fy0/l0,Fx0/l0, width=[0.0, relative], head_length=[0., relative], color=red): b := arrow( <x0,y0, <-Fx0/l0,-Fy0/l0,width=[0.0,relative], color=blue): display(b0, b, b, scaling=constrained, axes=framed); Warning, the name changecoords has been redefined Fx0 := Fy0 := - l0 :=

9 ###################################### Exercice 9 #Ellipse restart;f:=*x^+3*y^-;fx:=diff(f, x);fy:=diff(f, y); y0:=.; solve(f,x)=0;x0:=max(eval(solve(f,x), y=y0)); F := x + 3 y Fx := 4 x Fy := 6 y y0 := 0. 6 y +, 6 y + x0 := = 0 with(plots):b0:=implicitplot(f=0, x=-..,y=-..,color=black, numpoints=000):

10 #y0:=; x0:=sqrt(y0^+); Fx0:=eval( Fx,[x=x0, y=y0]); Fy0:=eval( Fy,[x=x0, y=y0]); l0:=(fx0^+fy0^)^(/); b := arrow(<x0,y0, <-Fy0/l0,Fx0/l0, length=[0.5], width=[0.0, relative], head_length=[0., relative], color=red): b := arrow( <x0,y0, <-Fx0/l0,-Fy0/l0, length=[0.5],width=[0.0, relative], head_length=[0., relative], color=blue): display(b0, b, b, scaling=constrained, axes=normal); Fx0 := Fy0 := 0.6 l0 := ###################################### Exercice 0 #Parabole

11 restart;f:=y^-6*x;fx:=diff(f, x);fy:=diff(f, y); y0:=; solve(f,x)=0;x0:=max(eval(solve(f,x), y=y0)); F := y 6 x Fx := -6 Fy := y y0 := y = 0 6 x0 := 6 with(plots): b0:=implicitplot(f=0, x=-..,y=-..,color=black, numpoints=000,coords=cartesian): #y0:=; x0:=sqrt(y0^+); Fx0:=eval( Fx,[x=x0, y=y0]); Fy0:=eval( Fy,[x=x0, y=y0]); l0:=(fx0^+fy0^)^(/); b := arrow(<x0,y0, <Fy0/l0,-Fx0/l0, width=[0.0, relative], head_length=[0., relative], color=red): b := arrow( <x0,y0, <Fx0/l0,Fy0/l0,width=[0.0, relative], head_length=[0., relative], color=blue): display(b0, b, b, scaling=constrained, axes=framed); Warning, the name changecoords has been redefined Fx0 := -6 Fy0 := l0 := 40

12 ###################################### #Une courbe elliptique (cet exemple n'est pas inclus dans la feuille 3) restart;f:=y^-x^3+x;fx:=diff(f, x);fy:=diff(f, y); x0:=-.; solve(f,y)=0;y0:=max(eval(solve(f,y), x=x0)); F := y x 3 + x Fx := 3 x + Fy := y x0 := -0. ( x 3 x, x 3 x ) = 0 y0 :=

13 with(plots):b0:=implicitplot(f=0, x=-..,y=-..,color=black, numpoints=5000): #y0:=; x0:=sqrt(y0^+); Fx0:=eval( Fx,[x=x0, y=y0]); Fy0:=eval( Fy,[x=x0, y=y0]); l0:=(fx0^+fy0^)^(/); b := arrow(<x0,y0, <-Fy0/l0,Fx0/l0, width=[0.0, relative], head_length=[0., relative], color=red): b := arrow( <x0,y0, <-Fx0/l0,-Fy0/l0,width=[0.0, relative], head_length=[0., relative], color=blue): display(b0, b, b, scaling=constrained); Warning, the name changecoords has been redefined Fx0 := 0.97 Fy0 := l0 :=

14 ###################################### Exercice with(vectorcalculus): SetCoordinates( 'cartesian' ); K:=simplify(Curvature( <(+cos(t)^)*sin(t),sin(t)^*cos(t) )) assuming t::real ; Warning, the assigned names <, and < now have a global binding Warning, these protected names have been redefined and unprotected: *, +,., D, Vector, diff, int, limit, series cartesian K := 3 cos( t ) R:=/K; R := 3 cos( t ) x:=(+cos(t)^)*sin(t);y:=sin(t)^*cos(t); xp:=diff(x,t);yp:=diff(y,t); xs:=diff(xp,t);ys:=diff(yp,t); x := ( cos( t ) + ) sin( t ) y := sin( t ) cos( t ) xp := sin( t ) cos( t ) + ( cos( t) + ) cos( t) yp := sin( t ) cos( t ) sin( t ) 3 xs := 6 sin( t ) cos( t) + sin( t ) 3 ( cos( t ) + ) sin( t ) ys := cos( t) 3 7 sin( t ) cos( t ) K:=simplify(((xp*ys-yp*xs)/(xp^+yp^)^(3/))) assuming t::real; K := 3 cos( t ) X:=simplify(x-(yp*(xp^+yp^))/(xp*ys-yp*xs));Y:=simplify(y+xp*( xp^+yp^)/(xp*ys-yp*xs)); X := sin( t) 3 Y := cos( t ) 3 ##################################################### Exercice with(vectorcalculus): SetCoordinates( 'cartesian' ); assume(t0):k:=simplify(curvature( <t-sinh(t)*cosh(t),*cosh(t) )) assuming t::real ; Warning, the assigned names <, and < now have a global binding Warning, these protected names have been redefined and unprotected: *, +,., D, Vector, diff, int, limit, series K := cartesian cosh( t~ ) sinh( t~ )

15 R:=/K; R := cosh( t~ ) sinh( t~ ) x:=t-sinh(t)*cosh(t);y:=*cosh(t); xp:=diff(x,t);yp:=diff(y,t); xs:=diff(xp,t);ys:=diff(yp,t); x := t~ sinh( t~ ) cosh( t~ ) y := cosh( t~ ) xp := cosh( t~ ) sinh( t~ ) yp := sinh( t~ ) xs := 4 sinh( t~ ) cosh( t~ ) ys := cosh( t~ ) K:=simplify(((xp*ys-yp*xs)/(xp^+yp^)^(3/))) assuming t::real; K := cosh( t~ ) sinh( t~ ) X:=simplify(x-(yp*(xp^+yp^))/(xp*ys-yp*xs));Y:=simplify(y+xp*( xp^+yp^)/(xp*ys-yp*xs)); X := 3 sinh( t~ ) cosh( t~ ) + t~ Y := cosh( t~ ) ( cosh( t~ ) ) ################################################################ ###################### ###################################### Exercice 3 r:=tan(t/); x:=r*cos(t);y:=r*sin(t);r := tan(/*t); r := tan t~ x := tan t~ cos( t~ ) y := tan t~ sin( t~ ) r := tan t~ with(vectorcalculus): SetCoordinates( 'polar' ); K:=simplify(Curvature( <tan(t/),t )) assuming t::real ; polar K := ( cos( t~ ) cos( t~ ) ) ( cos( t~ ) + ) ( cos( t~ ) + ) ( 3/ ) rp:=diff(r,t);rs:=diff(rp,t); rp := + tan t~

16 rs := tan t~ + tan t~ xp:=diff(x,t);yp:=diff(y,t); xs:=diff(xp,t);ys:=diff(yp,t); xp := + tan t~ cos( t~ ) tan t~ sin( t~ ) yp := + tan t~ sin( t~ ) + tan t~ cos( t~ ) xs := tan t~ + tan t~ cos( t~ ) + tan t~ sin( t~ ) tan t~ cos( t~ ) ys := tan t~ + tan t~ sin( t~ ) + + tan t~ cos( t~ ) tan t~ sin( t~ ) K:=simplify(((xp*ys-yp*xs)/(xp^+yp^)^(3/))) assuming t::real; ( cos( t~ ) + 3 cos( t~ )) ( cos( t~ ) + ) 3 K := sin( t~ ) ( cos( t~ ) + ) ( 3/ ) X:=simplify(x-(yp*(xp^+yp^))/(xp*ys-yp*xs));Y:=simplify(y+xp*( xp^+yp^)/(xp*ys-yp*xs)); X := sin ( t~ ) ( + cos ( t~ ) ) cos( t~ ) cos( t~ ) Y := ( cos( t~ ) 3 ) cos( t~ ) cos( t~ ) 3 3 cos( t~ ) ###################################### Exercice 4 restart:print('(d/dt)*arcsin(sqrt(t))'=diff(arcsin(sqrt(t)), t)); d arcsin( t ) = dt t t print('(d/dt)*arcsin(sqrt(t))/(sqrt(t*(-t)))'=diff((arcsin(sqrt (t)))/(sqrt(t*(-t))), t)); d arcsin( t ) arcsin( t ) ( t ) = ( 3 / ) dt t ( t ) t t t ( t ) ( t ( t )) simplify(diff((arcsin(sqrt(t)))/(sqrt(t*(-t))), t)); t + t arcsin( t ) t t + arcsin( t ) t ( 3 / ) t t ( 3 / ) ( t ) ( 3/ ) t ( + t ) with(vectorcalculus): SetCoordinates( 'cartesian' ); print('arcsin'(sqrt(t))/(sqrt(t*(-t)))); K:=simplify(Curvature( <t,(arcsin(sqrt(t)))/(sqrt(t*(-t))) ))

17 assuming t::positive : Warning, the assigned names <, and < now have a global binding Warning, these protected names have been redefined and unprotected: *, +,., D, Vector, diff, int, limit, series cartesian arcsin( t ) t ( t) R:=/K: ###################################### Exercice 5 restart;with(plots): plot([t^+t,(t+)*exp(/t), t=0.5..], labels=[x, y]); Warning, the name changecoords has been redefined

18 with(vectorcalculus): SetCoordinates( 'cartesian' ); K:=simplify(Curvature( <t^+t,(t+)*exp(/t) )) assuming t::positive : Warning, the assigned names <, and < now have a global binding Warning, these protected names have been redefined and unprotected: *, +,., D, Vector, diff, int, limit, series cartesian ###################################### Exercice 6 restart;p:=(x-y)/(x^+y^);q:=(x+y)/(x^+y^);py:=diff(p,y); Qx:=diff(Q,x);'Py'-'Qx'=simplify(Py-Qx);F:=int(P,x);'Q'=simplify (diff(int(p,x),y));

19 x y P := x + y x + y Q := x + y ( x y) y Py := x + y ( x + y ) ( x + y) x Qx := x + y ( x + y ) Py Qx = 0 F := ln ( x + y ) arctan x y x + y Q = x + y assume( a 0 ); FP:=evala(subs({x=a, y=-a},f)); FPmoins:=evala(limit((subs({x=a},F), y=0, left))); FPplus:=evala(limit((subs({x=a},F), y=0, right))); FP3moins:=evala(limit((subs({x=a},F), y=0, right))); FP3plus:=evala(limit((subs({x=a},F), y=0, left))); FP := ln( a~ π ) + 4 π FPmoins := ln( a~ ) + π FPplus := ln( a~ ) π FP3moins := ln( a~ ) π FP3plus := ln( a~ ) + print('(f(p[,moins])-f(p[]))+f(p[3,plus])-f(p[,plus])+(f(p[] )-F(P[3,moins]))' =FPmoins-FP+FP3plus-FPplus+FP-FP3moins); F( P, moins ) F( P ) + F( P 3, plus ) F( P, plus ) + F( P ) F( P 3, moins ) = π x:=a*cos(t);y:=a*sin(t); print('p*diff(x,t)+q*diff(y,t)'=p*diff(x,t)+q*diff(y,t)); simplify(p*diff(x,t)+q*diff(y,t)); x := a cos( t ) y := a sin( t )

20 P + = t x Q t y ( a cos( t) a sin( t) ) a sin( t ) a + + ( a cos( t) + a sin( t) ) a cos( t ) cos( t ) a sin( t) a cos( t ) + a sin( t ) print('int(,t=0..*pi)'=int(,t=0..*pi)); 0 π dt = π ###################################### Exercice 7 restart;p:=exp(x)*cos(y)+x*y^;q:=(-exp(x)*sin(y)+x^*y); P := e x cos( y) + x y diff(p,y); diff(q,x); Q := e x sin( y) + x y e x sin( y ) + e x sin( y ) + xy xy F:=exp(x)*cos(y)+x^*y^/;'P'=diff(F,x);'Q'=diff(F,y); F := e x x y cos( y ) + P = e x cos( y) + x y Q = e x sin( y) + x y int(p,x); e x x y cos( y ) + #Soit a;b 0. Calculer int( x^*dy + y^*dx, o u a pour equation cart esienne l'une des # equations suivantes: x^ +y^-a*x=0; (x/a)^ +(y/b)^=; # (x/a)^ +(y/b)^-*(x/a)-*(y/b)=0; assume(a0);assume(b0); x:=(a/)*(cos(t)+);y:=(a/)*(sin(t)); x := a~ ( cos( t ) + ) y := a~ sin( t ) xp:=diff(x,t);yp:=diff(y,t); xp := a~ sin( t ) x^*yp+y^*xp; yp := a~ cos( t ) a ( cos( t ) + ) b cos( t) b ( sin( t ) + ) a sin( t )

21 simplify(int(x^*yp+y^*xp,t)); 4 a~3 ( cos ( t ) sin ( t ) + 3 sin( t ) cos( t ) + 5 sin( t ) + 3 t cos( t ) cos( t )) x^*yp+y^*xp; 8 a~3 ( cos( t ) + ) cos( t ) 8 a~3 sin( t ) 3 simplify(int(x^*yp+y^*xp,t=0..*pi)); a~ 3 π 4 ################################################ x:=a*(cos(t));y:=(b)*(sin(t)); x := a cos( t ) y := b sin( t ) xp:=diff(x,t);yp:=diff(y,t); xp := a sin( t ) yp := b cos( t ) simplify(int(x^*yp+y^*xp,t)); 3 ab( a cos( t ) sin ( t ) + a sin( t ) + 3 b cos( t) b cos( t ) 3 ) x^*yp+y^*xp; a cos( t) 3 b b sin( t ) 3 a simplify(int(x^*yp+y^*xp,t=0..*pi)); 0 ########################################## restart;p:=y^;q:=x^; P:= y diff(p,y); diff(q,x); Q:= x y x ############################################################ restart;((x/a)-)^+((y/b)-)^=; x y + = a b x:=a*(sqrt()*cos(t)+);y:=(b)*(sqrt()*sin(t)+); x := a( cos( t) + ) y := b( sin( t ) + ) xp:=diff(x,t);yp:=diff(y,t);

22 xp := a sin( t ) yp := b cos( t) simplify(int(x^*yp+y^*xp,t)); 3 ab ( a ) sin( t) + 6 a cos( t ) sin( t ) + 7 a sin( t ) + 6 b sin( t ) cos( t ) 6 bt + 9 b cos( t ) + 6 at b cos( t ) ) x^*yp+y^*xp; a ( cos( t ) + ) b cos( t) b ( sin( t ) + ) a sin( t ) simplify(int(x^*yp+y^*xp,t)); 3 ab ( a cos( t ) sin( t) + 6 a cos( t ) sin( t ) + 7 a sin( t ) + 6 b sin( t ) cos( t ) 6 bt + 9 b cos( t ) + 6 at b cos( t ) 3 ) simplify(int(x^*yp+y^*xp,t=0..*pi)); 4 a b π 4 ab π

d 2 y dt 2 xdy dt + d2 x

d 2 y dt 2 xdy dt + d2 x y t t ysin y d y + d y y t z + y ty yz yz t z y + t + y + y + t y + t + y + + 4 y 4 + t t + 5 t Ae cos + Be sin 5t + 7 5 y + t / m_nadjafikhah@iustacir http://webpagesiustacir/m_nadjafikhah/courses/ode/fa5pdf

Διαβάστε περισσότερα

Rectangular Polar Parametric

Rectangular Polar Parametric Harold s Precalculus Rectangular Polar Parametric Cheat Sheet 15 October 2017 Point Line Rectangular Polar Parametric f(x) = y (x, y) (a, b) Slope-Intercept Form: y = mx + b Point-Slope Form: y y 0 = m

Διαβάστε περισσότερα

Παράγωγος Συνάρτησης. Ορισμός Παραγώγου σε ένα σημείο. ΠΑΡΑΓΩΓΟΣ ΣΥΝΑΡΤΗΣΗΣ σε ένα σημείο ξ είναι το όριο (αν υπάρχει!) f (ξ) = lim.

Παράγωγος Συνάρτησης. Ορισμός Παραγώγου σε ένα σημείο. ΠΑΡΑΓΩΓΟΣ ΣΥΝΑΡΤΗΣΗΣ σε ένα σημείο ξ είναι το όριο (αν υπάρχει!) f (ξ) = lim. Παράγωγος Συνάρτησης Ορισμός Παραγώγου σε ένα σημείο ΠΑΡΑΓΩΓΟΣ ΣΥΝΑΡΤΗΣΗΣ σε ένα σημείο ξ είναι το όριο (αν υπάρχει!) f (ξ) x ξ g(x, ξ), g(x, ξ) f(x) f(ξ) x ξ Ορισμός Cauchy: ɛ > 0 δ(ɛ, ξ) > 0 x x ξ

Διαβάστε περισσότερα

Review Exercises for Chapter 7

Review Exercises for Chapter 7 8 Chapter 7 Integration Techniques, L Hôpital s Rule, and Improper Integrals 8. For n, I d b For n >, I n n u n, du n n d, dv (a) d b 6 b 6 (b) (c) n d 5 d b n n b n n n d, v d 6 5 5 6 d 5 5 b d 6. b 6

Διαβάστε περισσότερα

Answers - Worksheet A ALGEBRA PMT. 1 a = 7 b = 11 c = 1 3. e = 0.1 f = 0.3 g = 2 h = 10 i = 3 j = d = k = 3 1. = 1 or 0.5 l =

Answers - Worksheet A ALGEBRA PMT. 1 a = 7 b = 11 c = 1 3. e = 0.1 f = 0.3 g = 2 h = 10 i = 3 j = d = k = 3 1. = 1 or 0.5 l = C ALGEBRA Answers - Worksheet A a 7 b c d e 0. f 0. g h 0 i j k 6 8 or 0. l or 8 a 7 b 0 c 7 d 6 e f g 6 h 8 8 i 6 j k 6 l a 9 b c d 9 7 e 00 0 f 8 9 a b 7 7 c 6 d 9 e 6 6 f 6 8 g 9 h 0 0 i j 6 7 7 k 9

Διαβάστε περισσότερα

ΣΧΟΛΗ ΜΗΧΑΝΟΛΟΓΩΝ ΜΗΧΑΝΙΚΩΝ- ΦΥΛΛΑΔΙΟ 1(ΑΝΑΛΥΣΗ)

ΣΧΟΛΗ ΜΗΧΑΝΟΛΟΓΩΝ ΜΗΧΑΝΙΚΩΝ- ΦΥΛΛΑΔΙΟ 1(ΑΝΑΛΥΣΗ) ΣΧΟΛΗ ΜΗΧΑΝΟΛΟΓΩΝ ΜΗΧΑΝΙΚΩΝ- ΦΥΛΛΑΔΙΟ (ΑΝΑΛΥΣΗ) Ι. Οι τριγωνομετρικές συναρτήσεις και οι αντίστροφές τους. Η συνάρτηση = sin. Η συνάρτηση sin : -, [,], = sin είναι, αφού (sin ) = cos >, για κάθε -,. Άρα

Διαβάστε περισσότερα

Γιάνναρος Μιχάλης. 9x 2 t 2 7dx 3) 1 x 3. x 4 1 x 2 dx. 10x. x 2 x dx. 1 + x 2. cos 2 xdx. 1) tan xdx 2) cot xdx 3) cos 3 xdx.

Γιάνναρος Μιχάλης. 9x 2 t 2 7dx 3) 1 x 3. x 4 1 x 2 dx. 10x. x 2 x dx. 1 + x 2. cos 2 xdx. 1) tan xdx 2) cot xdx 3) cos 3 xdx. ΟΛΟΚΛΗΡΩΜΑΤΑ ΑΟΡΙΣΤΟ ΟΛΟΚΛΗΡΩΜΑ Ασκηση. Να υπολογισθούν τα ολοκληρώματα: ( ) 6e ) ( + ) ) 3) ( + ) 3 + + ( 5) 3 5 ) + 3 6) + 3 ( + ) Ασκηση. Να υπολογισθούν τα ολοκληρώματα: ) cos sin ) cos ( 3) cos sin

Διαβάστε περισσότερα

1 Σύντομη επανάληψη βασικών εννοιών

1 Σύντομη επανάληψη βασικών εννοιών Σύντομη επανάληψη βασικών εννοιών Μερικές χρήσιμες ταυτότητες + r + r 2 + + r n = rn r r + 2 + 3 + + n = 2 n(n + ) 2 + 2 2 + 3 2 + n 2 = n(n + )(2n + ) 6 Ανισότητα Cauchy Schwarz ( n ) 2 ( n x i y i i=

Διαβάστε περισσότερα

L A TEX 2ε. mathematica 5.2

L A TEX 2ε. mathematica 5.2 Διδασκων: Τσαπογας Γεωργιος Διαφορικη Γεωμετρια Προχειρες Σημειωσεις Πανεπιστήμιο Αιγαίου, Τμήμα Μαθηματικών Σάμος Εαρινό Εξάμηνο 2005 στοιχεοθεσια : Ξενιτιδης Κλεανθης L A TEX 2ε σχεδια : Dia mathematica

Διαβάστε περισσότερα

ΤΡΟΠΟΣ ΑΡΙΘΜΗΤΙΚΗ ΠΑΡΕΜΒΟΛΗ (INTERPOL ATION)

ΤΡΟΠΟΣ ΑΡΙΘΜΗΤΙΚΗ ΠΑΡΕΜΒΟΛΗ (INTERPOL ATION) . 1 (INTERPOLATION) A a 1x1 [ ] Sin[ A] [ Sin[ a]], Cos[ A] [ Cos[ a]], Tan[ A] [ Tan[ a]], Cot[ A] [ Cot[ a]]. a x + yi x, y R Sin[ a] Cosh[ y] Sin[ x] + Cos[ x] Sinh[ y] i Cos[ a] Cos[ x] Cosh[ y] Sin[

Διαβάστε περισσότερα

Equations. BSU Math 275 sec 002,003 Fall 2018 (Ultman) Final Exam Notes 1. du dv. FTLI : f (B) f (A) = f dr. F dr = Green s Theorem : y da

Equations. BSU Math 275 sec 002,003 Fall 2018 (Ultman) Final Exam Notes 1. du dv. FTLI : f (B) f (A) = f dr. F dr = Green s Theorem : y da BSU Math 275 sec 002,003 Fall 2018 (Ultman) Final Exam Notes 1 Equations r(t) = x(t) î + y(t) ĵ + z(t) k r = r (t) t s = r = r (t) t r(u, v) = x(u, v) î + y(u, v) ĵ + z(u, v) k S = ( ( ) r r u r v = u

Διαβάστε περισσότερα

ΜΑΣ002: Μαθηματικά ΙΙ ΑΣΚΗΣΕΙΣ (για εξάσκηση)

ΜΑΣ002: Μαθηματικά ΙΙ ΑΣΚΗΣΕΙΣ (για εξάσκηση) ΜΑΣ: Μαθηματικά ΙΙ ΑΣΚΗΣΕΙΣ (για εξάσκηση) ΟΛΟΚΛΗΡΩΜΑΤΑ:. Να υπολογιστούν τα ολοκληρώματα: 5 d d csc cot d (β) Απάντησεις: C (β) ln C C. Να υπολογιστούν τα ορισμένα ολοκληρώματα: d csc( ) C C d d (β) /5

Διαβάστε περισσότερα

2x 2 y x 4 +y 2 J (x, y) (0, 0) 0 J (x, y) = (0, 0) I ϕ(t) = (t, at), ψ(t) = (t, t 2 ), a ÑL<ÝÉ b, ½-? A? 2t 2 at t 4 +a 2 t 2 = lim

2x 2 y x 4 +y 2 J (x, y) (0, 0) 0 J (x, y) = (0, 0) I ϕ(t) = (t, at), ψ(t) = (t, t 2 ), a ÑL<ÝÉ b, ½-? A? 2t 2 at t 4 +a 2 t 2 = lim 9çB$ø`çü5 (-ç ) Ch.Ch4 b. è. [a] #8ƒb f(x, y) = { x y x 4 +y J (x, y) (, ) J (x, y) = (, ) I ϕ(t) = (t, at), ψ(t) = (t, t ), a ÑL

Διαβάστε περισσότερα

Πανεπιστήµιο Κρήτης - Τµήµα Επιστήµης Υπολογιστών. Απειροστικός Λογισµός Ι. ιδάσκων : Α. Μουχτάρης. Απειροστικός Λογισµός Ι - 3η Σειρά Ασκήσεων

Πανεπιστήµιο Κρήτης - Τµήµα Επιστήµης Υπολογιστών. Απειροστικός Λογισµός Ι. ιδάσκων : Α. Μουχτάρης. Απειροστικός Λογισµός Ι - 3η Σειρά Ασκήσεων Πανεπιστήµιο Κρήτης - Τµήµα Επιστήµης Υπολογιστών Απειροστικός Λογισµός Ι ιδάσκων : Α. Μουχτάρης Απειροστικός Λογισµός Ι - η Σειρά Ασκήσεων Ασκηση.. Ανάπτυξη σε µερικά κλάσµατα Αφου ο ϐαθµός του αριθµητή

Διαβάστε περισσότερα

COURBES EN POLAIRE. I - Définition

COURBES EN POLAIRE. I - Définition Y I - Définition COURBES EN POLAIRE On dit qu une courbe Γ admet l équation polaire ρ=f (θ), si et seulement si Γ est l ensemble des points M du plan tels que : OM= ρ u = f(θ) u(θ) Γ peut être considérée

Διαβάστε περισσότερα

(ii) x[y (x)] 4 + 2y(x) = 2x. (vi) y (x) = x 2 sin x

(ii) x[y (x)] 4 + 2y(x) = 2x. (vi) y (x) = x 2 sin x ΕΥΓΕΝΙΑ Ν. ΠΕΤΡΟΠΟΥΛΟΥ ΕΠΙΚ. ΚΑΘΗΓΗΤΡΙΑ ΤΜΗΜΑ ΠΟΛΙΤΙΚΩΝ ΜΗΧΑΝΙΚΩΝ ΠΑΝΕΠΙΣΤΗΜΙΟ ΠΑΤΡΩΝ ΑΣΚΗΣΕΙΣ ΓΙΑ ΤΟ ΜΑΘΗΜΑ «ΕΦΑΡΜΟΣΜΕΝΑ ΜΑΘΗΜΑΤΙΚΑ ΙΙΙ» ΠΑΤΡΑ 2015 1 Ασκήσεις 1η ομάδα ασκήσεων 1. Να χαρακτηρισθούν πλήρως

Διαβάστε περισσότερα

Εκπαιδευτικός Οµιλος ΒΙΤΑΛΗ

Εκπαιδευτικός Οµιλος ΒΙΤΑΛΗ Παράγωγος - ιαφόριση ρ. Κωνσταντίνος Κυρίτσης Μακράς Στοάς 7 & Εθνικής Αντιστάσεως Πειραιάς 185 31 05 Μαρτίου 2009 Περίληψη Οι παρούσες σηµειώσεις αποτελούν µια σύνοψη της ϑεωρίας των πα- ϱαγώγων πραγµατικών

Διαβάστε περισσότερα

d dx x 2 = 2x d dx x 3 = 3x 2 d dx x n = nx n 1

d dx x 2 = 2x d dx x 3 = 3x 2 d dx x n = nx n 1 d dx x 2 = 2x d dx x 3 = 3x 2 d dx x n = nx n1 x dx = 1 2 b2 1 2 a2 a b b x 2 dx = 1 a 3 b3 1 3 a3 b x n dx = 1 a n +1 bn +1 1 n +1 an +1 d dx d dx f (x) = 0 f (ax) = a f (ax) lim d dx f (ax) = lim 0 =

Διαβάστε περισσότερα

Γενικά Μαθηματικά Ι. Ενότητα 13: Ακτίνα Σύγκλισης, Αριθμητική Ολοκλήρωση, Ολοκλήρωση Κατά Παράγοντες. Λουκάς Βλάχος Τμήμα Φυσικής

Γενικά Μαθηματικά Ι. Ενότητα 13: Ακτίνα Σύγκλισης, Αριθμητική Ολοκλήρωση, Ολοκλήρωση Κατά Παράγοντες. Λουκάς Βλάχος Τμήμα Φυσικής ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ ΑΝΟΙΚΤΑ ΑΚΑΔΗΜΑΪΚΑ ΜΑΘΗΜΑΤΑ Ενότητα 3: Ακτίνα Σύγκλισης, Αριθμητική Ολοκλήρωση, Ολοκλήρωση Κατά Παράγοντες Λουκάς Βλάχος Άδειες Χρήσης Το παρόν εκπαιδευτικό υλικό

Διαβάστε περισσότερα

ΛΟΓΙΣΜΟΣ Συναρτήσεων µιας Μεταβλητής

ΛΟΓΙΣΜΟΣ Συναρτήσεων µιας Μεταβλητής Σηµειωσεις: ΛΟΓΙΣΜΟΣ Συναρτήσεων µιας Μεταβλητής Θ. Κεχαγιάς Σεπτέµβρης 9 v..85 Περιεχόµενα Προλογος Εισαγωγη Βασικες Συναρτησεις. Θεωρια..................................... Λυµενα Προβληµατα.............................

Διαβάστε περισσότερα

Homework 8 Model Solution Section

Homework 8 Model Solution Section MATH 004 Homework Solution Homework 8 Model Solution Section 14.5 14.6. 14.5. Use the Chain Rule to find dz where z cosx + 4y), x 5t 4, y 1 t. dz dx + dy y sinx + 4y)0t + 4) sinx + 4y) 1t ) 0t + 4t ) sinx

Διαβάστε περισσότερα

Αρµονικοί ταλαντωτές

Αρµονικοί ταλαντωτές Αρµονικοί ταλαντωτές ΦΥΣ 131 - Διαλ.30 2 Αρµονικοί ταλαντωτές q Μερικά από τα θέµατα που θα καλύψουµε: q Μάζες σε ελατήρια, εκκρεµή q Διαφορικές εξισώσεις: d 2 x dt 2 + K m x = 0 Ø Mε λύση της µορφής:

Διαβάστε περισσότερα

Γενικά Μαθηματικά Ι. Ενότητα 14: Ολοκλήρωση Κατά Παράγοντες, Ολοκλήρωση Ρητών Συναρτήσεων Λουκάς Βλάχος Τμήμα Φυσικής

Γενικά Μαθηματικά Ι. Ενότητα 14: Ολοκλήρωση Κατά Παράγοντες, Ολοκλήρωση Ρητών Συναρτήσεων Λουκάς Βλάχος Τμήμα Φυσικής ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ ΑΝΟΙΚΤΑ ΑΚΑΔΗΜΑΪΚΑ ΜΑΘΗΜΑΤΑ Ενότητα 1: Ολοκλήρωση Κατά Παράγοντες, Ολοκλήρωση Ρητών Συναρτήσεων Λουκάς Βλάχος Άδειες Χρήσης Το παρόν εκπαιδευτικό υλικό υπόκειται

Διαβάστε περισσότερα

= (2)det (1)det ( 5)det 1 2. u

= (2)det (1)det ( 5)det 1 2. u www.maths.gr, Ενδεικτικές Λύσεις ης Εργασίας ΦΥΕ4 έτους -. Οι Λύσεις είναι για την βοήθεια των φοιτητών, σε ΘΕΜΑ ο 5 6 4 6 4 5 det 4 5 6 ()det ()det ()det 8 9 7 9 7 8 7 8 9 ()( ) ()( 6 ) ()( ) 5 4 4 det

Διαβάστε περισσότερα

f (x) g(h) = 1. f(x + h) f(x) f(x)f(h) f(x) = lim f(x) (f(h) 1) = lim = lim = lim f(x)g(h) g(h) = f(x) lim = f(x) 1 = f(x)

f (x) g(h) = 1. f(x + h) f(x) f(x)f(h) f(x) = lim f(x) (f(h) 1) = lim = lim = lim f(x)g(h) g(h) = f(x) lim = f(x) 1 = f(x) Πανεπιστήµιο Κρήτης - Τµήµα Επιστήµης Υπολογιστών Απειροστικός Λογισµός Ι ιδάσκων : Α. Μουχτάρης Απειροστικός Λογισµός Ι - Λύσεις 2ης Σειράς Ασκήσεων Ασκηση 1. Για κάθε a,b και x 2, η f είναι παραγωγίσιµη.

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

Areas and Lengths in Polar Coordinates Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the

Διαβάστε περισσότερα

= df. f (n) (x) = dn f dx n

= df. f (n) (x) = dn f dx n Παράγωγος Συνάρτησης Ορισμός Παραγώγου σε ένα σημείο ΠΑΡΑΓΩΓΟΣ ΣΥΝΑΡΤΗΣΗΣ σε ένα σημείο ξ είναι το όριο (αν υπάρχει!) Ορισμός Cauchy: f (ξ) = lim x ξ g(x, ξ), g(x, ξ) = f(x) f(ξ) x ξ ɛ > 0 δ(ɛ, ξ) > 0

Διαβάστε περισσότερα

1. If log x 2 y 2 = a, then dy / dx = x 2 + y 2 1] xy 2] y / x. 3] x / y 4] none of these

1. If log x 2 y 2 = a, then dy / dx = x 2 + y 2 1] xy 2] y / x. 3] x / y 4] none of these 1. If log x 2 y 2 = a, then dy / dx = x 2 + y 2 1] xy 2] y / x 3] x / y 4] none of these 1. If log x 2 y 2 = a, then x 2 + y 2 Solution : Take y /x = k y = k x dy/dx = k dy/dx = y / x Answer : 2] y / x

Διαβάστε περισσότερα

5. Phương trình vi phân

5. Phương trình vi phân 5. Phương trình vi phân (Toán cao cấp 2 - Giải tích) Lê Phương Bộ môn Toán kinh tế Đại học Ngân hàng TP. Hồ Chí Minh Homepage: http://docgate.com/phuongle Nội dung 1 Khái niệm Phương trình vi phân Bài

Διαβάστε περισσότερα

1.1 Βασικές Έννοιες των Διαφορικών Εξισώσεων

1.1 Βασικές Έννοιες των Διαφορικών Εξισώσεων Κεφάλαιο 1 Εισαγωγικά Στο κεφάλαιο αυτό θα παρουσιάσουμε τις βασικές έννοιες και ορισμούς των Διαφορικών Εξισώσεων. Στο εδάφιο 1.1 παρουσιάζονται οι βασικές έννοιες και ορισμοί των διαφορικών εξισώσεων

Διαβάστε περισσότερα

ΠΑΡΟΡΑΜΑΤΑ ΕΚΔΟΣΗ 12 ΜΑΡΤΙΟΥ 2018

ΠΑΡΟΡΑΜΑΤΑ ΕΚΔΟΣΗ 12 ΜΑΡΤΙΟΥ 2018 ΝΙΚΟΛΑΟΣ M. ΣΤΑΥΡΑΚΑΚΗΣ: «Μερικές Διαφορικές Εξισώσεις & Μιγαδικές Συναρτήσεις: Θεωρία και Εφαρμογές» η Έκδοση, Αυτοέκδοση) Αθήνα, ΜΑΡΤΙΟΣ 06, Εξώφυλλο: ΜΑΛΑΚΟ, ΕΥΔΟΞΟΣ: 5084750, ISBN: 978-960-93-7366-

Διαβάστε περισσότερα

* très facile ** facile *** difficulté moyenne **** difficile ***** très difficile I : Incontournable T : pour travailler et mémoriser le cours

* très facile ** facile *** difficulté moyenne **** difficile ***** très difficile I : Incontournable T : pour travailler et mémoriser le cours Exo7 Courbes en polaires Exercices de Jean-Louis Rouget. Retrouver aussi cette fiche sur www.maths-france.fr * très facile ** facile *** difficulté moyenne **** difficile ***** très difficile I : Incontournable

Διαβάστε περισσότερα

ECE Spring Prof. David R. Jackson ECE Dept. Notes 2

ECE Spring Prof. David R. Jackson ECE Dept. Notes 2 ECE 634 Spring 6 Prof. David R. Jackson ECE Dept. Notes Fields in a Source-Free Region Example: Radiation from an aperture y PEC E t x Aperture Assume the following choice of vector potentials: A F = =

Διαβάστε περισσότερα

List MF20. List of Formulae and Statistical Tables. Cambridge Pre-U Mathematics (9794) and Further Mathematics (9795)

List MF20. List of Formulae and Statistical Tables. Cambridge Pre-U Mathematics (9794) and Further Mathematics (9795) List MF0 List of Formulae and Statistical Tables Cambridge Pre-U Mathematics (979) and Further Mathematics (979) For use from 07 in all aers for the above syllabuses. CST7 Mensuration Surface area of shere

Διαβάστε περισσότερα

SPECIAL FUNCTIONS and POLYNOMIALS

SPECIAL FUNCTIONS and POLYNOMIALS SPECIAL FUNCTIONS and POLYNOMIALS Gerard t Hooft Stefan Nobbenhuis Institute for Theoretical Physics Utrecht University, Leuvenlaan 4 3584 CC Utrecht, the Netherlands and Spinoza Institute Postbox 8.195

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

Areas and Lengths in Polar Coordinates Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the

Διαβάστε περισσότερα

Taylor Polynomials. 2 x2 6 x3 24 x4

Taylor Polynomials. 2 x2 6 x3 24 x4 > Taylor Polynomials > Taylor Polynomials about x = 0. A primary use of Taylor polynomials is to find good polynomial approximations to a function near a specified value. As a first example, we use a fourth

Διαβάστε περισσότερα

= DX(0, 0)(ae 1 + be 2 ) = adx(0, 0)e 1 + bdx(0, 0)e 2 = ax u (0, 0) + bx v (0, 0).

= DX(0, 0)(ae 1 + be 2 ) = adx(0, 0)e 1 + bdx(0, 0)e 2 = ax u (0, 0) + bx v (0, 0). Κεφάλαιο 3 Ο εφαπτόμενος χώρος Σύνοψη Ο εφαπτόμενος χώρος μιας κανονικής επιφάνειας αποτελεί τη βέλτιση γραμμική προσέγγιση της επιφάνειας σε ένα σημείο της. Αποτελείται από όλα τα εφαπτόμενα διανύσματα

Διαβάστε περισσότερα

Lecture 26: Circular domains

Lecture 26: Circular domains Introductory lecture notes on Partial Differential Equations - c Anthony Peirce. Not to be copied, used, or revised without eplicit written permission from the copyright owner. 1 Lecture 6: Circular domains

Διαβάστε περισσότερα

Επίλυση Δ.Ε. με Laplace

Επίλυση Δ.Ε. με Laplace Επίλυση Δ.Ε. με Laplace Ν. Παπαδάκης 24 Οκτωβρίου 2015 Ν. Παπαδάκης Επίλυση Δ.Ε. με Laplace 24 Οκτωβρίου 2015 1 / 78 Περιεχόμενα 1 Παρουσίαση Προβλήματος Επίλυση διαϕορικής εξίσωσης Ορισμός Άλλες μορϕή

Διαβάστε περισσότερα

Basic Formulas. 8. sin(x) = cos(x π 2 ) 9. sin 2 (x) =1 cos 2 (x) 10. sin(2x) = 2 sin(x)cos(x) 11. cos(2x) =2cos 2 (x) tan(x) = 1 cos(2x)

Basic Formulas. 8. sin(x) = cos(x π 2 ) 9. sin 2 (x) =1 cos 2 (x) 10. sin(2x) = 2 sin(x)cos(x) 11. cos(2x) =2cos 2 (x) tan(x) = 1 cos(2x) Bsic Formuls. n d =. d b = 3. b d =. sin d = 5. cos d = 6. tn d = n n ln b ln b b cos sin ln cos 7. udv= uv vdu. sin( = cos( π 9. sin ( = cos ( 0. sin( = sin(cos(. cos( =cos (. tn( = cos( sin( 3. sin(b

Διαβάστε περισσότερα

Quadratic Expressions

Quadratic Expressions Quadratic Expressions. The standard form of a quadratic equation is ax + bx + c = 0 where a, b, c R and a 0. The roots of ax + bx + c = 0 are b ± b a 4ac. 3. For the equation ax +bx+c = 0, sum of the roots

Διαβάστε περισσότερα

% APPM$1235$Final$Exam$$Fall$2016$

% APPM$1235$Final$Exam$$Fall$2016$ Name Section APPM$1235$Final$Exam$$Fall$2016$ Page Score December13,2016 ATTHETOPOFTHEPAGEpleasewriteyournameandyoursectionnumber.The followingitemsarenotpermittedtobeusedduringthisexam:textbooks,class

Διαβάστε περισσότερα

x3 + 1 (sin x)/x d dx (f(g(x))) = f ( g(x)) g (x). d dx (sin(x3 )) = cos(x 3 ) (3x 2 ). 3x 2 cos(x 3 )dx = sin(x 3 ) + C. d e (t2 +1) = e (t2 +1)

x3 + 1 (sin x)/x d dx (f(g(x))) = f ( g(x)) g (x). d dx (sin(x3 )) = cos(x 3 ) (3x 2 ). 3x 2 cos(x 3 )dx = sin(x 3 ) + C. d e (t2 +1) = e (t2 +1) x sin x cosx e x lnx x3 + (sin x)/x e x {}}{ (f(g(x))) = f ( g(x)) g (x). }{{}}{{} f(g(x)) 3x cos(x 3 ). 3x cos(x 3 ) x 3 3x sin(x 3 ) (sin(x3 )) = cos(x 3 ) (3x ). 3x cos(x 3 ) = sin(x 3 ) + C. e ( +).

Διαβάστε περισσότερα

Trigonometric Formula Sheet

Trigonometric Formula Sheet Trigonometric Formula Sheet Definition of the Trig Functions Right Triangle Definition Assume that: 0 < θ < or 0 < θ < 90 Unit Circle Definition Assume θ can be any angle. y x, y hypotenuse opposite θ

Διαβάστε περισσότερα

Author : Πιθανώς έχει κάποιο λάθος Supervisor : Πιθανώς έχει καποιο λάθος.

Author : Πιθανώς έχει κάποιο λάθος Supervisor : Πιθανώς έχει καποιο λάθος. ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ Τμήμα Φυσικής 1ο Σετ Ασκήσεων Γενικών Μαθηματικών ΙΙ Author : Βρετινάρης Γεώργιος Πιθανώς έχει κάποιο λάθος Supervisor : Χ.Τσάγκας 19 Φεβρουαρίου 217 ΑΕΜ: 14638 Πιθανώς

Διαβάστε περισσότερα

Second Order Partial Differential Equations

Second Order Partial Differential Equations Chapter 7 Second Order Partial Differential Equations 7.1 Introduction A second order linear PDE in two independent variables (x, y Ω can be written as A(x, y u x + B(x, y u xy + C(x, y u u u + D(x, y

Διαβάστε περισσότερα

Κεφάλαιο ΙV : Εργαστηριακές ασκήσεις που αφορούν πίνακες και µεθόδους στη Java.

Κεφάλαιο ΙV : Εργαστηριακές ασκήσεις που αφορούν πίνακες και µεθόδους στη Java. Κεφάλαιο ΙV : Εργαστηριακές ασκήσεις που αφορούν πίνακες και µεθόδους στη Java. Στο παρόν κεφάλαιο παρουσιάζονται εργαστηριακές ασκήσεις οι οποίες αφορούν την χρήση πινάκων και την δηµιουργία και χρήση

Διαβάστε περισσότερα

Τίτλος Μαθήματος: Συνήθεις Διαφορικές Εξισώσεις Ι

Τίτλος Μαθήματος: Συνήθεις Διαφορικές Εξισώσεις Ι Τίτλος Μαθήματος: Συνήθεις Διαφορικές Εξισώσεις Ι Ενότητα: Σ.Δ.Ε. 1 ης τάξης ανώτερου βαθμού, ορθογώνιες τροχιές Όνομα Καθηγητή: Χρυσή Κοκολογιαννάκη Τμήμα: Μαθηματικών Άδειες Χρήσης Το παρόν εκπαιδευτικό

Διαβάστε περισσότερα

σ (t) = (sin t + t cos t) 2 + (cos t t sin t) = t )) 5 = log 1 + r (t) = 2 + e 2t + e 2t = e t + e t

σ (t) = (sin t + t cos t) 2 + (cos t t sin t) = t )) 5 = log 1 + r (t) = 2 + e 2t + e 2t = e t + e t ΛΥΣΕΙΣ. Οι ακήεις από το βιβλίο των Mrsden - Tromb.. 3.)e) Είναι t) sin t + t os t, os t t sin t, 3) οπότε t) sin t + t os t) + os t t sin t) + 3 t + 4 και το μήκος είναι ίο με t t) dt t + 4 dt t + 4 +

Διαβάστε περισσότερα

Rectangular Polar Parametric

Rectangular Polar Parametric Hrold s AP Clculus BC Rectngulr Polr Prmetric Chet Sheet 15 Octoer 2017 Point Line Rectngulr Polr Prmetric f(x) = y (x, y) (, ) Slope-Intercept Form: y = mx + Point-Slope Form: y y 0 = m (x x 0 ) Generl

Διαβάστε περισσότερα

f (x) dx = f (x) + c a f (x) f (x) cos 2 (f (x)) f (x) dx = tan(f (x)) + c 1 sin 2 (f (x)) f (x) dx = cot(f (x)) + c e f (x) f (x) dx = e f (x) + c

f (x) dx = f (x) + c a f (x) f (x) cos 2 (f (x)) f (x) dx = tan(f (x)) + c 1 sin 2 (f (x)) f (x) dx = cot(f (x)) + c e f (x) f (x) dx = e f (x) + c Ασκήσεις στα Μαθηματικά Ι Τμήμα Χημ. Μηχανικών ΑΠΘ Μουτάφη Ευαγγελία Θεσσαλονίκη 208-209 Ορισμοί ΤΟ ΑΟΡΙΣΤΟ ΟΛΟΚΛΗΡΩΜΑ Αντιπαράγωγος συνάρτησης Εστω συνάρτηση f : R, R διάστημα. Αν για τη συνάρτηση F :

Διαβάστε περισσότερα

TD 1 Transformation de Laplace

TD 1 Transformation de Laplace TD Transformation de Lalace Exercice. On considère les fonctions suivantes définies sur R +. Pour chacune de ces fonctions, on vous demande de déterminer la transformée de Lalace et de réciser le domaine

Διαβάστε περισσότερα

Ενότητα 5: Ακρότατα συναρτησιακών μιας συνάρτησης. Νίκος Καραμπετάκης Τμήμα Μαθηματικών

Ενότητα 5: Ακρότατα συναρτησιακών μιας συνάρτησης. Νίκος Καραμπετάκης Τμήμα Μαθηματικών ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ ΑΝΟΙΧΤΑ ΑΚΑΔΗΜΑΙΚΑ ΜΑΘΗΜΑΤΑ Ενότητα 5: Ακρότατα συναρτησιακών μιας συνάρτησης Νίκος Καραμπετάκης Το παρόν εκπαιδευτικό υλικό υπόκειται σε άδειες χρήσης Creative Commons.

Διαβάστε περισσότερα

([28] Bao-Feng Feng (UTP-TX), ( ), [20], [16], [24]. 1 ([3], [17]) p t = 1 2 κ2 T + κ s N -259-

([28] Bao-Feng Feng (UTP-TX), ( ), [20], [16], [24]. 1 ([3], [17]) p t = 1 2 κ2 T + κ s N -259- 5,..,. [8]..,,.,.., Bao-Feng Feng UTP-TX,, UTP-TX,,. [0], [6], [4].. ps ps, t. t ps, 0 = ps. s 970 [0] []. [3], [7] p t = κ T + κ s N -59- , κs, t κ t + 3 κ κ s + κ sss = 0. T s, t, Ns, t., - mkdv. mkdv.

Διαβάστε περισσότερα

Εφαρμοσμένα Μαθηματικά ΙΙ 1ο Σετ Ασκήσεων (Λύσεις) Διανύσματα, Ευθείες Επίπεδα, Επιφάνειες 2ου βαθμού Επιμέλεια: Ι. Λυχναρόπουλος

Εφαρμοσμένα Μαθηματικά ΙΙ 1ο Σετ Ασκήσεων (Λύσεις) Διανύσματα, Ευθείες Επίπεδα, Επιφάνειες 2ου βαθμού Επιμέλεια: Ι. Λυχναρόπουλος Εφαρμοσμένα Μαθηματικά ΙΙ ο Σετ Ασκήσεων (Λύσεις) Διανύσματα, Ευθείες Επίπεδα, Επιφάνειες ου βαθμού Επιμέλεια: Ι. Λυχναρόπουλος. Βρείτε το διάνυσμα με άκρα το Α(3,-,5) και Β(5,,-) ΑΒ=< 5 3, ( ), 5 >=

Διαβάστε περισσότερα

Problem 1.1 For y = a + bx, y = 4 when x = 0, hence a = 4. When x increases by 4, y increases by 4b, hence b = 5 and y = 4 + 5x.

Problem 1.1 For y = a + bx, y = 4 when x = 0, hence a = 4. When x increases by 4, y increases by 4b, hence b = 5 and y = 4 + 5x. Appendix B: Solutions to Problems Problem 1.1 For y a + bx, y 4 when x, hence a 4. When x increases by 4, y increases by 4b, hence b 5 and y 4 + 5x. Problem 1. The plus sign indicates that y increases

Διαβάστε περισσότερα

No 5 Άσκηση παραγώγισης γινοµένου. ( 4 x 2 3 ) 3 x 4 ) 2 x 3 ) 6 ( 4 x 2 3 ) x 2. = 8 x ( 1. = 24 x 20 x 4 + 9 x 2. 3 x 4 ) 12 ( 2 x 2 1 ) x 3

No 5 Άσκηση παραγώγισης γινοµένου. ( 4 x 2 3 ) 3 x 4 ) 2 x 3 ) 6 ( 4 x 2 3 ) x 2. = 8 x ( 1. = 24 x 20 x 4 + 9 x 2. 3 x 4 ) 12 ( 2 x 2 1 ) x 3 Μαθηµατική Υποστήριξη Φοιτητών : Ιδιαίτερα Μαθήµατα, Λυµένες Ασκήσεις, Βοήθεια στη λύση Εργασιών. Θ. Χριστόπουλος, www.maths.gr, Tηλ.: 69 79 0 5 Ασκήσεις παραγώγισης γινοµένου No Άσκηση παραγώγισης γινοµένου

Διαβάστε περισσότερα

r r t r r t t r t P s r t r P s r s r r rs tr t r r t s ss r P s s t r t t tr r r t t r t r r t t s r t rr t Ü rs t 3 r r r 3 rträ 3 röÿ r t

r r t r r t t r t P s r t r P s r s r r rs tr t r r t s ss r P s s t r t t tr r r t t r t r r t t s r t rr t Ü rs t 3 r r r 3 rträ 3 röÿ r t r t t r t ts r3 s r r t r r t t r t P s r t r P s r s r P s r 1 s r rs tr t r r t s ss r P s s t r t t tr r 2s s r t t r t r r t t s r t rr t Ü rs t 3 r t r 3 s3 Ü rs t 3 r r r 3 rträ 3 röÿ r t r r r rs

Διαβάστε περισσότερα

Module #8b Transformation des contraintes et des déformations 2D-3D : Cercle de Mohr

Module #8b Transformation des contraintes et des déformations 2D-3D : Cercle de Mohr Introduction Mohr D ( σ) σ&ɛ planes Mohr 3D ( σ) ɛ Mesures de ɛ Résumé Module #8b Transformation des contraintes et des déformations D-3D : Cercle de Mohr (CIV1150 - Résistance des matériaux) Enseignant:

Διαβάστε περισσότερα

Computing the Macdonald function for complex orders

Computing the Macdonald function for complex orders Macdonald p. 1/1 Computing the Macdonald function for complex orders Walter Gautschi wxg@cs.purdue.edu Purdue University Macdonald p. 2/1 Integral representation K ν (x) = complex order ν = α + iβ e x

Διαβάστε περισσότερα

Γενικά Μαθηματικά Ι. Ενότητα 16: Ολοκλήρωση Τριγωνομετρικών Συναρτήσεων, Γενικευμένα Ολοκληρώματα Λουκάς Βλάχος Τμήμα Φυσικής

Γενικά Μαθηματικά Ι. Ενότητα 16: Ολοκλήρωση Τριγωνομετρικών Συναρτήσεων, Γενικευμένα Ολοκληρώματα Λουκάς Βλάχος Τμήμα Φυσικής ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ ΑΝΟΙΚΤΑ ΑΚΑΔΗΜΑΪΚΑ ΜΑΘΗΜΑΤΑ Ενότητα 16: Ολοκλήρωση Τριγωνομετρικών Συναρτήσεων, Γενικευμένα Ολοκληρώματα Λουκάς Βλάχος Άδειες Χρήσης Το παρόν εκπαιδευτικό υλικό υπόκειται

Διαβάστε περισσότερα

4.4 Superposition of Linear Plane Progressive Waves

4.4 Superposition of Linear Plane Progressive Waves .0 Marine Hydrodynamics, Fall 08 Lecture 6 Copyright c 08 MIT - Department of Mechanical Engineering, All rights reserved..0 - Marine Hydrodynamics Lecture 6 4.4 Superposition of Linear Plane Progressive

Διαβάστε περισσότερα

Κεφάλαιο 8 Το αόριστο ολοκλήρωµα

Κεφάλαιο 8 Το αόριστο ολοκλήρωµα Κεφάλαιο 8 Το αόριστο ολοκλήρωµα 8 Θεµελίωση έννοιας αορίστου ολοκληρώµατος Στο 7 0 Κεφάλαιο ορίσαµε την έννοια της αντιπαραγώγου µιας συνάρτησης f σ ένα κλειστό και φραγµένο διάστηµα Γενικότερα Ορισµός

Διαβάστε περισσότερα

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- -----------------

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- ----------------- Inverse trigonometric functions & General Solution of Trigonometric Equations. 1. Sin ( ) = a) b) c) d) Ans b. Solution : Method 1. Ans a: 17 > 1 a) is rejected. w.k.t Sin ( sin ) = d is rejected. If sin

Διαβάστε περισσότερα

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β 3.4 SUM AND DIFFERENCE FORMULAS Page Theorem cos(αβ cos α cos β -sin α cos(α-β cos α cos β sin α NOTE: cos(αβ cos α cos β cos(α-β cos α -cos β Proof of cos(α-β cos α cos β sin α Let s use a unit circle

Διαβάστε περισσότερα

derivation of the Laplacian from rectangular to spherical coordinates

derivation of the Laplacian from rectangular to spherical coordinates derivation of the Laplacian from rectangular to spherical coordinates swapnizzle 03-03- :5:43 We begin by recognizing the familiar conversion from rectangular to spherical coordinates (note that φ is used

Διαβάστε περισσότερα

γ γ(t) x 2 + y2 tan t. , et e t a 2 t +e t

γ γ(t) x 2 + y2 tan t. , et e t a 2 t +e t Εισαγωγή στη Διαφορική Γεωμετρία Καμπυλών και Επιφανειών Σημειώσεις παραδόσεων εαρινού εξαμήνου 011-01 Αντώνιος Μελάς Τμήμα Μαθηματικών Πανεπιστήμιο Αθηνών Αθήνα 013 Περιεχόμενα 1 Καμπύλες 1 1.1 Καμπύλες

Διαβάστε περισσότερα

Αθ.Κεχαγιας. v. 0.86. Λογισµός Συναρτήσεων Μιας Μεταβλητής µε παράρτηµα Αναλυτικής Γεωµετρίας. Σηµειωσεις : Θ. Κεχαγιας.

Αθ.Κεχαγιας. v. 0.86. Λογισµός Συναρτήσεων Μιας Μεταβλητής µε παράρτηµα Αναλυτικής Γεωµετρίας. Σηµειωσεις : Θ. Κεχαγιας. Σηµειωσεις : Λογισµός Συναρτήσεων Μιας Μεταβλητής µε παράρτηµα Αναλυτικής Γεωµετρίας v..86 Θ. Κεχαγιας Απριλης Περιεχόµενα Προλογος Εισαγωγη Βασικες Συναρτησεις. Θεωρια.....................................

Διαβάστε περισσότερα

ẋ = f(x) n 1 f i (i = 1, 2,..., n) x i (i = 1, 2,..., n) x(0) = x o x(t) t > 0 t < 0 x(t) x o U I xo I xo : α xo < t < β xo α xo β xo x(t) t β t α + x f(x) = 0 x x x x V 1 x x o V 1 x(t) t > 0 x o V 1

Διαβάστε περισσότερα

ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ ΑΝΟΙΚΤΑ ΑΚΑΔΗΜΑΙΚΑ ΜΑΘΗΜΑΤΑ

ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ ΑΝΟΙΚΤΑ ΑΚΑΔΗΜΑΙΚΑ ΜΑΘΗΜΑΤΑ ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ ΑΝΟΙΚΤΑ ΑΚΑΔΗΜΑΙΚΑ ΜΑΘΗΜΑΤΑ Λογισμός Ι Ενότητα 4: Παράγωγοι Κ. Δασκαλογιάννης Τμήμα Μαθηματικών Α.Π.Θ. (Α.Π.Θ.) Λογισμός Ι 1 / 68 Άδειες Χρήσης Το παρόν εκπαιδευτικό

Διαβάστε περισσότερα

Αλάθιαζε-Γηάζιαζε - Πόισζε ηνπ θσηόο

Αλάθιαζε-Γηάζιαζε - Πόισζε ηνπ θσηόο Άζθεζε 3 Αλάθιαζε-Γηάζιαζε - Πόισζε ηνπ θσηόο 3.. θνπόο θνπφο ηεο εξγαζηεξηαθήο άζθεζεο είλαη ε κειέηε ησλ λφκσλ ηεο ιεγφκελεο «γεσκεηξηθήο νπηηθήο» θαζψο θαη ε κειέηε ηνπ γξακκηθά πνισκέλνπ θσηφο 3.2.

Διαβάστε περισσότερα

X x C(t) description lagrangienne ( X , t t t X x description eulérienne X x 1 1 v x t

X x C(t) description lagrangienne ( X , t t t X x description eulérienne X x 1 1 v x t X 3 x 3 C Q y C(t) Q t QP t t C configuration initiale description lagrangienne x Φ ( X, t) X Y x X P x P t X x C(t) configuration actuelle description eulérienne (, ) d x v x t dt X 3 x 3 C(t) F( X, t)

Διαβάστε περισσότερα

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS CHAPTER 5 SOLVING EQUATIONS BY ITERATIVE METHODS EXERCISE 104 Page 8 1. Find the positive root of the equation x + 3x 5 = 0, correct to 3 significant figures, using the method of bisection. Let f(x) =

Διαβάστε περισσότερα

Spherical Coordinates

Spherical Coordinates Spherical Coordinates MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Spherical Coordinates Another means of locating points in three-dimensional space is known as the spherical

Διαβάστε περισσότερα

6.4 Superposition of Linear Plane Progressive Waves

6.4 Superposition of Linear Plane Progressive Waves .0 - Marine Hydrodynamics, Spring 005 Lecture.0 - Marine Hydrodynamics Lecture 6.4 Superposition of Linear Plane Progressive Waves. Oblique Plane Waves z v k k k z v k = ( k, k z ) θ (Looking up the y-ais

Διαβάστε περισσότερα

Answers to Selected Exercises

Answers to Selected Exercises Answers to Selected Eercises Chapter. second, fifth, fifth, forty-second a i. yes, it is a ii. no, it is not a iii. no b i. no b ii. yes b iii. no c i. yes c ii. no c iii. no d i. no d ii. no d iii. yes

Διαβάστε περισσότερα

Κεθάιαην Επηθακπύιηα θαη Επηθαλεηαθά Οινθιεξώκαηα

Κεθάιαην Επηθακπύιηα θαη Επηθαλεηαθά Οινθιεξώκαηα Δπηθακπύιηα Οινθιεξώκαηα Κεθάιαην Επηθακπύιηα θαη Επηθαλεηαθά Οινθιεξώκαηα Επηθακπύιηα Οινθιεξώκαηα θαη εθαξκνγέο. Επηθακπύιην Οινθιήξωκα. Έζηω όηη ε βαζκωηή ζπλάξηεζε f(x,y,z) είλαη νξηζκέλε πάλω ζε κία

Διαβάστε περισσότερα

Ενότητα 3: Ακρότατα συναρτήσεων μίας ή πολλών μεταβλητών. Νίκος Καραμπετάκης Τμήμα Μαθηματικών

Ενότητα 3: Ακρότατα συναρτήσεων μίας ή πολλών μεταβλητών. Νίκος Καραμπετάκης Τμήμα Μαθηματικών ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ ΑΝΟΙΧΤΑ ΑΚΑΔΗΜΑΙΚΑ ΜΑΘΗΜΑΤΑ Ενότητα 3: Ακρότατα συναρτήσεων μίας ή πολλών μεταβλητών Νίκος Καραμπετάκης Το παρόν εκπαιδευτικό υλικό υπόκειται σε άδειες χρήσης Creative

Διαβάστε περισσότερα

ΚΟΙΛΕΣ KAI ΟΙΟΝΕΙ ΚΟΙΛΕΣ ΣΥΝΑΡΤΗΣΕΙΣ. R και καθε αριθμο οριζουμε. Την καμπυλη αδιαφοριας(indifference curve,level set) της f

ΚΟΙΛΕΣ KAI ΟΙΟΝΕΙ ΚΟΙΛΕΣ ΣΥΝΑΡΤΗΣΕΙΣ. R και καθε αριθμο οριζουμε. Την καμπυλη αδιαφοριας(indifference curve,level set) της f Page 1 of 13 covexity Ορισμος Για καθε συναρτηση ΚΟΙΛΕΣ KAI ΟΙΟΝΕΙ ΚΟΙΛΕΣ ΣΥΝΑΡΤΗΣΕΙΣ f : S R και καθε αριθμο οριζουμε Την καμπυλη αδιαφοριας(idifferece curve,level set) της f I { xs, f( x ) } Το υπερτερο

Διαβάστε περισσότερα

DiracDelta. Notations. Primary definition. Specific values. General characteristics. Traditional name. Traditional notation

DiracDelta. Notations. Primary definition. Specific values. General characteristics. Traditional name. Traditional notation DiracDelta Notations Traditional name Dirac delta function Traditional notation x Mathematica StandardForm notation DiracDeltax Primary definition 4.03.02.000.0 x Π lim ε ; x ε0 x 2 2 ε Specific values

Διαβάστε περισσότερα

Μαθηματική Ανάλυση ΙI

Μαθηματική Ανάλυση ΙI Τμήμα Μηχανικών Πληροφορικής & Τηλεπικοινωνιών Μαθηματική Ανάλυση ΙI Ενότητα 6: Παράγωγος κατά κατεύθυνση, κλίση, εφαπτόμενα επίπεδα Επίκουρος Καθηγητής Θ. Ζυγκιρίδης e-mail: tzygiridis@uowm.gr Τμήμα Μηχανικών

Διαβάστε περισσότερα

σ (9) = i + j + 3 k, σ (9) = 1 6 k.

σ (9) = i + j + 3 k, σ (9) = 1 6 k. Ασκήσεις από το Διανυσματικός Λογισμός των Marsden - romba και από το alculus του Apostol. 1. Βρείτε τα διανύσματα της ταχύτητας και της επιτάχυνσης και την εξίσωση της εφαπτομένης για κάθε μία από τις

Διαβάστε περισσότερα

ΙΑΦΟΡΙΚΕΣ ΕΞΙΣΩΣΕΙΣ ΙΑΝΟΥΑΡΙΟΣ 2012 ΘΕΜΑΤΑ Α

ΙΑΦΟΡΙΚΕΣ ΕΞΙΣΩΣΕΙΣ ΙΑΝΟΥΑΡΙΟΣ 2012 ΘΕΜΑΤΑ Α ΙΑΦΟΡΙΚΕΣ ΕΞΙΣΩΣΕΙΣ ΙΑΝΟΥΑΡΙΟΣ 0 ΘΕΜΑΤΑ Α Θέµα ο. Να βρεθεί (α) η γενική λύση yy() της διαφορικής εξίσωσης y' y + καθώς και (β) η µερική λύση που διέρχεται από το σηµείο y(/). (γ) Από ποια σηµεία του επιπέδου

Διαβάστε περισσότερα

Mesh Parameterization: Theory and Practice

Mesh Parameterization: Theory and Practice Mesh Parameterization: Theory and Practice Kai Hormann, Bruno Lévy, Alla Sheffer To cite this version: Kai Hormann, Bruno Lévy, Alla Sheffer. Mesh Parameterization: Theory and Practice. This document is

Διαβάστε περισσότερα

1 String with massive end-points

1 String with massive end-points 1 String with massive end-points Πρόβλημα 5.11:Θεωρείστε μια χορδή μήκους, τάσης T, με δύο σημειακά σωματίδια στα άκρα της, το ένα μάζας m, και το άλλο μάζας m. α) Μελετώντας την κίνηση των άκρων βρείτε

Διαβάστε περισσότερα

D Alembert s Solution to the Wave Equation

D Alembert s Solution to the Wave Equation D Alembert s Solution to the Wave Equation MATH 467 Partial Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Objectives In this lesson we will learn: a change of variable technique

Διαβάστε περισσότερα

Διαφορικές Εξισώσεις.

Διαφορικές Εξισώσεις. Διαφορικές Εξισώσεις. Εαρινό εξάμηνο 05-6. Λύσεις δεύτερου φυλλαδίου ασκήσεων.. Βρείτε όλες τις λύσεις της εξίσωσης Bernoulli x y = xy + y 3 καθορίζοντας προσεκτικά το διάστημα στο οποίο ορίζεται καθεμιά

Διαβάστε περισσότερα

= 1. z n 1 = z z n = 1. f(z) = x 0. (0, 0) = lim

= 1. z n 1 = z z n = 1. f(z) = x 0. (0, 0) = lim ΣΧΟΛΗ ΕΦΑΡΜΟΣΜΕΝΩΝ ΜΑΘΗΜΑΤΙΚΩΝ & ΦΥΣΙΚΩΝ ΕΠΙΣΤΗΜΩΝ ΤΟΜΕΑΣ ΜΑΘΗΜΑΤΙΚΩΝ 1η Σειρά Ασκήσεων στη Μιγαδική Ανάλυση 1. Να λυθεί η εξίσωση: 4 1 + 3i. Λύση. Επειδή 1 + 3i e πi/3, οι λύσεις της εξίσωσης 4 1 + 3i

Διαβάστε περισσότερα

5 Παράγωγος συνάρτησης

5 Παράγωγος συνάρτησης 5 Παράγωγος συνάρτησης Ας ϑεωρήσουµε µια συνάρτηση f µε πεδίο ορισµού το [a, b]. Για κάθε 0 [a, b] ορίζουµε µια νέα συνάρτηση µε τύπο µε πεδίο ορισµού D(Π 0 ) = D(f ) { 0 }. Την συνάρτηση Π 0 Π 0 () =

Διαβάστε περισσότερα

Section 8.3 Trigonometric Equations

Section 8.3 Trigonometric Equations 99 Section 8. Trigonometric Equations Objective 1: Solve Equations Involving One Trigonometric Function. In this section and the next, we will exple how to solving equations involving trigonometric functions.

Διαβάστε περισσότερα

Διαφορικές Εξισώσεις Πρώτης Τάξης

Διαφορικές Εξισώσεις Πρώτης Τάξης Κεφάλαιο 2 Διαφορικές Εξισώσεις Πρώτης Τάξης Στο κεφάλαιο αυτό θα μελετήσουμε διαφορικές εξισώσεις πρώτης τάξης και θα διατυπώσουμε χωρίς απόδειξη βασικά θεωρήματα αυτών. Το εδάφιο 2.1 ασχολείται με γραμμικές

Διαβάστε περισσότερα

Μαθηματική Ανάλυση Ι

Μαθηματική Ανάλυση Ι Τμήμα Μηχανικών Πληροφορικής & Τηλεπικοινωνιών Μαθηματική Ανάλυση Ι Ενότητα 6: Παράγωγοι Επίκ. Καθηγητής Θ. Ζυγκιρίδης e-mail: tzygiridis@uowm.gr Τμήμα Μηχανικών Πληροφορικής και Τηλεπικοινωνιών Άδειες

Διαβάστε περισσότερα

AREAS AND LENGTHS IN POLAR COORDINATES. 25. Find the area inside the larger loop and outside the smaller loop

AREAS AND LENGTHS IN POLAR COORDINATES. 25. Find the area inside the larger loop and outside the smaller loop SECTIN 9. AREAS AND LENGTHS IN PLAR CRDINATES 9. AREAS AND LENGTHS IN PLAR CRDINATES A Click here for answers. S Click here for solutions. 8 Find the area of the region that is bounded by the given curve

Διαβάστε περισσότερα

Formulario di Trigonometria

Formulario di Trigonometria Formulario di Trigonometria Indice degli argomenti Formule fondamentali Valori noti delle funzioni trigonometriche Simmetrie delle funzioni trigonometriche Relazioni tra funzioni goniometriche elementari

Διαβάστε περισσότερα

Mock Exam 7. 1 Hong Kong Educational Publishing Company. Section A 1. Reference: HKDSE Math M Q2 (a) (1 + kx) n 1M + 1A = (1) =

Mock Exam 7. 1 Hong Kong Educational Publishing Company. Section A 1. Reference: HKDSE Math M Q2 (a) (1 + kx) n 1M + 1A = (1) = Mock Eam 7 Mock Eam 7 Section A. Reference: HKDSE Math M 0 Q (a) ( + k) n nn ( )( k) + nk ( ) + + nn ( ) k + nk + + + A nk... () nn ( ) k... () From (), k...() n Substituting () into (), nn ( ) n 76n 76n

Διαβάστε περισσότερα

γ 1 6 M = 0.05 F M = 0.05 F M = 0.2 F M = 0.2 F M = 0.05 F M = 0.05 F M = 0.05 F M = 0.2 F M = 0.05 F 2 2 λ τ M = 6000 M = 10000 M = 15000 M = 6000 M = 10000 M = 15000 1 6 τ = 36 1 6 τ = 102 1 6 M = 5000

Διαβάστε περισσότερα

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1.

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1. Exercises 0 More exercises are available in Elementary Differential Equations. If you have a problem to solve any of them, feel free to come to office hour. Problem Find a fundamental matrix of the given

Διαβάστε περισσότερα

Ρητή μετατροπή αριθμητικής τιμής σε άλλο τύπο. Τι θα τυπωθεί στον παρακάτω κώδικα;

Ρητή μετατροπή αριθμητικής τιμής σε άλλο τύπο. Τι θα τυπωθεί στον παρακάτω κώδικα; Ρητή μετατροπή αριθμητικής τιμής σε άλλο τύπο Τι θα τυπωθεί στον παρακάτω κώδικα; Ρητή μετατροπή αριθμητικής τιμής σε άλλο τύπο Τι θα τυπωθεί στον παρακάτω κώδικα; Χωρίς να αλλάξουμε τον τύπο των a,b,

Διαβάστε περισσότερα

1. (a) (5 points) Find the unit tangent and unit normal vectors T and N to the curve. r(t) = 3cost, 4t, 3sint

1. (a) (5 points) Find the unit tangent and unit normal vectors T and N to the curve. r(t) = 3cost, 4t, 3sint 1. a) 5 points) Find the unit tangent and unit normal vectors T and N to the curve at the point P, π, rt) cost, t, sint ). b) 5 points) Find curvature of the curve at the point P. Solution: a) r t) sint,,

Διαβάστε περισσότερα