| Exercise
Given a, b ∈ R^∗ and t is a variable real.
1) Solve in R^2 for x,y this system:
{ ((xsin t−ycos t=−a)),((xcos t+ysin t=b.)) :}
2)/Demonstrate that these solutions can
be written like this ( r and θ ∈ R).
{ ((x=rcos(t+θ))),((y=rsin(t+θ))) :}
3) we suppose now that a=b=1 and θ=(π/(12))
solve this in [0;2π[
{ ((rcos(t+θ)≥−1)),((rsin(t+θ)<−1)) :}
|