Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


dimensionalAnalysis (version 0.1.0)

daSolve: Rayleigh<U+2019>s Method of Dimensional Analysis

Description

Performs Rayleigh<U+2019>s method of dimensional analysis

Usage

daSolve(dv, iv)

Arguments

dv

dependent variable

iv

independent variables

Value

fundamental dimensions (MLT equations) and the solution

Details

The study of the relationship between physical quantities with the help of dimensions and units of measurement is termed as dimensional analysis. Dimensional analysis is essential because it keeps the units the same, helping us perform mathematical calculations smoothly. Dimensional Analysis (also called Factor-Label Method or the Unit Factor Method) is a problem-solving method that uses the fact that any number or expression can be multiplied by one without changing its value.

Rayleigh<U+2019>s method of dimensional analysis is a conceptual tool used in physics, chemistry, and engineering. This form of dimensional analysis expresses a functional relationship of some variables in the form of an exponential equation. It was named after Lord Rayleigh.

Here are the types and variables:

Type Variable
Geometric 'length', 'area', 'volume', 'curvature', 'slope', 'angle', 'shape factore', 'diameter', 'distance'
Kinematic 'time', 'linear velocity', 'angular velocity', 'velocity','frequency', 'linear acceleration', 'angular acceleration','gravitational acceleration', 'discharge per unit width', 'kinematic viscosity', 'circulation'
Dynamic 'mass', 'force', 'weight', 'density', 'specific weight', 'specific gravity', 'pressure','stress', 'shear stress', 'strain', 'dynamic viscosity', 'surface tension', 'modulus of elasticity', 'compressibility', 'impulse','momentum', 'work', 'energy', 'torque', 'power', 'weight rate of flow', 'viscosity'

Examples

Run this code
# NOT RUN {
## Example 1:
daSolve(dv = "force",
       iv = c("mass", "velocity", "length"))

## Example 2
daSolve(dv = "force",
       iv = c("velocity", "diameter",
              "density", "viscosity"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab