Equation of Line in Second Quadrant with Area 4 and Differing Intercepts

  • Context:
  • Thread starter Thread starter Joe_1234
  • Start date Start date
  • Tags Tags
    Line
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
3 replies · 2K views
Joe_1234
Messages
24
Reaction score
0
Find the equation of the line which forms with the axes in the second quadrant a triangle of area 4 and whose intercepts differ by 5.
 
Last edited by a moderator:
Mathematics news on Phys.org
Joe_1234 said:
Find the equation of the line which forms with the axes in the second quadrant a triangle of area 4 and whose intercepts differ by 5.

I would begin with the two-intercept equation of a line:

$$\frac{x}{a}+\frac{y}{b}=1$$

Where:

$$(a-b)^2=5^2$$

$$\frac{1}{2}(-a)b=4$$

We have two equations in two unknowns...can you proceed (observing that \(a<0<b\))?
 
Let's follow up...we have:

$$ab=-8\implies b=-\frac{8}{a}$$

And so:

$$\left(a+\frac{8}{a}\right)^2=5^2$$

$$\frac{a^2+8}{a}=\pm5$$

$$a^2\pm5a+8=0$$

$$a=\frac{\pm5\pm\sqrt{5^2-32}}{2}$$

And since the discriminant is negative, we find there is no real solution.
 
MarkFL said:
Let's follow up...we have:

$$ab=-8\implies b=-\frac{8}{a}$$

And so:

$$\left(a+\frac{8}{a}\right)^2=5^2$$

$$\frac{a^2+8}{a}=\pm5$$

$$a^2\pm5a+8=0$$

$$a=\frac{\pm5\pm\sqrt{5^2-32}}{2}$$

And since the discriminant is negative, we find there is no real solution.
Thank you sir