How many satisfied values?

Calculus Level 4

Let y = f ( x ) y=f\left( x \right) be a cubic function with the graph shown below.

How many real values of x x such that f ( x 3 3 x ) = 2 3 \left| f\left(x^3-3x \right) \right| =\dfrac 23 ?

3 10 6 9

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Patrick Corn
Jul 3, 2019

Let's change variables for clarity, and solve f ( t 3 3 t ) = 2 3 . |f(t^3-3t)| = \frac23.

First let's look at the solutions to f ( x ) = 2 3 . |f(x)| = \frac23. Drawing horizontal lines at y = ± 2 / 3 y=\pm 2/3 in the above graph, there are six x x -coordinates of intersection. One of them is in the interval ( , 2 ) , (-\infty, -2), two of them are in the interval ( 2 , 2 ) , (-2,2), and three of them are in the interval ( 2 , ) . (2,\infty). So t 3 3 t t^3-3t is one of these six values.

Now drawing the graph of x = t 3 3 t x=t^3-3t and doing the same horizontal line test shows that there are three values of t t for any x x in ( 2 , 2 ) , (-2,2), and one value of t t for any x x in ( , 2 ) (-\infty,-2) and any x x in ( 2 , ) . (2,\infty). So the total number of solutions is 3 2 + 1 4 = 10 . 3 \cdot 2 + 1 \cdot 4 = \fbox{10}.

Steven Chase
Jun 27, 2019

From the graph, we know three things:
1) The cubic has a root at x = 2 x = 2
2) The cubic has a root at x = 2 x = -2
3) The function has a value of 1 -1 when the derivative of the function is zero


The following form results:

f ( x ) = ( x 2 ) ( x + 2 ) ( x a ) f ( x ) = x 3 a x 2 4 x + 4 a f ( x ) = 3 x 2 2 a x 4 f(x) = (x-2)(x+2)(x-a) \\ f(x) = x^3 - ax^2 - 4x + 4a \\ f'(x) = 3x^2 - 2ax - 4

Find an ( x , a ) (x,a) pair which solves the following equations:

1 = x 3 a x 2 4 x + 4 a 0 = 3 x 2 2 a x 4 -1 = x^3 - ax^2 - 4x + 4a \\ 0 = 3x^2 - 2ax - 4

Solving using multi-variate Newton Raphson gives:

( x , a ) ( 2.4969 , 2.9444 ) (x,a) \approx (2.4969, 2.9444)

The plot of f ( x ) f(x) is below:

The plot of f ( x 3 3 x ) f(x^3 - 3x) is below. The magnitude is equal to 2 3 \frac{2}{3} ten times

Excellent graphs. How did you make them ? I mean which software did you use ?

Hosam Hajjir - 1 year, 11 months ago

Thanks. I made them in Excel, and then took screenshots and pasted into Microsoft Paint. For the second graph, I added the red lines in Paint. In general, for more complex graphs (of which there have been many), I print x,y coordinates from a Python terminal and import into Excel as a scatter plot.

I've also wondered how you create your impressive graphics and animations (software-wise)

Steven Chase - 1 year, 11 months ago

Log in to reply

I exclusively use MS-Excel Chart utility, mostly coupled with MS Visual Basic for Applications Programming Language (Macro Environment).

Hosam Hajjir - 1 year, 11 months ago

How did you solve for (x,a)?

Atomsky Jahid - 1 year, 11 months ago

Log in to reply

I used multi-variate Newton Raphson iteration

Steven Chase - 1 year, 11 months ago

You have to be careful here-- f ( x ) f(x) may not be a monic cubic. I don't think it's unique.

Anyway, you don't need to solve for f ( x ) f(x) to get the answer to the problem.

Patrick Corn - 1 year, 11 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...