Question #5003d

2 Answers
Jan 1, 2015

I am not sure if I got the meaning of your question right but I'll try anyway:

int_0^xt^2dt=2(x-1)x0t2dt=2(x1)
t^3/3|_0^x=2(x-1)t33x0=2(x1)
x^3/3=2(x-1)x33=2(x1)

Rearranging:
x^3-6x+6=0x36x+6=0

To solve this cubic equation I used the Cardano-Tartaglia formula that you can find in most texts or on the internet such as in Wikipedia:

enter image source here

I supposed that you needed only real roots so I neglected the ones which are complex numbers.
You have only one real root (an irrational number) given as:
x_1=-2,84732x1=2,84732

You can check it by substituting in:
x^3/3=2(x-1)x33=2(x1)

Probably there are simpler techniques but I do not know. Hope it helped.

There is no value of xx that solves this problem.

By "greatest integer function of tt" I assume you mean |~t~|t, called the ceiling of tt or the ceiling function.

For every finite interval chosen as it's domain, the ceiling function and it's square |~t~|^2t2 are step functions , which means that there is a finite collection of intervals in which the function takes a constant value for each interval. Equivalently, ff is called a step function if, for a finite number mm of intervals I_kIk

f(x) = c_k(b_k - a_k), x in I_k f(x)=ck(bkak),xIk

where b_k - a_kbkak is the length of the interval I_kIk

The integral of any step function is simply the sum of the lengths of all intervals multiplied by their respective constants:

int_(a_1)^(b_m) f(x) = sum_(k=1)^m c_k (b_k - a_k)bma1f(x)=mk=1ck(bkak)

Now, the function |~t~|^2t2 is defined as

|~t~|^2 = n^2, x in (n-1, n)t2=n2,x(n1,n)

where nn are integers.

It's integral is, observing that all intervals of the form (n-1, n) (n1,n) have length 11 and that the last interval ( |__ x __|, x ) (x,x) has length x- |__ x __| xx, where |__ x __| x is the floor function:

int_(0)^(x) |~t~|^2 = sum_(k=1)^(|__ x __|) k^2 + |~x~|^2 (x-|__ x __|)x0⎢ ⎢t⎥ ⎥2=xk=1k2+⎢ ⎢x⎥ ⎥2(xx)

Now, your question also gives us the condition that

int_(0)^(x) |~t~|^2 = 2(x-1)x0t2=2(x1)

Wich means:

sum_(k=1)^(|__ x __|) k^2 + |~x~|^2 (x-|__ x __|) = 2x-2xk=1k2+⎢ ⎢x⎥ ⎥2(xx)=2x2

Now, the sum of the first qq squares is (2q^3+3q^2+q)/62q3+3q2+q6.

So,

sum_(k=1)^(|__ x __|) k^2= (2(|__ x __|)^3+3(|__ x __|)^2+|__ x __|)/6xk=1k2=2(x)3+3(x)2+x6

With the additional condition given to us by the question:

(2(|__ x __|)^3+3(|__ x __|)^2+|__ x __|)/6 + |~x~|^2 (x-|__ x __|) = 2x-22(x)3+3(x)2+x6+⎢ ⎢ ⎢ ⎢x⎥ ⎥ ⎥ ⎥2(xx)=2x2

Finding the solution to this equation is not simple. But noticing that the left side behaves itself similarly to a 33rd degree polynomial, as the value of xx gets bigger, it should grow faster than the right hand side.

Consider the left side equation for x=1x=1. We have:

(2(|__ 1 __|)^3+3(|__ 1 __|)^2+|__ 1 __|)/6 = (2 times 1 + 3 times 1 +1)/6 = 12(1)3+3(1)2+16=2×1+3×1+16=1

The right hand side:

2 times 1 - 2 =02×12=0

So even where the function at the left side grows at it's slowest, the left side of the equation is greater than the right side. So, for x>0x>0, there is no solution.

Another way of thinking about this problem is graphing the integral. For x<1x<1, the graph of the integral is a line segment of slope 11 passing through the origin. For 1 geq x < 21x<2, it's a line segment of slope 44, and as xx get's bigger, so does the slope. For x<1x<1, 2x-2<02x2<0, so this line does not intersect the graph of the integral in this interval. But for x>1x>1, the integral grows much faster then 2x-22x2, so the two graphs will never intersect.