Machine Problem 1
Machine Problem 1
1
Lake Jonecy A. Habla BSCE 2 - 2
PROBLEM NO. 1: THE PARTICLE: On a straight line doon, where will it go?
PROBLEM STATEMENT:
SYSTEM:
RESULTS AND DISCUSSIONS:
For the distance and displacement, the given position equation was integrated to
determine the value of the distance and displacement from t1 to t2. The value of distance
and displacement should be the same. Translating the acquired equation into Excel will
be used with conditions mostly with the distance since if the value of t1 is greater than t2,
the values might not be realistic. That’s why utilizing the IF, AND, OR, and ABS functions
in Excel will prevent it. The ABS function makes the values of t1 and t2 in Excel an
absolute value, meaning the set condition that t2 should be greater than t1 will still be
followed.
The acquired answers for position, velocity, and acceleration is then plotted into a
s-t, v-t, and a-t graph:
Suppose it is solved manually on paper using these derived formulas. In that case,
it is assured that it will produce the same set of values, or if it ever has a small discrepancy
in the decimal values, which should not be worried about. The only difference is that this
worksheet is a lot faster. To ensure its accuracy, the parameters of the required points
must be correct. However, this worksheet can be altered by what is being asked in a
problem. In conclusion, this worksheet is effective, for each formula used was carefully
solved manually before inputting it in Excel. It can be used to check or solve immediately.
PROBLEMS ENCOUNTERED:
One challenge I faced was ensuring the accuracy of the formulas to be coded,
given the formula-based nature of the problem. However, this particular problem
presented distinct characteristics that posed significant challenges, especially in the
analysis and critical examination of details, which was quite overwhelming since one
missed value can alter the whole result. Despite this, the challenge was manageable and
manageable.
PROBLEM NO.2: VECNA GOT MAX!: Calculating the Maximum Height and its
Time/s
PROBLEM STATEMENT:
The primary objective of creating this worksheet is to furnish accurate and detailed
solutions to the specified problem. The task outlines the requirement for the worksheet to
calculate the maximum height (hmax) of a projectile at V inclined at an angle from the
horizontal, the time it takes to reach hmax, the time it takes before it lands on the
horizontal distance (x) from the released point, the time it takes to reach h1, and the
position of the projectile at time t1. This computation is to be carried out across a range
of input values of the Velocity, the angle, the horizontal and vertical distance, the time t1,
and the gravitational acceleration. All initial values are measured in meters (m), m/s, and
m/s2.
SYSTEM:
Designing this worksheet bears with formulas used in projectile motion. Therefore,
we can say that it is once again a formula-based problem. The primary goal of this system
is to compute the maximum height, the time it takes to reach hmax, the time it takes
before it lands on the horizontal distance (x) from the released point, the time it takes to
reach h1, and the position of the projectile at time t1. This requires several concepts of
inputs to be able to be solved, such as the velocity, the t1, the angle, etc. The problem
is asking quite a lot of unknowns, but if we look into the concept of projectile, we can solve
them with simple formulas. However, upon solving manually, I have noticed that certain
inputs are under condition, such as the t1 and h1, where it needs to be less than the
computed max and total time, or else we will attain a negative answer on time at a vertical
distance (both upward and downward) and X and Y at t1.
Lastly, to solve the X and Y at t1, utilize the givens and the formula in projectile
motion. No derivations were made since the formula for X and Y can work as it is.
However, a condition was used in Excel since having a bigger value of t1 than the total
time is unrealistic. We must state that if this situation happened, it should not provide us
with a numerical answer, for it is not possible.
After tabulating, the following answers were acquired with the initial values that the
user plugged in.
In conclusion, we can say that this worksheet will produce accurate and reliable
results since it was carefully solved manually before inputting it in Excel, and if done
manually using the formula derived with the same sets of data it will give the same set of
values acquired from excel, it can be used for checking or simply solving immediately.
PROBLEMS ENCOUNTERED:
Additionally, another problem that has been a concern is the uncertainty about
the angle since, technically, it could have been solved using the input horizontal distance
(x). However, because of a lack of instructions, I have settled into making the angle as an
input as well.
PROBLEM NO.3: THE PARTICLE’S VELOCITY
PROBLEM STATEMENT:
SYSTEM:
When creating this worksheet, it's essential to focus on the provided a-t graph to
determine the relationship of each unknown in the problem. It demands more thorough
analysis and in-depth problem-solving to derive an accurate and reliable formula.
Different from the previous worksheets, the translation of formulas into Excel will be quite
challenging, not because it is a complex equation but rather because it is long, and having
a wrong input can lead to a wrong answer. Transcribing this process into Excel can be
intricate and may need to be clarified due to its lengthiness. Despite the problem's
differences from the previous two, it employs the same underlying principles.
In this worksheet, users input three sets of acceleration, a1, a2, and a3, along with
their respective times, t1, t2, and t3. The worksheet then displays the velocities and
positions of the particle at these specified times. As per the t4, users can also input any
time value t4 within the range from 0 to t3. The worksheet will then display the
corresponding acceleration, velocity, and position of the particle at that specific moment.
Below outlines how to the formulas that was been plugged in the system was
achieved. Multiple derivations was been done to create such equations:
To give a brief description of how we arrived at these formulas, we used the
relationship with each other. Since we have an a-t graph given, it is in the knowledge that
we have to derive continuously to arrive at the equations of each. These equations allow
for the determination of the particle's dynamics at any given time within the specified
interval.
These formulas are then translated into an Excel language to create this
worksheet.
FOR VELOCITY:
FOR POSITION:
FOR ACCELERATION:
PROBLEMS ENCOUNTERED: