Questions tagged [tangent-line]

For questions on the tangent line, the unique straight line that is the best linear approximation to a function at a point.

If $y=f(x)$ is differentiable at $a$, the equation of the tangent line to $f$ at $(a,f(a))$ is $$ T_a(x) = f(a) + f'(a)(x-a) $$ Common uses are in the definition of differentiation and finding tangent lines to circles in geometry.

The tangent line need not touch a function locally only once. Indeed, consider $s(x) = x^3\sin(1/x)$ if $x\neq 0$, $s(0)=0$. Then $s$ is differentiable at $x=0$ with tangent line $y=0$, but this intersects $s$ infinitely often in any neighborhood of zero.

1303 questions
0
votes
0 answers

On a particular drawing, a pulley wheel can be described by the equation $x^2+y^2=100$. For more please check the pic of the problems

On a particular drawing, a pulley wheel can be described by the equation $x^2+y^2=100$. For more please check the pic of the problems
0
votes
0 answers

Tangents along a straight line

I was looking to solve this geometrical problem. I have a line which is subdivided so that the when it is intersected it creates tangents of equal lengths that are stacked upon each other. I'm looking to find a way to calculate the length of…
0
votes
1 answer

Finding point of intersection where k is a non zero constant

I am struggling to solve this question: The curve $C$ has the equation $$ k x^2 - xy + (k+1)x=1. $$ The line $l$ has the equation $$ -(k/2)x + y = 1. $$ Here $k$ is a non-zero constant such that $l$ and $C$ only intersect at one point. Find the…
0
votes
1 answer

Can there be more than two tangents to a curve from an external point? And can a tangent at some point cut the curve elsewhere?

First question: If we have a curve and external point (point that does not belong to that curve), how many tangents from that point can be drawn to the curve? For example, if we have curve $y = x^2$ and point $(2,3)$, there are 2 tangents from…
user121
  • 527
0
votes
2 answers

Finding the equation of a line that is tangent to.

I have the following question & its answer but I do not understand how some parts were obtained - Q&A, Previous Q Where does the $1+dy/dx (x-1)$ come from?
0
votes
1 answer

how to prove that a given line is the tangent?

I have a parabola with the focus $F$ and the directrix $D.$ For a point $P$ on the parabola I constructed a triangle $FPA,$ where $A$ is the point where the perpendicular from $P$ to $D$ cuts $D.$ Search the midpoint of the segment $FA$ and name it…
0
votes
1 answer

Find $g(x)$ when $g'(x)=x^3$ and tangent line to $g(x)$ is given as $x+y=1$

$g'(x)=x^3$ and tangent line to g(x) is given as $x+y=1$. Find the function $g(x)$. My attempt: $g'(x)=x^3\rightarrow g(x)=x^4/4+K$ The tangent line will touch $g(x)$ at $y=-x$ Therefore, $x^4/4+K=-x$. However, this will give K as a function of x…
nova_star
  • 463
0
votes
1 answer

How to find this tangent line

We know that $y=2e^{0.5x}$, and that the tangent line is a line that passes through the origin. So $y'=e^{0.5x}$, therefore we know that $l(x)=e^{0.5a}(x-a)+2e^{0.5a}$ by the equation for calculating a tangent line. But how do I find $a$, that is…
Andreas
  • 1,948
  • 2
  • 16
  • 45
0
votes
1 answer

Finding a condition such that there are 2 lines, each is tangent to both $f(x)$ and $g(x)$

Given two functions $f(x)=e^{6x}$ and $g(x)=ax^2$ where $a>0$. The objective is to find a condition for $a$ such that there are exactly 2 lines, each is tangent to both of the given functions. My attempt Let $L$ be one of the tangent lines. Also let…
Display Name
  • 2,715
0
votes
0 answers

What does "trace of point $(x_0, y_0)$ to $f(x,y)$ for the plane $y=y_0$" mean?

What does "trace of point $(x_0, y_0)$ to $f(x,y)$ for the plane $y=y_0$" mean? What's a trace in this case? As given here: http://tutorial.math.lamar.edu/Classes/CalcIII/TangentPlanes.aspx
mavavilj
  • 7,270
0
votes
3 answers

Find $f(2)$ given the tangent line equation.

I came across this question tutoring someone: The tangent line to $y = f(x)$ at $x = 2$ has the equation $y = 3 - 7x$. Find $f(2)$. My student has only started limits and differentiation. How could you possibly solve this without integration?
Horse
  • 676
0
votes
3 answers

Find the parametric equation for the line that is tangent to the curve

Find the parametric equation for the line that is tangent to the curve $ \ \ \vec{r}(t)=(\frac{8}{t}, -\frac{1}{2}t^{2}, \frac{1}{8}t^{3}) $ and parallel to the plane $ x=y$. $$ $$ My approach- $ \frac{dr}{dt}=(-\frac{8}{t^{2}}, -t, \frac{3}{8}t^{2}…
MAS
  • 10,638
0
votes
2 answers

Need to find $dy$ on $dx$ for $x^2+y^3-2y=3$

Need help - as I am not to sure how to do this Above. I just need an example so that I can do it.
0
votes
1 answer

Solve for the tangent line to a curve at a given point.

I am trying to solve for the tangent line to a curve at a given point. The exact problem is: $\ln(y) = 3x+1$ at the point $(0,e)$ The first thing I did was solve for $y$ by raising both sides of the equation to the $e$ $$e^{\ln(y)} = e^{3x+1}\\y =…
0
votes
3 answers

How to find the equation of a circle that shares a tangent with another circle of known centre and radius?

A circle has equation, $x^2+y^2+14x+4y-19=0$ A smaller circle of centre $C$ shares a common tangent $y=3-x$ at the point $P$ The radius of the larger circle is three times the radius of the smaller circle. Find the equation of the smaller circle.…