SlideShare una empresa de Scribd logo
1 de 27
Adi Wirawan Husodo
   Why numerical integration?

    ◦ Ship is complex and its shape cannot usually be
      presented by mathematical equation.
    ◦ Numerical scheme, therefore, should be used to
      calculate the ship’s geometrical properties.

   Which numerical method ?

    ◦ Trapezoidal rule
    ◦ Simpson’s 1st rule
    ◦ Simpson’s 2nd rule
- uses 2 data points
- assume linear curve    : y=ax+b


                                        y4
                    y2        y3             A1=s/2 (y1+y2)
          y1
                                             A2=s/2 (y2+y3)
               A1                            A3=s/2 (y3+y4)
                         A2        A3

               s         s x3      s x4
          x1        x2
Total Area = A1+A2+A3
            = s/2 (y1+2y2+2y3+y4)
- uses 3 data points
      - assume 2nd order polynomial curve y(x)=ax²+bx+c

     Mathematical Integration                        Numerical Integration
                                                 y
y           dx             y(x)=ax²+bx+c               y1       y2       y3

dA
                                                                     A
                      A                                                          x
                                    x                  x1   s   x2   s   x3
       x1        x2       x3


                                        x3        s
     Area :       A            dA            y dx   ( y1 4 y2                 y3 )
                                        x1        3
y                                                y6 y7         y8
                          y2                  y5                         y9
                y1             y3     y4


                      s
                                                                                    x
            x1            x2    x3    x4       x5     x6 x7 x8 x9
       s                              s
  A      ( y1    4 y2          y3 )     ( y3       4 y4     y5 )
       3                              3                                       Odd number
       s                              s
         ( y5        4 y6      y7 )     ( y7        4 y8     y9 )
       3                              3
       s
         ( y1        4 y2      2 y3    4 y4     2 y5       4 y6        2 y7    4 y8       y9 )
       3

                            s
Gen. Eqn.       A             (y1     4y2      2y3         ... 2yn      2     4yn     1    yn )
                            3
Simpson’s 2nd Rule (skip)

   - uses 4 data points
   - assume 3rd order polynomial curve


     y                                     y4
                              y2     y3
                 y1
                                          y(x)=ax³+bx²+cx+d
                          A
                                                  x
                      s            s x3   x4
                 x1           x2
                  3s
    Area :   A       ( y1 3 y2 3 y3        y4 )
                  8
Application of Numerical Integration

   • Application
      - Waterplane Area
      - Sectional Area
      - Submerged Volume
      - LCF
      - VCB
      - LCB
   • Scheme
     - Simpson’s 1st Rule
Numerical Calculation
• Calculation Steps
  1. Start with a picture of what you are about to integrate.
  2. Show the differential element you are using.
  3. Properly label your axis and drawing.
  4. Write out the generalized calculus equation written in
     the same symbols you used to label your picture .
  5. Write out Simpson’s equation in generalized form.
  6. Substitute each number into the generalized Simpson’s
     equation.
  7. Calculate final answer.
      Not optional ! Always follow the above steps!
Waterplane Area
      y
                                  y(x)
                                                                     x
       FP                                  dx
                                                                 AP

                            Lpp
     AWP    2      dA 2           y( x ) dx
                            0
                area
                                AWP    water plane area( ft2 )
Factor for Symmetric W.A.       dA    differential area( ft2 )
                                y ( x ) y offset(hal - breadth) at x( ft)
                                                     f
                                dx      differential width( ft)
Waterplane Area(cont.)

• Generalized Simpson’s Equation

  y

                                                       x
                     x
   FP 0         1        2     3       4     5    6
                                                      AP

                      1
          AWP       2   x y0       4 y1 2 y2 ..
                      3
                      x distance between stations
Sectional Area
• Sectional Area : Numerical integration of half-breadth
                as a function of draft

z
                                                     T
                     WL    Asec t    2      dA 2         y( z ) dz
                                                     0
                  y(z)                   area
T
       dz                  Asec t   sectional area up to z ( ft2 )
                           dA       differential area( ft2 )
                     y     y ( z ) y offset(hal - breadth) at z( ft)
                                                f
                           dz      differential width( ft)
Sectional Area(cont.)
• Generalized Simpson’s equation
       z
                                       WL
       8
       6
                       z
  T    4                              z distance between waterlines
       2                          y
       0
                             T
   Asect   2          dA 2       y ( z ) dz
                             0
               area

             1
           2   z y0 4 y1 2 y2 .. 4 yn                 1   yn
             3
Submerged Volume : Longitudinal Integration

  • Submerged Volume : Integration of sectional area over
     the length of ship
  • Scheme                                 z



             x



                      As (x )
                                y
Submerged Volume
 • Sectional Area Curve
       As
                      Asec t ( x )


                                      dx               x
        FP                                     AP
• Calculus equation                     Lpp
    Vsubmerged    s              dV           Asec t ( x )dx
                       volume           0
• Generalized equation
        1
    s     x y0    4 y1 2 y2 .. 4 yn                1    yn
        3
                                      x distance between stations
Longitudinal Center of Floatation (LCF)

  • LCF
     - Centroid of waterplane area
     - Distance from reference point to center of floatation
     - Referenced to amidships or FP
     - Sign convention of LCF


                     +                          WL


                 -
                          +              FP
   Merupakan titik berat dari luas bidang garis
    air (water plane area).
   Suatu titik dimana kapal mengalami heel atau
    trim.
   Titik ini terletak pada centre line (dalam arah
    memanjang), disekitar midship (bisa di depan
    atau dibelakang midship).
   Disebut juga dengan KB (Keel to Buoyancy)

   Merupakan titik berat dari volume
    displacement kapal
                  total moment about the keel
   KB atau VCB =
                        vol. displaceme nt
Calculate Ship Properties Using Numerical Integration Methods
Calculate Ship Properties Using Numerical Integration Methods

Más contenido relacionado

La actualidad más candente

Numerical differentiation integration
Numerical differentiation integrationNumerical differentiation integration
Numerical differentiation integrationTarun Gehlot
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.Abu Kaisar
 
Newton-Raphson Method
Newton-Raphson MethodNewton-Raphson Method
Newton-Raphson MethodJigisha Dabhi
 
Newtons Divided Difference Formulation
Newtons Divided Difference FormulationNewtons Divided Difference Formulation
Newtons Divided Difference FormulationSohaib H. Khan
 
Newton's forward & backward interpolation
Newton's forward & backward interpolationNewton's forward & backward interpolation
Newton's forward & backward interpolationHarshad Koshti
 
Resumen de Integrales (Cálculo Diferencial e Integral UNAB)
Resumen de Integrales (Cálculo Diferencial e Integral UNAB)Resumen de Integrales (Cálculo Diferencial e Integral UNAB)
Resumen de Integrales (Cálculo Diferencial e Integral UNAB)Mauricio Vargas 帕夏
 
138191 rvsp lecture notes
138191 rvsp lecture notes138191 rvsp lecture notes
138191 rvsp lecture notesAhmed Tayeh
 
Matlab dc circuit analysis
Matlab dc circuit analysisMatlab dc circuit analysis
Matlab dc circuit analysisAmeen San
 
Interpolation with unequal interval
Interpolation with unequal intervalInterpolation with unequal interval
Interpolation with unequal intervalDr. Nirav Vyas
 
C3 Transformations
C3 TransformationsC3 Transformations
C3 TransformationsJJkedst
 
Presentacion calculo jan
Presentacion calculo janPresentacion calculo jan
Presentacion calculo janjantrevino
 
Natural and Clamped Cubic Splines
Natural and Clamped Cubic SplinesNatural and Clamped Cubic Splines
Natural and Clamped Cubic SplinesMark Brandao
 
Mathematics and History of Complex Variables
Mathematics and History of Complex VariablesMathematics and History of Complex Variables
Mathematics and History of Complex VariablesSolo Hermelin
 
Bahan ajar kalkulus integral
Bahan ajar kalkulus integralBahan ajar kalkulus integral
Bahan ajar kalkulus integralgrand_livina_good
 

La actualidad más candente (20)

Numerical differentiation integration
Numerical differentiation integrationNumerical differentiation integration
Numerical differentiation integration
 
Interpolation
InterpolationInterpolation
Interpolation
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.
 
Newton-Raphson Method
Newton-Raphson MethodNewton-Raphson Method
Newton-Raphson Method
 
Newtons Divided Difference Formulation
Newtons Divided Difference FormulationNewtons Divided Difference Formulation
Newtons Divided Difference Formulation
 
Newton's forward & backward interpolation
Newton's forward & backward interpolationNewton's forward & backward interpolation
Newton's forward & backward interpolation
 
Resumen de Integrales (Cálculo Diferencial e Integral UNAB)
Resumen de Integrales (Cálculo Diferencial e Integral UNAB)Resumen de Integrales (Cálculo Diferencial e Integral UNAB)
Resumen de Integrales (Cálculo Diferencial e Integral UNAB)
 
138191 rvsp lecture notes
138191 rvsp lecture notes138191 rvsp lecture notes
138191 rvsp lecture notes
 
Matlab dc circuit analysis
Matlab dc circuit analysisMatlab dc circuit analysis
Matlab dc circuit analysis
 
Lagrange’s interpolation formula
Lagrange’s interpolation formulaLagrange’s interpolation formula
Lagrange’s interpolation formula
 
Interpolation with unequal interval
Interpolation with unequal intervalInterpolation with unequal interval
Interpolation with unequal interval
 
Exponential functions
Exponential functionsExponential functions
Exponential functions
 
Derivatives
DerivativesDerivatives
Derivatives
 
Exponential functions (1)
Exponential functions (1)Exponential functions (1)
Exponential functions (1)
 
C3 Transformations
C3 TransformationsC3 Transformations
C3 Transformations
 
Presentacion calculo jan
Presentacion calculo janPresentacion calculo jan
Presentacion calculo jan
 
Natural and Clamped Cubic Splines
Natural and Clamped Cubic SplinesNatural and Clamped Cubic Splines
Natural and Clamped Cubic Splines
 
11365.integral 2
11365.integral 211365.integral 2
11365.integral 2
 
Mathematics and History of Complex Variables
Mathematics and History of Complex VariablesMathematics and History of Complex Variables
Mathematics and History of Complex Variables
 
Bahan ajar kalkulus integral
Bahan ajar kalkulus integralBahan ajar kalkulus integral
Bahan ajar kalkulus integral
 

Destacado

Numerical integration
Numerical integrationNumerical integration
Numerical integrationMohammed_AQ
 
Numerical integration
Numerical integrationNumerical integration
Numerical integrationTarun Gehlot
 
Presentation on Numerical Method (Trapezoidal Method)
Presentation on Numerical Method (Trapezoidal Method)Presentation on Numerical Method (Trapezoidal Method)
Presentation on Numerical Method (Trapezoidal Method)Syed Ahmed Zaki
 
Numerical integration
Numerical integrationNumerical integration
Numerical integrationSunny Chauhan
 
Applications of numerical methods
Applications of numerical methodsApplications of numerical methods
Applications of numerical methodsTarun Gehlot
 
25285 mws gen_int_ppt_trapcontinuous
25285 mws gen_int_ppt_trapcontinuous25285 mws gen_int_ppt_trapcontinuous
25285 mws gen_int_ppt_trapcontinuousJyoti Parange
 
Core 3 Simpsons Rule
Core 3 Simpsons RuleCore 3 Simpsons Rule
Core 3 Simpsons Ruledavidmiles100
 
numerical differentiation&integration
numerical differentiation&integrationnumerical differentiation&integration
numerical differentiation&integration8laddu8
 
Introduction to Numerical Analysis
Introduction to Numerical AnalysisIntroduction to Numerical Analysis
Introduction to Numerical AnalysisMohammad Tawfik
 
สัปดาห์ที่ 2 เรื่อง ความรู้เบื้องต้นเกี่ยวกับระบบสารสนเทศฯ
สัปดาห์ที่ 2 เรื่อง ความรู้เบื้องต้นเกี่ยวกับระบบสารสนเทศฯสัปดาห์ที่ 2 เรื่อง ความรู้เบื้องต้นเกี่ยวกับระบบสารสนเทศฯ
สัปดาห์ที่ 2 เรื่อง ความรู้เบื้องต้นเกี่ยวกับระบบสารสนเทศฯKhemjira_P
 
Assessment and evaluation
Assessment and evaluationAssessment and evaluation
Assessment and evaluationOly Galvan
 
2014 Investor Day
2014 Investor Day2014 Investor Day
2014 Investor DayCNOServices
 
Cinap motorpart 2012
Cinap motorpart 2012Cinap motorpart 2012
Cinap motorpart 2012mapple2012
 

Destacado (20)

Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Presentation on Numerical Method (Trapezoidal Method)
Presentation on Numerical Method (Trapezoidal Method)Presentation on Numerical Method (Trapezoidal Method)
Presentation on Numerical Method (Trapezoidal Method)
 
Numerical Integration
Numerical IntegrationNumerical Integration
Numerical Integration
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Applications of numerical methods
Applications of numerical methodsApplications of numerical methods
Applications of numerical methods
 
25285 mws gen_int_ppt_trapcontinuous
25285 mws gen_int_ppt_trapcontinuous25285 mws gen_int_ppt_trapcontinuous
25285 mws gen_int_ppt_trapcontinuous
 
Integration
IntegrationIntegration
Integration
 
Core 3 Simpsons Rule
Core 3 Simpsons RuleCore 3 Simpsons Rule
Core 3 Simpsons Rule
 
numerical differentiation&integration
numerical differentiation&integrationnumerical differentiation&integration
numerical differentiation&integration
 
APPLICATION OF NUMERICAL METHODS IN SMALL SIZE
APPLICATION OF NUMERICAL METHODS IN SMALL SIZEAPPLICATION OF NUMERICAL METHODS IN SMALL SIZE
APPLICATION OF NUMERICAL METHODS IN SMALL SIZE
 
Numerical method
Numerical methodNumerical method
Numerical method
 
Introduction to Numerical Analysis
Introduction to Numerical AnalysisIntroduction to Numerical Analysis
Introduction to Numerical Analysis
 
Using Energy Efficiently
Using Energy EfficientlyUsing Energy Efficiently
Using Energy Efficiently
 
Fall const
Fall constFall const
Fall const
 
สัปดาห์ที่ 2 เรื่อง ความรู้เบื้องต้นเกี่ยวกับระบบสารสนเทศฯ
สัปดาห์ที่ 2 เรื่อง ความรู้เบื้องต้นเกี่ยวกับระบบสารสนเทศฯสัปดาห์ที่ 2 เรื่อง ความรู้เบื้องต้นเกี่ยวกับระบบสารสนเทศฯ
สัปดาห์ที่ 2 เรื่อง ความรู้เบื้องต้นเกี่ยวกับระบบสารสนเทศฯ
 
Assessment and evaluation
Assessment and evaluationAssessment and evaluation
Assessment and evaluation
 
в лесу родилась елочка
в лесу родилась елочкав лесу родилась елочка
в лесу родилась елочка
 
2014 Investor Day
2014 Investor Day2014 Investor Day
2014 Investor Day
 
Cinap motorpart 2012
Cinap motorpart 2012Cinap motorpart 2012
Cinap motorpart 2012
 

Similar a Calculate Ship Properties Using Numerical Integration Methods

Areas of bounded regions
Areas of bounded regionsAreas of bounded regions
Areas of bounded regionsHimani Asija
 
X2 T07 03 addition, subtraction, multiplication & division (2011)
X2 T07 03 addition, subtraction,  multiplication & division (2011)X2 T07 03 addition, subtraction,  multiplication & division (2011)
X2 T07 03 addition, subtraction, multiplication & division (2011)Nigel Simmons
 
X2 T04 03 cuve sketching - addition, subtraction, multiplication and division
X2 T04 03 cuve sketching - addition, subtraction,  multiplication and divisionX2 T04 03 cuve sketching - addition, subtraction,  multiplication and division
X2 T04 03 cuve sketching - addition, subtraction, multiplication and divisionNigel Simmons
 
Pc12 sol c04_review
Pc12 sol c04_reviewPc12 sol c04_review
Pc12 sol c04_reviewGarden City
 
X2 t07 03 addition, subtraction, multiplication & division (2012)
X2 t07 03 addition, subtraction,  multiplication & division (2012)X2 t07 03 addition, subtraction,  multiplication & division (2012)
X2 t07 03 addition, subtraction, multiplication & division (2012)Nigel Simmons
 
Maths-double integrals
Maths-double integralsMaths-double integrals
Maths-double integralsmihir jain
 
Pc12 sol c03_review
Pc12 sol c03_reviewPc12 sol c03_review
Pc12 sol c03_reviewGarden City
 
ฟังก์ชัน(function)
ฟังก์ชัน(function)ฟังก์ชัน(function)
ฟังก์ชัน(function)Yodhathai Reesrikom
 
Num Integration
Num IntegrationNum Integration
Num Integrationmuhdisys
 
ฟังก์ชัน(function)
ฟังก์ชัน(function)ฟังก์ชัน(function)
ฟังก์ชัน(function)Yodhathai Reesrikom
 
Graphing Exponentials
Graphing ExponentialsGraphing Exponentials
Graphing Exponentialsteachingfools
 
11X1 T02 10 shifting curves ii (2011)
11X1 T02 10 shifting curves ii (2011)11X1 T02 10 shifting curves ii (2011)
11X1 T02 10 shifting curves ii (2011)Nigel Simmons
 
11 X1 T02 10 shifting curves II
11 X1 T02 10 shifting curves II11 X1 T02 10 shifting curves II
11 X1 T02 10 shifting curves IINigel Simmons
 
11 x1 t02 10 shifting curves ii (2012)
11 x1 t02 10 shifting curves ii (2012)11 x1 t02 10 shifting curves ii (2012)
11 x1 t02 10 shifting curves ii (2012)Nigel Simmons
 
sol pg 104 # 1,2,3.
sol pg 104 # 1,2,3.sol pg 104 # 1,2,3.
sol pg 104 # 1,2,3.Garden City
 
11 X1 T02 07 sketching graphs (2010)
11 X1 T02 07 sketching graphs (2010)11 X1 T02 07 sketching graphs (2010)
11 X1 T02 07 sketching graphs (2010)Nigel Simmons
 
11 x1 t02 07 sketching graphs (2012)
11 x1 t02 07 sketching graphs (2012)11 x1 t02 07 sketching graphs (2012)
11 x1 t02 07 sketching graphs (2012)Nigel Simmons
 

Similar a Calculate Ship Properties Using Numerical Integration Methods (20)

[4] num integration
[4] num integration[4] num integration
[4] num integration
 
Areas of bounded regions
Areas of bounded regionsAreas of bounded regions
Areas of bounded regions
 
X2 T07 03 addition, subtraction, multiplication & division (2011)
X2 T07 03 addition, subtraction,  multiplication & division (2011)X2 T07 03 addition, subtraction,  multiplication & division (2011)
X2 T07 03 addition, subtraction, multiplication & division (2011)
 
X2 T04 03 cuve sketching - addition, subtraction, multiplication and division
X2 T04 03 cuve sketching - addition, subtraction,  multiplication and divisionX2 T04 03 cuve sketching - addition, subtraction,  multiplication and division
X2 T04 03 cuve sketching - addition, subtraction, multiplication and division
 
Pc12 sol c04_review
Pc12 sol c04_reviewPc12 sol c04_review
Pc12 sol c04_review
 
Exercise #8 notes
Exercise #8 notesExercise #8 notes
Exercise #8 notes
 
X2 t07 03 addition, subtraction, multiplication & division (2012)
X2 t07 03 addition, subtraction,  multiplication & division (2012)X2 t07 03 addition, subtraction,  multiplication & division (2012)
X2 t07 03 addition, subtraction, multiplication & division (2012)
 
Maths-double integrals
Maths-double integralsMaths-double integrals
Maths-double integrals
 
Pc12 sol c03_review
Pc12 sol c03_reviewPc12 sol c03_review
Pc12 sol c03_review
 
ฟังก์ชัน(function)
ฟังก์ชัน(function)ฟังก์ชัน(function)
ฟังก์ชัน(function)
 
Pc12 sol c03_cp
Pc12 sol c03_cpPc12 sol c03_cp
Pc12 sol c03_cp
 
Num Integration
Num IntegrationNum Integration
Num Integration
 
ฟังก์ชัน(function)
ฟังก์ชัน(function)ฟังก์ชัน(function)
ฟังก์ชัน(function)
 
Graphing Exponentials
Graphing ExponentialsGraphing Exponentials
Graphing Exponentials
 
11X1 T02 10 shifting curves ii (2011)
11X1 T02 10 shifting curves ii (2011)11X1 T02 10 shifting curves ii (2011)
11X1 T02 10 shifting curves ii (2011)
 
11 X1 T02 10 shifting curves II
11 X1 T02 10 shifting curves II11 X1 T02 10 shifting curves II
11 X1 T02 10 shifting curves II
 
11 x1 t02 10 shifting curves ii (2012)
11 x1 t02 10 shifting curves ii (2012)11 x1 t02 10 shifting curves ii (2012)
11 x1 t02 10 shifting curves ii (2012)
 
sol pg 104 # 1,2,3.
sol pg 104 # 1,2,3.sol pg 104 # 1,2,3.
sol pg 104 # 1,2,3.
 
11 X1 T02 07 sketching graphs (2010)
11 X1 T02 07 sketching graphs (2010)11 X1 T02 07 sketching graphs (2010)
11 X1 T02 07 sketching graphs (2010)
 
11 x1 t02 07 sketching graphs (2012)
11 x1 t02 07 sketching graphs (2012)11 x1 t02 07 sketching graphs (2012)
11 x1 t02 07 sketching graphs (2012)
 

Último

ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 

Último (20)

ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 

Calculate Ship Properties Using Numerical Integration Methods

  • 2. Why numerical integration? ◦ Ship is complex and its shape cannot usually be presented by mathematical equation. ◦ Numerical scheme, therefore, should be used to calculate the ship’s geometrical properties.  Which numerical method ? ◦ Trapezoidal rule ◦ Simpson’s 1st rule ◦ Simpson’s 2nd rule
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8. - uses 2 data points - assume linear curve : y=ax+b y4 y2 y3 A1=s/2 (y1+y2) y1 A2=s/2 (y2+y3) A1 A3=s/2 (y3+y4) A2 A3 s s x3 s x4 x1 x2 Total Area = A1+A2+A3 = s/2 (y1+2y2+2y3+y4)
  • 9. - uses 3 data points - assume 2nd order polynomial curve y(x)=ax²+bx+c Mathematical Integration Numerical Integration y y dx y(x)=ax²+bx+c y1 y2 y3 dA A A x x x1 s x2 s x3 x1 x2 x3 x3 s Area : A dA y dx ( y1 4 y2 y3 ) x1 3
  • 10. y y6 y7 y8 y2 y5 y9 y1 y3 y4 s x x1 x2 x3 x4 x5 x6 x7 x8 x9 s s A ( y1 4 y2 y3 ) ( y3 4 y4 y5 ) 3 3 Odd number s s ( y5 4 y6 y7 ) ( y7 4 y8 y9 ) 3 3 s ( y1 4 y2 2 y3 4 y4 2 y5 4 y6 2 y7 4 y8 y9 ) 3 s Gen. Eqn. A (y1 4y2 2y3 ... 2yn 2 4yn 1 yn ) 3
  • 11. Simpson’s 2nd Rule (skip) - uses 4 data points - assume 3rd order polynomial curve y y4 y2 y3 y1 y(x)=ax³+bx²+cx+d A x s s x3 x4 x1 x2 3s Area : A ( y1 3 y2 3 y3 y4 ) 8
  • 12. Application of Numerical Integration • Application - Waterplane Area - Sectional Area - Submerged Volume - LCF - VCB - LCB • Scheme - Simpson’s 1st Rule
  • 13. Numerical Calculation • Calculation Steps 1. Start with a picture of what you are about to integrate. 2. Show the differential element you are using. 3. Properly label your axis and drawing. 4. Write out the generalized calculus equation written in the same symbols you used to label your picture . 5. Write out Simpson’s equation in generalized form. 6. Substitute each number into the generalized Simpson’s equation. 7. Calculate final answer. Not optional ! Always follow the above steps!
  • 14. Waterplane Area y y(x) x FP dx AP Lpp AWP 2 dA 2 y( x ) dx 0 area AWP water plane area( ft2 ) Factor for Symmetric W.A. dA differential area( ft2 ) y ( x ) y offset(hal - breadth) at x( ft) f dx differential width( ft)
  • 15. Waterplane Area(cont.) • Generalized Simpson’s Equation y x x FP 0 1 2 3 4 5 6 AP 1 AWP 2 x y0 4 y1 2 y2 .. 3 x distance between stations
  • 16. Sectional Area • Sectional Area : Numerical integration of half-breadth as a function of draft z T WL Asec t 2 dA 2 y( z ) dz 0 y(z) area T dz Asec t sectional area up to z ( ft2 ) dA differential area( ft2 ) y y ( z ) y offset(hal - breadth) at z( ft) f dz differential width( ft)
  • 17. Sectional Area(cont.) • Generalized Simpson’s equation z WL 8 6 z T 4 z distance between waterlines 2 y 0 T Asect 2 dA 2 y ( z ) dz 0 area 1 2 z y0 4 y1 2 y2 .. 4 yn 1 yn 3
  • 18. Submerged Volume : Longitudinal Integration • Submerged Volume : Integration of sectional area over the length of ship • Scheme z x As (x ) y
  • 19. Submerged Volume • Sectional Area Curve As Asec t ( x ) dx x FP AP • Calculus equation Lpp Vsubmerged s dV Asec t ( x )dx volume 0 • Generalized equation 1 s x y0 4 y1 2 y2 .. 4 yn 1 yn 3 x distance between stations
  • 20. Longitudinal Center of Floatation (LCF) • LCF - Centroid of waterplane area - Distance from reference point to center of floatation - Referenced to amidships or FP - Sign convention of LCF + WL - + FP
  • 21. Merupakan titik berat dari luas bidang garis air (water plane area).  Suatu titik dimana kapal mengalami heel atau trim.  Titik ini terletak pada centre line (dalam arah memanjang), disekitar midship (bisa di depan atau dibelakang midship).
  • 22.
  • 23.
  • 24.
  • 25. Disebut juga dengan KB (Keel to Buoyancy)  Merupakan titik berat dari volume displacement kapal total moment about the keel  KB atau VCB = vol. displaceme nt