Solve for Linear Function: Algebra 2 Help | Homework Statement

  • Thread starter Thread starter offtheleft
  • Start date Start date
  • Tags Tags
    Algebra Algebra 2
Click For Summary
SUMMARY

This discussion focuses on solving a linear function defined by points A (1, 2) and B (6, 6) with a slope of 4/5. The user expresses confusion over the derivation of equations from points C and D, which lie on the line defined by the function. Key steps include the use of the slope formula and the manipulation of equations to arrive at the final linear equation, y = (4/5)x + (6/5). The discussion emphasizes the importance of understanding the slope concept and algebraic manipulation in linear functions.

PREREQUISITES
  • Understanding of linear functions and slope calculation
  • Familiarity with algebraic manipulation and equation solving
  • Knowledge of the slope formula: (y1 - y0) / (x1 - x0)
  • Basic understanding of tangent functions in trigonometry
NEXT STEPS
  • Study the concept of slope in detail, including its geometric interpretation
  • Practice algebraic manipulation techniques for solving equations
  • Learn about the relationship between linear equations and their graphical representations
  • Explore trigonometric functions, specifically sine, cosine, and tangent
USEFUL FOR

Students in Algebra 2, mathematics educators, and anyone looking to strengthen their understanding of linear functions and algebraic techniques.

offtheleft
Messages
130
Reaction score
1

Homework Statement



having a little bit of trouble. some of the information is new to me. ill point out because I am copying this down from my notes.

let A & B define some linear function, [tex]y=f(x)[/tex].
A = (1, 2), B = (6, 6)
C = (x, y), D = (x, y)

let (x, y) represent some arbitrary points on the line defined by f but, not on points A or B.

C is between A and B and, D is somewhere past B.

so far, i know what's goin on. i have the slope which is [tex]\frac{4}{5}[/tex].

here's where I'm lost, i might have zoned out because of my ADHD but this is what's going on

1, from A [tex]\rightarrow[/tex] C, [tex]\frac{y-2}{x-1}[/tex]

2, from B [tex]\rightarrow[/tex] D, [tex]\frac{y-6}{x-6}[/tex]

3, from B [tex]\rightarrow[/tex] C, [tex]\frac{-(6-y)}{-(6-x)}[/tex]

4, and from A [tex]\rightarrow[/tex] D is the same as A [tex]\rightarrow[/tex] C


I have no idea how all that was figured out ( from 1 - 4 ) someone please explain that to me?

and it continues into the next part

[tex]\frac{y-2}{x-1}[/tex] = [tex]\frac{y-6}{x-6}[/tex]

i can comprehend that.

[tex](x-1)(x-6)[/tex] [tex]\frac{y-2}{x-1}[/tex] = [tex](x-1)(x-6)[/tex] [tex]\frac{y-6}{x-6}[/tex]

not sure how that all happened.

than it goes too..

[tex]\frac{x-1}{x-1}[/tex] [tex][(x-6)(y-2)][/tex] = [tex]\frac{x-6}{x-6}[/tex] [tex][(x-1)(y-6)][/tex]

(this is where i started paying attention again)
cancel stuff out and do some fun algebraic gymnastics and i came up with this;

[tex]xy-2x-6y+12=xy-6x-y+6[/tex]

more fun algebra stuff and i came up with;

[tex]y=\frac{4}{5}x+\frac{6}{5}[/tex]







i have no problem doing certain things. but that whole middle piece just lost me until it ws put into some fun polynomial expression. i need to know how i got that
 
Physics news on Phys.org
offtheleft said:

Homework Statement



having a little bit of trouble. some of the information is new to me. ill point out because I am copying this down from my notes.

let A & B define some linear function, [tex]y=f(x)[/tex].
A = (1, 2), B = (6, 6)
C = (x, y), D = (x, y)

let (x, y) represent some arbitrary points on the line defined by f but, not on points A or B.

C is between A and B and, D is somewhere past B.

so far, i know what's goin on. i have the slope which is [tex]\frac{4}{5}[/tex].

here's where I'm lost, i might have zoned out because of my ADHD but this is what's going on

1, from A [tex]\rightarrow[/tex] C, [tex]\frac{y-2}{x-1}[/tex]

2, from B [tex]\rightarrow[/tex] D, [tex]\frac{y-6}{x-6}[/tex]

3, from B [tex]\rightarrow[/tex] C, [tex]\frac{-(6-y)}{-(6-x)}[/tex]
Yes, and each of those is equal to 4/5. you don't really need the "-" in (3) because -1/-1= 1. [tex]\frac{6- y}{6- x}[/itex] is sufficent. Of course that is exactly the same as [tex]\frac{y- 6}{x- 6}[/tex].<br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> 4, and from A [tex]\rightarrow[/tex] D is the same as A [tex]\rightarrow[/tex] C </div> </div> </blockquote> Well yes, because C= D= (x,y)!<br /> <br /> <br /> [/quote]I have no idea how all that was figured out ( from 1 - 4 ) someone please explain that to me?[/quote]<br /> There wasn't <b>anything</b> "figured out" until you add the "= 4/5" part! What you wrote in 1- 4 is just [tex]\frac{y_1- y_0}{x_1- x_0}[/tex] for two points [tex](x_0, y_0)[/tex] and [tex](x_1, y_1)[/tex]. Those are all from the definition of "slope" of a line which you had already figured out was 4/5.<br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> and it continues into the next part<br /> <br /> [tex]\frac{y-2}{x-1}[/tex] = [tex]\frac{y-6}{x-6}[/tex]<br /> <br /> i can comprehend that. </div> </div> </blockquote> Do you know the definition of "slope" of a line? Do you know how [tex]tan(\theta)[/tex] is defined where [itex]\theta[/itex][/tex][itex]is an angle of right triangle? Without knowing those, you can't comprehend it. <br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> [tex](x-1)(x-6)[/tex] [tex]\frac{y-2}{x-1}[/tex] = [tex](x-1)(x-6)[/tex] [tex]\frac{y-6}{x-6}[/tex]<br /> <br /> not sure how that all happened. </div> </div> </blockquote> You are clearing the fractions by multiplying both sides by the denominators of the fractions.<br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> than it goes too..<br /> <br /> [tex]\frac{x-1}{x-1}[/tex] [tex][(x-6)(y-2)][/tex] = [tex]\frac{x-6}{x-6}[/tex] [tex][(x-1)(y-6)][/tex] </div> </div> </blockquote> Okay, just to make it clear what is happening they move the corresponding numerator and denominator together so you can see they cancel. That was what I said before: they are clearing the fractions by multiplying by the denominators so the denominators cancel.<br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> (this is where i started paying attention again) </div> </div> </blockquote> So you weren't paying attention before? No wonder you didn't understand!<br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> cancel stuff out and do some fun algebraic gymnastics and i came up with this;<br /> <br /> [tex]xy-2x-6y+12=xy-6x-y+6[/tex]<br /> <br /> more fun algebra stuff and i came up with;<br /> <br /> [tex]y=\frac{4}{5}x+\frac{6}{5}[/tex]<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> i have no problem doing certain things. but that whole middle piece just lost me until it ws put into some fun polynomial expression. i need to know how i got that </div> </div> </blockquote> Sometimes you can do mathematics by memorizing formulas. Sometimes you actually have to <b>think</b>. If you get to a part you don't understand, DON'T stop "paying attention". Concentrate on it and look at every detail. There was nothing there that you hadn't seen before.[/itex]
 
i didnt mean to stop paying attention. i have REALLY bad ADHD.

so that whole section where i had 1 - 4 was just a more complicated or elaborate way to find the slope?

after you clarified a few things i understand it more except for the [tex] tan(\theta)[tex]. when it comes to sin, cos, tan, etc... I am lost. i had geom in high school, three years later i went from algebra 1 straight to algebra 2.[/tex][/tex]
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 17 ·
Replies
17
Views
2K
Replies
2
Views
2K
Replies
10
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K