ATAR Notes: Forum

VCE Stuff => VCE Mathematics => VCE Mathematics/Science/Technology => VCE Subjects + Help => VCE Mathematical Methods CAS => Topic started by: /0 on May 26, 2008, 12:30:39 am

Title: Stationary Points
Post by: /0 on May 26, 2008, 12:30:39 am
Find all stationary points to the equation where m is a positive integer greater than or equal to 2.

I thought of trying to graph it then I got scared. I also tried it algebraically but the stationary points are mingled with the cusps so I can't sort them out. help thx
Title: Re: Stationary Points
Post by: enwiabe on May 26, 2008, 12:54:01 am
okay, for y = x^(2m) - 16x^(2m-2) > 0


x^2m(1 - 16x^(-2))> 0

thus, x^2m > 0 or (1 - 16/x^2) > 0

x^2m > 0 for all x, but 1 - 16/x^2 > 0 when x^2 - 16 > 0 or (x-4)(x+4) > 0 therefore, for all x > 4 and x <-4, (1 - 16/x^2) > 0.

So you're gonna have cusps at x = 4, and x = -4 ONLY.

I hope that helps you :)
Title: Re: Stationary Points
Post by: Mao on May 26, 2008, 03:57:09 pm
Find all stationary points to the equation where m is a positive integer greater than or equal to 2.

I thought of trying to graph it then I got scared. I also tried it algebraically but the stationary points are mingled with the cusps so I can't sort them out. help thx

we can define this as a piecewise function [but its not necessary], but we first need to find its roots:



and substituting gives us sign changes only at -4 and 4



thus, cusps are at only.

differentiating the this function:














alternatively, use the following derivative:





this method, however, will not give you the repeated root [turning point] at x=0.
Title: Re: Stationary Points
Post by: /0 on May 26, 2008, 10:38:01 pm
Thanks so much!