Finding a Slope of Any Linear Function Without Using (x2-x1; y2-y1)

  • Context: Undergrad 
  • Thread starter Thread starter naoufelabs
  • Start date Start date
  • Tags Tags
    Function Linear Slope
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
naoufelabs
Messages
17
Reaction score
0
Hi everyone,

Please I have a problem to find a slope (Tangent line) of any linear function without using (x2-x1; y2-y1).
What I want is a function that can be applied in any position of any type of function, example: x2, 3x3+sin(x), ln(x)+x3, and so one. (Like as in this web page "Java Applet" : http://www.math.brown.edu/help/tangentline.html )

Thank you.
 
Last edited by a moderator:
Physics news on Phys.org
naoufelabs said:
Hi everyone,

Please I have a problem to find a slope (Tangent line) of any linear function without using (x2-x1; y2-y1).
What I want is a function that can be applied in any position of any type of function, example: x2, 3x3+sin(x), ln(x)+x3, and so one. (Like as in this web page "Java Applet" : http://www.math.brown.edu/help/tangentline.html )

Thank you.

Is this a homework problem?

What you are asking is unclear. A linear function is one with the form f(x) = ax + b. This function's graph is a straight line with slope a.

For other functions, such as the ones you mentioned, the slope of the tangent line at a point on the curve, is given by the derivative of the function, evaluated at the x value at the point in question.

So are you asking about linear functions or functions in general?
 
Last edited by a moderator:
I ask about linear function.