blob: 398e033aa66337e2976bc5840e9794a25f38dfaa (
plain)
1
2
3
4
5
6
|
//Determining the value of theta
//x and y axes are selected as shown in fig. 2.11
//As the resultant is directed along x-axis,component of resultant in y-direction is zero
//Fy=0 gives
theta=(asind(0.833/(2*cosd(20))))-20 //degree
printf("Required value of theta=%.2f degree",theta)
|