6The answer would be 0.3666666666666666666666666666.
Answer:
Step-by-step explanation:
The perpendicular is equal to 6. That's because the left triangle's missing angle is 180 - 45 -90 = 45
The angle in the right triangle is given as 52.
The cos(52) = adjacent side (which we just found to be 6) / y
Multiply both sides by y
y cos(52) = 6
cos(52) = 0.6157
Divide by sides by cos(52)
y = 6 / cos(52)
y = 6 / 0.6157
y = 9.76
Answer:
The required vector parametric equation is given as:
r(t) = <3cost, 3sint>
For 0 ≤ t ≤ 2π
Step-by-step explanation:
Given that
f(x, y) = <2y, -sin(y)>
Since C is a cirlce centered at the origin (0, 0), with radius r = 3, it takes the form
(x - 0)² + (y - 0)² = r²
Which is
x² + y² = 9
Because
cos²β + sin²β = 1
and we want to find a vector parametric equations r(t) for the circle C that starts at the point (3, 0), we can write
x = 3cosβ
y = 3sinβ
So that
x² + y² = 3²cos²β + 3²sin²β
= 9(cos²β + sin²β) = 9
That is
x² + y² = 9
The vector parametric equation r(t) is therefore given as
r(t) = <x(t), y(t)>
= <3cost, 3sint>
For 0 ≤ t ≤ 2π