Minimum and maximum of an equation

  • Thread starter Thread starter Gear300
  • Start date Start date
  • Tags Tags
    Maximum Minimum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Gear300
Messages
1,212
Reaction score
10
The problem here is relatively simple...I just need to confirm something:

A + B - C = D, in which B is a function of A and C is constant.
dD/dA = 1 + dB/dA for the derivative
To find a min/max of D for certain angles of A,
dD/dA = 0 = 1 + dB/dA
dB/dA = -1
dB = -dA
B = -A, which would imply that D is a min/max where B = -A and dB/dA = -1
Dmin/max = A - A - C
Dmin/max = -C, and thus D is a min/max where it is equivalent to -C.

Was my mathematics wrong anywhere in there?
 
Physics news on Phys.org


Gear300 said:
The problem here is relatively simple...I just need to confirm something:

A + B - C = D, in which B is a function of A and C is constant.
dD/dA = 1 + dB/dA for the derivative
To find a min/max of D for certain angles of A,
dD/dA = 0 = 1 + dB/dA
dB/dA = -1
dB = -dA
B = -A, which would imply that D is a min/max where B = -A and dB/dA = -1
Dmin/max = A - A - C
Dmin/max = -C, and thus D is a min/max where it is equivalent to -C.

Was my mathematics wrong anywhere in there?

If dB/dA = -1, then B = -A + a constant. IOW, the graph of B is a straight line with slope -1. Also, dD/dA = -A + a different constant.
 


I see...thank you