EHbhuiyan
EHbhuiyan
  • 129
  • 4 758 826
Introduction to Statics and Review: Engineering Statics Series Video 1
This is a video in my Engineering Statics series. This is the first video in the series. In this video, I cover some review material as well give an introduction to what we study in Engineering Statics. This should help in understanding introductory lectures for statics.
I start by defining scalars and vectors. Then I cover Newton's three laws of motion. Afterwards, I describe what we study in statics. Furthermore, I explain the rigid body idealization, which is essential in studying statics of rigid body.
Hope this helps! If you haven't already, please SUBSCRIBE!!! Check out other videos on my channel, especially the MATLAB tutorial series as well as the graphing and scientific calculator tutorial series. You can also check out the math videos on my channel.
Video Links
Video on How to Create Functions in MATLAB:
ua-cam.com/video/pNjLMRSxvmU/v-deo.html
Introduction to Simulink Video:
ua-cam.com/video/oNN-TLwMJ3U/v-deo.html
Video on Preallocation Part 1: ua-cam.com/video/jTuDuS16pr0/v-deo.html
Video on the Basics of For Loops:
ua-cam.com/video/t59XztE9EPU/v-deo.html
Video on Plotting in MATLAB and Dot Operator: ua-cam.com/video/PEQj5Uci9zM/v-deo.html
Video on Creating Vectors in MATLAB Using the Colon Operator and Linspace:
ua-cam.com/video/_LQQpDSyz4o/v-deo.html
Check out the MATLAB Tutorial series:
ua-cam.com/video/_LQQpDSyz4o/v-deo.html
TI-84 Plus CE Graphing Calculator Tutorial series:
ua-cam.com/video/am4WaMH6HkI/v-deo.html
TI-30XS Multiview Tutorial series:
ua-cam.com/video/3jqlr_1nFiA/v-deo.html
Casio Scientific Calculator Tutorial series:
ua-cam.com/video/6j0SQU90CME/v-deo.html
Time Stamps
0:00 Introduction - What’s in the Video
1:12 Scalars vs. Vectors
4:22 Newton’s 1st Law
11:05 Newton’s 2nd Law
11:25 Newton’s 3rd Law
15:46 What’s Studied in Statics?
16:38 What is a Rigid Body?
18:07 Basic Trig Review
Переглядів: 54

Відео

How to Check if String Contains Substring in MATLAB | Import Excel Data | Contains Function
Переглядів 421Рік тому
This is a video in my MATLAB Tutorial Series. In this video, I discuss how to use MATLAB's built-in CONTAINS function to check whether a substring exists in a string. I also show how to check whether multiple substrings exist in a string regardless of order. Then, I demonstrate how to import data from Microsoft Excel and use a MATLAB for loop to analyze strings to locate data that contain certa...
How to Use Lookup Table Blocks in Simulink| 1-D and Higher Dimensions of Lookup Tables
Переглядів 3,9 тис.Рік тому
This is a video in my MATLAB Tutorial series. In this video, I discuss the essentials of using lookup tables in Simulink. I explain how Simulink maps inputs to outputs, and how to use the lookup table block in Simulink. I discuss how to use 1-D lookup tables, 2-D lookup tables, and n-D lookup tables. Hope this helps! If you haven't already, please SUBSCRIBE!!! Check out other videos on my chann...
How to Create Functions in MATLAB | Writing Functions in MATLAB
Переглядів 1,2 тис.Рік тому
This is a video in my MATLAB Tutorial series. In this video, I discuss how to write, save, and call up functions in MATLAB. Functions can be very useful if you are repeating certain tasks with various inputs. I go over two examples of how to write, save, and call up functions in MATLAB. The first example involves writing a function to calculate the volume and surface area of a sphere. The secon...
Introduction to Simulink | Basics of Creating Models in Simulink | MATLAB/Simulink Tutorial Series
Переглядів 397Рік тому
This is a video in my MATLAB Tutorial series. In this video, I demonstrate the essentials of creating models in Simulink. I explain various blocks from the library browser and how the logic of connecting blocks to create a model. I also create a sample Simulink model for a mass-spring system where I use a display to show the final answer. Furthermore, I demonstrate how scopes are used to view v...
How to Expand, Factor, and Solve Polynomials in MATLAB
Переглядів 2,6 тис.2 роки тому
This is a video in my MATLAB Tutorial series. In this video, I demonstrate how to factor, expand, and solve (find roots or zeros) of polynomials using MATLAB's built-in functions. I show a couple different input types you can have inside each respective function. I hope this video helps in some way. If you haven't already, please SUBSCRIBE!!! Check out other videos on my channel, especially the...
How to Store Output Values from All Iterations of a For Loop in MATLAB| Preallocation Part 2
Переглядів 3,8 тис.2 роки тому
This is a video in my MATLAB Tutorial series. This video is part 2 of How to Store Output Values from All Iterations of a For Loop in MATLAB using preallocation. In this video, I plot road loads on a car as a example of storing values from a for loop. Road loads on a car is a good example of the output being a function of two variables. I also demonstrate use of the dot operator in for loops. O...
How to Store Output Values from All Iterations of a For Loop in MATLAB | Preallocation Part 1
Переглядів 25 тис.2 роки тому
This is a video in my MATLAB Tutorial series. This video builds on my previous introductory video on for loops. In this video, I discuss how you can store output values from all iterations of a for loop in a singly array by preallocation. I use a very simple example to explain the concept of preallocation. In the next video, we'll look at how to store output values from a for loop when we will ...
Basics of For Loops in MATLAB | Updating Values in MATLAB For Loops | Basic Plotting in For Loop
Переглядів 1,3 тис.2 роки тому
This is a video in my MATLAB Tutorial series. In this introductory video, I demonstrate the basics of using a for loop in MATLAB. In this video, I cover the general structure of a for loop and use examples to aid in the understanding of the uses of for loops. I demonstrate how you can have values that update within the for loop. I also demonstrate how to plot using a for loop. For the plotting ...
MATLAB If, Else, Elseif Statements | While Loops | Conditional Statements
Переглядів 1 тис.2 роки тому
This is a video in my MATLAB Tutorial series. In this video, I go over conditional statements. I cover If, Else, and Elseif statements in MATLAB with examples. I also go over while loops. I use an example of a grader to help explain the essential ideas behind these conditional statements. The code takes an user input and returns how they did on their exam: at first pass/fail and then letter gra...
How to Plot in MATLAB| Basics| Plot Derivatives and Integrals| Customize Plots| Dot Operator
Переглядів 8 тис.3 роки тому
This is a video in my MATLAB Tutorial series. In this video, I show you how to plot in MATLAB. I go over the basics of plotting, including the figure and the plot command. I also address how you can customize line and marker styles and colors. Furthermore, I show how to add labels for axes and a title for the plot. I go over how you can plot multiple graphs in one figure using the hold feature....
Analyze Vector and Matrix in MATLAB | Length| Size| Sum| Min| Max| Indices| Number of Elements| Find
Переглядів 2,7 тис.3 роки тому
This is a video in my MATLAB Tutorial series. In this video, I go over how to analyze vectors and matrices using built-in MATLAB features. I demonstrate how to find the size, or dimension, of a vector or matrix. I discuss how to find the sum of the elements in a vector, and how to find the sum of elements in a matrix by column, row, or the sum of all the elements. Furthermore, I go over how to ...
How to Create Linearly Spaced Vector in MATLAB | Linspace | Colon Operator | Value of nth Element
Переглядів 2,1 тис.3 роки тому
This is a video in my MATLAB Tutorial series. In this video, I demonstrate how to create linearly-spaced vectors in MATLAB using the colon operator and the linspace command. I also demonstrate how you can transpose a row vector into a column vector. Furthermore, I show how to find the value of an element at a certain location in the vector (the value of the nth element), which may be useful if ...
How to Differentiate in MATLAB| Find Derivative at Particular Point| MATLAB Script with Inputs
Переглядів 11 тис.3 роки тому
This is a video in my MATLAB Tutorial series. In this video, I show you how can differentiate functions using MATLAB. I also show you how you can find higher-order derivatives (second derivatives, third derivatives, etc.) using MATLAB. Furthermore, I demonstrate how to evaluate a derivative at a particular point using either the inline or the matlabFunction commands. At the end, I show a script...
How to Get Decimal Answers and Change Precision on MATLAB (Scientific and Engineering Notation)
Переглядів 18 тис.3 роки тому
This is a video in my MATLAB Tutorial series. In this video, I go over how to get decimal answers if MATLAB gives fraction answers. I go over the double, single, and vpa commands. I also show how to change the precision of the vpa and double commands. Furthermore, I show how to use the format long, longG, short, shortG, shortE, longE, shorteng, and longeng commands. These can be used to change ...
How to Evaluate Definite and Indefinite Integrals in MATLAB with Constant of Integration (+C )
Переглядів 2,9 тис.3 роки тому
How to Evaluate Definite and Indefinite Integrals in MATLAB with Constant of Integration ( C )
How to Convert Between Polar and Rectangular Forms on TI-30XS Multiview (Useful for Phasors)
Переглядів 5 тис.3 роки тому
How to Convert Between Polar and Rectangular Forms on TI-30XS Multiview (Useful for Phasors)
Different Ways to Solve Systems of Linear Equations Using MATLAB
Переглядів 12 тис.3 роки тому
Different Ways to Solve Systems of Linear Equations Using MATLAB
Scientific Notation and Engineering Notation on TI-84 Plus CE
Переглядів 6 тис.3 роки тому
Scientific Notation and Engineering Notation on TI-84 Plus CE
How to Calculate Factorials on Casio Scientific Calculator
Переглядів 77 тис.3 роки тому
How to Calculate Factorials on Casio Scientific Calculator
How to Edit Entries on Casio Scientific Calculator
Переглядів 15 тис.3 роки тому
How to Edit Entries on Casio Scientific Calculator
How to Round Numbers, Lists, and Matrices on TI-84 Plus CE
Переглядів 7 тис.3 роки тому
How to Round Numbers, Lists, and Matrices on TI-84 Plus CE
TI-84 Plus CE Showing "Error: Window Range"
Переглядів 23 тис.3 роки тому
TI-84 Plus CE Showing "Error: Window Range"
How to Calculate Factorials on TI-84 Plus CE
Переглядів 4,2 тис.4 роки тому
How to Calculate Factorials on TI-84 Plus CE
How to Calculate Factorials on TI-30XS Multiview
Переглядів 8 тис.4 роки тому
How to Calculate Factorials on TI-30XS Multiview
How to Generate Random Numbers on Casio Scientific Calculator
Переглядів 32 тис.4 роки тому
How to Generate Random Numbers on Casio Scientific Calculator
How to Adjust Brightness/Contrast on Casio Scientific Calculator
Переглядів 98 тис.4 роки тому
How to Adjust Brightness/Contrast on Casio Scientific Calculator
How to Reset TI-30XS Multiview (with Explanation)
Переглядів 15 тис.4 роки тому
How to Reset TI-30XS Multiview (with Explanation)
How to Find Any Root (nth Root) of a Number on TI-30XS Multiview
Переглядів 4,1 тис.4 роки тому
How to Find Any Root (nth Root) of a Number on TI-30XS Multiview
How to Calculate in Fractions on TI-30XS Multiview
Переглядів 19 тис.4 роки тому
How to Calculate in Fractions on TI-30XS Multiview

КОМЕНТАРІ

  • @bikecycle69
    @bikecycle69 День тому

    you saved my life thank you <3

  • @loganblakely3448
    @loganblakely3448 День тому

    thank you

  • @gabyszabo9615
    @gabyszabo9615 День тому

    This video allowed me to hand down my old college calculator to my kid, and I didn’t have to buy a new one (she was complaining of the answer being rounded). U save me $$: thank u!

  • @user-kf3sq6eb9s
    @user-kf3sq6eb9s 2 дні тому

    Thank you❤

  • @KhabbuKiKitchen
    @KhabbuKiKitchen 7 днів тому

    brilliant

  • @zyx_harry4450
    @zyx_harry4450 8 днів тому

    I am getting rec(

  • @killy6218
    @killy6218 8 днів тому

    Man thanks for the tutorial It helps me a lot man thank you

  • @sreekutty9632
    @sreekutty9632 11 днів тому

    Short and clear.... Worked

  • @writhing_1
    @writhing_1 12 днів тому

    thank you buddy

  • @tiaracintasafira9227
    @tiaracintasafira9227 15 днів тому

    BRO THANK YOU SMMM 😭😭

  • @ayeshakhan8726
    @ayeshakhan8726 22 дні тому

    Thank you

  • @shoaibakhtar-lb7xs
    @shoaibakhtar-lb7xs 25 днів тому

    Thank for this short trick ❤

  • @RichKidJosh
    @RichKidJosh 29 днів тому

    Thanks this helped me a lot!!

  • @mamagasbaby3343
    @mamagasbaby3343 29 днів тому

    Great explanation, kudos!

  • @totoboom24
    @totoboom24 Місяць тому

    My goat

  • @RajNamdev_19
    @RajNamdev_19 Місяць тому

    Thanks bro

  • @robertcummings9724
    @robertcummings9724 Місяць тому

    I have an actuary exam in a few days and didn't know how to convert to decimal. You definitely are a lifesaver.

  • @AslamShaikh-gz6st
    @AslamShaikh-gz6st Місяць тому

    Thanks bhai

  • @bk.410
    @bk.410 Місяць тому

    Damnnn bro short and sweet, I appreciate it

  • @annnee6409
    @annnee6409 Місяць тому

    Same number of decimal please please.

  • @Sofia-lh4zi
    @Sofia-lh4zi Місяць тому

    thank you!!

  • @thvmuse
    @thvmuse Місяць тому

    3.56 + 0.021 what will the answer of this?

  • @bobjoyram8999
    @bobjoyram8999 Місяць тому

    Goated

  • @troyfreitas8611
    @troyfreitas8611 Місяць тому

    👍

  • @MusaPeter-hu3vw
    @MusaPeter-hu3vw Місяць тому

    Can you help on how this [1-5√0.237]×100 got to this (1-0749807)×100

  • @bennilasbakbennilasbak3697
    @bennilasbakbennilasbak3697 Місяць тому

    you're a godsend

  • @YomiOlaniyan-r6n
    @YomiOlaniyan-r6n Місяць тому

    Very helpful. Thanks.

  • @EternalOwO
    @EternalOwO Місяць тому

    thank you so much

  • @braaurayath5344
    @braaurayath5344 Місяць тому

    This have been very uselful, Thank you so much!

  • @mylinkaing9872
    @mylinkaing9872 Місяць тому

    Thank you . Omg

  • @awadieye2582
    @awadieye2582 Місяць тому

    ❤❤

  • @santenkhata5187
    @santenkhata5187 Місяць тому

    Thank you❤

  • @incendioraven4269
    @incendioraven4269 Місяць тому

    you save my wife's day

  • @나와안
    @나와안 Місяць тому

    thank you so much! I thought I needed to buy a new calculator but u saved me

  • @Iur9377
    @Iur9377 Місяць тому

    so helpful, thankfully I went with my rounded up answer that was closest on the exam earned me 1% more on final grade

  • @muhammadabdulsuhardiman4751
    @muhammadabdulsuhardiman4751 Місяць тому

    Thank you very much you save my life

  • @originalsp
    @originalsp 2 місяці тому

    2:15 guys

  • @user-zd5wd5rf5o
    @user-zd5wd5rf5o 2 місяці тому

    Things bor❤❤❤🎉🎉🎉🎉

  • @WebberBlox
    @WebberBlox 2 місяці тому

    I got an exam today thanks bro 🙏

  • @nelsonkapinga6416
    @nelsonkapinga6416 2 місяці тому

    How to calculate 35 to the power -1.5 and have the answer in whole number

  • @Iumeo20
    @Iumeo20 2 місяці тому

    Well thank you so much this is so useful 🙏

  • @CherylMorr
    @CherylMorr 2 місяці тому

    Thank you

  • @danbobs25
    @danbobs25 2 місяці тому

    Helped...thanks for posting.

  • @ngcynonyii4433
    @ngcynonyii4433 2 місяці тому

    Please what will I when I press apps, the only thing that comes out is “Applications as a heading” then under it is just option 1: Finance. How do I fix mine so it can have other options just as yours? Great video by the way ❤ and thank you 🙏

  • @alpdv
    @alpdv 2 місяці тому

    nice video mate keep it up we're lookin for further more of your high quality top level extremely well planned contents 👍👍👍

  • @Rajxlofi880
    @Rajxlofi880 2 місяці тому

    Thanx bhai for ur help😊

  • @ej5ir07samarthalvikar3
    @ej5ir07samarthalvikar3 2 місяці тому

    Very very thankful ❤

  • @ttvbtw4591
    @ttvbtw4591 2 місяці тому

    i love u

  • @charitychongowalubita
    @charitychongowalubita 2 місяці тому

    Great tutorial

  • @kaapaamujazu460
    @kaapaamujazu460 2 місяці тому

    A million thank yous....❤