You must be logged in to answer.
Log In to Answer 300"
x-show="show"
x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="opacity-0 translate-y-10"
x-transition:enter-end="opacity-100 translate-y-0"
x-transition:leave="transition ease-in duration-300"
x-transition:leave-start="opacity-100 translate-y-0"
x-transition:leave-end="opacity-0 translate-y-10"
class="fixed bottom-8 right-8 z-50 cursor-pointer group"
@click="scrollToTop()"
style="display: none;">
/
Cookie Policy
Caawiye is a community-driven Q&A platform. We use cookies to enhance your experience and ensure our services work correctly. Learn more
Message
To find the coordinates of stationary points of the function y = x^2 – 4x, we need to first find the derivative of the function and then set it equal to zero to find the critical points. The critical points correspond to the stationary points of the function.
y = x^2 – 4x y’ = 2x – 4
Setting y’ equal to zero, we get:
2x – 4 = 0
Solving for x, we get:
2x = 4
x = 2
Therefore, the critical point (and the stationary point) of the function is at x = 2.
To find the corresponding y-coordinate, we substitute x = 2 back into the original function:
y = x^2 – 4x y = 2^2 – 4(2) y = 4 – 8 y = -4
Therefore, the coordinates of the stationary point of the function y = x^2 – 4x are (2, -4).