Tangent To Quadratic And Cubic Polynomials

Calculus Level 3

The above graph shows the curves of x 2 x^2 and x 3 x^3 . Clearly, the line y = 0 y=0 is tangent to both the curves. But there exists another such straight line which is tangent to both the curves. Find the equation of the line.

If the line can be represented in the form a x + b y + c = 0 ax+by+c=0 , such that a , b |a|,|b| and c |c| are positive integers and gcd ( a , b , c ) = 1 \gcd(|a|,|b|,|c|) = 1 , enter your answer as a + b + c |a|+|b|+|c| .

Notation : | \cdot | denotes the absolute value function .


The answer is 3481.

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.

3 solutions

Let us say that the common tangent line is tangent to x 2 x^2 at ( a , a 2 ) (a,a^2) and to x 3 x^3 at ( b , b 3 ) (b,b^3) . Then by definition of the derivative,

Slope of line tangent to x 2 x^2 at x = a x=a 2 a \implies 2a .

Slope of line tangent to x 3 x^3 at x = b x=b 3 a 2 \implies 3a^2 .

Therefore the tangent line of x 2 x^2 is y a 2 x a = 2 a y 2 a x + a 2 = 0 \implies \frac{y-a^2}{x-a}=2a \implies \boxed{y - 2ax + a^2 = 0} , and that of x 3 x^3 is y b 3 x b = 3 b 2 y 3 b 2 x + 2 b 3 = 0 \implies \frac{y-b^3}{x-b}=3b^2 \implies \boxed{y - 3b^2x + 2b^3=0} .

Clearly, these lines must be the same if they are tangent to both the curves. Hence, comparing the lines:

2 a = 3 b 2 , a 2 = 2 b 3 \implies 2a=3b^2, \implies a^2=2b^3 .

Solving the set of equations, we have two values of b = 0 , 8 9 b=0, \frac{8}{9} . Substituting b = 0 b=0 in the tangent line of x 3 x^3 gives y = 0 y=0 (As I had stated before) and b = 8 9 b=\frac{8}{9} gives 729 y 1728 x + 1024 = 0 \boxed{729y-1728x+1024=0} , which is the required tangent line equation.

Hence, a + b + c = 729 + 1728 + 1024 = 3481 |a|+|b|+|c|=|729|+|-1728|+|1024|=\boxed{3481}

Pi Han Goh
Sep 30, 2016

Here's a non-calculus approach: We can find the equation of the desired straight line by solving for their respective polynomial discriminants.


To avoid the abuse of notations, I will define the equation of the straight line that is tangent to both the curves as y = A x + B y = Ax + B , where ( A , B ) ( 0 , 0 ) (A,B) \ne (0,0) .

Hence, both the equations { x 2 = A x + B x 3 = A x + B \begin{cases} x^2 = Ax + B \\ x^3 = Ax + B \end{cases} has exactly one real root because there is only one intersection point.

Because there's only one real solution, the quadratic discriminant of the quadratic equation x 2 = A x + B x^2 = Ax + B must be equal to 0:

( A ) 2 4 ( 1 ) ( B ) = 0 B = A 2 4 (-A)^2 -4(1)(-B) = 0 \qquad \Leftrightarrow \qquad B = \dfrac{A^2}4

Similarly, the cubic discriminant of the cubic equation x 3 = A x + B x 3 A x A 2 4 = 0 x^3 = Ax + B \Rightarrow x^3 - Ax - \dfrac{A^2}4 = 0 must be 0:

( 0 2 ) ( A ) 4 ( 1 ) ( A ) 3 4 ( 0 ) 3 ( A 2 4 ) 27 ( 1 ) 2 ( A 2 4 ) 2 + 18 ( 1 ) ( 0 ) ( A ) ( A 2 4 ) = 0 4 A 3 + 27 16 A 4 = 0 A = 64 27 , 0 ( A , B ) = ( 64 27 , 1024 729 ) , ( 0 , 0 ) \begin{aligned} && (0^2)(-A) - 4(1)(-A)^3 - 4(0)^3\left( -\dfrac{A^2}4 \right) - 27(1)^2 \left( -\dfrac{A^2}4\right)^2 + 18(1)(0)(-A)\left( -\dfrac{A^2}4\right) = 0 \\ &\Rightarrow & 4A^3 + \dfrac{27}{16}A^4 = 0 \\ &\Rightarrow & A = -\dfrac{64}{27}, 0 \\ &\Rightarrow & (A,B) = \left( -\dfrac{64}{27},\dfrac{1024}{729} \right) , (0,0) \\ \end{aligned}

But since we're looking for a straight line other than y = 0 y=0 , then ( A , B ) ( 0 , 0 ) (A,B) \ne (0,0 ) as stated above. Hence ( A , B ) = ( 64 27 , 1024 729 ) (A,B) = \left( -\dfrac{64}{27},\dfrac{1024}{729} \right) only. And so the desired equation is

y = 64 27 x + 1024 729 729 y 1728 x + 1024 = 0 y = -\dfrac{64}{27} x + \dfrac{1024}{729} \qquad \Leftrightarrow \qquad 729y - 1728x + 1024 = 0

with the answer 729 + 1728 + 1024 = 3481 |729| + |-1728 | + |1024| = \boxed{3481 } .

Nice approach! (+1)

Arkajyoti Banerjee - 4 years, 8 months ago
Rocco Dalto
Oct 6, 2016

Let f ( x ) = x 2 {\bf f(x) = x^2 } and g ( x ) = x 3 {\bf g(x) = x^3 }

d d x ( f ( x ) ) x = a = 2 a {\bf \frac{d}{dx}(f(x))|_{x = a} = 2a } and d d x ( g ( x ) ) x = b = 3 b 2 {\bf \frac{d}{dx}(g(x))|_{x = b} = 3b^2 }

Since both functions have a common tangent 2 a = 3 b 2 a = 3 2 b 2 {\bf \implies 2a = 3b^2 \implies a = \frac{3}{2}b^2 }

Let A : ( 3 2 b 2 , 9 4 b 4 ) {\bf A:(\frac{3}{2} b^2, \frac{9}{4} b^4) } B : ( b , b 3 ) {\bf B:(b,b^3) }

slope m = 3 b 2 = 1 2 b 2 ( 9 b 4 3 b 2 ) {\bf m = 3b^2 = \frac{1}{2} b^2(\frac{9b - 4}{3b - 2}) }

b 0 9 b 4 = 18 b 12 b = 8 9 a = 8 27 m = 64 27 {\bf b \ne 0 \implies 9b - 4 = 18b -12 \implies b = \frac{8}{9} \implies a = \frac{8}{27} \implies m = \frac{64}{27} }

Using B : ( 8 9 , 512 729 ) 1728 x 729 y 1024 = 0 {\bf B:(\frac{8}{9}, \frac{512}{729}) \implies 1728x - 729y -1024 = 0 } where, a = 1728 , b = 729 , c = 1024 {\bf a = 1728, b = -729, c = - 1024 } and ( a , b , c ) = 1 a + b + c = 3481 {\bf (|a|,|b|,|c|) = 1 \implies |a| + |b| + |c| = 3481}

In the second last line, it should be 729 y -729y

Arkajyoti Banerjee - 4 years, 8 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...