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
Click For Summary

Homework Help Overview

The discussion revolves around finding the maximum point of the function y = x^2√(1 − x^2) for x ≥ 0. Participants are attempting to determine the x-coordinates of the maximum point and are encountering discrepancies between their calculations and the expected results in the marking scheme.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants are using the chain rule and product rule to differentiate the function and are simplifying their results to find stationary points. There are questions about where errors may have occurred in their calculations, particularly regarding the application of differentiation rules.

Discussion Status

Some participants have shared their derivative calculations and are seeking feedback on their methods. There is an ongoing exploration of different differentiation techniques, and some participants have noted that they arrived at different results, prompting further discussion about the validity of their approaches.

Contextual Notes

There are mentions of discrepancies between personal calculations and the marking scheme, with specific values being debated. Some participants express confusion over the results and the methods used, indicating a need for clarification on the differentiation process.

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...!

[tex]y = x^2sqrt{(1-x^2)}[/tex]

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

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

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:
[tex]y = x^2sqrt{(1-x^2)}[/tex]

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

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

Now simplify.


There is a mistake cause I get

[tex]y = x^2\sqrt{(1-x^2)}[/tex]

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

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

[tex]y = x^2\sqrt{(1-x^2)}[/tex]

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

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

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

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 [tex]\frac{1}{x^{-2}}[/tex] 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
[tex]y= x^2(1- x^2)^{1/2}[/tex]
with the chain rule and product rule.
 
  • #15


Another way that works is

[tex]y^2=x^4-x^6[/tex]

[tex]2yy' = 4x^3-6x^5[/tex]

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

of course y'=0 implies

[tex]4x^3-6x^5 = 0[/tex]

[tex]x = \sqrt{2}/3[/tex] works
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
Replies
3
Views
3K
Replies
8
Views
5K
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
Replies
10
Views
2K