No.
Chat with our AI personalities
rad 12 - 3 rad 3rad 12 = rad(4*3) = rad (4) * rad(3) = 2 rad 32 rad 3 - 3 rad 3= - rad 3
one radian is the angle whose arc length is equal to the radiusspecial casefor a complete circle, θ= 2πr /r= 2π radgenerely for an circle we have θ= 360 degreeso 360 degree = 2π rad1 degree = π/180 rad
1 rad = 180°/pi Example: 1.6 rad = 1.6(180°/pi) 1.6 rad = 2880°/pi
For starter, 1 rad/S = 0.159 rev/S
PROGRAM TO FIND AREA & PERIMETER OF CIRCLE IN C++#include #include void main(){clrscr();double rad, area, perimeter;coutrad;area=3.14*rad*rad;perimeter=2*3.14*rad;cout