Prove that the critical point of f satisfies the equation

Click For Summary

Homework Help Overview

The discussion revolves around the function f(x) = (sin x)/x for x ≠ 0, with a focus on defining f(0) to ensure continuity at x = 0. Participants are tasked with proving that if x0 is a critical point of f, then |f(x0)| = 1/(1+x0^2) - ½, using properties of sine and cosine.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the definition of f(0) and its implications for continuity. They explore how to find critical points through derivatives and question the conditions under which x0 can be considered a critical point. There is an examination of the relationship between f(x0) and its derivative, leading to discussions about simplifying equations and the implications of critical points.

Discussion Status

The discussion is active, with participants engaging in reasoning about the properties of the function and its critical points. Some guidance has been provided regarding the use of trigonometric identities and the implications of the derivative being zero. Multiple interpretations of the problem are being explored, particularly concerning the behavior of f at critical points.

Contextual Notes

Participants are working under the constraint that x0 ≠ 0 for the critical points being discussed, and there is a focus on how to handle the case when x0 = 0 separately. The hint provided in the original problem regarding the properties of sine and cosine is also a point of discussion.

lep11
Messages
380
Reaction score
7

Homework Statement


a.) Let f(x)=(sin x)/x, x≠0. Define f(0) such that f is continuous at x=0.
b.) Prove that if x0 is critical point of function f (f(0) defined as in part a), then |f(x0)|=1/(1+x02) (Hint: use the basic properties of sine and cosine with given information.)

The Attempt at a Solution


a.)Easy. Let f(0)=1, because (sin x)/x approaches 1 when x--->0 so f(0) has to be equal to 1.
b.) I have no idea how to begin :/
 
Physics news on Phys.org
lep11 said:

Homework Statement


a.) Let f(x)=(sin x)/x, x≠0. Define f(0) such that f is continuous at x=0.
b.) Prove that if x0 is critical point of function f (f(0) defined as in part a), then |f(x0)|=1/(1+x02) (Hint: use the basic properties of sine and cosine with given information.)

The Attempt at a Solution


a.)Easy. Let f(0)=1, because (sin x)/x approaches 1 when x--->0 so f(0) has to be equal to 1.
b.) I have no idea how to begin :/
How do you find the critical points of a differentiable function?
 
Samy_A said:
How do you find the critical points of a differentiable function?
By taking the derivative; f'(x)=0?
in this case f'(x)=(xcosx-sinx)/x2=0
 
lep11 said:
By taking the derivative; f'(x)=0?
f'(x)=(xcosx-sinx)/x2=0
Correct (except for x=0, but let's leave that aside for now).
So what can you deduce from that about f(x0), where x0 is a critical point of f?
 
f(x0)? i don't get it. f'(x0)=0?
 
lep11 said:
f(x0)? i don't get it. f'(x0)=0?
Yes, ##f(x_0)##, that's what the question is about.
You already know that for a critical point ##x_0 \neq 0##, ##f'(x_0)=\frac{x_0 \cos x_0 -\sin x_0}{x_0^ 2}=0##.
Can you simplify that last equation?
And what does it mean for ##f(x_0)=\frac{\sin x_0}{x_0}##?
 
so why is x0≠0?
 
lep11 said:
so is x0=0?
No, we actually exclude x=0 for now (because you have to compute f'(0) in a different way than what you did in post #3 for x ≠ 0).

So, again ##x_0 \neq 0## is a critical point of ##f##, and that gives us ##f'(x_0)=\frac{x_0 \cos x_0 -\sin x_0}{x_0^ 2}=0##.
When you have an equality like ##\frac{a}{b}=0##, where ##b \neq 0##, what does this tell you about ##a##?
 
Samy_A said:
No, we actually exclude x=0 for now (because you have to compute f'(0) in a different way than what you did in post #3 for x ≠ 0).

So, again ##x_0 \neq 0## is a critical point of ##f##, and that gives us ##f'(x_0)=\frac{x_0 \cos x_0 -\sin x_0}{x_0^ 2}=0##.
When you have an equality like ##\frac{a}{b}=0##, where ##b \neq 0##, what does this tell you about ##a##?

##x_0cosx_0-sinx_0=0 ⇔(sin x_0)/x_0=cosx_0=f(x_0)##
 
  • #10
lep11 said:
##x_0cosx_0-sinx_0=0 ⇔f(x_0[/SUB])=(sin x_0)/x_0=cosx_0##
Yes, that is correct.
But you are not finished yet. The question was to prove that for a critical point ##x_0##, ##|f(x_0)|=\frac{1}{\sqrt{1+x_0^2}}##.

Hint: you have that ##f(x_0)=\cos x_0##. Now use ##x_0 \cos x_0 = \sin x_0## to express ##\cos x_0## in function of ##x_0##. Squaring ##x_0 \cos x_0 = \sin x_0## may be helpful. And remember the hint in the question: "use the basic properties of sine and cosine".
 
  • #11
Samy_A said:
Yes, that is correct.
But you are not finished yet. The question was to prove that for a critical point ##x_0##, ##|f(x_0)|=\frac{1}{\sqrt{1+x_0^2}}##.

Hint: you have that ##f(x_0)=\cos x_0##. Now use ##x_0 \cos x_0 = \sin x_0## to express ##\cos x_0## in function of ##x_0##. Squaring ##x_0 \cos x_0 = \sin x_0## may be helpful. And remember the hint in the question: "use the basic properties of sine and cosine".
##x_0 \cos x_0 = \sin x_0## ⇔ ##x_0^2 \cos^2 x_0 = \sin x_0^2## ⇔ ##x_0^2 \cos^2 x_0 =1- \cos x_0^2## ⇔##\cos^2 x_0=\frac{1}{(1+x_0^2)^2}## ⇔ ##|f(x_0)|=\frac{1}{\sqrt{1+x_0^2}}##
 
  • #12
lep11 said:
##x_0 \cos x_0 = \sin x_0## ⇔ ##x_0^2 \cos^2 x_0 = \sin x_0^2## ⇔ ##x_0^2 \cos^2 x_0 =1- \cos x_0^2## ⇔##\cos^2 x_0=\frac{1}{(1+x_0^2)^2}## ⇔ ##|f(x_0)|=\frac{1}{\sqrt{1+x_0^2}}##
Correct.

Now, we are left with ##x_0=0##.
Assume ##x_0=0## is a critical point: does it satisfy ##|f(x_0)|=\frac{1}{\sqrt{1+x_0^2}}##?
 
  • #13
yes it does
 
  • #14
lep11 said:
yes it does
Indeed. That concludes the exercise.
 

Similar threads

  • · Replies 27 ·
Replies
27
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 26 ·
Replies
26
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K