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
1 answer

Method to find the sum of length of tangent and subtangent

Show that in the curve $y =a\ln(x^2 - a^2)$, sum of the length of tangent & subtangent varies as the product of the coordinates of the point of contact. Is there any method to solve this type of problem.
0
votes
2 answers

Constant subnormal

Find the value of $n$ so that the subnormal at any point on the curve $xy^n = a^{n + 1}$ may be constant. I tried and found that slope of normal will be $nx/y$ But how to proceed ?
Koolman
  • 2,898
0
votes
1 answer

Find m so equations have common tangent

There are given two equations: $f$: $y=\ln x$ and $g$: $y=mx^2$ The question is: Find values of $m$ so these equations have common tangent. Solution I found the derivative of $f(x)$ and $g(x)$ so I got $1/x = 2mx$. $m = 1/2x^2$
0
votes
0 answers

Tangent lines of two curves just touching each other.

If two curves just touch each other, then how many tangent lines can be drawn from the point where these curves touch.
0
votes
1 answer

Find the number of tangent lines to a curve

The number of tangent to curve $$y^2 - 2x^3 - 4y + 8 = 0$$ that passes through $(1,2)$ My work Assuming tangent touch the curve at$(x_1,y_1)$ $$\frac{dy}{dx}=\frac{3x^2}{(y - 2)} $$ $$\frac{2 - y_1}{1- x_1}=\frac{dy}{dx}=\frac{3x_1^2}{(y_1 - 2)}$$,…
Aakash Kumar
  • 3,480
0
votes
1 answer

Does tangent of a function pass through origin at $x=0$?

Suppose a function like $f(x)=ax^3+bx^2+cx ; a,b,c\in R \text{ and }a\ne0 $ so it has a root $x$ at which $f(x)=0$ but at that point $f'(x)=c$ and we all know that it is the slope of the tangent i.e. $\tan \theta =c\implies \theta =\tan^{-1}c$. So…
-1
votes
1 answer

Finding a tangent plane equation

I have to find the tangent plane equation to the surface $zx^2+xy^2+yz^2=5$ at the point of $(-1,1,2)$. I couldn't get the right answer.
-1
votes
2 answers

Show that $\forall k, y = \frac{x}{k} + \frac{k}{4} $ is a tangent to $y^2 = x$

Can someone please give an intuition on how to start? I was thinking of differentiating the $y^2$ term but I’ve no idea what to do after that.
-1
votes
2 answers

Tangent line of $f(x)=x^3-x+5$ at $x=2$

Find the tangent line of the function : $$f(x)=x^3-x+5$$ at the point $x=2$. Having difficult time solving this :( Does anyone know the way to solve this sort of problem?? Wish somebody could help me
Oneshox
  • 11
-1
votes
1 answer

Tangent line to a graph that is parallel to another line

Consider the function h(x)= (1/4)x^4-(5/3)x^3+3x^2+4x. Find all values of x where the tangent line to the graph of y= h(x) is parallel to the line y= 4x+3 I found the derivative but now I don't know what to do from here h'(x)= x^3-5x^2+6x+4
-2
votes
1 answer

X intercept of tangent line to a circle.

I am having some difficulty with my GCSE Maths homework for Year 11. The question reads "The line $L$ is a tangent to the circle $x^2 + y^2 = 80$ at the point $(-4, 8)$. Line $L$ crosses the $x$ axis at point $P$. Work out the coordinates of point…
-3
votes
1 answer

find slope of normal from slope of tangent

My book had written that slope of tangent line is $$m=\frac{dy}{dx}$$ And, slope of normal is $$-\frac{1}{m}=-\frac{dx}{dy}$$ It was little bit weird when I was solving problems. They had found that slope of tangent line is…
user876873
-3
votes
1 answer

Equation of a tangent to a circle (proof)

The equation of a tangent line to a circle ( center at $(x_m, y_m)$ and radius $r$) at the point $(x_0,y_0)$ is given by: \begin{align} (x-x_m)(x_0-x_m)+(y-y_m)(y_0-y_m)=r^2. \end{align} How to derive this expression?
1 2 3
4