Login

Welcome, Guest. Please login or register.

September 27, 2026, 04:32:07 pm

Author Topic: VCE Methods Question Thread!  (Read 6252499 times)  Share 

0 Members and 7 Guests are viewing this topic.

Gentoo

  • Victorian
  • Trendsetter
  • **
  • Posts: 192
  • Respect: +11
Re: VCE Methods Question Thread!
« Reply #9195 on: March 10, 2015, 08:07:01 pm »
+3
Can someone give me a quick run down on solving linear equations for unique (infinite?) and no solutions? I have no idea how to do it and what it means.

thank you!

So, what you're talking about is where you have two linear equations, with a particular unknown constant in (typically) both of the equations. What these questions ask you to do is find out the particular value(s) of this constant (they might use k, m, etc.) that either causes both lines to be exactly the same (i.e. have the same equation; an infinite number of solutions), both lines to be parallel (i.e. have the same gradient but a different y-intercept; no solutions) or have one unique solution (the two lines have different gradients and intersect only once).

So how do we figure that out? By setting out the two equations in matrix form and figuring out the determinant of the 2x2 matrix (ad - bc) that's multiplying the x and y matrix (to equal the other matrix) and equating it to 0, you can find the values of the constant (k, m, etc.) that cause the equations to either have no or infinite solutions (you can tell which one by substituting that value of your constant back into the original simultaneous equations). THEN, all values of your constant OTHER than those (usually 2) values that give you no/infinite solutions respectively will give you one unique solution.

Say we had: (and don't be put off by the form the linear equations are put in, they'll usually be expressed as ax + by = c rather than the other way around to make it easier to turn into matrix form)

kx - 3y = k + 3    (equation 1)
4x + (k + 7)y = 1    (equation 2)

That would convert to matrices like this:

    = 

So now we'd go and find the determinant of the 2x2 matrix that's multiplying x and y (ad - bc), which is k*(k + 7) - 4*-3 = k^2 +7k + 12 = (k + 4)(k + 3)
So a k value of either -3 or -4 would make the determinant equal to 0, telling us that these k values will produce either no or an infinite number of solutions. To figure out which is which, let's sub back in to find out:

k = -4 gives us 

-4x - 3y = -1   (equation 1)
4x + 3y = 1   ----> (is equivalent to) -4x - 3y = -1  (equation 2)

We can see that they're both actually the same (because if you multiply either one (I've done it to equation 2) by -1 they're both identical), so k=-4 gives us an infinite number of solutions.

Subbing in k = -3 gives us:

-3x - 3y = 0  (equation 1)
4x + 4y = 1  -----> -3x - 3y = -3/4  (equation 2)

We can see that these 2 lines will never intersect because they have the same gradient (the same ratio of x and y coefficients) but different intercepts, thus k=-3 gives us no solutions.

Thus, the values of k that give us one unique solution are R/{-3, -4} as all other k values will just give two lines that have different gradients and intersect once.

Hi!
I need help with this question. I have a SAC tomorrow, and I am freaking out

The matrix that describes the composition of mappings
- dilation of factor 5 from the x-axis
- reflection in the line y=x
-reflection in the y-axis

In general, I am confused about questions like this (using matrices!)
Please help :'(

Okay, so a dilation by factor 5 from the x-axis will be represented by the matrix transformation:

=  

A reflection in the line y=x will be represented by:

=  

A reflection in the y-axis will be represented by:

=  

That's how to do each individual translation. Or did you want a single matrix transformation that performs ALL of the transformations at the same time? That's a bit trickier. EDIT: I just posted an example meant to demonstrate the fact that you need to be careful working back to establish a particular matrix transformation that produces MULTIPLE graph transformations at once, which was totally wrong so I subsequently deleted it, ignore that if you read it. >.<


Is a 50 still plausible if I lose about 5 marks on a sac out of 60? Because according to some resources, you can only lose 'a few' marks throughout the year. Worried :3

The amount of marks you lose technically doesn't matter, it's just your rank and how well your cohort does on the exam (and most importantly, how well YOU do on the exam). I made quite a lot of silly mistakes on SACs throughout the year, for instance.
« Last Edit: March 10, 2015, 10:42:20 pm by Gentoo »

keltingmeith

  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 5493
  • he/him - they is also fine
  • Respect: +1292
Re: VCE Methods Question Thread!
« Reply #9196 on: March 10, 2015, 08:27:33 pm »
+1
(what's the best way to type matrices into forums? If the formatting keeps stuffing up my explanation won't make a whole lot of sense)

\begin{bmatrix} something&cool\\ blah&olol\end{bmatrix} comes out as:



You can also add more rows/columns as necessary by putting in more & and \\s.

Gentoo

  • Victorian
  • Trendsetter
  • **
  • Posts: 192
  • Respect: +11
Re: VCE Methods Question Thread!
« Reply #9197 on: March 10, 2015, 08:32:58 pm »
0
Ah, thanks, will do.

EDIT: Wait, how do you format a 2x1 matrix?
« Last Edit: March 10, 2015, 08:37:20 pm by Gentoo »

keltingmeith

  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 5493
  • he/him - they is also fine
  • Respect: +1292
Re: VCE Methods Question Thread!
« Reply #9198 on: March 10, 2015, 08:39:03 pm »
0
Ah, thanks, will do.

EDIT: Wait, how do you format a 2x1 matrix?

Just remove &s and \\s as necessary. :P

Gentoo

  • Victorian
  • Trendsetter
  • **
  • Posts: 192
  • Respect: +11
Re: VCE Methods Question Thread!
« Reply #9199 on: March 10, 2015, 08:40:10 pm »
0
Yeah I just figured that one out haha oh boy.

Individu

  • Victorian
  • Trailblazer
  • *
  • Posts: 42
  • Respect: +2
Re: VCE Methods Question Thread!
« Reply #9200 on: March 10, 2015, 09:21:34 pm »
+2

EDIT: Okay, so a dilation by factor 5 from the x-axis will be represented by the matrix transformation (again, you'll just have to imagine the matrice brackets, sorry if it's a bit hard to follow):

=  


Shouldn't that be a 5 and not 1/5?

knightrider

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1842
  • Respect: 0
Re: VCE Methods Question Thread!
« Reply #9201 on: March 10, 2015, 09:23:20 pm »
0
Using our exponent laws:




Thanks psyxwar :)

StupidProdigy

  • Victorian
  • Forum Leader
  • ****
  • Posts: 630
  • Respect: +28
Re: VCE Methods Question Thread!
« Reply #9202 on: March 10, 2015, 09:25:58 pm »
0
Shouldn't that be a 5 and not 1/5?
It's the same thing. Dilation by a fac of 1/5 from the y ax is the same as a dilation by a fac of 5 from the x ax
2015 ATAR: 99.25
FREE Tutoring: Further (45), Methods (44), Specialist (42) and Biology (42).

dankfrank420

  • Victorian
  • Forum Leader
  • ****
  • Posts: 892
  • Respect: +52
Re: VCE Methods Question Thread!
« Reply #9203 on: March 10, 2015, 09:28:41 pm »
0
It's the same thing. Dilation by a fac of 1/5 from the y ax is the same as a dilation by a fac of 5 from the x ax

But the matrix has dilated it by 1/5 in the x axis?

grannysmith

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1303
  • Crisp and juicy.
  • Respect: +66
Re: VCE Methods Question Thread!
« Reply #9204 on: March 10, 2015, 09:34:07 pm »
+1
It's the same thing. Dilation by a fac of 1/5 from the y ax is the same as a dilation by a fac of 5 from the x ax
That's actually a dilation of factor 1/5 from the x axis. In some instances it can be the same thing (e.g. y=x) but for most other functions (e.g. y=x^2) it's not.

StupidProdigy

  • Victorian
  • Forum Leader
  • ****
  • Posts: 630
  • Respect: +28
Re: VCE Methods Question Thread!
« Reply #9205 on: March 10, 2015, 09:42:40 pm »
+1
That's actually a dilation of factor 1/5 from the x axis. In some instances it can be the same thing (e.g. y=x) but for most other functions (e.g. y=x^2) it's not.
Okay my bad! hahaha sorry!  :-X
Edit: stuffed up with my basic matrix multiplication  :P
« Last Edit: March 10, 2015, 09:47:51 pm by StupidProdigy »
2015 ATAR: 99.25
FREE Tutoring: Further (45), Methods (44), Specialist (42) and Biology (42).

Gentoo

  • Victorian
  • Trendsetter
  • **
  • Posts: 192
  • Respect: +11
Re: VCE Methods Question Thread!
« Reply #9206 on: March 10, 2015, 09:45:30 pm »
0
Sorry guys, you're right!!!!!!!

=  

would mean that y' = (1/5)y, rearranging to get y in terms of y' would give y=5y', which after substituting back into the original equation would ultimately result in a dilation of factor 1/5 from the x-axis, NOT a dilation of factor 5 like we wanted. The moral of the story: the bottom-right hand corner value (d) represents the dilation factor from the x-axis.

It should be 5, not 1/5, my bad (I was trying to type this up in such a rush I stuffed up, just edited then).
« Last Edit: March 10, 2015, 09:48:45 pm by Gentoo »

knightrider

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1842
  • Respect: 0
Re: VCE Methods Question Thread!
« Reply #9207 on: March 10, 2015, 10:02:39 pm »
0
Could someone please explain the change of base rule?

Thanks  :)

keltingmeith

  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 5493
  • he/him - they is also fine
  • Respect: +1292
Re: VCE Methods Question Thread!
« Reply #9208 on: March 10, 2015, 10:06:49 pm »
+1
Could someone please explain the change of base rule?

Thanks  :)

The way I think about it, is that the RATIO of two logarithms is always the same, regardless of the base. In terms of equations:



So, if we have a single logarithm by itself, say , this is the same as , since . So, this means that if we were to change to base e:



If you're looking for a proper proof, see here.

kinslayer

  • Victorian
  • Forum Leader
  • ****
  • Posts: 761
  • Respect: +30
Re: VCE Methods Question Thread!
« Reply #9209 on: March 10, 2015, 10:23:05 pm »
0
-4(-3+k)>0
12-4k>0

then -4k > -12
k< 3, how is this wrong?

Sorry, I meant you are right and the question is wrong, sorry for the confusion.