Slope of line based on one point and area of triangle

AI Thread Summary
The problem involves finding the slope of a line that intersects the point (2, 1) and creates a triangle with an area of 4 in the first quadrant. The area of a triangle is calculated using the formula A = 0.5 * base * height. By deriving the equation of the line using the point-slope formula and determining the x- and y-intercepts in terms of the slope, a new equation for the area can be established. Solving this leads to the conclusion that the slope of the line is m = -1/2, confirming the initial calculation. This method provides a more elegant approach to the solution.
snailshell
Messages
2
Reaction score
0

Homework Statement


The problem is shown as a picture, but here it is in word form: A straight line with a negative slope intersects the point 2,1. The area under this line in quadrant one of the cartesian grid is 4. What is the slope of this line?


Homework Equations


Area of a triangle: A=0.5bh
Point-Slope formula: y-y1=m(x-x1)
Slope: m=(y2-y1)/(x2-x1)


The Attempt at a Solution


I wrote a lot of equations that met the criterion of passing through the point 2,1 and having a negative slope, and calculated the area of the triangle the line created in quadrant one. I came to the solution this way - m=-0.5. However, I want to find a more elegant way of approaching this solution.
 
Last edited:
Physics news on Phys.org
Using the given point, an equation of the line is y - 1 = m(x - 2), or y = mx - 2m + 1.
Use the equation of this line to find the x- and y-intercepts. These will be the base and altitude of your triangle. Since you don't know m (the slope of the line), both will be in terms of m

After you have found the intercepts, write a new equation that represents the area of the triangle.

4 = 1/2 * (x-intercept)*(y-intercept)

The equation you get can be made into a quadratic equation, and its only solution is m = -1/2, which is in agreement with the value you already found.
 
Thank you! That is exactly what I was looking for.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top