You are on page 1of 7

Endah Tri Pamula K2311026 Pendidikan Fisika / A LUAS DAERAH

2 1. Tentukan luas daerah yang dibatasi oleh parabola x =3 y dan garis y =x 1 Jawab > restart; > f:=sqrt(3-x); f := 3 x

> g:=x-1;

g := x 1

> plot([f,g],x=0..6,thickness=5);

> solve(f=g,x); > with(student): > leftbox(f,x=0..4);

> L =[ 3 x ] x > leftbox(g,x=0...4);

L =[ x 1 ] x > Int(g,x=1...2)+Int(f,x=2...3)=int(g,x=1...2)+int(f,x=2...3); 3 2 x 1 dx + 3 x dx =7 6 1 2 7 Jadi luas daerah yang dibatasi oleh x= 3 y dan garis y= x 1 adalah 6 2. Tentukan luas daerah yang dibatasi oleh kurva y = x serta sumbu x
2

Jawab :

> restart; > f:=sqrt(x); f := x > g:=-x+6; > h:=0;


g := x +6 h := 0

> plot([f,g,h],x=0...8,thickness=5);

> solve(f=g,x); > with(student): > rightbox(f,x=0...4);

L =[ x ] x > rightbox(g,x=4...6);

L =[ x +6 ] x > Int(f,x=0...4)+Int(g,x=4...6)=int(f,x=0...4)+int(g,x=4...6); 4 6 x dx + x +6 dx =22 3 4 0 22 jadi luas daerah yang dibatasi oleh kurva y= x dan y=-x+6 serta sumbu x adalah 3 VOLUME BENDA PUTAR x3 y = +2 4 3. Hitung volume benda putar bila daerah yang dibatasi , y =2 x , dan diputar garis x =2

jawab > restart; > f:=x^3/4+2;


f :=

x3 +2 4

> g:=2-x; > solve(f=g,x); > plot([f,g],x=-3...3); >

g := 2 x 0, 2 I, -2 I

> with(Student[Calculus1]): > VolumeOfRevolution(f,g,x=0...2,output=plot,axis=vertical,distan cefromaxis=2);

> Integralnya:=VolumeOfRevolution(f,g,x=0...2,output=integral,axi s=vertical,distancefromaxis=2);

( x 2 ) x ( x2 +4 ) Integralnya := dx 2 0

> Hasilnya:=VolumeOfRevolution(f,g,x=0...2,axis=vertical,distance fromaxis=2); 52 Hasilnya := 15


y = x3 +2 4 ,

jadi volume benda putar yang dihasilkan pada daerah yang dibatasi dibatasi 52 y =2 x , dan diputar garis x =2 adalah 15

2 4. Hitung volume benda putar bila daerah yang dibatasi oleh y = x 2 , y =( x 2 ) +1 diputar terhadap y =3 jawab > restart; > f:=abs(x-2); f := x 2

> g:=-(x-2)^2+1; > plot([f,g],x=0..4);

g := ( x 2 ) 2 +1

> with(Student[Calculus1]): > solve(f=g,x); 3 5 5 5 + , 2 2 2 2 > VolumeOfRevolution(f,g,x=5/21/2*5^(1/2)..3/2+1/2*5^(1/2),output=plot,axis=horizontal,distan

cefromaxis=3);

> Integralnya:=VolumeOfRevolution(f,g,x=5/2sqrt(5)/2....3/2+sqrt(5)/2,output=integral,axis=horizontal,dist ancefromaxis=3);


3/2 +

Integralnya :=

5 2

( x 2
5 2

6 x 2 27 x4 +8 x3 28 x2 +48 x ) dx

5/2

> Hasilnya:=VolumeOfRevolution(f,g,x=5/2sqrt(5)/2....3/2+sqrt(5)/2,axis=horizontal,distancefromaxis=3); 39 Hasilnya := +5 5 5 > evalf(%);


10.61965095

Jadi volume benda putar yang dihasilkan dari daerah yang dibatasi oleh y = x 2 , y =( x 2 ) 2 +1 diputar terhadap y = 3 adalah 10.61965095

You might also like