If the two curves and intersect at a right angle, what is the value of ?
Details and assumptions
Two curves intersect at a right angle if the tangent lines of the curves at the intersection point are perpendicular to each other.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Before solving this problem, one must recognize two key notes:
>(From Details and assumptions )Two curves intersect at a right angle if the tangent lines of the curves at the intersection point are perpendicular to each other.
From basic algebra, it is known that if two slopes, m 1 and m 2 , are perpendicular to each other, the statement, m 1 = m 2 − 1 , must be true .
To implement Calculus, we must recognize that the derivative of a function at a point x is the slope of the tangent line at that point.
Step 1: Take the derivatives of both equations.
Equation 1:
y 1 = ln ( 2 x + 3 )
Applying the Log Rule from Differentiation of Algebraic Functions and the Chain Rule from Rules of Differentiation
y 1 ′ = 2 x + 3 1 d x d ( 2 x + 3 ) ⇒ y 1 1 = 2 x + 3 1 ( 2 ) ⇒ y 1 ′ = 2 x + 3 2
Equation 2:
y 2 = a − ln x
Only differentiating − ln x because the derivative of a , a constant, is 0 .
y 2 ′ = x − 1
Step 2: Find an equation to relate the perpendicular nature of the two functions at point of intersection, x
Letting m 1 = y 1 ′ = 2 x + 3 2 and m 2 = y 2 ′ = x − 1
Referring to key note #2 for perpendicular slopes and plugging in:
⇒ 2 x + 3 2 = ( x − 1 ) − 1
⇒ 2 x + 3 2 = x
Multiplying both sides by ( 2 x + 3 ) :
⇒ 2 = ( 2 x + 3 ) x
Distributing the x on the RHS:
⇒ 2 = 2 x 2 + 3 x
Subtracting 2 from both sides:
⇒ 2 x 2 + 3 x − 2 = 0
Factoring the quadratic equation:
⇒ ( x + 2 ) ( 2 x − 1 ) = 0
Setting each factor = 0 and solving for x :
x + 2 = 0 2 x − 1 = 0
⇒ x = − 2 ⇒ x = 2 1
Step 3: Understanding that because the two equations intersect, they share a common x and y value, which can be found by testing both x 's for extraneous solutions:
Testing with equation 1 because it contains no unknown constants, such as, a , in equation 2:
x = − 2 : x = 2 1 :
⇒ y = ln ( 2 ( − 2 ) + 3 ) ⇒ y = ln ( 2 ( 2 1 ) + 3 )
⇒ y = ln − 1 or ⇒ y = ln 4
Realizing that y can't be ln − 1 , because y ∈ R and ln − 1 is an imaginary number.
Thus, x = 2 1 and therefore y = ln 4
Step 4: Use found ( x , y ) to find a in Equation 2:
ln 4 = a − ln 2 1
Adding ln 2 1 to both sides:
⇒ ln 4 + ln 2 1 = a
Multiplying the inputs of the logarithms as a use of the Product Rule of Logarithms
⇒ ln ( 4 ( 2 1 ) ) = a
Therefore, a = ln 2 ≈ 0 . 6 9 3