0% found this document useful (0 votes)
53 views12 pages

AI-Assignment3 Programming - PDF 208b2b51d2f384eb

Uploaded by

Marvin Salang
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views12 pages

AI-Assignment3 Programming - PDF 208b2b51d2f384eb

Uploaded by

Marvin Salang
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Page 1 of 12 - Cover Page Submission ID trn:oid:::1:2943402909

Assignment3_Programming.pdf
Assignment

Class

Organization

Document Details

Submission ID

trn:oid:::1:2943402909 10 Pages

Submission Date 710 Words

Jun 9, 2024, 3:45 PM UTC


3,819 Characters

Download Date

Jun 9, 2024, 3:46 PM UTC

File Name

ads_3148_2024_06_09_Assignment3_Programming_ff6bcf2c5dcd5519.pdf

File Size

800.2 KB

Page 1 of 12 - Cover Page Submission ID trn:oid:::1:2943402909


Page 2 of 12 - AI Writing Overview Submission ID trn:oid:::1:2943402909

How much of this submission has been generated by AI?

56%
Caution: Percentage may not indicate academic misconduct. Review required.

It is essential to understand the limitations of AI detection before making decisions


about a student's work. We encourage you to learn more about Turnitin's AI detection
capabilities before using the tool.
of qualifying text in this submission has been determined to be
generated by AI.

Frequently Asked Questions

What does the percentage mean?


The percentage shown in the AI writing detection indicator and in the AI writing report is the amount of qualifying text within the
submission that Turnitin's AI writing detection model determines was generated by AI.

Our testing has found that there is a higher incidence of false positives when the percentage is less than 20. In order to reduce the
likelihood of misinterpretation, the AI indicator will display an asterisk for percentages less than 20 to call attention to the fact that
the score is less reliable.

However, the final decision on whether any misconduct has occurred rests with the reviewer/instructor. They should use the
percentage as a means to start a formative conversation with their student and/or use it to examine the submitted assignment in
greater detail according to their school's policies.

How does Turnitin's indicator address false positives?


Our model only processes qualifying text in the form of long-form writing. Long-form writing means individual sentences contained in paragraphs that make up a
longer piece of written work, such as an essay, a dissertation, or an article, etc. Qualifying text that has been determined to be AI-generated will be highlighted blue
on the submission text.

Non-qualifying text, such as bullet points, annotated bibliographies, etc., will not be processed and can create disparity between the submission highlights and the
percentage shown.

What does 'qualifying text' mean?


Sometimes false positives (incorrectly flagging human-written text as AI-generated), can include lists without a lot of structural variation, text that literally repeats
itself, or text that has been paraphrased without developing new ideas. If our indicator shows a higher amount of AI writing in such text, we advise you to take that
into consideration when looking at the percentage indicated.

In a longer document with a mix of authentic writing and AI generated text, it can be difficult to exactly determine where the AI writing begins and original writing
ends, but our model should give you a reliable guide to start conversations with the submitting student.

Disclaimer
Our AI writing assessment is designed to help educators identify text that might be prepared by a generative AI tool. Our AI writing assessment may not always be accurate (it may misidentify
both human and AI-generated text) so it should not be used as the sole basis for adverse actions against a student. It takes further scrutiny and human judgment in conjunction with an
organization's application of its specific academic policies to determine whether any academic misconduct has occurred.

Page 2 of 12 - AI Writing Overview Submission ID trn:oid:::1:2943402909


Page 3 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909

FACULTY OF ENGINEERING

KNS1482 ENGINEERING PROGRAMMING

SEMESTER 2 2022/2023

ASSIGNMENT 3

GROUP MEMBERS Marvin Salang Anak Terry (99629),

Wensly Owen Anak Wilson (101340),

Muhammad Zulkarnain Bin Nazeman (100004),

Muhammad Nur Hakimi Bin Ratino (99972),

Mohammad Amizie Bin Agos(99768)

INSTRUCTOR’S NAME Dr Fauzan Sahdi

DATE OF SUBMISSION 10th June 2024

Page 3 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909


Page 4 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909

1. Introduction

This report details the development and implementation of a MATLAB program designed
to analyze and visualize the distribution of shear force, bending moment, and deflection along a
beam subjected to a time-varying load. This analysis is important for understanding the structural
behavior of beams under dynamic loading conditions, which is a fundamental aspect of structural
engineering.

Beams are structural elements that typically withstand loads applied laterally to their axis.
Under such loads, beams experience shear forces, bending moments, and deflections. Accurate
calculation and visualization of these factors are critical for constructing safe and efficient
buildings. These computations are based on beam theory assumptions, such as the
Euler-Bernoulli beam theory.

The objective of this project is to create a MATLAB programme that estimates the shear
force, bending moment, and deflection distributions along a beam under a time-varying load.
Furthermore, the programme intends to generate graphical representations of these distributions
over time. This project aims to show the program's usefulness and correctness via sample test
cases, providing insights into the dynamic behavior of beams under changing loads.

This report covers the theoretical basis and governing equations employed in the analysis,
and provides a full explanation of these principles. It contains pseudocode and a flowchart to
demonstrate the algorithm and programme structure. Furthermore, the study gives an overview
of the MATLAB implementation, emphasizing the use of functions and charting methods. The
results of the programme are given and discussed, demonstrating the program's effectiveness in
performing complicated structural analysis. The report's extensive analysis seeks to provide a
detailed understanding of beam dynamics under time-varying loads.

Page 4 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909


Page 5 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909

2. Coding

Diagram 1: Declaration and defining of data.

Diagram 2: Loop function

Page 5 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909


Page 6 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909

Diagram 3: Figure for animation

Diagram 4: Calculate Moment of Inertia

Diagram 5: Calculate Shear Force, Bending Moment and Deflection of Beam.

Page 6 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909


Page 7 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909

3. Result and Explanation

Diagram Explanation

1 Declare the variable for every single value that we used to calculate
the moment of inertia,shear force,bending moment and deflection of
beam.Declare the formula to calculate the moment of inertia and
define x as the coordinates along the beam.Initialize the vectors to
storing the data for shear force,bending moment,and deflection by
using the function of zeros.

2 Create a loop using a ‘for-loop’ each time to calculate the


distribution of shear force, bending moment and deflection of beam.

3 Create a figure to generate plots for shear force, bending moment and
deflection distribution at each time step. In this code, we are using a
for-loop for each distribution. ‘Subplot’ function is used to create a
grid of subplots within a single figure window, ‘plot’ function is
used to generate each distribution along a beam and the ‘title’
function is used to set the title of subplot.

4 The function is for calculate moment of inertia flange and web


3
𝑏ℎ 2
section using this formula 𝐼𝑥 = 12
+ 𝐴𝑑𝑦 .

5 This diagram explains calculation shear force, bending moments and


deflection of the beams. On shear force, we use +↑∑Fy = 0 while on
4
𝑤𝐿
bending moment we use +⥀M1 = 0. For deflection, we used δ = 8𝐸𝐼

Page 7 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909


Page 8 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909

4. Results

Graph for shear force,bending moment, and deflection of beam

Page 8 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909


Page 9 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909

5. Discussion

Graph 1.1 Shear force against length of beam

Based on the graph above, the shear force is inversely proportional to the length of the
beam. This is because the more length of beam increases, the less shear force. The maximum
shear force is 21N.

Graph 1.2 Bending moment against length of beam

According to the graph 1.2 , the bending moment is directly proportional to the length of
the beam . Therefore, when the bending moment increases, the length of the beam increases. The
minimum bending moment is -105 Nm.

Graph 1.2 Deflection against length

Based on graph deflection against length of the beam above, when the length is
increased, the deflection of the beam will stay the same. The deflection that we got is 0.215m .

Page 9 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909


Page 10 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909

6. Appendix

Page 10 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909


Page 11 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909

Page 11 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909


Page 12 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909

Page 12 of 12 - AI Writing Submission Submission ID trn:oid:::1:2943402909

You might also like