Where Is the Error in Finding the Maximum Point of y = x^2√(1 − x^2)?

  • Thread starter Thread starter jinx007
  • Start date Start date
  • Tags Tags
    Derivative Test
AI Thread Summary
The discussion centers on finding the maximum point of the function y = x^2√(1 − x^2) for x ≥ 0. Participants identify that the derivative dy/dx must be set to zero to find stationary points, leading to the equation x^3 = 2x. A discrepancy arises as the original poster arrives at x = √2, while the marking scheme indicates the correct answer is √(2/3). Through collaborative troubleshooting, it is revealed that applying the product rule correctly leads to the accurate maximum point calculation. Ultimately, the correct maximum point is confirmed to be x = √(2/3).
jinx007
Messages
60
Reaction score
0
The curve y = x^2√(1 − x^2) for x ≥ 0 and its maximum point M. Find the coordinates of M (x coordinates) ^ --> means power

dy/dx is zero at stationary point

so i make use of the chain rule

and after simplification i get my answer as

x^3 = 2 x

so x^2 = 2 and x = square root of 2

but unfortunately the answer in the marking scheme
is square root 2/3

How is it so, please help me, where is the error...!
 
Physics news on Phys.org


jinx007 said:
The curve y = x^2√(1 − x^2) for x ≥ 0 and its maximum point M. Find the coordinates of M (x coordinates) ^ --> means power

dy/dx is zero at stationary point

How is it so, please help me, where is the error...!

y = x^2sqrt{(1-x^2)}

\frac{dy}{dx} = x^2\frac{-2x}{2\sqrt{(1-x^2)}} + \sqrt{(1-x^2)}2x = 0

\frac{-x^3}{\sqrt{(1-x^2)}} + \sqrt{(1-x^2)}2x = 0

Now simplify.
 


jinx007 said:
The curve y = x^2√(1 − x^2) for x ≥ 0 and its maximum point M. Find the coordinates of M (x coordinates) ^ --> means power

dy/dx is zero at stationary point

so i make use of the chain rule

and after simplification i get my answer as

x^3 = 2 x
We can't tell you where your error is until you tell us how you got this! Your error is somewhere in that calculation.

so x^2 = 2 and x = square root of 2

but unfortunately the answer in the marking scheme
is square root 2/3

How is it so, please help me, where is the error...!
 


rl.bhat said:
y = x^2sqrt{(1-x^2)}

\frac{dy}{dx} = x^2\frac{-2x}{2\sqrt{(1-x^2)}} + \sqrt{(1-x^2)}2x = 0

\frac{-x^3}{\sqrt{(1-x^2)}} + \sqrt{(1-x^2)}2x = 0

Now simplify.


There is a mistake cause I get

y = x^2\sqrt{(1-x^2)}

\frac{dy}{dx} = \frac{-3\cdot x^3-2 \cdot x}{\sqrt{(1-x)} \cdot \sqrt{(1+x)}}

and then use the "First derivative test" shown here

http://www.math.hmc.edu/calculus/tutorials/extrema/

to find the maximum point of the function
 
Last edited:


Susanne217 said:
There is a mistake cause I get

y = x^2\sqrt{(1-x^2)}

\frac{dy}{dx} = \frac{-3\cdot x^3-2 \cdot x}{\sqrt{(1-x)} \cdot \sqrt{(1+x)}}

and then use the "First derivative test" shown here

http://www.math.hmc.edu/calculus/tutorials/extrema/

to find the maximum point of the function

What you have is wrong. Show us what you did and we'll steer you in the right direction. The key here is to notice that you need to use the product rule.
 
Last edited:


Mentallic said:
What you have is wrong. Show us what you did and we'll steer you in the right direction. The key here is to notice that you need to use the product rule.

Dude according to Wolfram integrator my result is correct..
 


Susanne217 said:
There is a mistake cause I get

Susanne217 said:
Dude according to Wolfram integrator my result is correct..

So you didn't actually calculate the derivative yourself? Because with my understanding of derivatives, what rl.bhat got is correct and what you have is not what he has... calculator or not...
 


Mentallic said:
So you didn't actually calculate the derivative yourself? Because with my understanding of derivatives, what rl.bhat got is correct and what you have is not what he has... calculator or not...

I did calculate it and get the result above !
 


Then post what you did so I can point at where you've gone wrong.
 
  • #10


Mentallic said:
Then post what you did so I can point at where you've gone wrong.

you got me pappa :redface:

after retrying the calculation I get

f'(x) = 2x\cdot \sqrt{(1-x^2)} + x^2 \cdot \frac{-2x}{2\cdot \sqrt{1-x^2}}

but still the first derivative test is the way to go to find the maximum of f..
 
  • #11


There you go :smile:
 
  • #12


Mentallic said:
There you go :smile:


hey its so strange, i got the answer that is square root 2/3..

I make use of the dy/dx = v du - u dv / v^2

so i put x^2 / (1-x^2)^-1/2 and i solve...woOo so puzzling.. anyway thanks to all who helped me..!
 
  • #13


It's not puzzling at all that you apply a different rule of differentiation to solve the same function! If it were different, there are obvious flaws in our "rules".

It works for anything you like, say we wanted to differentiate x2, well we use the obvious rule to turn it into 2x, but say we instead used the quotient rule on \frac{1}{x^{-2}} then you would find the same answer, even though more work is required :smile:

But be wary, while it may not seem like the same answer at first sight, they are still equivalent so you would need to simplify/re-arrange in order to show they're equal.
 
  • #14


You could also have done that as
y= x^2(1- x^2)^{1/2}
with the chain rule and product rule.
 
  • #15


Another way that works is

y^2=x^4-x^6

2yy' = 4x^3-6x^5

y' = \frac{4x^3-6x^5}{2\sqrt{x^4-x^6}}

of course y'=0 implies

4x^3-6x^5 = 0

x = \sqrt{2}/3 works
 
Back
Top