SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

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
 

Tendances (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
 

En vedette

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
 

En vedette (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
 

Similaire à 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 (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
 
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
 
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
 

Similaire à 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 (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)
 
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
 
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)
 

Dernier

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 

Dernier (20)

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 

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