Subscribe to our ▶️ YouTube channel 🔴 for the latest videos, updates, and tips.

EQUATION OF TANGENT TO THE CURVE AT THE GIVEN CONDITION

Angle between two curves, if they intersect, is defined as the acute angle between the tangent lines to those two curves at the point of intersection.

  • If two curves are perpendicular, then they will be orthogonal.

Problem 1 :

Find the equations of the tangent to the curve y = 1 + x3 for which the tangent is orthogonal with the line x + 12y = 12

Solution :

y = 1 + x3

dy/dx = 0 + 3x2

dy/dx = 3x2

x + 12y = 12

Slope :

12y = -x + 12

y = (-1/12)x + 1

Slope = -1/12

Slope of perpendicular line = 12

3x2 = 12

x2 = 4

x = 2 and -2

When x = 2, y = 1 + 23 ==> 9

When x = -2, y = 1 + (-2)3 ==> -7

So, the required points are (2, 9) and (-2, -7).

Equation of tangent :

(2, 9) and slope = 12

y - y1 = m(x - x1)

y - 9 = 12(x - 2)

y - 9 = 12x - 24

12x - y = -9 + 24

12x - y = 15

(-2, -7) and slope = 12

y - y1 = m(x - x1)

y + 7 = 12(x + 2)

y + 7 = 12x + 24

12x - y = 7 - 24

12x - y = -17

Problem 2 :

Show that the two curves x2 - y2 = r2 and xy = c2 where c, r are constants cut orthogonally.

Solution :

x2 - y2 = r2

2x - 2y(dy/dx) = 0

2y(dy/dx) = 2x

(dy/dx) = 2x/2y

(dy/dx) = x/y -----(1)

xy = c2

x(dy/dx) + y(1) = 0

x(dy/dx) = -y

dy/dx = -y/x -----(2)

(1) x (2)

= (x/y) ( -y/x)

= -1

The product of the slopes is equal to -1. So, the curves are orthogonal.

Find the tangent and normal of the following curves at the given points on the curve :

Problem 3 :

y = x2 - x4 at (1, 0)

Solution :

Given that, y = x2 - x4

dy/dx = 2x - 4x3

Slope at (1, 0)

dy/dx = 2(1) - 4(1)3

= 2 -  4

Slope = -2

Equation of tangent :

(y - y1) = m(x - x1)

Point is at (1, 0)

y - 0 = -2(x - 1)

y = -2x + 2

2x + y = 2

Equation of normal :

(y - y1) = -1/m(x - x1)

Point is at (1, 0)

y - 0 = (1/2)(x - 1)

2y = x - 1

x - 2y = 1

Problem 4 :

y = x4 + 2ex at (0, 2)

Solution :

y = x4 + 2ex

dy/dx = 4x3 + 2ex

Slope at (0, 2)

dy/dx = 4(0)3 + 2e0

= 0 + 2(1)

Slope of tangent = 2

Equation of tangent :

(y - y1) = m(x - x1)

Point is at (0, 2)

y - 2 = 2(x - 0)

y - 2 = 2x

2x - y = - 2

Equation of normal :

(y - y1) = -1/m(x - x1)

(y - 2) = (-1/2)(x - 0)

2(y - 2) = -x

2y - 4 = -x

x + 2y = 4

Problem 5 :

y = x sin x at (π/2, π/2)

Solution :

Using product rule, finding the derivative

dy/dx = x(cos x) + sin x (1)

= x cos x + sin x

Slope at  (π/2, π/2)

= π/2 cos (π/2) + sin (π/2)

= π/2 (0) + 1

Slope of tangent = 1

Slope of normal = -1

Equation of tangent :

(y - y1) = m(x - x1)

(y - π/2) = 1(x - π/2)

y = x - π/2 + π/2

y = x

Equation of normal:

(y - y1) = -1/m(x - x1)

(y - π/2) = -1(x - π/2)

y = -x + π/2 + π/2

y = -x + π

Problem 6 :

x = cos t, y = 2 sin2 t at t = π/3

Solution :

Applying the value of t in the given function, we get the value of x and y.

x = cos t

at t = π/3

x = cos π/3

x = 1/2

y = 2 sin2 t

at t = π/3

y = 2 sin2π/3

y = 2 (√3/2)2

y = 3/2

dx/dt = -sin t, dy/dt = 4 sin t cost t

dy/dx = (dy/dt) / (dx/dt)

= (4 sin t cost t) / (-sin t)

dy/dx = -4 cos t 

Slope at t = π/3

dy/dx = -4 cos (π/3)

= - 4(1/2)

Slope of tangent = -2

Slope of normal = 2

Equation of tangent :

(y - y1) = m(x - x1)

x = 1/2 and y = 3/2

Slope = -2

(y - (3/2)) = -2 (x - (1/2))

2y - 3 = -2(2x - 1)

2y - 3 = -4x + 2

4x + 2y -3 - 2 = 0

4x + 2y -5 = 0

Equation of normal :

(y - y1) = (-1/m)(x - x1)

x = 1/2 and y = 3/2

Slope = 1/2

(y - (3/2)) = 1/2(x - (1/2))

2y - 3 = 1/2(x - 1)

4y - 6 = x - 1

x - 4y - 1 + 6 = 0

x - 4y + 5 = 0

Problem 7 :

Find the equations of the tangents to the curve

y = (x + 1) / (x - 1)

which are parallel to the line x + 2y = 6.

Solution :

Find the derivative of the given function to figure out slope.

x + 2y = 6

2y = -x + 6

y = (-1/2)x + 6/2

y = (-1/2)x + 3

Slope = -1/2 -----(2)

(1) = (2)

x - 1 = 2

x = 2 + 1

x = 3

x - 1= -2

x = -2 + 1

x = -1

Applying x = 3, we get y = (3+1)/(3-1)

y = 4/2

y = 2

Applying x = -1, we get y = (-1+1)/(-1-1)

y = 0

So, the required points are (3, 2) and (-1, 0)

Equation of tangents :

(y - y1) = m(x - x1)

(3, 2) and slope = -1/2

(y - 2) = -1/2 (x - 3)

2(y - 2) = -1(x - 3)

2y - 4 = -x + 3

x + 2y - 4 - 3 = 0

x + 2y - 7 = 0

(-1, 0) and slope = -1/2

(y - 0) = -1/2 (x + 1)

2y = -x - 1

x + 2y = -1

So, equation of the tangent is x + 2y = -1.

onlinemath4all_official_badge1.png

Recent Articles

  1. Digital SAT Math Practice Test with Answers (Part - 15)

    Aug 15, 26 09:13 PM

    digitalsatmath441.png
    Digital SAT Math Practice Test with Answers (Part - 15)

    Read More

  2. Digital SAT Math Practice Test with Answers (Part - 14)

    Aug 07, 26 09:50 AM

    digitalsatmath434.png
    Digital SAT Math Practice Test with Answers (Part - 14)

    Read More

  3. Quantitative Reasoning Questions and Answers

    Aug 01, 26 09:09 PM

    Quantitative Reasoning Questions and Answers

    Read More