GIVEN:
Amplitude, A = 0.1mm
Force, F =1 N
mass of motor, m = 120 kg
operating speed, N = 720 rpm
=
Formula Used:
Solution:
Let Stiffness be denoted by 'K' for each mounting, then for 4 mountings it is 4K
We know that:
so,
= 75.39 rad/s
Using the given formula:
Damping is negligible, so,
will give the tranfer function
Therefore,
=
=
Required stiffness coefficient, K = 173009 N/m = 173.01 N/mm
Answer:
You can look it up
Explanation: if you don't know what it is look it up on .
Answer:
Explanation:
ADT for an 2-D array:
struct array{
int arr[10];
}arrmain[10];
An application that stores an array with 1000 rows and 1000 columns, where less than 10,000 of the array values are non-zero. The two different implementations for such arrays that would be more space efficient than a standard two-dimensional array implementation requiring one million positions are :
1) struct array{
int *p;
}arr[1000];
2) struct array{
int *p;
}arr[1000];
Answer:
B
Explanation:
This is a two sample t-test and not a matched pair t-test
null hypothesis(H0) will be that mean energy consumed by copper rotor motors is greater than or equal to mean energy consumed by aluminium rotor motors
alternate hypothesis(H1) will be that mean energy consumed by copper rotor motors is less than or equal to mean energy consumed by aluminium rotor motors.
So, option D is rejected
The hypothesis will not compare mean of differences of values of energy consumed by copper rotor motor and aluminium rotor motor.
Option A and C are also rejected