Find the x coordinate of the stationary point of the following curves

studentxlol
Messages
40
Reaction score
0

Homework Statement



Find dy/dx and determine the exact x coordinate of the stationary point for:

(a) y=(4x^2+1)^5

(b) y=x^2/lnx

Homework Equations




The Attempt at a Solution



(a) y=(4x^2+1)^5

dy/dx=40x(4x^2+1)^4

40x(4x^2+1)^4=0

Find x... How?

(b) y=x^2/lnx

dy/dx=2xlnx-x^2 1/x / (lnx)^2

2xlnx-x^2 1/x / (lnx)^2=0

Find x... How?
 
Physics news on Phys.org
studentxlol said:
40x(4x^2+1)^4=0

Find x... How?

re 1st prob:

Then either 40x = 0 or (4x^2+1)^4 = 0.

and solve the above two equations.
 
You are aware that x^2/x= x aren't you?

y= x^2/ln(x): y'= (2xln(x)- x)/(ln(x))^2= 0
Use parentheses! What you wrote was y'= 2x ln(x)- (x/(ln(x))^2)= 0.

Multiply both sides of the equation by (ln(x))^2
and you are left with 2x ln(x)- x= x(2ln(x)- 1)= 0. Can you solve that?
 
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