Calculating Normal Lines for ln(3x) Curve: Solving x2 + ln3x = 0

  • Thread starter Thread starter jsmith613
  • Start date Start date
  • Tags Tags
    Lines Normal
jsmith613
Messages
609
Reaction score
0

Homework Statement



The curve C has equation y = ln3x and crosses the x-axis at point (p,0)

The normal to the curve at the point Q with x-co-ordinate of q passes through the origin
Show that x=q is a solution of the equation x2 + ln3x = 0

Homework Equations


The Attempt at a Solution


So, the gradient of ln(3x) at q is
1/q
therefore the gradient of the normal is -q

How do I go one from here?
 
Physics news on Phys.org
oh so as x=q
y = -qx
ln(3x)=-x2
so
xx2 + ln(3x) = 0
right?
 
jsmith613 said:
oh so as x=q
y = -qx
ln(3x)=-x2
so
xx2 + ln(3x) = 0
right?

You've found the gradient of the normal line at that point to be -q.

Since you're told the normal line passes through the origin (meaning the y-intercept is zero), its equation is:

y = -qx. ---equation 1

You need to determine the co-ordinates of the intersection point between the normal line and the curve. The x-coordinate of this point is q. Hence the y-coordinate is ln(3q)because the point lies on the curve as well. So the point (q,ln(3q)) lies on the normal line (in addition to the curve).

Hence that point will also satisfy equation 1. Put those values of x and y into eqn1:

ln(3q) = -q*q

q^2 + ln(3q) = 0

Hence q is a solution of x^2 + ln(3x) = 0, as required (this is just a roundabout way of saying that you can substitute q for x and the equation would hold true).
 
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