Finding tangent to parametric curves

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 8K views
tnutty
Messages
324
Reaction score
1
Find an equation of the tangent to the curve at the given point by both eliminating the parameter and without eliminating the parameter.
x = tan(θ)
y = sec(θ)
(1 , √2)

y = ?


attempt ;

y - y1 = m(x-x1)

y = √2
x = 1

y1 = sec(θ)
x1 = tan(θ)

substituting and solving it out gives me,

√2 - sec(θ) = sin(θ)(1-tan(θ))

not sure how to solve for theta from there, even if i try to manipulate it.
 
Physics news on Phys.org
You are taking y1 as sectheta and x1 as tantheta! That will never give any answer. Cause tantheta and sectheta represent any point on the curve.Where theta keeps on varying.So forget all that and start considering...

You have one point. And you have the equation. So replace x1 and y1 by 1 and root 2. But you still need to get the slope.

Slope is dy/dx. Now we need to get dy/dx. Its quite easy to find that? Try to find out. If you are unable to do so, ask us. We are always here to help you mate
 
sin(1)(x-1)+sqrt(2) is this right?
 
Last edited:
dy/dx = sin(theta)

I guess FedEx method does not work in this case because if I
use x1= 1 and y1 = sqrt(2), and use the point slope formula , then my last post does not work then.

So how could I find this?
 
tnutty said:
dy/dx = sin(theta)

I guess FedEx method does not work in this case because if I
use x1= 1 and y1 = sqrt(2), and use the point slope formula , then my last post does not work then.

So how could I find this?

At some point you are going to have to find a value of theta that corresponds to x=1 and y=sqrt(2). Or find a way to derive sin(theta) from tan(theta) and sec(theta). You can't put x=1 in as a value of theta.
 
Dick said:
At some point you are going to have to find a value of theta that corresponds to x=1 and y=sqrt(2).

Precisely
 
dy/dx = sin(o). I got this from "Or show tan(theta)/sec(theta)=sin(theta). "

Now I can't use (1,sqrt(2)) as x1 and y1 with point slope formula , and use sin(1) as the slope?