Login

Welcome, Guest. Please login or register.

October 17, 2025, 01:21:19 pm

Author Topic: Difficult Calculus Question  (Read 1067 times)  Share 

0 Members and 1 Guest are viewing this topic.

JackSonSmith

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 288
  • "Failure is part of nature, success is man-made"
  • Respect: +4
  • School Grad Year: 2015
Difficult Calculus Question
« on: September 07, 2014, 02:12:48 pm »
0
For the variables x, y and z, it is known that  z = (x^2) * (y)  and  2x + y = 50.

Find the maximum value of z if:

 0<=x<=25 (greater than or equal to)

This question is a part of "Applications to maximum and minimum and rate problems"
2014: Psychology
2015: English | Methods | Chinese SL | Specialist | Physics 

2016: Bachelor of Commerce - The University of Melbourne

Start where you are. Use what you have.  Do what you can. – Arthur Ashe

plato

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 317
  • Respect: +11
Re: Difficult Calculus Question
« Reply #1 on: September 07, 2014, 02:25:30 pm »
+1
From the second equation, y=50-2x
Substitute into the first equation
z=x2(50-2x)

Now differentiate and find where gradient = 0.
Then check if this point is a maximum or a minimum.

JackSonSmith

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 288
  • "Failure is part of nature, success is man-made"
  • Respect: +4
  • School Grad Year: 2015
Re: Difficult Calculus Question
« Reply #2 on: September 07, 2014, 02:26:53 pm »
0
Thankyou
2014: Psychology
2015: English | Methods | Chinese SL | Specialist | Physics 

2016: Bachelor of Commerce - The University of Melbourne

Start where you are. Use what you have.  Do what you can. – Arthur Ashe

keltingmeith

  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 5493
  • he/him - they is also fine
  • Respect: +1292
Re: Difficult Calculus Question
« Reply #3 on: September 07, 2014, 02:31:11 pm »
+1
From the second equation, y=50-2x
Substitute into the first equation
z=x2(50-2x)

Now differentiate and find where gradient = 0.
Then check if this point is a maximum or a minimum.

Plato has forgotten one important bit - while this method will tell you about local maxima/minima, it won't tell you about the values at end-points. So, you will also need to confirm the end-points of the equation don't rise above/below these stationery points.

plato

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 317
  • Respect: +11
Re: Difficult Calculus Question
« Reply #4 on: September 07, 2014, 11:09:57 pm »
0
Thanks EulerFan101. That was careless of me.
« Last Edit: September 08, 2014, 11:27:53 pm by plato »

plato

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 317
  • Respect: +11
Re: Difficult Calculus Question
« Reply #5 on: September 08, 2014, 11:28:18 pm »
0
On reflection, the domain was given as [0, 25]
The cubic z=x2(50-2x) is a negative cubic with a local mimimum at (0, 0) and another x intercept at (25, 0)

Within the given domain, this cubic is positive with a local maximum that does give the maximum value of z.

Regardless, I should have taken the domain into account earlier.