Determining Domain and Range of Cartesian Equations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 6K views
communitycoll
Messages
45
Reaction score
0

Homework Statement


Eliminate the parameter to find the Cartesian equation of the curve.

Problem #1:
x = sin t, y = csc t, 0 < t < ∏ / 2

Problem #2:
x = sin θ, y = cos 2θ

Homework Equations


What's shown above is what's listed in the book. However, the authors felt compelled to include the domain (for the the second problem) and range (for the first problem) in the answers section in the back of the book which are as follows:

Problem #1:
{y|y > 1}

Problem #2:
{x|- 1 ≤ x ≤ 1}

I'm not sure how they got that (as it has been a year since I finished precal) and I don't think my professor requires me to know how to get the domain and range for these problems, but I'd like to know how just in case I ever come across something like this again.

The Attempt at a Solution


If it makes any difference, here are the Cartesian equations (and the work it took to get them):

Problem #1:
x = sin t
y = csc t
y = 1 / sin t
y = 1 / x

Problem #2:
x = sin θ
y = cos 2θ
y = cos θ^2 - sin θ^2
y = 1 - 2sin θ^2
y = 1 - 2x^2
 
on Phys.org
  1. notice that 0<x<1. Thus y=1/x>1, and approches ∞ ("continuously")
  2. here we have x=sin(θ), so -1≤x≤1.

These answers are not the complete answer, often, the answers in the back are not necessarily what someone might answer on their homework or test. A complete solution might include what the book said, and anybody else might mention in their version, like the 0<x<1 above. The book never mentions that. Nor does it mention that for part 2, that -1≤y≤1.
 
communitycoll said:
Problem #2:
x = sin θ
y = cos 2θ
y = cos θ^2 - sin θ^2
y = 1 - 2sin θ^2
y = 1 - 2x^2

Comment on your notation:

You wrote cos θ^2 and sin θ^2, which would be interpreted as cos(θ2) and sin(θ2), rather than what you really meant, which was [cos(θ)]2 and [sin(θ)]2.

The last two are usually written as cos2(θ) and sin2(θ).
 
Thank you. Much appreciated.