Finding exact point at this tanget line of a graph

  • Thread starter Thread starter Flappy
  • Start date Start date
  • Tags Tags
    Graph Line Point
Flappy
Messages
25
Reaction score
0

Homework Statement


Given the equation: x - cos^2(x^2 - y^2) = xy - sin^2(x^2 - y^2)

Here's a graph of this equation: http://img240.imageshack.us/my.php?image=graphtq8.png

What is the exact point on the tangent line?
And what is the slope of the tangent line?

The Attempt at a Solution



I know since x=0 at the point, I would need to find y when x=0. But this is confusing me a bit since when I plug in 0 I'm left with -cos(-y^2) = -sin^2(-y^2). And I don't really know when to go from there. I also figure I am going to need to derive the equation by implicit differentiation to find the slope I assume. I'm just looking for some suggestions.
 
Physics news on Phys.org
well, now you need to find the y-intercept right.
you are left with sth like this, after u plug in 0 for x.
cos^{2}(-y^{2})=sin^{2}(-y^{2}) since sine is squared we can get rid of the minus sign, for cosine we know it is even so it does not matter

cos^{2}(y^{2})=sin^{2}(y^{2}) divide by cos^{2}(y^{2}), but we lose solutions here for y^2=kpi , so
tan^{2}(y^{2})=1 from here we get tan(y^{2})=+-1, but since y^2 can never be negative we get tan(y^{2})=1, now
y^{2}=arctan{1}
so du u see now?
 
How is the question stated? You said there is a tangent line, but it's equation is not given, only that it appears to be a tangent line at x=0.

You can find the exact point on the graph at x=0 by simply plugging x=0 into the equation of graph. You'll get a trigo equation, which you must then solve for a general solution in terms of y. The exact point on the tangent line would then be the first instance where y is negative according to the general solution.

You have to use implicit differentiation here. Just treat y as a function of x. Once you get -cos^{2}(-y^{2}) = -sin^2(-y^2), which you already did, then note that sine is an odd function which means you can simplify RHS and solve for y to get the general solution.
 
I do not think he will need to implicitly differentiate at all.-That is what i first thought though. because he just needs the y value for which x=0, so basically that will be
y=-sqrt(pi)/2
 
He'll need to differentiate it implicitly because he's also asking for the slope of the tangent line.
 
I did give the equation on the first line. The equation of the tangent line isn't given, they just want to know the coordinates at that point on the graph and also the slope of the tangent line.

Anyways, the sqrt of the arctan(1) gave me about -.8662269255, which seems reasonable by looking at the graph.
 
You shouldn't use the calculated value. Arctan 1 = pi/4 Square root that for the exact expression.
 
Defennnder said:
He'll need to differentiate it implicitly because he's also asking for the slope of the tangent line.

Sorryyyyy! My bad, i did not look at the second question at all, i just missed it, that one about the slope. So you are right, he defenitely will need to differentiate implicitly.
 
I see, thanks for the correction.

Anyways, after using implicit on the equation I ended up with: y` = \frac{1}{xy - 2x + 2y}

So is it safe to say the slope is \frac{1}{2(-\sqrt{pi/4})} ?
 
  • #10
For the op: after you differentiate it implicityly, you need to bring on one side dy/dx, while on the other side the rest. After that you can easily find the slope of the tangent line, just plug in x=0 and y=-sqrt(pi)/2
 
  • #11
Yep, if you did the calculations correctly when you differentiated implicitly, then i guess that is safe to say so!
 
  • #12
Flappy said:
I see, thanks for the correction.

Anyways, after using implicit on the equation I ended up with: y` = \frac{1}{xy - 2x + 2y}

So is it safe to say the slope is \frac{1}{2(-\sqrt{pi/4})} ?
I have this feeling that you have done some mistakes somewhere, because by just looking at the graph you provided, one could tell that the slope of the tangent line at that point is positive. So, look somewhere if you haven't missed some minus sign somewhere.
 
  • #13
sutupidmath said:
Yep, if you did the calculations correctly when you differentiated implicitly, then i guess that is safe to say so!


Edit: i guess it is not safe at this case!
 
  • #14
Hmm, this is the work i did for getting the derivative

d/dx [ x - cos^2(x^2 - y^2) ] = d/dx [xy - sin^2(x^2 - y^2)]

1 + sin^2(x^2 - y^2)*(2x-2y)*y` = x * y` * y - cos^2(x^2 - y^2)*(2x-2y)*y`

1 = x * y` * y - cos^2(x^2 - y^2)*(2x-2y)*y` - sin^2(x^2 - y^2)*(2x-2y)*y`

1 = y`[ xy - cos^2(x^2 - y^2)*(2x-2y) - sin^2(x^2 - y^2)*(2x-2y)]

1 = y`[xy - (2x-2y)( cos^2(x^2 - y^2) + sin^2(x^2 - y^2) ) ]

1 = y`[xy - (2x-2y)(1)]
1 = y`[xy - 2x +2y]
y` = (1)/(xy - 2x +2y)

Can you spot my mistake by any chance?
 
  • #15
Flappy said:
Hmm, this is the work i did for getting the derivative

d/dx [ x - cos^2(x^2 - y^2) ] = d/dx [xy - sin^2(x^2 - y^2)]

1 + sin^2(x^2 - y^2)*(2x-2y)*y` = x * y` * y - cos^2(x^2 - y^2)*(2x-2y)*y`



Can you spot my mistake by any chance?
Here it is the first mistake i can spot, there might be others, but i will show you the idea

well think of it this way say u=u(x) that is u is a dependent variable, then

[cos^2(u)]'=[cos(u)cos(u)]'=[cos(u)]'cos(u)+cos(u)[cos(u)]'=-sin(u)u'cos(u)+cos(u)(-sin(u)u' =-2cos(u)sin(u)u'

i hope this helps!
By the way, your mistake is on the second line!
 
Last edited:
Back
Top