The 30:60:90 proportion is 1:sqrt 3: 2
So,
x = 10/2
x = 5
y = 10/sqrt 3
Finding the area:
1/2 * 5 * 10/sqrt 3
25/sqrt 3
Hope this helps!
Answer:
T(t) = 3sin((t-5)π/30)
Step-by-step explanation:
5 minutes after Thomas ties it on, the torque is zero and increasing. So, the sine function is shifted right 5 minutes. The maximum value is 3, so that is the multiplier of the sine function. The period is 60 minutes, so the coefficient of t is (2π/60) = π/30. The function you want is ...
T(t) = 3sin((t-5)π/30)
Answer:
n= 2/3m=6?
Step-by-step explanation:
This is always ''interesting'' If you see an absolute value, you always need to deal with when it is zero:
(x-4)=0 ===> x=4,
so that now you have to plot 2 functions!
For x<= 4: what's inside the absolute value (x-4) is negative, right?, then let's make it +, by multiplying by -1:
|x-4| = -(x-4)=4-x
Then:
for x<=4, y = -x+4-7 = -x-3
for x=>4, (x-4) is positive, so no changes:
y= x-4-7 = x-11,
Now plot both lines. Pick up some x that are 4 or less, for y = -x-3, and some points that are 4 or greater, for y=x-11
In fact, only two points are necessary to draw a line, right? So if you want to go full speed, choose:
x=4 and x= 3 for y=-x-3
And just x=5 for y=x-11
The reason is that the absolute value is continuous, so x=4 works for both:
x=4===> y=-4-3 = -7
x==4 ====> y = 4-11=-7!
abs() usually have a cusp int he point where it is =0
Hope it helps, despite being this long!