How do I find the closest point on a curve to (1,1)?

  • Thread starter Thread starter Knight226
  • Start date Start date
  • Tags Tags
    Curve Point
Click For Summary

Homework Help Overview

The problem involves finding the point on the curve defined by y = cos(x) that is closest to the point (1,1). The discussion centers around the application of calculus and trigonometry to minimize the distance between a point on the curve and the given point.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss using the distance formula and its square to find critical points. There are attempts to differentiate the distance function and set the derivative to zero. Some participants express confusion regarding the trigonometric derivatives involved.

Discussion Status

Participants are actively engaging with the problem, offering different perspectives on the derivatives and the approach to minimize the distance. There is recognition of differing interpretations of trigonometric identities, and some clarification has been provided regarding the derivative of cos^2(x).

Contextual Notes

There are indications of confusion regarding trigonometric identities and derivatives, which may affect the participants' understanding of the problem. The original poster expresses difficulty with trigonometric calculations, which is a recurring theme in the discussion.

Knight226
Messages
15
Reaction score
0

Homework Statement


Find the point on the curve y = cos (x) closest to the point (1,1)

Homework Equations


Tangent line equation
y = f'(c)(x-c)+f(c)

Distance formula
d = SQRT( (x1-x2)^2 + (y1-y2)^2 )

The Attempt at a Solution


I have problem doing the f'(c) part. I get stuck when I have trigonometry in the equation where I have to set it to zero to find the critical number...

So far I have
d = SQRT( (x-1)^2 + (y-1)^2 )
y = cos (x)
d = SQRT( (x-1)^2 + (cos(x)-1)^2 )
*Here according to my textbook, what matter is what is inside radical sign*
f(x) = (x-1)^2 + (cos(x)-1)^2
f(x) = x^2-2x+2+cos^2x-2cosx

f'(x) = 2x - 2 - sin2x + 2sinx

Set f'(x) to zero
2x - 2 - sin2x + 2sinx = 0

Get stuck here :(
let say I do...
-sin2x + 2sinx = -2x + 2
then.. I don't know what to do next... I am horrible with trigonometry... Please help. Thank you very much in advance. Please let me know if I have made mistakes somewhere along the calculation.
 
Physics news on Phys.org


The derivative of cos^2(x) is not -sin(2x), it's -2cos(x)sin(x) by the chain rule.
 


Understood. Thank you! :D
 


It's simpler if you work with the square of the distance, and minimize it. After all, if the square of the distance is minimized, then the distance will also be minimized.

D2(x) = (x - 1)2 + (cos(x) - 1)2
d/dx[D2(x)] = 2(x - 1) + 2(cos(x) - 1)*(-sin(x))

Now set this derivative to 0 and find the critical points.
 


Isn't 2cos(x)sin(x) equal to sin(2x) by some trig identity?

So I don't see what Matterwave finds false...
 


Char. Limit said:
Isn't 2cos(x)sin(x) equal to sin(2x) by some trig identity?

So I don't see what Matterwave finds false...
Nor do I. The identity you cited is the double angle formula for sin.
 


Ok, I have a tendency to assume that if two people's facts differ, and I'm one of the people, the fault lies in my facts. Thanks for clearing that up.
 

Similar threads

Replies
3
Views
2K
Replies
5
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
5
Views
1K