Problems getting started on this problem

  • Thread starter Thread starter donjt81
  • Start date Start date
AI Thread Summary
The discussion revolves around solving the equation f(x) = 2x^3 - 5x - 5 for at least one value of c where f(c) equals pi. The user initially assumed pi to be 3.14 but expressed confusion about its exact value. Participants clarified that pi is approximately 3.14159 and suggested using the Intermediate Value Theorem (IVT) to demonstrate the existence of a solution. They advised defining an interval [a, b] where f(a) is less than pi and f(b) is greater than pi, confirming the continuity of the polynomial function. The conversation emphasizes the importance of understanding the properties of continuous functions and the correct interpretation of pi in this context.
donjt81
Messages
70
Reaction score
0
Hi I am trying to solve the following problem.

f(x) = 2x^3 - 5x - 5
show that there is atleast one value of c for which f(x) = pie

I am assuming they want me to use pie = 3.14

so I did the following

2x^3 - 5x - 5 = 3.14

but then I don't know how to solve for x can someone please give me some kinda hint to get me started?

Thanks
 
Physics news on Phys.org
donjt81 said:
I am assuming they want me to use pie = 3.14

I sure hope they don't!


f(x) = 2x^3 - 5x - 5 is a continuous function (right?), what kinds of theorems or results do you have on continuous functions that might be useful here?
 
ok so i have to use the intermediate value theorem. i still don't understand the pie thing... if its not 3.14 then what do they want me to use for pie.

so with the IVT i would do the following

1] define an inteval [a, b] such that when i find f(a) and f(b) one value is bigger than "pie" and the other value is less than "pie"

2] I would also have to show that f is continuous in that interval [a, b]

so for example if i find out that f(a) < "pie" < f(b) then i can say that yes there does exist a point c where f(c) = "pie"

but I don't know what "pie" is i guess so I'm not sure what I am looking for.
 
donjt81 said:
ok so i have to use the intermediate value theorem. i still don't understand the pie thing... if its not 3.14 then what do they want me to use for pie.

pi=3.141526535... it does not equal any truncated sum with a finite number of digits (it also has no "e" on the end). For your purposes you can probably safely assume some bounds like 3<=pi<=4 and find an a and b where:

f(a) < 3 <= pi <= 4 < f(b)

as for continuity, f(x) is a polynomial. You should know something about polynomials and continuity.
 
thanks got it
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top