You are on page 1of 3

1) – Perhatikan tabel di bawah ini:

Anda di suruh Buatkan rumus di C++ atau ms. Xlx untuk membuktikan bahwa ukuran butir memiliki korelasi
dengan nama butir
2)
Data:
According to gold exploration on vein-typed deposit using vertical drilling, following information are
obtained: drilling database (Table 1); due to vertical drilling the thickness of both veins need to be
corrected; rockmass (wall rock) density is about 2.1 ton/m3; point (0,0,0) is set to be the local
reference. The lateral extend of vein 1 is characterised by its outcrop from (500,-888) to (-600,910),
while vein 2 by its outcrop from (600, -848) to (-800, 1448). The pre-mining topography is flat at 0
masl.

Table 1: Drilling Database


Thicknes
DH- Depth Depth Thickness Assay Assay
East North s of Vein
ID of Vein 1 of Vein 2 of Vein 1 of Vein 1 of Vein 2
2
  (m) (m) (masl) (masl) (m) (m) (gr/ton) (gr/ton)
1 0 0 50.0 -100.0 13.9 12.8 13.21 3.27
2 0 50 13.2 -136.8 11.3 14.1 5.68 8.82
3 0 100 -23.5 -173.5 11.6 13.9 10.33 5.99
4 0 150 -60.3 -210.3 12.4 13.3 13.81 4.50
5 50 0 -10.3 -160.3 12.6 14.8 8.11 7.58
6 100 0 -70.6 -220.6 11.4 13.1 11.87 8.94
7 150 0 -130.9 -280.9 11.8 16.2 3.35 8.50
8 200 0 -191.2 -341.2 13.1 12.6 7.75 3.73
9 50 50 -47.1 -197.1 10.0 13.2 5.42 3.43
10 100 100 -144.1 -294.1 14.2 16.3 11.62 3.86
11 150 150 -241.2 -391.2 13.9 15.6 5.56 8.30
12 200 200 -338.2 -488.2 14.8 13.8 12.26 2.96
13 25 50 -16.9 -166.9 13.7 16.0 8.88 8.05
14 50 25 -28.7 -178.7 10.7 14.2 6.55 5.08
15 75 100 -114.0 -264.0 12.9 14.6 5.53 9.82
16 100 75 -125.7 -275.7 11.3 12.7 6.42 8.69
17 100 150 -180.9 -330.9 12.7 13.9 7.78 5.37
18 150 100 -204.4 -354.4 12.3 14.8 3.63 5.44
19 150 200 -277.9 -427.9 11.0 16.5 13.65 4.10
20 200 150 -301.5 -451.5 11.4 13.4 5.47 8.88

Give:

1. Mathematical model (equation) of both veins !


3) – Single Ordinary Differential Equation (1ODE)
Solve following ODE using 1st, 2nd, 4th order Runge-Kutta, as well as the analytical
Method.
' 1
y =3 x + , with initial condition y (0)=1
y
1
y '=3 x− y ( 0 )=1The solution can be sarted from x = 0 up to x = 0.5 with h = 0.1. Give
y
the value of y(0.5) for both analytical and numerical solution, give your comments !

You might also like