How Do You Find a Tangent Line to f(x) = x^2 + 4 That Passes Through (0,0)?

  • Thread starter Thread starter teken894
  • Start date Start date
  • Tags Tags
    Lines Tangent
teken894
Messages
25
Reaction score
0
Seems like a simple problem, but I have no idea how to accomplish this!

f(x) = x^2 +4

I have to find a tangent line to the graph that passes through the point (0,0).

I know the derivative is 2x, but I don't know how to mathematically figure out the which (x,f(x)) the tangent line would pass through..!
Any help would be appreciated
 
Physics news on Phys.org
If the derivative is 2x, then the slope at (0,0) will be 0. So its just a horizontal line through (0,0)
 
courtrigrad said:
If the derivative is 2x, then the slope at (0,0) will be 0. So its just a horizontal line through (0,0)


I know that.

You seee (0,0) is not a point on the graph. (0,0) is a given point (outside the graph) which I need to find a line tangent to the graph with.

http://66.93.135.68/tmp_pic.jpg
 
Last edited by a moderator:
you have to use Newtons method x_{n+1} = x_{n} - \frac{f(x_{n})}{f'(x_{n})}
 
You could do it in a simpler way.
f(x) = x^2 + 4
f'(x) = 2x

Let g(x) = f'(x).x, i.e. write the equation of the tangent line in terms of x and f'(x).

So you need a point where f(x) = g(x)
So: x^2 + 4 = (2x)x
 
Last edited:
courtrigrad said:
If the derivative is 2x, then the slope at (0,0) will be 0. So its just a horizontal line through (0,0)
The problem did not say "tangent at (0,0)".

First, distinguish between the variable, x, and the x-value of the point of tangency. Let's call the x value at the point of tangency x0. Then the derivative at that point is 2x0 and so the tangent line has equation y= 2x0x. In order to be a tangent, that line must touch the parabola at x0: at x= x0 we must have y= 2x02= x02+ 4. Because of the symmetry, there are two lines through (0,0) tangent to y= x2+ 4
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top