Proving Bounds for f(x) using Differential Equations

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
singedang2
Messages
25
Reaction score
0
differential equation! urgent!

Homework Statement


we have [tex]f'(x) = \frac{1}{x^2 + f(x)^2}[/tex]
and i need to show that [tex]|f(x)| \leq \frac{5 \pi}{4}[/tex] when [tex]x \geq 1[/tex]


Homework Equations





The Attempt at a Solution



i know this has something to do with arctan, (by the looks of f'(x), it looks similar to arctan derivative) but i really don't know how to attempt this. help pls thanks!
 
Last edited:
Physics news on Phys.org
I don't know how to get a trigonometric funtion in this but if y=f(x), then [tex]dy/dx=f'(x)[/tex]
This implies that [tex]y^2dy=dx/(x^2)[/tex]
Integrating this, you get [tex]y^3/3= -1/x +c[/tex] where c is the constant of integration. Is there some other information given? By derivative of arctan, I guess you mean [tex]d(tan^-1(x))/dx =1/(1+x^2)[/tex]
 
sorry, there was mistake in what was written in latex. it's fixed now.
 
I presume chaoseverlasting's response was to some incorrectly written equation which has been edited since the equation, as now given, is not separable.

I notice that the problem does not ask you to solve the differential equation, just to show that its solution must satisfy some property. But I wonder if there shouldn't be some initial value given? If the problem were to solve
[tex]f'(x)= \frac{1}{x^2+ f^2(x)}[/tex]
with initial condition f(1)= 4, then since the right hand side is defined and differentiable at (1,4), the problem has a solution in some neighborhood of (1, 4) but clearly does not satisfy "[tex]|f(x)| \leq \frac{5 \pi}{4}< 4[/tex]"
 
Last edited by a moderator:
oh right... f(1) = 1 i think this is the given value.
 
then does it mean now [tex]|f(x)| \leq \frac{5 \pi}{4}[/tex] ?
how can i show this using that differential equation?