Optimization - find two points on a curve with a common tangent line?

In summary: I'm sorry I'm not sure what you're referring to? I don't remember using a calculator in this conversation.
  • #1
therest
25
0

Homework Statement


Find two points on curve y=x4-2x2-x that have a common tangent line.

Homework Equations


*the one stated above
dy/dx = 4x3-4x-1

The Attempt at a Solution


equation of a tangent line: y=mx+b

(4x3-4x-1) = m at two different points? So there are two points for which dy/dx=4x3-4x-1

I'm not sure what thinking I should be doing on this one to link the information about there being two points in the curve with the same tangent line to what I know about finding tangent lines. Will the coordinate points contain x or can I find two actual, definite points? Aren't there more than 2 places on the curve with the same tangent lines?
 

Attachments

  • 3.jpg
    3.jpg
    9.9 KB · Views: 914
Physics news on Phys.org
  • #2
edit: I rechecked my work and it seems like I got the answer, but by shear luck.
 
Last edited:
  • #3
It looks like there are only two points that have a common tangent line.

If (a, f(a)) and (b, f(b)) are the two points, you know the derivatives at the points are the same: f'(a) = f'(b)
Also, the derivative is the same as the slope of the line between the two points: m = (y2 - y1)/(x2 - x1)

You can write two equations with two unknowns to solve for the two points.
 
  • #4
OH!

Thank you so much Bohrok! I think I know exactly what to do from there. :)
 
  • #5
Hmm, or not. I think I'm stuck.

Here's what I did:

y=x4-2x2-x
dy/dx=4x3-4x-1=m

m=(y2-y1) / (x2-x1)=(by - ay) / (bx - ax)

--> x + y subscripts are being used to denote the x and y coordinates of points a and b which share a tangent line.

y=mx+c (c is the constant; I was already using b as a variable, sorry for confusion.)
y=(4x3-4x-1)x + c
ay=(4ax3-4ax-1)ax+c
by=(4bx3-4bx-1)bx+c

Maybe I need to resist the temptation to break it down like I would in Physics.

It seems like I'm overcomplicating the problem. Can I solve it by just finding a(x,y) and b(x,y) from those equations?
 
  • #6
Only have a few minutes right now, but I think this is what I'd do:

f'(a) = (f(b) - f(a))/(b - a)
and
f'(b) = (f(b) - f(a))/(b - a)

This is the system of equations to solve after you put in the function and its derivative. Once you know a and b, then you can start finding the actual line equation y = mx + b.
m = (by - ay) / (bx - ax), then you find the constant in the line equation.
 
  • #7
I had tried Bohrok's method earlier, but the system of equations seemed far too complicated to solve. Since I got stuck, I went back to that method again...

Once you substitute into
[tex]f'(a)=\frac{f(a)-f(b)}{a-b}[/tex]
and
[tex]f'(b)=\frac{f(a)-f(b)}{a-b}[/tex]

You'll end up having to solve these 2 equations:

[tex]4a^3-4a-1=\frac{b^4-2b^2-b-a^4+2a^2+a}{b-a}[/tex]
and
[tex]4b^3-4b-1=\frac{b^4-2b^2-b-a^4+2a^2+a}{b-a}[/tex]

Using a calculator, the solutions for (a,b) are (-1,1) and (1,1). It should be simple from here :smile:
 
  • #8
wow, awesome! That actually makes sense! Mentallic and Bohrok, thank you so much! :smile: I ended up getting the same answers.
 
  • #9
I have a similar problem with y=x^4-4x^3+4x^2+0.5x
(where I have to find the line, which is tangent to the curve at two points)

but I need to know how to do it without a calculator. Suggestions?
 
  • #10
As long as it doesn't seem too daunting, sure, you can do it without a calculator.

Notice from the posts already made that

[tex]f'(a)=f'(b)=\frac{f(b)-f(a)}{b-a}[/tex]

And since we're dealing with the function

[tex]y=x^4-4x^3+4x^2+0.5x[/tex]

That means [tex]f'(a)= \frac{f(b)-f(a)}{b-a}[/tex] becomes [tex]4a^3-12a^2+8a+0.5=\frac{(b^4-4b^3+4b^2+0.5b)-(a^4-4a^3+4a^2+0.5a)}{b-a}[/tex]

Now, on the right side, group together the power terms so in the numerator we have
[tex](b^4-a^4)-4(b^3-a^3)+4(b^2-a^2)+0.5(b-a)[/tex] and each term has a factor of b-a in it so we can cancel that out.
Once we do that, it'll be hard to spot but you can actually divide the equation that is equal to 0 by b-a again. So now you have an equation in a and b (it's actually an ellipse) and so if we then solve for the next equation

[tex]f'(b)= \frac{f(b)-f(a)}{b-a}[/tex]

Once you solve this one, you'll notice it is symmetrical to the other equation (you might even notice the symmetry before even solving it, saving you heaps of time) and so since these equations are inverses of each other, there is an obvious way of finding where they intersect each other.
 
  • #11
thanks! that group factoring was the trick that I was missing. :-)
 
  • #12
No worries :smile:
 
  • #13
mentallic... how did you get you two points originally with your calculator? I'm just confused on what you tested?
 

FAQ: Optimization - find two points on a curve with a common tangent line?

1. How do you find two points on a curve with a common tangent line?

To find two points on a curve with a common tangent line, you can use the method of optimization. This involves finding the derivative of the curve and setting it equal to zero to find the critical points. Then, using the second derivative test, you can determine if these critical points are minimum, maximum, or inflection points. The points that result in a minimum or maximum value will have a common tangent line.

2. What is the purpose of finding two points on a curve with a common tangent line?

The purpose of finding two points on a curve with a common tangent line is to determine the optimal points on the curve. These points represent the maximum or minimum values of the curve, which can be useful in various real-world applications such as maximizing profits or minimizing costs.

3. Can there be more than two points on a curve with a common tangent line?

Yes, there can be more than two points on a curve with a common tangent line. This occurs when the curve has multiple local maximum or minimum points, which can happen in more complex curves with multiple peaks and valleys.

4. What if the curve does not have a tangent line at any point?

If the curve does not have a tangent line at any point, it means that the derivative of the curve does not exist or is undefined at all points. This could happen in cases where the curve has a sharp point or a vertical tangent, which would require a different approach for optimization.

5. How is optimization used in real-world applications?

Optimization is used in various real-world applications such as engineering, economics, and physics. In engineering, optimization techniques are used to design efficient structures and systems. In economics, optimization is used to determine the best allocation of resources to maximize profits. In physics, optimization is used to find the path of least resistance or the shortest distance between two points.

Similar threads

Back
Top