Eliminate Parameter to Find Cartesian Equation of Curve

  • Thread starter Thread starter Slimsta
  • Start date Start date
  • Tags Tags
    Cartesian
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
15 replies · 4K views
Slimsta
Messages
189
Reaction score
0

Homework Statement


eliminate the parameter to find cartesian equation of the curve


Homework Equations





The Attempt at a Solution


@ means delta

x = 4cos@, y=5sin@, -pi/2 <= @ <= pi/2

i have no idea how to do it.. i read the whole chapter and it doesn't make any sense..
so i make x=y in some way.. or what?
 
Physics news on Phys.org
rock.freak667 said:
do you know any trigonometric identities involving cosδ and sinδ?

yeah.. obv.. i just didnt know how to put this delta symbol on here
 
cos2x + sin2x = 1
but then what do i do about the 4 and 5 that are in there?
 
Slimsta said:
cos2x + sin2x = 1
but then what do i do about the 4 and 5 that are in there?

Right so

cos2δ+sin2δ=1

4 and 5 are constants, so you can just divide by them to get sinδ and cosδ
 
rock.freak667 said:
Right so

cos2δ+sin2δ=1

4 and 5 are constants, so you can just divide by them to get sinδ and cosδ

so that would mean, cos2δ = x2 = (4cosδ)2?

x2+y2 = (4cosδ)2 + (5sinδ)2 = 1
is this correct?
 
Slimsta said:
so that would mean, cos2δ = x2 = (4cosδ)2?

x2+y2 = (4cosδ)2 + (5sinδ)2 = 1
is this correct?

no, that doesn't make sense, the identity is:
cos2δ + sin2δ = 1

start with that form and think about what you have to divide x & y by to substitute into it
 
Slimsta said:
cos2x + sin2x = 1
but then what do i do about the 4 and 5 that are in there?

rock.freak667 said:
Right so

cos2δ+sin2δ=1

4 and 5 are constants, so you can just divide by them to get sinδ and cosδ
[itex](4sin(\delta))^2+ (5cos(\delta))^2= 16sin^2(\delta)+ 25cos^2(\delta)[/itex] is NOT equal to 1. [itex]sin^2(\delta)+ cos^2(\delta)[/itex] is equal to 1.

If [itex]x= 4 cos(\delta)[/itex] then [itex]cos(\delta)= ?[/itex]
 
HallsofIvy said:
[itex](4sin(\delta))^2+ (5cos(\delta))^2= 16sin^2(\delta)+ 25cos^2(\delta)[/itex] is NOT equal to 1. [itex]sin^2(\delta)+ cos^2(\delta)[/itex] is equal to 1.

If [itex]x= 4 cos(\delta)[/itex] then [itex]cos(\delta)= ?[/itex]

oh so [itex]x/4= cos(\delta)[/itex]
and then same thing for [itex]x/5= sin(\delta)[/itex]

then plug it in the equation..
[itex](x/5)^2+ (x/4)^2[/itex] = 1

and solve for x or how do i find cartesian equation of the curve?
 
Slimsta said:
oh so [itex]x/4= cos(\delta)[/itex]
and then same thing for [itex]x/5= sin(\delta)[/itex]

then plug it in the equation..
[itex](x/5)^2+ (x/4)^2[/itex] = 1

and solve for x or how do i find cartesian equation of the curve?

[itex]x/4= cos(\delta)[/itex] is true

[itex]x/5= sin(\delta)[/itex] is definitely not, where did you get that?
 
lanedance said:
[itex]x/4= cos(\delta)[/itex] is true

[itex]x/5= sin(\delta)[/itex] is definitely not, where did you get that?

that was my mistake... i meant [itex]y/5= sin(\delta)[/itex]

so from there [itex](y/5)^2+ (x/4)^2[/itex] = 1
==> [itex](y^2/25)+ (x^2/16)[/itex] = 1

what i did next on my paper is, solved for y, and this cartesian equation of the curve..
is that right?
 
be careful though, there is two solutions for y... the one you should use is based on the orginal domainof [itex]\delta[/itex]
 
how do you know what the graph going to look like though?
i mean, what if you have a question like this:
x = 3cos6t
y = 4sin2t

I can do the same thing like x/3=cos6t.. because then what about this 6 in there?
 
yeah, that is a bit more complicated, the first one simplfies a lot because it is an ellipse

what do you think will happen? think about cycles
 
well cos6t just means it going to be horizontally compressed (by 1/6 from normal)
same for sin2t just by 1/2

the only thing i can come up with is: cos2x = 2sinxcosx
so would cos6x = 6sinxcosx ? my guess is no..
then i have no idea what to do :/